Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit
2022-06-19 00:58:59 +01:00
..
blocks Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
command Implement limits to image size and load times (#1790) 2022-06-13 09:04:59 +02:00
entity Allow NBT stored in DiskOptimizedClipboards to be written to disk as a compressed byte array at the end of the file (#1745) 2022-06-09 12:48:35 +02:00
event Address javadoc violations 2021-09-21 17:40:53 +02:00
extension Don't limit split size for extra block data (signs, spawner, etc.) (#1818) 2022-06-19 00:58:59 +01:00
extent The extent minY check in clipboard paste is un-needed as it is handled gracefully by FAWE (#1806) 2022-06-16 16:24:00 +02:00
function Fixes to BlockMask and "char" masks (#1787) 2022-06-16 16:24:48 +02:00
history Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
internal feat: Add support for 1.19 (#1783) 2022-06-10 23:22:06 +02:00
math Fix //snowsmooth not working below Y0 (#1769) 2022-06-07 12:06:03 +02:00
regions Don't do the unbelievable bad use of a MutableBlockVector2 in the creation of a set (#1825) 2022-06-17 23:41:25 +02:00
registry feat: Support for 1.18.2 (#1641) 2022-03-07 15:20:05 +01:00
scripting upstream: Update upstream (#1430) 2021-11-26 23:31:27 +01:00
session Flush clipboard rather than close on player disconnect 2021-09-13 15:08:03 +01:00
util Prevent unhinged tree generation by doing a sanity check on the block below/block of the tree placement (#1811) 2022-06-16 16:23:37 +02:00
world Only create entities during a restore if they are contained by the region and the editsession's mask (#1800) 2022-06-15 13:37:20 +02:00
DisallowedItemException.java Added BiomeMask.java and updated minor parts of miscellaneous files 2020-08-24 22:04:56 -04:00
EditSession.java Avoid int overflow when using fillr in negative coords (#1711) 2022-06-05 20:52:36 +02:00
EditSessionBuilder.java Processor should be added to queue, not extent (#1809) 2022-06-16 16:23:45 +02:00
EditSessionFactory.java Add tracing feature to EditSessions (Upstream 1301) (#1112) 2021-09-19 20:02:41 +00:00
EmptyClipboardException.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
IncompleteRegionException.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
InvalidItemException.java Added BiomeMask.java and updated minor parts of miscellaneous files 2020-08-24 22:04:56 -04:00
LocalConfiguration.java Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00
LocalSession.java Implement getNameUnsafe method to allow an unloaded world's name to be accessed (#1712) 2022-05-05 21:39:45 +02:00
MaxBrushRadiusException.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
MaxChangedBlocksException.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
MaxRadiusException.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
MissingWorldException.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
NotABlockException.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
TracedEditSession.java Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00
UnknownDirectionException.java Feature/1.17 (#1120) 2021-07-01 22:16:25 +02:00
UnknownItemException.java Added BiomeMask.java and updated minor parts of miscellaneous files 2020-08-24 22:04:56 -04:00
WorldEdit.java Add tracing feature to EditSessions (Upstream 1301) (#1112) 2021-09-19 20:02:41 +00:00
WorldEditException.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
WorldEditManifest.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00