Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
robotunl committed Jan 18, 2022
1 parent 11775f7 commit 8e393cb
Show file tree
Hide file tree
Showing 133 changed files with 813 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
110 changes: 110 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Configure file for MCDReforged
# Check https://mcdreforged.readthedocs.io/en/latest/configure.html for detail


# =========================================
# | Basic Configure |
# =========================================


# The language that MCDR will use to display information
# Examples: "en_us", "zh_cn"
language: en_us


# The working directory of the server. If you use default value server/ I will suggest you to put all the files related to the server to the server/ directory
working_directory: server


# The console command to start the server. Examples:
start_command: java -Xms1G -Xmx2G -jar paper.jar nogui


# The handler to the specific way to parse the standard output text of the server and the correct command for server control
# vanilla_handler, for Vanilla / Carpet / Fabric server
# beta18_handler, for Vanilla server in beta1.8 versions
# bukkit_handler, For Bukkit / Spigot server with Minecraft version below 1.14, and Paper / Mohist server in all version
# bukkit14_handler, For Bukkit / Spigot server with Minecraft version 1.14 and above
# forge_handler, For Forge server
# cat_server_handler, For CatServer server
# bungeecord_handler, for Bungeecord server
# waterfall_handler, for Waterfall server
# velocity_handler, for Velocity server
handler: bukkit_handler


# The encoding / decoding format used to encode / decode message to the server.
# Examples: "utf8", "gbk"
# Leave it blank for MCDR to auto detect system encoding

# MCDR -> Server
encoding: utf8

# Server -> MCDR
decoding: utf8


# The list of directory path where MCDR will search for plugin to load
# Example: "path/to/my/plugin/directory"
plugin_directories:
- plugins


# rcon setting
# if enable, plugins can use rcon to query command from the server
rcon:
enable: false
address: 127.0.0.1
port: 25575
password: password


# If set to true, MCDR will detect if there's a new version every 24h
check_update: true


# Advance console switch powered by prompt-toolkit
# Set it to false if you need to redirect the stdin/stdout of MCDR
advanced_console: true


# ==========================================
# | Advanced Configure |
# ==========================================


# When set to true, MCDR will not start the console thread for handling console command input
# Don't change it to true unless you know what you are doing
disable_console_thread: false


# When set to true, MCDR will removed all console font formatter codes in before any message gets printed onto the console
disable_console_color: false


# A list of customize info reactor classes to handle the info instance. The classed need to be subclasses of AbstractServerHandler
custom_handlers:


# A list of customize info reactor classes to handle the info instance. The classed need to be subclasses of AbstractInfoReactor
custom_info_reactors:


# Debug mode switches
debug:
all: false
mcdr: false
handler: false
reactor: false
plugin: false
permission: false
command: false
task_executor: false


# =========================================
# | Missing Configure |
# =========================================

# Options below were missing and set by MCDR with default value
# Remember to check and update the them as soon as possible
1 change: 1 addition & 0 deletions config/mcdreforged/preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file added logs/2022-01-18-1.zip
Binary file not shown.
Binary file added logs/2022-01-18-2.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions logs/MCDR.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[MCDR] [2022-01-18 20:00:43] [MainThread/INFO]: MCDReforged is running on Python 3.8.9 environment
[MCDR] [2022-01-18 20:00:43] [TaskExecutor/INFO]: Refreshing all plugins
[MCDR] [2022-01-18 20:00:43] [TaskExecutor/INFO]: No plugin has changed; Active plugin amount: §72§r
[MCDR] [2022-01-18 20:00:43] [MainThread/INFO]: Starting the server with command "java -Xms1G -Xmx2G -jar paper.jar nogui"
[MCDR] [2022-01-18 20:00:43] [MainThread/INFO]: Server is running at PID 21677
[MCDR] [2022-01-18 20:01:46] [MainThread/INFO]: Server process stopped with code 0
[MCDR] [2022-01-18 20:01:46] [MainThread/INFO]: Server stopped
[MCDR] [2022-01-18 20:01:46] [MainThread/INFO]: Stopping MCDR
[MCDR] [2022-01-18 20:01:46] [MainThread/INFO]: Stopping advanced console
[MCDR] [2022-01-18 20:01:46] [MainThread/INFO]: bye
18 changes: 18 additions & 0 deletions permission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This is the permission config and storage file of MCDReforged
# It is used to storage permission level stuffs of MCDR
# Available levels (top to down):
# - owner
# - admin
# - helper
# - user
# - guest


