f5a42c63a7
Better logger support
2020-10-06 14:44:33 -04:00
96dcb95b7c
Javadoc and Formatting fixes. ( #619 )
...
Javadoc and Formatting fixes.
Also, extremely minor code changes which have been tested.
This commit is only part one of two commits that aim to fix problems with formatting in our project. In part two I will modify the Google Java Style Guide (since it closely matches our code style) for our project so there is guidance on how to format and document.
* Updated PlotSquared URL
* Removed plugin acronyms
* Fixed a typo
* Fixed grammar
* Use modern block id's
* Update YouTube video URL
2020-10-05 13:41:41 -04:00
88e64a0632
Simplify further as using ConcurrentHashMap
2020-10-01 17:08:29 +01:00
197e08a937
use ConcurrentHashMap
2020-10-01 16:48:02 +01:00
987ab7d2b6
reduce the amount of synchronisation/locks being used unneecessarily and add nullcheck
2020-10-01 14:33:34 +01:00
48cd763d3b
fix performance issues in BukkitPlayer permission ( #665 )
...
* fix performance issues in BukkitPlayer permission stuff
* Put PermissionAttachmentManager in seperate file
Co-authored-by: @weaondara
2020-09-28 19:11:28 +02:00
3b2fe2ffde
Fix toggle permission ( #644 )
...
* Fixes #529
* fix superperms perm toggling
Co-authored-by: @weaondara <wea_ondara@alpenblock.net >
2020-09-21 17:07:35 +02:00
371460a1ce
Relocate metrics
2020-09-16 16:10:00 +02:00
241e85e491
Strip 1.14
2020-09-16 16:01:49 +02:00
a49ce02bd0
Delete DummyFawe on startup
2020-09-15 19:18:16 -04:00
cd5691b819
Fix styling
2020-09-15 19:07:52 -04:00
64a71600f9
Add DummyFawe detector
2020-09-14 22:10:37 -04:00
4af36217b1
Merge branch '1.16' into vault-fix
2020-09-14 21:19:52 -04:00
9431f7c189
Fix Vault integration + remove DummyFAWE
2020-09-14 21:18:06 -04:00
3d2052b0c8
Better skylight handling and fix opacity on materials
2020-09-14 18:33:35 +01:00
d00899e177
More support for 3D biomes ( #608 )
...
* More support for 3D biomes
* Resolved merge conflicts
2020-09-12 15:31:42 +02:00
dd85fc254f
actually do the file path stuff how it's supposed to work
2020-08-30 11:45:37 +02:00
add1d96313
Update WorldEditPlugin.java
2020-08-25 21:36:19 +02:00
38007ed1d5
reimplement 1.16.1 support
2020-08-25 17:09:31 +02:00
48d9044366
Fix ItemTypes
2020-08-24 23:01:45 -04:00
02886b0387
Updated the WorldEdit license using find and replace
2020-08-24 21:31:47 -04:00
ce078aad70
Updated many exception classes
2020-08-24 21:29:34 -04:00
75a18b9d5b
Update BukkitImplLoader
2020-08-24 21:20:18 -04:00
fd8cf1ebba
Merge branch '1.16' of https://github.com/IntellectualSites/FastAsyncWorldEdit into 1.16
2020-08-24 21:17:53 -04:00
91c7390734
Fix paperlib
2020-08-24 19:53:51 +02:00
525da53462
Update WorldEditPlugin
2020-08-24 12:54:22 -04:00
fd336feb46
Upstream merge of TranslationManager and ResourceLoader
2020-08-24 12:38:30 -04:00
07c5e65166
fix critical error
2020-08-23 18:31:33 +02:00
7cf88aff65
fix 1.16.2 support
2020-08-23 18:28:51 +02:00
6cb8352686
1.16.2
...
- My IJ is broke but this should work. Dunno if I got all nms changes, but we will see.
2020-08-23 17:18:29 +02:00
1e070b3a71
Merge pull request #518 from aurorasmiles/fixEntities
...
start reimplementing entities
2020-08-21 18:27:25 +02:00
7f0fd182bb
Add comment regarding createentitiy
2020-08-19 11:06:04 +02:00
79b5612311
Upstream merge of the region package and things that may have broken with it.
2020-08-18 15:48:31 -04:00
3aa041aa7e
Merge remote-tracking branch 'upstream/1.16' into fixEntities
2020-08-16 17:01:45 +02:00
bbff5c60b2
Fix metrics
2020-08-14 15:04:06 -04:00
ae23794b43
fix //cut -e
2020-07-29 22:43:52 +02:00
b411ea9af4
Merge branch '1.16' of https://github.com/IntellectualSites/FastAsyncWorldEdit into fixEntities
2020-07-26 19:03:46 +02:00
72269e08e6
Force sync teleports with trySetPosition
...
Fixes #542
2020-07-24 20:29:08 +01:00
3bc692ff11
Part 1 of upstream merge and format
2020-07-13 22:50:59 -04:00
2a493ac9c6
Update trySetPosition
2020-07-13 13:09:03 -04:00
4c299bc0b8
Replace setPosition with trySetPosition ( #1403 )
...
Allows cancellation information to be fed back into the ascend/descend
algorithms.
(cherry picked from commit 71e104bcb187a5313e88dda5df79059c8ffbc1fe)
2020-07-10 13:22:48 -04:00
bc45a112ee
Merge branch '1.16' of https://github.com/IntellectualSites/FastAsyncWorldEdit into fixEntities
2020-07-03 19:54:08 +02:00
94b1233d98
implement entities in paste -e
2020-07-03 19:52:55 +02:00
63bc151f6c
Hopefully allow for unloaded world to be referenced after GC.
...
Possibly fixes #504
2020-07-03 13:27:26 +01:00
34298f7dee
Add back the getEntity Stuff since it seems to work fine
2020-07-01 19:28:38 +02:00
9fc2387f11
Revert "start reimplementing entities"
...
This reverts commit aac02ceea1
.
2020-07-01 14:54:11 +02:00
6fc68da2ce
Revert "got paste -e working, still throws IllegalStateException but idc"
...
This reverts commit 54008be1a2
.
2020-07-01 14:52:50 +02:00
b96d45e4e6
merge 1.16
2020-07-01 14:46:25 +02:00
d232dc28e3
Cherry-pick WNA, minor changes. 1.16 VERY WIP
...
First noticed incident of operations ruining ChunkSections. Do not build and use this unless you're testing.
Rushed some of the changes, gotta sleep. Would be nice to get a review of this one from @mattbdev and @dordsor21
2020-06-29 22:08:16 -04:00
4604aa5920
Additional work towards 1.16 compatibility
...
- Very basic implementation of the SideEffects system. Will definitely need fine tuning for it to be functional, but is not considered a priority in my opinion.
- Minor changes to the World interface and World implementations related to the SideEffects system. Shouldn't be the cause of any new bugs but be on the lookout.
- Included debug in BukkitImplLoader.java to assist contributors in understanding what needs to be implemented for the adapter to load properly.
Still very WIP but we're a few steps closer. So far, this is coming along better than I anticipated. Hopefully we can keep the momentum.
2020-06-29 22:08:16 -04:00