Add initial configuration and data files for Minecraft server setup
- Created settings.yml for VoidGen plugin with update check and metrics options. - Added bStats config.yml to enable metrics collection for plugin authors. - Introduced spark config.json for background profiling settings. - Added about.txt in spark tmp directory to explain temporary data storage. - Generated server.properties file with default server settings. - Created spigot.yml for Spigot configuration with detailed settings. - Added start.bat for launching the server with specified memory allocation. - Created usercache.json for player UUID and name mapping. - Added version_history.json to track current server version. - Included paper-1.21.11.jar for server functionality. - Created whitelist.json for managing whitelisted players. - Added advancements and data files for player progress tracking. - Generated various data files in world directory for chunk, raid, and scoreboard data. - Created datapacks directory with pack.mcmeta for Bukkit resources. - Added level.dat and paper-world.yml for world configuration. - Created playerdata files for player-specific data storage. - Added region files for world chunk data. - Created session.lock to manage server session state. - Added stats files for tracking player statistics. - Generated uid.dat for unique identifier storage.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"minecraft:recipes/decorations/crafting_table":{"criteria":{"unlock_right_away":"2026-04-21 15:24:47 +0800"},"done":true},"DataVersion":4671}
|
||||
BIN
world/data/chunks.dat
Normal file
BIN
world/data/chunks.dat
Normal file
Binary file not shown.
BIN
world/data/raids.dat
Normal file
BIN
world/data/raids.dat
Normal file
Binary file not shown.
BIN
world/data/random_sequences.dat
Normal file
BIN
world/data/random_sequences.dat
Normal file
Binary file not shown.
BIN
world/data/scoreboard.dat
Normal file
BIN
world/data/scoreboard.dat
Normal file
Binary file not shown.
BIN
world/data/stopwatches.dat
Normal file
BIN
world/data/stopwatches.dat
Normal file
Binary file not shown.
BIN
world/data/world_border.dat
Normal file
BIN
world/data/world_border.dat
Normal file
Binary file not shown.
7
world/datapacks/bukkit/pack.mcmeta
Normal file
7
world/datapacks/bukkit/pack.mcmeta
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Data pack for resources provided by Bukkit plugins",
|
||||
"min_format": [94, 1],
|
||||
"max_format": [94, 1]
|
||||
}
|
||||
}
|
||||
BIN
world/level.dat
Normal file
BIN
world/level.dat
Normal file
Binary file not shown.
8
world/paper-world.yml
Normal file
8
world/paper-world.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is a world configuration file for Paper.
|
||||
# This file may start empty but can be filled with settings to override ones in the config/paper-world-defaults.yml
|
||||
#
|
||||
# For more information, see https://docs.papermc.io/paper/reference/configuration/#per-world-configuration
|
||||
#
|
||||
# World: world (minecraft:overworld)
|
||||
|
||||
_version: 31
|
||||
BIN
world/playerdata/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.dat
Normal file
BIN
world/playerdata/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.dat
Normal file
Binary file not shown.
BIN
world/playerdata/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.dat_old
Normal file
BIN
world/playerdata/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.dat_old
Normal file
Binary file not shown.
BIN
world/region/r.-1.-1.mca
Normal file
BIN
world/region/r.-1.-1.mca
Normal file
Binary file not shown.
BIN
world/region/r.-1.0.mca
Normal file
BIN
world/region/r.-1.0.mca
Normal file
Binary file not shown.
BIN
world/region/r.0.-1.mca
Normal file
BIN
world/region/r.0.-1.mca
Normal file
Binary file not shown.
BIN
world/region/r.0.0.mca
Normal file
BIN
world/region/r.0.0.mca
Normal file
Binary file not shown.
1
world/session.lock
Normal file
1
world/session.lock
Normal file
@@ -0,0 +1 @@
|
||||
☃
|
||||
20
world/stats/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.json
Normal file
20
world/stats/a8b68865-65d5-4c37-af2a-7fc8d32c48c9.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"stats": {
|
||||
"minecraft:used": {
|
||||
"minecraft:bedrock": 9
|
||||
},
|
||||
"minecraft:custom": {
|
||||
"minecraft:time_since_rest": 844,
|
||||
"minecraft:walk_one_cm": 124,
|
||||
"minecraft:total_world_time": 844,
|
||||
"minecraft:leave_game": 1,
|
||||
"minecraft:fly_one_cm": 837,
|
||||
"minecraft:crouch_one_cm": 29,
|
||||
"minecraft:sneak_time": 61,
|
||||
"minecraft:play_time": 844,
|
||||
"minecraft:jump": 1,
|
||||
"minecraft:time_since_death": 844
|
||||
}
|
||||
},
|
||||
"DataVersion": 4671
|
||||
}
|
||||
1
world/uid.dat
Normal file
1
world/uid.dat
Normal file
@@ -0,0 +1 @@
|
||||
ûň‡.O†ç¢ÊeŒÇá
|
||||
Reference in New Issue
Block a user