Plex-FAWE/worldedit-sponge/src/main/java/com/sk89q/worldedit/sponge
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
..
adapter Import cleanup, ensure gradle uses https for deps, bump deps. 2019-06-13 09:17:00 -04:00
config Implement suggestions for Bukkit + Sponge 2019-05-05 23:06:20 -07:00
CommandAdapter.java Fix sponge perms too. 2019-06-01 09:48:45 -04:00
CUIChannelHandler.java Don't require command for CUI init. 2019-05-29 23:15:06 -04:00
SpongeAdapter.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
SpongeBiomeRegistry.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
SpongeCommandSender.java Added a pagination box and use it in Biome List and Chunk List 2019-04-27 21:57:45 +10:00
SpongeEntity.java Added a method to teleport entities across worlds. 2018-12-21 16:56:10 +10:00
SpongeEntityProperties.java Added an entity, weathertype, and gamemode registry. 2018-08-04 11:43:41 +10:00
SpongePermissionsProvider.java Potential minor performance improvements when checking fuzzy equality. 2018-09-20 16:56:46 +10:00
SpongePlatform.java Implement suggestions for Bukkit + Sponge 2019-05-05 23:06:20 -07:00
SpongePlayer.java Added a pagination box and use it in Biome List and Chunk List 2019-04-27 21:57:45 +10:00
SpongeRegistries.java Added a category system and refactored registries 2018-08-04 11:43:39 +10:00
SpongeTextAdapter.java Merge master, update to texts 2019-04-25 22:11:46 -07:00
SpongeWorld.java Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
SpongeWorldEdit.java Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
ThreadSafeCache.java Additional cleanup for the Sponge implementation 2016-05-18 23:04:29 -04:00