Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit
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
..
blocks Removed unused classes 2019-05-19 13:34:43 +10:00
command Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
entity Add /tracemask. (#474) 2019-05-23 21:12:31 -04:00
event Implement suggestions for Bukkit + Sponge 2019-05-05 23:06:20 -07:00
extension Expanded the scope of item brushes (/br apply item, /br paint item). 2019-06-09 20:44:30 -04:00
extent Bit more cleanup for schematic handling. 2019-06-21 11:07:03 -04:00
function Import cleanup, ensure gradle uses https for deps, bump deps. 2019-06-13 09:17:00 -04:00
history Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
internal Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
math Change Vector hash codes (#456) 2019-04-04 08:36:19 -04:00
regions This does something idk. 2019-06-15 17:33:17 +10:00
registry Improve parsing from registries. 2019-05-28 22:55:20 -04:00
scripting Better enforce the Request lifetime. 2019-03-20 19:13:54 -04:00
session Add /tracemask. (#474) 2019-05-23 21:12:31 -04:00
util Correctly unwrap old CommandExceptions in AsyncCommandBuilder. 2019-06-13 14:35:24 -04:00
world Re-add delchunks command (#481) 2019-06-22 14:20:14 -04:00
DisallowedItemException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
EditSession.java Skip poi folders for snapshot restores. 2019-06-12 21:51:22 -04:00
EditSessionFactory.java Add tracing for unflushed EditSessions 2018-10-30 18:39:51 -07:00
EmptyClipboardException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
IncompleteRegionException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
InvalidItemException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
LocalConfiguration.java Missing perm. 2019-06-05 12:31:12 -04:00
LocalSession.java Added a permission node to set NBT data, allowing servers to disallow NBT interactions. 2019-06-01 15:53:18 +10:00
MaxBrushRadiusException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
MaxChangedBlocksException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
MaxRadiusException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
NotABlockException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
TracedEditSession.java Switch to SLF4J logging. 2019-03-13 19:51:48 -07:00
UnknownDirectionException.java Fix //expand, improve //help 2019-05-17 22:24:31 -07:00
UnknownItemException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
WorldEdit.java Expanded the scope of item brushes (/br apply item, /br paint item). 2019-06-09 20:44:30 -04:00
WorldEditException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00