Commit Graph

2363 Commits

Author SHA1 Message Date
1f975ac044 Update templates, address JEP deprecations and place a few TODOs 2021-11-30 21:30:46 +01:00
0b45248b8c style: Use minimized version output 2021-11-29 22:15:41 +01:00
11e25911d5 upstream: Update upstream (#1430)
* upstream: Update upstream

c407471 Re-add class shutter with tweaks. (1947)

* upstream: Update Upstream

29f1c66 If a trace hits the world limit, cancel it (1942)

* upstream: Update upstream

511daa5 Update paperweight dev bundle
2021-11-26 23:31:27 +01:00
4c6e707fcf fix: Error when setting PS v4's config option (#1427)
Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/1372
2021-11-19 09:42:33 +00:00
ef61ecccaa Fix tab completion when *not* using %.
- Also allow tab-completion of % pattern when it's the first/only pattern being used
 - Also don't error when attempting to tab complete an invalid percent value
2021-11-18 18:42:19 +00:00
9bf9885ffb Fix tab completion of % (random) pattern removing the % part of the input 2021-11-16 14:54:43 +00:00
5692ec54dd Parse with square brackets after a % modifier
- Fixes #1409
2021-11-16 14:32:25 +00:00
66357b8adb Fix RichParser assuming it should be used if its prefix is short than, and contained by, the input 2021-11-16 12:49:54 +00:00
575b0035df Should be equals in checking if valid prefix when not shorter and with no arguments 2021-11-16 12:48:09 +00:00
cf6f54bd28 Fix RichParser suggestion sometimes giving a different pattern/mask when specifying arguments 2021-11-16 12:19:08 +00:00
527b7141a3 RandomPatternParser is an upstream class 2021-11-15 18:02:43 +00:00
a2df590fae feat: Add worldedit.schematic.save.global permission (#1406) 2021-11-12 14:21:06 +00: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
7a9549b75a Unmerge wall/"besides / |" masks 2021-11-08 15:49:43 +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
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
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
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
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
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
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
e7a6c3e58c Merge branch 'chore/main/deprecate-unsafe-utils' 2021-10-19 22:09:01 +02:00
37eb4a1008 Regress to upstream for (Binary)Tags in data fixers 2021-10-19 14:12:02 +01:00
bd9476a175 refactor: Address .editorconfig violations 2021-10-18 23:09:21 +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
8fe610311d Comments 2021-10-17 15:53:19 +01:00
7d894228d0 Implement region blacklisting 2021-10-17 15:53:04 +01:00
f0880a27a0 feat: Paperweight support (#1362)
* Initial work towards paperweight

* feat: Port Fawe classes to paperweight

- Hide UnsafeUtilities in javadocs
- Fix typo in Regenerator
- Create fawe tmp directory for fawe regen

* Update adapters

* chore: Update MiniMessage

* Address todos

* Fix leftover Tuinity loggers
2021-10-17 16:32:36 +02:00
9c1c8bfdf2 Implement restoring biomes, entities, and extended world heights (#1316) 2021-10-17 13:40:55 +00:00
27865dc785 chore: Exchange debug log levels & component-ify a few messages (#1342) 2021-10-17 14:50:42 +02:00
5db9a601b1 feat: (Re-) Add update notifications (#1361)
* feat: (Re-) Add update notifications

Fixes #1348

* Move update notification to seperate class

- Add a couple of linebreaks to the chat messages
2021-10-17 09:55:25 +02:00
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
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
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