Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit
dordsor21 e97c945b2f
Big fix to clipboards when relogging/restarting server etc.
- Refactor the way FAWE clipboards work slightly with regards to offsets (FAWE-added) and origin (upstream-present)
 - Better error messages when exceptions are thrown attempting to load DOC
 - No longer attempt to resolve old clipboard versions. Attempt to give informative error instead
 - Don't always delete clipboards held in memory on player logout unless configured to do so
 - Go back to fully closing the DOC on logout. We now attempt to lock the file which will hopefully help with debugging shared clipboard folders
2021-09-24 12:22:01 +01:00
..
blocks Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
command Fix expression evaluation method used for generatebiome 2021-09-22 15:03:03 +01:00
entity Big fix to clipboards when relogging/restarting server etc. 2021-09-24 12:22:01 +01:00
event Address javadoc violations 2021-09-21 17:40:53 +02:00
extension Revert "Slightly preferable messages on UsageException thrown by piston" 2021-09-21 17:30:32 +01:00
extent Big fix to clipboards when relogging/restarting server etc. 2021-09-24 12:22:01 +01:00
function Remove needless EditSession#getWorld for setting blocks/biomes in a couple of cases 2021-09-22 15:04:12 +01:00
history Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
internal Address javadoc violations 2021-09-21 17:40:53 +02:00
math Fix #1143 2021-09-21 17:18:49 +01:00
regions Remove needless EditSession#getWorld for setting blocks/biomes in a couple of cases 2021-09-22 15:04:12 +01:00
registry Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
scripting Address javadoc violations 2021-09-21 17:40:53 +02:00
session Flush clipboard rather than close on player disconnect 2021-09-13 15:08:03 +01:00
util Address javadoc violations 2021-09-21 17:40:53 +02:00
world Apply list of properties everywhere 2021-09-21 18:53:37 +01:00
DisallowedItemException.java Added BiomeMask.java and updated minor parts of miscellaneous files 2020-08-24 22:04:56 -04:00
EditSession.java Fix expression evaluation method used for generatebiome 2021-09-22 15:03:03 +01:00
EditSessionBuilder.java Minor spring clean 2021-09-19 21:40:15 +01: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 Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
LocalSession.java Add tracing feature to EditSessions (Upstream 1301) (#1112) 2021-09-19 20:02:41 +00: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 Add tracing feature to EditSessions (Upstream 1301) (#1112) 2021-09-19 20:02:41 +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