NotMyFault
73a237d75e
Update adapters
2021-08-17 23:22:03 +02:00
NotMyFault
5b2bd45d86
091200e1f80576175cfdf147928583b28275f437
2021-08-17 22:10:37 +02:00
NotMyFault
f6676cf6a3
Follow up to 1ee4de0edf
2021-08-17 16:57:35 +02:00
NotMyFault and GitHub
9ea5a94941
Use temurin for gh actions
2021-08-09 15:09:55 +02:00
NotMyFault
a1e6839cae
Improve jd of MinecraftVersion#getPackageVersion
2021-08-09 11:36:50 +02:00
NotMyFault
75b888a9f0
Add missing translation keys
2021-08-08 01:52:28 +02:00
NotMyFault
14fc2dbf9b
Fix fawe-deprecation javadoc linking
2021-08-05 18:33:19 +02:00
NotMyFault
c468d22120
Fixes #1208
2021-08-05 15:55:20 +02:00
NotMyFault
3ccb5e0aed
Use translation message for brush assignment
2021-08-04 22:44:24 +02:00
NotMyFault
2bcf3eedf1
Add //br snow
...
Apparently an upstream addition we forgot to pull.
2021-08-04 22:29:43 +02:00
NotMyFault
45a8030aeb
Update Upstream
...
b9f0416 Use a Guava Cache instead of a ThreadLocal (1862)
2021-08-02 22:10:21 +02:00
NotMyFault
a5e84dcfea
Switch to version catalogs
...
- Closes #1204
- Switch to security advisory
- Move fawe-tests to fawe packages
2021-08-01 19:28:51 +02:00
NotMyFault
9f3a451ef6
Fixes #756
2021-07-31 14:18:04 +02:00
NotMyFault
678fb0a8b3
Fixes #1201
2021-07-30 01:31:25 +02:00
NotMyFault
84b9dce6be
Move debug notes to logger factory
2021-07-29 21:11:23 +02:00
NotMyFault and GitHub
17019ac723
Archive workflow artifacts
2021-07-28 15:04:49 +02:00
NotMyFault
69067fe8c8
Leave a note about (temporary) not undoable tree tools
2021-07-27 19:45:31 +02:00
NotMyFault and GitHub
77e44c80c2
[ci skip] Update Javadocs URL
2021-07-27 01:13:26 +02:00
NotMyFault
e1d18dc896
(Temporarily) Include datapacks in debugpaste
2021-07-26 20:40:18 +02:00
NotMyFault
b4f9ade5bd
Fixes #1071
2021-07-26 17:05:54 +02:00
NotMyFault
39f6a2e17f
Update adapters
2021-07-26 01:14:01 +02:00
NotMyFault
92b4524dd6
Update Upstream
...
f414af5 Fix the offset mask forcing negation of itself (1656)
2021-07-26 00:48:38 +02:00
NotMyFault and GitHub
aae5d037db
Reduce gh actions time by ~75% (~6 minutes)
2021-07-25 17:46:33 +02:00
NotMyFault
844691fa2c
Remove checkstyle files
2021-07-24 22:48:58 +02:00
NotMyFault
f479e32b5f
Update contributing url
2021-07-24 19:28:28 +02:00
NotMyFault
46f2a202e6
Remove unneeded maven repos
2021-07-24 14:28:35 +02:00
NotMyFault
ae9c5f8490
Update adapters
2021-07-23 18:31:18 +02:00
50ab8ad5c7
Feature/propagate diff and object cleanup ( #1190 )
...
* Feature/main/propagate diff annotations (#1187 )
* 25% done
* More work
* More work
* 50%
* More work
* 75%
* 100% & cleanup
* Update adapters
* Squish squash, applesauce
commit 275ba9bd84
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat Jul 17 01:10:20 2021 +0200
Update dependency com.comphenix.protocol:ProtocolLib to v4.7.0 (#1173 )
Co-authored-by: Renovate Bot <[email protected] >
commit 9fd8984804
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat Jul 17 01:09:29 2021 +0200
Update dependency org.checkerframework:checker-qual to v3.16.0 (#1184 )
Co-authored-by: Renovate Bot <[email protected] >
commit 861fb45e5c
Author: dordsor21 <[email protected] >
Date: Fri Jul 16 19:07:02 2021 +0100
Fix #1075
commit 420c45a29a
Author: dordsor21 <[email protected] >
Date: Fri Jul 16 18:48:21 2021 +0100
Entity removal should be on the main thread as we're just passing through rather than doing chunk operations
- Fixes #1164
- Not working: butcher/remove history
commit 4d4db7dcd0
Author: SirYwell <[email protected] >
Date: Fri Jul 16 17:52:44 2021 +0200
Make sure leaves category is loaded for heightmaps (fixes #1176 )
commit c98f6e4f37
Author: dordsor21 <[email protected] >
Date: Fri Jul 16 10:44:52 2021 +0100
Do not allow generation commands to generate outside selection
commit 2485f5eccc
Author: dordsor21 <[email protected] >
Date: Fri Jul 16 10:43:15 2021 +0100
EditSession needs to override some Extent methods to ensure block changes are correctly set through the various extents
Fixes #1152
commit d9418ec8ae
Author: dordsor21 <[email protected] >
Date: Fri Jul 16 09:52:44 2021 +0100
Undo part of 41073bb1a0
Fixes #1178
* Update Upstream
fb1fb84 Fixed typo and grammar
* We don't support custom heights yet
* Casing inconsistency
* Address a few comments
* Address comments
* Don't refactor to AP classpath
* Document annotation style
* Refactoring & shade cleanup
* Address a few comments
* More work
* Resolve comments not being resolved yet
* Feature/main/propagate diff annotations (#1187 ) (#1194 )
* Remove beta package, fix history packages, move classes out of object package
* Resolve comments not being resolved yet
* Remove beta package, fix history packages, move classes out of object package
Co-authored-by: NotMyFault <[email protected] >
* brushes should be under brush
* More refactoring
- Filters/processors should be in the same place and are related to extents
- Transforms are in `extent.transform` in upstream
* Move history classes under history
* Update adapters
Co-authored-by: dordsor21 <[email protected] >
2021-07-23 17:48:51 +02:00
NotMyFault
39a3c83801
The CLI is not a plugin... but now it technically is?
2021-07-22 22:11:43 +02:00
NotMyFault
bcceadee6b
Propagate FAWE diff annotations down the bukkit module
...
- Minor upstream merge
2021-07-14 14:40:20 +02:00
NotMyFault
d7763c8542
Fixes #1181
2021-07-13 17:20:37 +02:00
NotMyFault
3cf283a65b
Update Upstream
...
954210d Fix //outline for non-cuboid regions (1827)
2021-07-13 10:59:04 +02:00
NotMyFault
6d360db753
Update adapters
2021-07-12 15:48:19 +02:00
NotMyFault and GitHub
0434b86d8e
Feature/1.17.1 ( #1172 )
...
* Update adapters for 1.17.1
* Fixes #1074
* fd10efa56b51d915302d616302145c74c3f079ee
* Fix `//chunkinfo` message
* 9fc85704e9570304f1b336612039afc85bb17064
* https://github.com/IntellectualSites/worldedit-adapters/pull/3/commits/03b443702381b2739ef102385d327760d775b170
* JitPack decided to work again
2021-07-09 16:07:48 +02:00
NotMyFault
dd082d4f39
Fix loading on Java versions prior to 16
...
- Lazy workaround continuously JitPack outages
2021-07-09 11:34:07 +02:00
NotMyFault
457861b879
Update Upstream
...
1f21162 Ensure the SLF4J ban is being applied
2021-07-09 11:08:17 +02:00
NotMyFault
a183425642
Update Upstream
...
40ded93 Fix loading legacy invalid blocks
2021-07-06 13:13:54 +02:00
NotMyFault
22f11abce8
Remove unneeded maven repos
2021-07-05 22:26:14 +02:00
NotMyFault
35b1202951
Mitigate logger spam introduced in https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/256d7c4e5df488916877718e0df2057628eb4108
...
Touches #1122 , #1166
2021-07-04 00:43:57 +02:00
NotMyFault and GitHub
c19b13adb4
[ci skip] We only need one 1.17 on issue templates
2021-07-02 14:24:49 +02:00
NotMyFault
876d84aec0
Fix typo
2021-07-01 22:49:10 +02:00
NotMyFault
78acb857da
Closes #1129 Closes #1128
2021-06-19 10:17:43 +02:00
NotMyFault
7af06a533b
Split up worldedit.anyblock and worldedit.anyblock.nbt for specific nbt operations
2021-06-18 20:58:10 +02:00
NotMyFault
96ed367420
Closes #1121
2021-06-18 01:01:30 +02:00
NotMyFault
79e8755d93
Update Upstream
...
eb7b79c Use require instead of strictly to reduce problems with mojang/bukkit updates (1787)
2021-06-17 10:44:19 +02:00
NotMyFault
0af60e5680
Added support for GriefDefender ( #1123 )
2021-06-17 10:37:53 +02:00
NotMyFault
09b2cfef56
Closes #1107
2021-06-08 23:53:19 +02:00
NotMyFault
ef5211d5b5
Update Wiki link
2021-06-06 21:17:24 +02:00
NotMyFault
2bdf6ae18a
Leave a proper warning if you install WE alongside FAWE
2021-06-05 20:01:06 +02:00
NotMyFault
75fbe654ee
Update Upstream
...
0036e06 Alter the CUI lifecycle to be more consistent and reliable (1633)
2021-06-05 11:27:27 +02:00
NotMyFault
d1af6c38e7
Update Upstream
...
9516002 Register platforms and commands in a more proper way (1766)
2021-06-05 10:27:38 +02:00
NotMyFault
46ed9a2d67
Include classloader in extend debug message
2021-06-02 17:27:18 +02:00
NotMyFault
b599769f8c
Fixes #1098
2021-05-30 23:49:46 +02:00
NotMyFault
cbe5cd4eb3
Move Fawe commands to Captions
2021-05-24 11:36:37 +02:00
NotMyFault
d2dee87ab9
Update Upstream
...
5a7cbfd Fix selecting at 0,0,0 or radius 0 cyl/ellipse (1734)
2021-05-24 10:52:58 +02:00
NotMyFault and GitHub
b7f595cc50
Remove redundant tab from translation file
2021-05-23 23:39:00 +02:00
NotMyFault
8d35963171
Address dead Component imports
2021-05-23 23:35:08 +02:00
NotMyFault
106f9aed79
Address requested changes
...
- https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/453415489439f1cff3f619bd5ad62536636eda7e#r50694638
- https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/4c1d0bc9a6299a08929f78641c6e81b1009a7848#r50694886
2021-05-23 23:24:18 +02:00
NotMyFault
d48808f111
Fixes #1072
2021-05-22 17:33:42 +02:00
NotMyFault
a7cbf1dd0a
Elaborate where config changes can be applied to
2021-05-19 23:51:42 +02:00
NotMyFault
706ac35063
Update GitHub actions matching latest Java requirements
2021-05-14 23:46:49 +02:00
NotMyFault
9aa25ce109
Update Upstream
...
876108f Prepare for Gradle 7, but due to FG only get to 6.9
Touches #1020
2021-05-14 10:31:32 +02:00
NotMyFault
be624d5fe2
Closes #1066
2021-05-13 21:26:16 +02:00
NotMyFault and GitHub
44fe51826f
Remove nashorn scripting engine ( #1068 )
...
- Remove the ScriptTranspiler as es6 is no longer supported
2021-05-13 20:19:55 +02:00
NotMyFault
46f1882496
Exchange Me's blog article URL
2021-05-12 19:10:30 +02:00
NotMyFault
9ff47d3404
Relocate zstd
2021-05-12 18:04:21 +02:00
NotMyFault
7b6fde2579
Update ServerLib
2021-05-12 16:35:51 +02:00
NotMyFault
2b0ab1a084
Fixes #1046
...
Also remove option to shorten urls for schematic upload. This option does not work with self hosted interfaces, nor is it really safe to use, as per-design.
2021-05-11 20:16:54 +02:00
NotMyFault
00d689a238
Clarify why mcedit is discontinued
2021-05-08 14:55:25 +02:00
NotMyFault
bb2fe3a8bc
[ci skip] Remove -x test from compiling instructions
2021-05-07 23:48:55 +02:00
NotMyFault
22be7410fc
Add Pattern#applyBlock in favor of Pattern#apply
...
As Fawe extends into its own Filter class, this will need a Fawe-suitable solution at some point when removing the deprecated method.
This is a compatibility-layer workaround for plugins calling the WorldEdit method `Pattern#applyBlock`.
2021-05-06 11:54:22 +02:00
NotMyFault
5dafa5f62b
Update Wiki link
2021-04-28 14:04:02 +02:00
NotMyFault
7e3525a6a2
Closes #1018
...
And update serverlib
2021-04-27 11:16:12 +02:00
NotMyFault
57451f6818
[ci skip] Clarify how to compile the project
2021-04-23 14:49:41 +02:00
NotMyFault
ceacd7b669
Update Upstream
...
95d784f Return false if Entity#remove is unsupported
2021-04-22 20:41:49 +02:00
NotMyFault
207d029def
Anvil commands are currently not implemented
2021-04-22 20:36:36 +02:00
NotMyFault
71b2f488b6
[ci skip] Resolving issue template conversation from 65f4d6c30f
2021-04-20 19:19:35 +02:00
NotMyFault
65f4d6c30f
[ci skip] Address template deprecations
2021-04-19 18:10:15 +02:00
NotMyFault and GitHub
23ce25e7c6
[ci skip] Update issue template paste link
2021-04-19 18:01:36 +02:00
NotMyFault
cc75654b05
Do not append commit when building locally
...
Because the commit is the version when building locally.
2021-04-19 12:56:34 +02:00
NotMyFault
00641c8108
Update ServerLib
2021-04-19 11:19:31 +02:00
NotMyFault
6383ccea83
Pleasing gh actions
2021-04-18 20:42:32 +02:00
NotMyFault
fe1cb649c8
Don't use local offset when compiling locally
2021-04-18 20:23:32 +02:00
NotMyFault and GitHub
b59d0e9843
[ci skip] Reword stale.yml
2021-04-17 21:41:29 +02:00
NotMyFault
8b69d8a8e2
Improve outdated note even more
2021-04-14 10:05:16 +02:00
NotMyFault
ae647dadfb
Fix /fawe threads output
2021-04-12 19:32:17 +02:00
NotMyFault
88764d8d46
Update Upstream
...
98adde2 Allow toggleplace to work on any Actor + Locatable
2021-04-10 11:15:41 +02:00
NotMyFault
4d77771ea1
Increase cui limit based on game limits
2021-04-07 19:54:44 +02:00
NotMyFault
6e8cc06637
Address a few deprecations
2021-04-06 18:30:29 +02:00
NotMyFault
01dff32597
Fine tuning captions
...
Fix listchunks throwing component error
2021-04-06 14:01:04 +02:00
NotMyFault
dc51379e8f
Update upstream
...
acf9c3b Change oak stair shape to straight in legacy.json.
c7da4c0 Swap out logback for log4j2
2021-04-05 23:14:20 +02:00
NotMyFault
685c25bdf4
Update gh actions
2021-04-05 23:02:56 +02:00
NotMyFault
5e534ff9e2
Finalize Captions
...
Follow up to a9d1202ce1
2021-04-05 19:54:49 +02:00
NotMyFault
a9d1202ce1
Finish up transition to captions
2021-04-05 19:52:13 +02:00
NotMyFault
b96cea75b8
Update Upstream
...
609c7b8 Scrapped Logging Framework 4 Java
Closes #997
Closes #998
Closes #999
Closes #1000
Closes #1001
Closes #1002
2021-03-29 15:29:16 +02:00
NotMyFault
2dc89f735d
Add missing translation key
2021-03-27 14:22:04 +01:00
NotMyFault
784db1e9c8
Include project name in jar
2021-03-26 21:21:45 +01:00
NotMyFault
2ffb7316a4
Bring back cli
...
Fixes #566
2021-03-26 14:24:26 +01:00
NotMyFault and wizjany
c689b4e5d2
Update Upstream
...
acd63daddf7b45ce2b7699bc85ae88e0aa4433e9: Slightly improve usability of LocalSession#getSelection.
Co-Authored-By: wizjany <[email protected] >
2021-03-26 10:11:26 +01:00
4af7316118
Remove freebuild regions ( #991 )
...
* Remove freebuild regions
* Remove configuration option of freebuild
Co-authored-by: Matt <[email protected] >
2021-03-25 08:40:09 +01:00