geforkt von Mirrors/FastAsyncWorldEdit
Updated for 3.0.
Dieser Commit ist enthalten in:
Ursprung
f7fe72311b
Commit
68b12f4c7d
@ -1,3 +1,29 @@
|
|||||||
|
3.0:
|
||||||
|
- Added /searchitem or //l command to lookup items and block by name and ID.
|
||||||
|
- Added block data cycling super pickaxe tool. (/cycler)
|
||||||
|
- Added //paste [-ao] syntax to paste without air and at origin.
|
||||||
|
- Added support for //stack [-a] to not stack air.
|
||||||
|
- Added the ability to configure the schematic and CraftScript directories.
|
||||||
|
- Added better support for cake, added some more block/item aliases.
|
||||||
|
- Added support for rotation block orientation with the rotate and flip
|
||||||
|
commands (now stairs, torches, etc. will rotate correctly).
|
||||||
|
- Added distance to //size.
|
||||||
|
- Added more brush shapes (hollow sphere, cylinder, hollow cylinder,
|
||||||
|
and clipboard) for the brush tools.
|
||||||
|
- Added in a valid block ID check.
|
||||||
|
- Added debugging information for when no snapshots could be found.
|
||||||
|
- Added pattern support to //overlay (i.e. //overlay 3%torch,97%air).
|
||||||
|
- Added a clipboard pattern (//set #clipboard) -- useful for repeating
|
||||||
|
patterns over an area.
|
||||||
|
- Changed the arm swing tools to also work on right click.
|
||||||
|
- Improved block drop list (thanks to Gunther De Wachter).
|
||||||
|
- Fixed scripting.timeout setting taking no effect.
|
||||||
|
- Fixed group checking with Permissions.
|
||||||
|
- Moved commands around in the code and added hierarchical permissions
|
||||||
|
support in the process. All permission systems supported by WorldEdit
|
||||||
|
(and utilizing plugins) support hierarchy, regardless if they really
|
||||||
|
do or not. WorldEdit will simulate hierarchy as required.
|
||||||
|
|
||||||
2.15.2:
|
2.15.2:
|
||||||
- Minor additions for ease of integration.
|
- Minor additions for ease of integration.
|
||||||
|
|
||||||
|
@ -45,6 +45,10 @@ navigation-wand:
|
|||||||
|
|
||||||
scripting:
|
scripting:
|
||||||
timeout: 3000
|
timeout: 3000
|
||||||
|
dir: craftscripts
|
||||||
|
|
||||||
|
saving:
|
||||||
|
dir: schematics
|
||||||
|
|
||||||
wand-item: 271
|
wand-item: 271
|
||||||
shell-save-type:
|
shell-save-type:
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren