Commit Graph

6708 Commits

Author SHA1 Message Date
a2df590fae feat: Add worldedit.schematic.save.global permission (#1406) 2021-11-12 14:21:06 +00:00
6f33c5223d build: Update Gradle
Address regression from 3ad2f8b5fa
2021-11-11 22:30:22 +01:00
3ad2f8b5fa Update Upstream
bd87665 Update paperweight + userdev bundle. (1930)
2021-11-11 22:22:44 +01:00
6df16cfe96 refactor: Alter handling of errors in bindings (#1395)
* Alter handling of errors in bindings
 - Fixes #1384

* Arbitrarily use TextComponent#of for InputParseException
2021-11-11 17:37:25 +00:00
806ea14ad2 Unfix #826 in favour of allowing toggling the wand
- #826 is a pretty niche requirement, usually permissions do not change without a world change, relog, etc. very frequently
 - Allowing //toggleeditwand and /tool none on the wand feels more important
2021-11-10 22:13:44 +00:00
f04e891e0c Allow schematics with empty, but present, biome data 2021-11-10 19:45:49 +00:00
4272f96ade chore: Update org.antlr to v4.9.3 (#1404)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 09:59:48 +01:00
5f055d56cb chore: Update dependency com.github.TownyAdvanced:Towny to v0.97.2.15 (#1402)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 09:59:22 +01:00
7a9549b75a Unmerge wall/"besides / |" masks 2021-11-08 15:49:43 +00:00
95ecb5609d Check for worldguard bypass permissions 2021-11-05 19:04:15 +00:00
971ae04020 Fix incompatibility between WorldEdit and FAWE for LocalSession#getTool (#1399) 2021-11-04 20:29:40 +00:00
21b6f582e1 Switch some Caption#of to TextComponent#of 2021-11-03 18:33:19 +00:00
c4d0a4e921 Update adapters (#1394) 2021-11-02 22:05:04 +01:00
d91a971e85 Allow extent to be used down the pipeline in BlockReplace
- It's quite likely for this to be required given BlockReplace use in replacenear
 - Fixes #1390
2021-11-02 20:53:14 +00:00
a716dd3778 chore: Update dependency org.checkerframework:checker-qual to v3.19.0 (#1391)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 17:40:23 +01:00
2c56e480c3 Expand certain FAWE limits to use Long instead of Integer. (#1382) 2021-11-02 16:38:39 +00:00
0674f39600 Synchronise chunk filtering 2021-11-02 13:34:37 +00:00
d8735da871 chore: Update dependency commons-cli:commons-cli to v1.5.0 (#1389)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 13:53:29 +01:00
bd8a2a5f2a chore: Update dependency net.kyori:adventure-nbt to v4.9.3 (#1387)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 13:53:20 +01:00
8a03b89434 chore: Update net.kyori to v4.9.3 (#1388)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 13:53:08 +01:00
67874bc9f8 chore: Update dependency com.github.TownyAdvanced:Towny to v0.97.2.12 (#1380)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 13:51:49 +01:00
ee0d1b5a5b fix: Add missing Gray Candle types (#1383)
* Added Gray Candle types

Added GRAY_CANDLE & GRAY_CANDLE_CAKE

* Added Gray Candle to the ItemTypes
2021-10-29 14:57:58 +00:00
14cb97d0ad fix: //regen with custom populators (#1376)
* Refraction + more fixes

* Remove exception debug

* Fix populator issues with //regen

* Fixed code style

* Further simplify

* Update adapters

Co-authored-by: Alex <mc.cache@web.de>
2021-10-25 14:13:02 +00:00
1b1f3bbcbe Fix #1375 2021-10-25 15:04:59 +01:00
47f25c4f31 Slight cleanup of region parsing in EditSessionBuilder 2021-10-25 14:13:26 +01:00
f7e94fd450 Only add backupregions if whitelisting 2021-10-25 14:12:36 +01:00
4e6aee6bfb Don't consider global region for blacklisting WG regions 2021-10-25 14:12:21 +01:00
75be38925f Fix #1378 2021-10-25 14:11:17 +01:00
ad640532dc Update Upstream
d48530c Don't allow editing without a Bukkit Impl Adapter. (1920)
2021-10-24 12:21:23 +02:00
c55bc8c05f refactor: Move update checker to core
feat: Add permission for tracing
2021-10-23 19:36:59 +02:00
3d70d9e496 RegionIntersection requires List constructor 2021-10-23 14:09:01 +01:00
ae949d607b Move paperweight to BinaryTag
- Upstream put paperweight into master branch, which doesn't have BinaryTags
 - Fixes #1374
2021-10-22 16:00:51 +01:00
7b775ca57d Remove Only-vanilla-biomes restriction (#1373) 2021-10-22 15:34:37 +01:00
857090bdde Add meaningful default methods to getMask for region protection 2021-10-21 18:25:36 +01:00
d4eda78818 refactor: Remove redundant loggers 2021-10-21 17:26:16 +02:00
c07ba4e88e Merge branch 'feature/region-blacklist' 2021-10-21 17:13:13 +02:00
7294e2346e fix: Update adapters to latest reflection changes 2021-10-21 11:31:12 +02:00
8ed4736066 Add override and correct default method for fromNative
- Fixes #1370
2021-10-20 13:47:55 +01:00
e7a6c3e58c Merge branch 'chore/main/deprecate-unsafe-utils' 2021-10-19 22:09:01 +02:00
13be5a22ad Fix #1370
- Actually override toNative in adapter
 - Correctly assign generic-type
 - Better default method for BinaryTag retrieval in adapter
2021-10-19 15:14:25 +01:00
4ee61a93c8 Fix incorrect method params 2021-10-19 14:34:35 +01:00
252abf862b Add more Refraction 2021-10-19 14:30:51 +01:00
37eb4a1008 Regress to upstream for (Binary)Tags in data fixers 2021-10-19 14:12:02 +01:00
b5479e480d Don't attempt to run null P2 tasks 2021-10-19 13:35:00 +01:00
bd9476a175 refactor: Address .editorconfig violations 2021-10-18 23:09:21 +02:00
9a33789e41 build: Update shadow and PlotSquared
Closes #1367
2021-10-18 22:41:31 +02:00
f7c428a894 Merge branch 'main' into chore/main/deprecate-unsafe-utils 2021-10-18 22:08:27 +02:00
6827f17d4d build: Closes #1365 2021-10-18 22:08:07 +02:00
f1e8a1a29a refactor: Move Unsafe to reflection class 2021-10-18 22:01:54 +02:00
c7a490fa03 Fix paperweight changes (#1364) 2021-10-18 20:38:43 +01:00