3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-18 22:10:03 +02:00

Updated CHANGELOG.txt for 0.10.

Dieser Commit ist enthalten in:
sk89q 2010-10-20 16:19:56 -07:00
Ursprung 527573e71b
Commit e4f6b380b0

Datei anzeigen

@ -1,3 +1,17 @@
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.
0.9: 0.9:
- Giving permission to just /worldedit is now enough to have access to all - Giving permission to just /worldedit is now enough to have access to all
WorldEdit commands. WorldEdit commands.
@ -22,7 +36,7 @@
0.8.2: 0.8.2:
- Signs that are not in a loaded chunk will no longer cause an exception. - Signs that are not in a loaded chunk will no longer cause an exception.
- -/unstuck, /ascend, and /descend are more accurate now. /descend also - /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. won't drop you from 20 feet up and it won't drop you into the void anymore.
0.8.1: 0.8.1: