822bc20c7c
Update ToolUtilCommands.java
2019-11-01 22:40:12 +01:00
0296d566ed
wip remove faweclipboard
2019-10-31 04:04:15 +01:00
50b7b4fb54
fix sp alias conflict
2019-10-30 18:52:55 +01:00
c383fab2c2
cfi packet listener
2019-10-30 12:58:21 +01:00
72951cdf23
Various
...
fake chunk packet
aliases
cfi wip
2019-10-30 12:26:52 +01:00
bf3b91aaa7
Fix stack command diagonal shifting with -s flag
...
Fix `//stack -s [num]` shifting the selection to unexpected places. This fix causes `//stack -s [num]` behavior in diagonal directions to be consistent with the behavior in non-diagonal directions, which means that the last stack will be selected.
2019-10-28 15:02:24 +01:00
8356004ec9
chunk sending / cfi
2019-10-26 14:21:49 +01:00
1b28dcda40
Minor changes to match upstream more closely
2019-10-23 14:29:37 -04:00
c050132737
Merge branch 'commanding-pipeline' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding-pipeline
...
Conflicts:
worldedit-core/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java
2019-10-23 13:40:45 -04:00
fd408c64ed
Selective merge of commanding branch.
2019-10-23 12:58:36 -04:00
938dde68b2
Don't force load
...
didn't realize this loads the chunk, I just need to delay unloading until the operation is complete
2019-10-23 16:44:36 +01:00
e32bc6db4a
Use enum type for scoll actions
2019-10-23 15:44:13 +01:00
8768085479
schem list is still broken
...
clickEvent and hoverEvent don't seem to work, I'm probably doing something wrong
2019-10-23 15:35:04 +01:00
2080e9786b
commanding-pipeline diff
2019-10-23 05:23:52 +01:00
ffbb25f1ea
Fixed snapshot typo
2019-10-11 13:42:07 -04:00
0d794c1004
Minor annotation change.
2019-10-10 20:30:51 -04:00
ccd8f2c2a9
Attempt to fix command execution.
2019-10-09 20:43:28 -04:00
da3019ae3d
More compile fixes and upstream mergesa
2019-10-09 16:15:26 -04:00
67b3fa054a
Allow Actors to use generation commands
2019-10-07 15:23:40 -04:00
11d30d2f94
Disabled FAWE commands until the plugin can actually set a block again
2019-10-07 15:09:52 -04:00
0767f56711
Update to Piston 0.5.2 + Doctools/Deprecation improvements ( #523 )
...
* Update to Piston 0.5.2
* [Doctools] Fix output, be verbose about deprecations
* Improve deprecation system, doctools output
(cherry picked from commit 03c0cce53e
)
2019-10-07 12:57:47 -04:00
03c0cce53e
Update to Piston 0.5.2 + Doctools/Deprecation improvements ( #523 )
...
* Update to Piston 0.5.2
* [Doctools] Fix output, be verbose about deprecations
* Improve deprecation system, doctools output
2019-10-05 19:06:18 +10:00
7e3fc6c8e7
Disable watchdog ticking by default, //watchdog to turn on
2019-09-29 22:10:04 -07:00
24a147465d
Fixed a bunch of extends and removed slottableblockbag
2019-09-21 21:00:45 -04:00
8b96cdc9a5
*
...
A tribute to Jesse
2019-09-20 21:52:35 -04:00
16e24a2400
Created an Item Registry Test (non-functional)
2019-09-19 11:30:22 -04:00
0bddb565ab
Fixed compile issue
2019-09-13 23:19:28 -04:00
14ed3f1d9c
Remove FawePlayer and API modifications
2019-09-13 23:05:16 -04:00
ba26d788af
Add /brush none
and unbind aliases
2019-09-09 18:13:57 -07:00
0e9fee3b60
Add /tool back, deprecate global tool commands
2019-09-08 17:46:29 -07:00
c65e06cb1b
Removed tool command
2019-09-03 15:40:59 -04:00
cafb4120ef
More upstream compatibility fixes
2019-09-03 15:21:53 -04:00
e88adea066
Added WorldConverter.java
2019-09-03 12:35:22 -04:00
c03015adc8
Temporarily removed the world command
...
Issues need to be worked out and investigated.
2019-09-02 15:41:43 -04:00
46550a076f
Possible compile fix
2019-09-02 15:37:01 -04:00
06a92d29b1
Merge branch 'commanding' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding
...
# Conflicts:
# worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java
# worldedit-core/src/main/java/com/sk89q/worldedit/command/ApplyBrushCommands.java
# worldedit-core/src/main/java/com/sk89q/worldedit/extension/platform/PlatformCommandManager.java
# worldedit-libs/core/build.gradle.kts
2019-09-02 15:24:53 -04:00
c20f4c6b7f
Fixed a null pointer. Merged in a bunch of CLI stuff.
2019-09-02 15:22:43 -04:00
a73a45ce43
Create parser context data for factory converter in non-user-mode
2019-08-31 16:30:51 +10:00
e8a768f7c8
Fix issue on startup and update outdated links
2019-08-29 15:52:08 +02:00
68eea925e1
update adapter and platform manager
2019-08-29 13:57:03 +01:00
aa4c443358
Revert "Revert 'revert ivy change'"
2019-08-26 06:03:58 +01:00
4e49d16505
fix dependencies
2019-08-26 05:45:03 +01:00
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
ae89c16390
merge
2019-08-23 08:36:33 +01:00
d434dfcfdd
some minor refactoring
2019-08-18 02:09:09 +01:00
cbbe8b5dfa
upstream changes
2019-08-15 15:24:18 -04:00
61bc012f6f
Fix source masks using EditSession instead of clipboard. ( #515 )
2019-08-10 11:54:22 -04:00
7a57a5dd8c
minor
...
idk it compiles now
2019-08-10 16:01:42 +10:00
0e25839490
Fix schematic list box loading schems with spaces in path.
2019-08-08 10:14:16 -04:00
3b879477b6
more compiling
2019-08-07 10:25:57 +10:00