2010-10-21 01:19:56 +02:00
|
|
|
0.10:
|
|
|
|
- Issues with the permissions regarding the super pick axe mode and
|
|
|
|
the edit wand have been resolved.
|
|
|
|
- For the super pick axe to destroy bedrock, permission must be given for
|
|
|
|
/worldeditbedrock.
|
|
|
|
- Added /chunkinfo to tell you information about the chunk that you are in.
|
|
|
|
- Added support for restoring regions from a backup. /listsnapshots, //use,
|
|
|
|
and //restore have been added.
|
|
|
|
- Added //hpos1 and //hpos2 to set the corners of the cuboid to the block
|
|
|
|
that you are looking at.
|
|
|
|
- Added /jumpto to go to the spot that you are looking at.
|
|
|
|
- Added /thru to go through the wall in front of you.
|
|
|
|
- Added /ceil to get to the ceiling of a room.
|
|
|
|
|
2010-10-19 01:53:12 +02:00
|
|
|
0.9:
|
|
|
|
- Giving permission to just /worldedit is now enough to have access to all
|
2010-10-21 01:19:56 +02:00
|
|
|
WorldEdit commands.
|
2010-10-19 01:53:12 +02:00
|
|
|
- The super pickaxe toggle command has been changed to //, but the old "/,"
|
2010-10-21 01:19:56 +02:00
|
|
|
command will continue to work. When assigning permissions, give access to //
|
2010-10-19 01:53:12 +02:00
|
|
|
- Added //move and //moveair to move the selection.
|
|
|
|
- Fixed the help for //wand.
|
|
|
|
- Fixed a bug that caused commands to be case sensitive.
|
|
|
|
- Permissions for the non-air command (i.e. //stack vs //stackair) now
|
2010-10-21 01:19:56 +02:00
|
|
|
extend to the air command.
|
2010-10-19 01:53:12 +02:00
|
|
|
- Added /removenear to remove nearby blocks of a type.
|
|
|
|
- Fixed the incorrect help for some commands.
|
|
|
|
- Added //cyl and //hcyl to generate filled and hollow circles and cylinders.
|
|
|
|
- Added //sphere and //hsphere to generate filled and hollow spheres.
|
|
|
|
- Added //walls to generate the sides of a cuboid region.
|
|
|
|
|
2010-10-18 00:31:17 +02:00
|
|
|
0.8.3:
|
|
|
|
- //rotate fixed.
|
2010-10-18 02:22:12 +02:00
|
|
|
- Fixed some floating point inaccurracy errors.
|
2010-10-18 00:31:17 +02:00
|
|
|
- Exceptions are now caught when handling commands so that they can be
|
2010-10-21 01:19:56 +02:00
|
|
|
reported to the current user.
|
2010-10-18 00:31:17 +02:00
|
|
|
|
|
|
|
0.8.2:
|
|
|
|
- Signs that are not in a loaded chunk will no longer cause an exception.
|
2010-10-21 01:19:56 +02:00
|
|
|
- /unstuck, /ascend, and /descend are more accurate now. /descend also
|
|
|
|
won't drop you from 20 feet up and it won't drop you into the void anymore.
|
2010-10-18 00:31:17 +02:00
|
|
|
|
|
|
|
0.8.1:
|
|
|
|
- Added a workaround for the onBlockDestroy hook returning (0, 0, 0).
|
|
|
|
|
2010-10-15 10:31:54 +02:00
|
|
|
0.8:
|
|
|
|
- All operations now implicitly support working with block data, including
|
|
|
|
sign text. This applies to .schematic loading and saving.
|
|
|
|
- Scripting support has been removed. It may return in the future, possibly
|
|
|
|
as an additional plugin.
|
|
|
|
- /edit command prefix was changed to //.
|
|
|
|
- Added //expand and //contract to expand and contract the selected region.
|
|
|
|
- Fixed help for //stack and //stackair.
|
|
|
|
- Added /ascend to ascend to the next level up.
|
|
|
|
- Added /descend to descend down a level.
|
|
|
|
- Added /toggleeditwand to toggle use of the toggle wand.
|
|
|
|
- Re-implemented /forestgen in Java.
|
|
|
|
- Added /editrotate to rotate the clipboard around the minimum position.
|
|
|
|
- Added super-pick axe mode with command /,
|
|
|
|
- Added /toggleplace to switch to using position #1 instead of your feet.
|
|
|
|
- Plugin for hey0's server mod has been renamed to SMWorldEdit.
|
|
|
|
- //fill routine now keeps a track of visited blocks to prevent
|
|
|
|
infinite recursion caused by inconsistent states.
|
|
|
|
- /editcut will both copy and remove.
|
|
|
|
- All block name lookups now use WorldEdit's own list.
|
|
|
|
- New syntax to specify block data when specifying block type. Examples:
|
|
|
|
//set crops:7
|
|
|
|
//set sign:4|Line1|Line2
|
|
|
|
- Colored cloth blocks can no longer be created at all
|
|
|
|
(they crash clients).
|
|
|
|
- Added /fixwater to level and correct water.
|
|
|
|
|
|
|
|
0.7:
|
|
|
|
- /editreplace now has reversed arguments. /editreplace [fromID] toID
|
|
|
|
- /editstack(air) now has reversed arguments. /editstack count [direction]
|
|
|
|
- /editstack(air) now can take longer direction names ('up' vs. just 'u').
|
|
|
|
- Added /editdrain drains pools of lava and/or laval.
|
|
|
|
- Fixed help for /editstack(air) incorrectly referring to the clipboard.
|
|
|
|
- Removed the dependency on Apache commons and recompiled the JavaScript
|
|
|
|
engine to be smaller.
|
|
|
|
|
|
|
|
0.6:
|
|
|
|
- Added a check that will warn you when the region you have selected is
|
|
|
|
larger than the .schematic format can support.
|
|
|
|
- Implemented smart block queuing that will intelligently create or
|
|
|
|
destroy blocks so that certain blocks (torches, etc.) will spawn
|
|
|
|
correctly (though perhaps not in the right orientation) and will
|
|
|
|
remove correctly (without dropping an item).
|
|
|
|
- When pasting, if you end up inside a block, you will now be put up top
|
|
|
|
of the paste.
|
|
|
|
- Added /editstack and /editstackair for stacking/repeating regions a
|
|
|
|
certain number of times.
|
|
|
|
- Added /removebelow.
|
|
|
|
- Added height parameter to /removeabove.
|
|
|
|
- Added /editwand to give you the wooden axe.
|
|
|
|
- Added /editlimit to allow you to clamp the number of blocks that can
|
|
|
|
changed in one go at a time. A new "max-blocks-changed" setting
|
|
|
|
lets you configure a default limit.
|
|
|
|
|
|
|
|
0.5:
|
|
|
|
- You can now right click once with the wooden axe to select position 1
|
|
|
|
and double right click to select position 2.
|
|
|
|
- /editoutline added to draw the faces of a region.
|
|
|
|
- New /editload and /editsave that work with .schematic files.
|
|
|
|
- /clearclipboard now works.
|
|
|
|
- meteorshower.js added: drop burning resources around you.
|
|
|
|
- Scripts can now be run directly as a command.
|
|
|
|
- The forest generator now tops the trees with leaves.
|
|
|
|
- Scripts will now be aborted if they take 3 seconds or longer to finish.
|
|
|
|
- Fixed a bug in the undo function that prevented generated forests from
|
|
|
|
ndoing properly.
|
|
|
|
- Added Teleport functions to the scripting interface.
|
|
|
|
|
|
|
|
|
|
|
|
0.4
|
|
|
|
- Added history with undo/redo up to 15 states.
|
|
|
|
- /editreplace updated with the ability to replace only one type of block.
|
|
|
|
- Added /editcopy and /editpaste.
|
|
|
|
- New adjustable whitelist of usuable blocks.
|
|
|
|
|
|
|
|
0.1
|
|
|
|
- Initial release.
|