default_level: user

owner:
- Fallen_Breath
admin:
helper:
user:
guest:
1 change: 1 addition & 0 deletions server/banned-ips.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions server/banned-players.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
29 changes: 29 additions & 0 deletions server/bukkit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
minimum-api: none
spawn-limits:
monsters: 70
animals: 10
water-animals: 5
water-ambient: 20
water-underground-creature: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
ticks-per:
animal-spawns: 400
monster-spawns: 1
water-spawns: 1
water-ambient-spawns: 1
water-underground-creature-spawns: 1
ambient-spawns: 1
autosave: 6000
aliases: now-in-commands.yml
Binary file added server/cache/mojang_1.18.1.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions server/commands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-
4 changes: 4 additions & 0 deletions server/eula.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#You also agree that tacos are tasty, and the best food in the world.
#Tue Jan 18 20:00:13 CST 2022
eula=true
Empty file added server/help.yml
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added server/libraries/org/ow2/asm/asm/9.2/asm-9.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added server/logs/2022-01-18-1.log.gz
Binary file not shown.
40 changes: 40 additions & 0 deletions server/logs/latest.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[20:00:50] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[20:00:50] [ServerMain/INFO]: Found new data pack file/bukkit, loading it automatically
[20:00:50] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit
[20:00:51] [Worker-Main-1/INFO]: Loaded 7 recipes
[20:00:52] [Server thread/INFO]: Starting minecraft server version 1.18.1
[20:00:52] [Server thread/INFO]: Loading properties
[20:00:53] [Server thread/INFO]: This server is running Paper version git-Paper-160 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 919e594)
[20:00:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:00:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:00:53] [Server thread/INFO]: Default game type: SURVIVAL
[20:00:53] [Server thread/INFO]: Generating keypair
[20:00:53] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:00:53] [Server thread/INFO]: Using default channel type
[20:00:53] [Server thread/INFO]: Paper: Using Java 11 compression from Velocity.
[20:00:53] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[20:00:53] [Server thread/INFO]: Preparing level "world"
[20:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:01:02] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[20:01:02] [Server thread/INFO]: Time elapsed: 430 ms
[20:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:01:02] [Server thread/INFO]: Time elapsed: 354 ms
[20:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:01:03] [Server thread/INFO]: Time elapsed: 329 ms
[20:01:03] [Server thread/INFO]: Running delayed init tasks
[20:01:03] [Server thread/INFO]: Done (10.353s)! For help, type "help"
[20:01:03] [Server thread/INFO]: Timings Reset
[20:01:08] [Server thread/INFO]: Stopping the server
[20:01:08] [Server thread/INFO]: Stopping server
[20:01:08] [Server thread/INFO]: Saving players
[20:01:08] [Server thread/INFO]: Saving worlds
[20:01:08] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[20:01:29] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[20:01:44] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[20:01:45] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[20:01:45] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[20:01:45] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[20:01:45] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[20:01:45] [Server thread/INFO]: Flushing Chunk IO
[20:01:45] [Server thread/INFO]: Closing Thread Pool
[20:01:45] [Server thread/INFO]: Closing Server
1 change: 1 addition & 0 deletions server/ops.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Binary file added server/paper.jar
Binary file not shown.
Loading

0 comments on commit 8e393cb

Please sign in to comment.