Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/world
wizjany d763ab374c
Re-add delchunks command (#481)
The new command now writes a json file to WorldEdit's working directory with instructions on which chunks to delete, which is read by the plugin/mod at startup and calls the ChunkDeleter.
The chunk deleter parses the json and iterates the instructions, backing up .mca files as it goes and overwriting the offset headers with 0 wherever a chunk needs to be deleted.
This allows Minecraft to reclaim the space used for that chunk, as well as forcing it to be generated from scratch next time the area is loaded.
2019-06-22 14:20:14 -04:00
..
biome Make registries Keyed. 2019-05-01 20:12:35 -04:00
block Add perf. improvments for Forge 2019-06-15 17:33:17 +10:00
chunk Fix restore for 1.14 chunk format. 2019-06-02 21:56:29 -04:00
entity Make registries Keyed. 2019-05-01 20:12:35 -04:00
fluid Make registries Keyed. 2019-05-01 20:12:35 -04:00
gamemode Actually initialize GameModes and WeatherTypes. 2019-05-02 00:08:19 -04:00
item Some command refactoring. Switch usages of page args to -p flag. 2019-06-01 07:04:07 -04:00
registry Add perf. improvments for Forge 2019-06-15 17:33:17 +10:00
snapshot Insert Locale.ROOT into all case change methods 2019-05-01 15:24:32 -07:00
storage Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
weather Actually initialize GameModes and WeatherTypes. 2019-05-02 00:08:19 -04:00
AbstractWorld.java Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
DataException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
DataFixer.java Use DFUs for some additional data fixing. 2019-05-20 16:39:58 -04:00
NbtValued.java Fixed a few more errors, and added legacy support to the item parser. 2018-08-04 11:43:41 +10:00
NullWorld.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
World.java Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00