Commit Graph

18 Commits

Author SHA1 Message Date
Jesse Boyd
6cec36af99
CFI masking 2018-04-25 09:34:12 +10:00
Jesse Boyd
18c71453ce
Fix item drop issue on older spigot versions 2018-03-19 16:06:34 +11:00
Jesse Boyd
9128a17533
Fixes #936 2018-03-07 15:12:37 +11:00
Jesse Boyd
09addf9073
Fixes #927 2018-02-26 11:48:09 +11:00
Jesse Boyd
cf4683b876
Fixes #747 2017-09-20 17:10:36 +10:00
Jesse Boyd
398943b9b0
Add slot# pattern 2017-09-06 18:18:58 +10:00
Jesse Boyd
4d02548b04
(Experimental) Persistent brushes (config option)
Brushes can be bound to the item instead of being stored in the player's
LocalSession.
- Brushes can be shared by dropping the item
- Hasn't been fully tested, there may be bugs or performance issues
2017-08-31 16:04:03 +10:00
Jesse Boyd
92bf3f702b
Future proofing
This is working towards making sure all parts of FAWE will work on newer
versions of minecraft without the plugin needing to update. (it'll still
be slower until proper support is added)
- Adds version agnostic bukkit adapter
- Adds version agnostic bukkit anvil mode
2017-08-13 12:38:19 +10:00
Jesse Boyd
113c625122
Don't check for parrots on unknown version 2017-08-13 12:15:56 +10:00
Jesse Boyd
8dfcb0f914
Various
Start work on interactive commands (//help, //biomelist, //pos1/2)
Added clipboard and world remapping (between mcpe/pe)
//schematic remap
//anvil remapall
Added anvil -> leveldb converter (run Nukkit jar or /anvil2leveldb)
Added safe zstd decompressor
Angle mask fixes
Fix paste air issues with fawe format (which no-one uses anyway)
Fix cfi file:// with an absolute path
FIx schematic format and addBlocks
Update forge to 1.12
Fixes #663
2017-07-28 15:12:58 +10:00
Jesse Boyd
090eda1d0d
Better //wand 2017-07-26 15:46:52 +10:00
Jesse Boyd
94a7834917
* 2017-07-18 00:48:49 +10:00
Jesse Boyd
8c6e24a3e5
Fix fallback command registration (worldedit bug) 2017-07-17 23:51:01 +10:00
Jesse Boyd
03b4aaad3c
Various
FAVS
- Support for //gmask
- Support for //gsmask
- Support for //gtransform
- Suport for /v <pattern>
improved ingame changelog info
Increase tick limiter default item spawn limit
Fixes #632
Fixes #629
Fixes #627
Fixes #628
2017-07-09 22:54:04 +10:00
Jesse Boyd
2e84248cbc
Fixes butcher parrots + tweak brush/paste aliases 2017-06-28 21:20:00 +10:00
Jesse Boyd
4229665e14
Minor cleanup 2017-04-09 14:19:03 +10:00
Jesse Boyd
6c505c8c02
Clean up brushes 2017-03-06 03:19:14 +11:00
Jesse Boyd
9c1bb58a09
Restructure
Now uses a single jar for bukkit
I'm going to seperate the injector so FAWE can be used (API wise)
without WorldEdit.
2016-11-24 17:36:44 +11:00