Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/extent
Matthew Miller 0620478763
feature(cli): Added a CLI version of WorldEdit, and allowed most commands to be run from console (#508)
* Re-do commits to avoid awful rebase

* You can load and save a schematic file now. Still gotta setup ability to use commands as a console actor.

* Add a world override concept to LocalSession, and allow a lot more commands to be performed by actors.

* Fixed commands, and set the loaded schematic as the world override in CLI

* Properly load tags

* Added 1.14.4 data values

* Allow a majority of commands to be performed by the console.

* Fixed a lot of PR requested changes

* Added a Locatable interface and use that for getting the location of the player in commands.

* Added script support. Currently requires a newline at the end of the script.

* Shade everything to allow this to run locally - should probably minimize this to an extent later.

* Actually hook up the version

* Added a //world command to set the override

* Fixed a missed checkstyle issue

* Added CommandBlock support to Bukkit

* Make command block support configurable

* Minor cleanup and implementing a few of the final functions

* Fixed most issues from PR

* Improve UX, saving is now automatic and unknown command messages show

* Better save docs and support any clipboard format

* Include the entire formats list

* Arrays.copyOf

* Clear the world override if the selector is called on another world.

* Update logging extent to allow basic logging with non-player actors
2019-08-25 19:58:28 +10:00
..
buffer Add -e/-b/-m flags to //stack and //move, to match copy and paste. 2019-08-05 22:47:57 -04:00
cache Tweak the last access extent cache to provide better caching 2018-12-29 19:21:45 +10:00
clipboard feature(cli): Added a CLI version of WorldEdit, and allowed most commands to be run from console (#508) 2019-08-25 19:58:28 +10:00
inventory Remove all raw usages of BSH, improve API generics 2018-12-26 16:39:10 -08:00
reorder Memory optimizations (#505) 2019-08-12 22:06:40 +10:00
transform Fix BlockTransformExtent rotating directional boolean properties. 2019-06-15 13:35:23 -04:00
validation Remove all raw usages of BSH, improve API generics 2018-12-26 16:39:10 -08:00
world Load chunks when setting biomes too. 2019-07-28 10:21:29 -04:00
AbstractBufferingExtent.java License for new class 2019-07-04 11:55:27 -07:00
AbstractDelegateExtent.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
ChangeSetExtent.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
Extent.java Refactor vector system to be cleaner 2018-11-03 23:00:23 -07:00
InputExtent.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
MaskingExtent.java Remove all raw usages of BSH, improve API generics 2018-12-26 16:39:10 -08:00
NullExtent.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
OutputExtent.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00