318e367cf0
Correctly unregister player on quit and close clipboard if using disk.
2020-03-30 17:41:41 +01:00
342da647d7
Fixing that the PlayerDropItemEvent was not fired
2020-03-29 11:53:31 +02:00
fa738504a8
Fix some important chunk issues
...
This commit should properly synchronize the initialization of the adapter's ibdToStateOrdinal (the char array FAWE uses to convert NMS IBlockData objects to an internal ordinal for chunk operations) so references to this array do not push incorrect characters down the line.
Potentially fixes #373
Fixes #363
Fixes #332
2020-03-26 16:08:36 -04:00
e648b35b95
Small code quality changes
2020-03-24 12:32:36 -04:00
8f2c3df61b
Merge pull request #359 from tsao-chi-fork/patch-1
...
use JavaPlugin.getResource() instead of JarFile.getEntry()
2020-03-21 17:32:14 -04:00
45ac55185f
Merge remote-tracking branch 'origin/1.15' into 1.15
2020-03-20 21:19:37 -04:00
a22bcb1c2a
Fix tab completion
2020-03-19 17:23:11 -05:00
9f07894f28
Performance improvement based on case study by @me4502
2020-03-19 13:08:25 -04:00
dcee873b57
fix typo
2020-03-11 13:35:37 +08:00
39e1026400
use try-with-resources
2020-03-11 13:34:11 +08:00
bd692917e6
remove unnecessary import
2020-03-10 12:36:16 +08:00
fbb1078569
use JavaPlugin.getResource() instead of JarFile.getEntry()
2020-03-09 13:14:16 +08:00
915ab43f6e
Cleanup unused code.
2020-03-05 16:07:20 -05:00
c9aebf17d8
Fix #320 ; optimize adapter imports
2020-02-20 21:28:28 -05:00
0047f20d5d
Minor code quality changes
...
Changed Lock to subclass ReentrantLock since that is the only subclass DelegateLock should be using. The lock should also never be null so I added an annotation in the constructor.
I also removed some code and replaced it with PaperLib code to just clean up things a little bit.
2020-02-07 14:33:51 -05:00
5feac07bf0
Revert "Fixed commands not working"
...
This reverts commit 0b5eb903
2020-02-06 20:33:19 -05:00
f9e7b7300e
Minor changes
2020-02-05 16:27:50 -05:00
3452fd5a63
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-02-04 17:59:08 -05:00
83bb3966ca
Update adapter to 1.15.2
...
Adapter updated to 1.15.2, mostly a clone of 1.15 / 1.15.1's adapter. I encountered no issues from this, but the field names for our reflections may need to be double-checked for accuracy in this Minecraft version.
2020-02-01 20:11:02 -05:00
6c5ac08a3c
Minor upstream changes
2020-01-31 17:44:50 -05:00
7236b0a026
Minor code changes
2020-01-29 17:10:59 -05:00
d381617f11
Revert "Using an array instead of an EnumMap isn't necessary here"
...
This reverts commit 240a817e
2020-01-29 16:03:02 -05:00
020c674c01
Revert migration of FaweCache to Kotlin
2020-01-29 15:01:38 -05:00
cb6359f010
Removed 1.13.2 support.
2020-01-27 18:54:31 -05:00
240a817e6e
Using an array instead of an EnumMap isn't necessary here
2020-01-26 16:45:07 -05:00
5d5ee7e61e
Merge remote-tracking branch 'origin/1.15' into 1.15
2020-01-26 13:10:18 -05:00
93ebd21a61
Update bStats adding ID
2020-01-25 02:26:49 +01:00
e0f6869573
Revert "More code quality fixes"
...
This reverts commit 2d6957ce
2020-01-23 14:41:57 -05:00
37003ec089
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-01-22 21:15:58 -05:00
2d6957ce1c
More code quality fixes
2020-01-22 21:15:52 -05:00
8b69767cd8
Add support for 1.15.2 and some minors
...
- Removed duplicated dependencies
- Credited important contributors
- Updated website with an actual website
- Update DummyFawe internal version to 1.15.2
2020-01-22 01:09:07 +01:00
88359f0215
More Kotlin
2020-01-21 14:30:13 -05:00
0cad7f229b
API improvements
2020-01-15 20:38:46 -05:00
98d0420c08
Minor tweaks
2020-01-10 13:29:20 -05:00
b88d7b3e60
Don't send bad packets
2020-01-10 14:26:24 +01:00
3ee920f9e6
Update upstream
2020-01-08 19:36:12 +01:00
e69ea37665
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-01-07 00:09:49 +00:00
b292416496
Upstream and some refactoring
...
Note: Maybe this doesn't compile, ij is broken af smh, let's give it a try...
2020-01-04 18:34:30 +01:00
88a95221a8
Make masks more stateless
2020-01-04 10:11:13 +00:00
9efdd886c5
Fix translate args
2019-12-25 02:34:20 +00:00
39faa740a2
Fix some adapter issues
...
regen 1.13, tile get npe, null block type values
2019-12-21 09:45:59 +00:00
8c1a379575
Hide adapter stacktrace
2019-12-19 17:01:22 +00:00
1a64976195
load 1.15 adapter
2019-12-19 16:33:08 +00:00
ee94bc2ddb
More work to get 1.15 working
2019-12-11 17:47:34 -05:00
5358c51011
1.15 (wip)
...
Adapters and nms needs updating still, alongside some other fixes and changes, but I'm too tired for that now
2019-12-11 02:11:52 +01:00
a058f13d6e
Updates
2019-12-09 21:34:26 +01:00
80d7b0582f
i18n upstream merge
2019-12-09 20:07:57 +01:00
913ada31fb
Fix lighting 1.14
2019-11-24 02:26:52 +00:00
ee54dcd809
wip generatebiome
...
will finish later
2019-11-24 01:50:05 +00:00
1f19b92b0b
1.13?
2019-11-24 00:57:29 +00:00