Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/command
Jordan d6e3c331d4
Make 1.18 to be effectively in a usable state (#1452)
* Update swathes of easy-to-update-sort-of-code.
 - Untested
 - Should compile but NMF broken something
 - Several todos:
  - biome history//better support (move to biome sections in core)
  - regen (haha lol no thanks, someone else can do that)
  - probably actually do the palette stuff that probably won't work in PaperweightPlatformAdapter

* ci: Provide basic Jenkinsfile for ghprb pipeline

* build: Update paperweight

* upstream: Update Upstream

de6fa17 Add getBrush helper for use with instanceof pattern matching (1926)

* FAWE will now load on startup

* it....works?

* Begin to allow biome edits (and fix biomes reverting to plains upon editing blocks)

* Add new blocks/block properties

* Only create biome palette if supplies is null

* Fix biome operations

* Finally get removing BlockID done (major version change allows it)

* refactor!: Drop PlotSquared v4

Fawe 2.0.0 and newer requires Java 17, PlotSquared v4 supports 1.13 and 1.14, Fawe wont work on these versions nevertheless and refuses to load due Java version incompatiblities with older versions. Newer versions can use PlotSquared v6.

* docs: Update readme

* Added and removed some comments

* Added and removed some comments

* refactor: Rename worldedit configuration

* build: Re-add 1.17 module

This the a very nasty commit

* chore: Implement missing methods

* build: Update paperweight

* upstream: Update upstream

6df194e Remove finalize, use a Cleaner instead (1943)
9843a4f Fix snapshots in 1.18 (1959)

* ci: Escape workflows

* build: Update paperweight to 1.18.1

* build: Update Paster

* Fix compilation

* Bump to 1.18.1

* Do both 1.18 and 1.18.1

Co-authored-by: Alex <mc.cache@web.de>

* Fix single-block lookups

* Reserve ordinals 0 through 3 for air/"reserved"

* Create block palette data with values

* Fix classpath for testing for starlight

* Correctly use block rather than sky light layer [not used in paper]

Co-authored-by: NotMyFault <mc.cache@web.de>
Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
2021-12-20 21:12:04 +00:00
..
argument some codestyle application 2021-09-08 16:39:43 +01:00
factory Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
tool Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00
util refactor: Move update checker to core 2021-10-23 19:36:59 +02:00
ApplyBrushCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BiomeCommands.java Add basic preloading (#1221) 2021-08-16 20:47:09 -04:00
BrushCommands.java Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00
ChunkCommands.java refactor: Address .editorconfig violations 2021-10-18 23:09:21 +02:00
ClipboardCommands.java Add configurable disallowed states for limits, global disallowed blocks (#1312) 2021-10-09 11:02:26 +00:00
ExpandCommands.java some codestyle application 2021-09-08 16:39:43 +01:00
FlattenedClipboardTransform.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
GeneralCommands.java Allow console to execute commands now that editsessions etc. accept actors 2021-09-28 15:59:52 +01:00
GenerationCommands.java Fix expression evaluation method used for generatebiome 2021-09-22 15:03:03 +01:00
HistoryCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
HistorySubCommands.java Remove hardcoding of world limits (#1199) 2021-08-17 22:13:51 +01:00
InsufficientArgumentsException.java Upstream merge of the scripting package 2020-08-18 13:43:18 -04:00
LegacySnapshotCommands.java some codestyle application 2021-09-08 16:39:43 +01:00
LegacySnapshotUtilCommands.java Implement restoring biomes, entities, and extended world heights (#1316) 2021-10-17 13:40:55 +00:00
NavigationCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
package-info.java Feature/propagate diff and object cleanup (#1190) 2021-07-23 17:48:51 +02:00
PaintBrushCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
RegionCommands.java chore: Exchange debug log levels & component-ify a few messages (#1342) 2021-10-17 14:50:42 +02:00
SchematicCommands.java feat: Add worldedit.schematic.save.global permission (#1406) 2021-11-12 14:21:06 +00:00
ScriptingCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
SelectionCommands.java Use a MaskTraverser to set extent where it will be a WorldWrapper otherwise 2021-09-21 14:59:49 +01:00
SnapshotCommands.java some codestyle application 2021-09-08 16:39:43 +01:00
SnapshotUtilCommands.java Implement restoring biomes, entities, and extended world heights (#1316) 2021-10-17 13:40:55 +00:00
SuperPickaxeCommands.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
ToolCommands.java chore: Exchange debug log levels & component-ify a few messages (#1342) 2021-10-17 14:50:42 +02:00
ToolUtilCommands.java some codestyle application 2021-09-08 16:39:43 +01:00
UtilityCommands.java Don't allow edits on plots when owner is offline and player is only added (#1313) 2021-10-04 12:34:40 +00:00
WorldEditCommands.java Make 1.18 to be effectively in a usable state (#1452) 2021-12-20 21:12:04 +00:00