fee57017cd
Bump dummy version to 1.14
2019-07-11 22:50:28 +02:00
f99d6e7478
wip on 1.14
2019-07-09 17:18:51 +10:00
a2efdbc488
a1c15e1c39
2019-06-29 03:10:47 +10:00
a1c15e1c39
Many upstream changes. Should be non-breaking
2019-06-25 09:00:44 -04:00
5f037df326
Adding missing permissions
...
Added some basic permissions to some basic and fawe specific commands.
Since they weren't around previously, they are true by default, however, you can now revoke/negate them.
2019-06-13 00:48:40 +02:00
f56460c9ac
Fix permission packs
2019-04-21 15:38:50 +02:00
7b8bf18309
Fixes #124
...
This fixes the output of /fawe version and gives the versioning a fresh overhaul as well
2019-04-17 00:35:39 +02:00
d7fa6e52ec
Try removing softdepend
2019-04-12 10:29:26 +10:00
6996a97027
various minor
...
CFI works without PlotSquared
tab completion
biome tweaks
WIP on anvil
document disallowed-blocks in legacy config
2019-04-11 21:32:32 +10:00
f361619037
Merge remote-tracking branch 'upstream/master' into breaking
2019-04-03 16:53:34 +11:00
bf53194650
Again #47
2019-04-01 21:41:44 +11:00
321ba326ed
Fixes #47
2019-04-01 20:10:23 +11:00
14ab61d154
Remove PlotMe support
2019-03-25 00:02:20 +01:00
d1c2a029bf
Move some platform stuff to load, put enable back to postworld.
2019-03-15 23:43:57 -04:00
678a78a982
Update adapters.
...
Don't update unchanged blocks, do change NBT, no need to light.
Also clean up the forge side a bit.
2019-03-15 20:56:49 -04:00
c885f70c7b
Load Bukkit plugin at startup.
...
This should allow plugins that use WorldEdit to do things on world load.
2019-03-15 18:38:06 -04:00
24fbc86cdd
INDEV -- Pushed for in-house testing and development
2019-02-17 03:47:32 -05:00
a09489a9af
Updated the adapters
2019-02-16 20:51:39 +10:00
39131eb1e5
Revert "Remove synthetic classes from adapters."
...
This reverts commit 1ae0e88b
2019-02-14 17:56:48 -05:00
1ae0e88b63
Remove synthetic classes from adapters.
2019-02-13 21:06:25 +10:00
c53a40b577
Bypass the Spigot API for block setting for speed boosts on non-Paper platforms.
2019-02-11 20:17:36 +10:00
628c9cc0b7
Make BaseBlock more memory efficient, and make it clear in the API that it's not intended to be used for every single block.
2019-01-10 09:54:21 -05:00
36430863a1
Update adapters
2018-12-09 16:28:01 +10:00
5acd0d8537
Update adapters for the broken Spigot builds.
2018-12-09 16:08:11 +10:00
f0070c111c
Fixed adapters not being updated
2018-11-06 15:53:14 +10:00
53bc730909
Merge pull request #435 from sk89q/feature/trace-unflushed-sessions
...
Add tracing for unflushed EditSessions
2018-11-04 17:21:25 +10:00
a2be001a57
Updated adapters
2018-11-04 16:14:47 +10:00
e1fbaaff59
Add tracing for unflushed EditSessions
2018-10-30 18:39:51 -07:00
815f14d4a1
Remove a config option that's now unused.
2018-10-13 15:12:04 +10:00
e16dacc11e
Small patches for timed-calc post-1.12-merge
2018-10-11 17:25:06 -07:00
776eb24c0e
Calculation Config missing and typo
2018-10-11 17:18:52 -07:00
fb5cb9a7bb
Added a 1.13.1 adapter.
2018-08-27 13:29:29 +10:00
a61c856adc
Allow certain commands to bypass queuing
2018-08-24 19:33:52 +10:00
c3db5c0cf1
Fix persistent brushes
2018-08-24 07:18:14 +10:00
dbd31ea347
Fixes boy0001/FastAsyncWorldedit#1090
2018-08-24 01:22:30 +10:00
a354267e85
Try sending fake operator packets to support non-OP
2018-08-19 13:41:38 +10:00
eba91cac5f
Added a config option to entirely disable server side cui.
2018-08-18 19:42:45 +10:00
7f419618cc
Switch to using fake blocks, no more world pollution
2018-08-18 15:22:49 +10:00
0cc0ee7f03
Basic tab suggestions
2018-08-18 01:37:35 +10:00
4ffb9bce6c
Various minor
...
Fix image brush
Fix some java 9 issues
Fix metrics being disabled
Fix compile: duplicate method in SimpleBlockMaterial
Load as both FastAsyncWorldEdit and WorldEdit
2018-08-16 23:21:39 +10:00
26593a135d
Don't need this adapter class
2018-08-13 00:51:37 +10:00
a629d15c74
Copy paste/merge FAWE classes to this WorldEdit fork
...
- so certain people can look at the diff and complain about my sloppy code :(
Signed-off-by: Jesse Boyd <jessepaleg@gmail.com >
2018-08-13 00:03:07 +10:00
1b2fec8e09
Add readme
2018-08-12 23:43:12 +10:00
f54d6afb65
Make BaseBlock more memory efficient, and make it clear in the API that it's not intended to be used for every single block.
2018-08-10 20:29:06 +10:00
1d9546f9c7
Fixed a typo in the adapter.
2018-08-05 15:02:01 +10:00
334143357a
Added LongArrayTag support to NBT
2018-08-05 13:36:53 +10:00
663dd1f4d8
Added an entity, weathertype, and gamemode registry.
2018-08-04 11:43:41 +10:00
572bf04482
Cleanup the bukkit implementation, and update to the 1.13 release items/blocks.
2018-08-04 11:43:41 +10:00
c3d832c3fd
State system is done. It works. Finally. Still a few rough edges that need fixing however.
2018-08-04 11:43:41 +10:00
6b5f218809
Basically finish the state system. Just 1 more bug that I'm encountering.
2018-08-04 11:43:41 +10:00