Commit Graph

6444 Commits

Author SHA1 Message Date
99b45c13fb fix: Invalid yaml syntax of new config values
Follow up from 6839fa5567
2021-10-09 17:22:16 +02:00
6839fa5567 Add configurable disallowed states for limits, global disallowed blocks (#1312) 2021-10-09 11:02:26 +00:00
d641e21dfc [ci skip] Move to org level templates 2021-10-08 19:03:41 +02:00
2eb6451810 fix: Add dummy constructor for CraftBook5 support (Fixes #1334) (#1344)
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-10-07 17:18:10 +00:00
e2924f4cba feat: Improve wording of allowed-plugins message (#1341)
Fixes #1319
2021-10-07 17:12:17 +00:00
546ad86841 fix: Update StubServer.java to the latest spigot changes (#1345) 2021-10-07 18:05:56 +01:00
4ffddd8c93 Update dependency net.kyori:adventure-nbt to v4.9.2 (#1338)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:15:08 +02:00
fad1f5c2f0 Update net.kyori to v4.9.2 (#1339)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:14:58 +02:00
632c9845c1 Update dependency com.github.TownyAdvanced:Towny to v0.97.2.4 (#1335)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:14:38 +02:00
1166db60d1 Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.1 (#1336)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:13:48 +02:00
f78730e337 Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.1 (#1337)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:13:41 +02:00
6895234815 Don't allow edits on plots when owner is offline and player is only added (#1313) 2021-10-04 12:34:40 +00:00
d44f297068 Fully fix #1331 2021-10-01 13:27:05 +01:00
3a45a31e65 Better error message for LocalBlockVectorSet 2021-09-30 13:17:28 +01:00
f886320c44 SurfaceMask should be copied properly.
#1331
2021-09-30 13:17:15 +01:00
7a6a0f68fe Don't allow area pickaxe outside max y
#1331
2021-09-30 13:16:15 +01:00
c10e48320b Fix inverted expectFail boolean 2021-09-30 12:35:17 +01:00
2e10936b3d [ci skip] chore: Limit dependency updates to one day per week
Closes #1333
2021-09-29 22:48:42 +02:00
eafab87540 Update dependency com.github.TownyAdvanced:Towny to v0.97.2.0 (#1323)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 18:03:49 +02:00
0ed98729f8 Allow console to execute commands now that editsessions etc. accept actors
- Fixes #724
 - Fixes #1044
2021-09-28 15:59:52 +01:00
fa2f50dea8 Sometimes an overlay position may not be able to be found. Attempt to resolve or fail nicely. 2021-09-28 14:39:14 +01:00
a3365a12bc Fix #1327 2021-09-28 14:27:36 +01:00
e94b85a0fc Don't load clipboard more than once. Deprecate BukkitPlayer constructors as it's more efficient to use cached players 2021-09-28 14:11:12 +01:00
848eac8623 Fix schematic offset when loaded to clipboard 2021-09-28 13:16:26 +01:00
56999fd1e0 Drain bubble columns as well
Fixes #1326
2021-09-27 14:42:43 +01:00
1cf5899586 Allow deletion of DOC
Fixes #1325
2021-09-27 14:39:21 +01:00
b73db47e01 Add switch to schem loadall to replace existing clipboard(s) 2021-09-27 14:15:26 +01:00
58f231ad12 Slightly improve add clipboard hover message for schematic list 2021-09-27 14:14:24 +01:00
5155055446 Add deprecation message to fawe EditSessionBuilder 2021-09-26 22:10:59 +01:00
e6675f1656 Default per player schematics to false 2021-09-26 22:07:25 +01:00
5940ebbccc [ci skip] chore: Never suggest to update guava
Closes #1321 
Closes #1320
2021-09-26 01:36:47 +02:00
ca15e93102 refactor: Remove lz4-stream
LZ4-Java contains a modern version & delegate for lz4-java-stream.
2021-09-26 00:48:50 +02:00
268244119f Update adapters? 2021-09-24 17:05:26 +01:00
6b5f21d67b Support old, corrupt, schematics 2021-09-24 16:41:09 +01:00
4e944052cd un-transitive some dependencies 2021-09-24 15:49:30 +01:00
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
bfd9e5b347 Don't stop edits for old clipboards, attempt to load them anyway (for now) 2021-09-24 09:32:49 +01:00
8593c2df9f Rearrange DOC methods 2021-09-23 12:42:51 +01:00
07c02b5825 Remove import static org.apache.logging.log4j.LogManager.getLogger 2021-09-23 12:34:22 +01:00
6c56fa29aa Fix #1317 2021-09-22 22:22:39 +01:00
a5795461f2 Improve a few dependency scopes 2021-09-22 23:00:12 +02:00
40b024fbba Set legacy ID when adapter is loaded to enable reading/writing anvil 2021-09-22 16:15:18 +01:00
663d0139b7 default to a meaningful preload chunk count 2021-09-22 15:58:20 +01:00
a3d50585c2 Don't print error message if we're expecting it on biome loading 2021-09-22 15:58:11 +01:00
3376baa3c5 Remove needless EditSession#getWorld for setting blocks/biomes in a couple of cases
#32 IntellectualSites/FastAsyncWorldEdit-Adapters#7
2021-09-22 15:04:12 +01:00
d25a85e0d4 Fix expression evaluation method used for generatebiome
#32
2021-09-22 15:03:03 +01:00
4400b0f83e Fix #1114
- Ensure short is correctly cast to int, as we're using it as if it were unsigned
2021-09-22 14:32:49 +01:00
a241e594c1 Slight adjustment to DOC 2021-09-22 13:14:10 +01:00
64036a38cf Update adapters to 32c896db93 2021-09-22 12:58:09 +01:00
268d8cff49 Apply list of properties everywhere 2021-09-21 18:53:37 +01:00