Bulldozer_Alpha_V4_NoDB
Details
-
FilenameBulldozer_Alpha_v04_NoDB.jar
-
Uploaded by
-
UploadedAug 26, 2013
-
Size20.49 KB
-
Downloads481
-
MD592afb4a3ad41175c9b4871efdc8d75a2
Supported Bukkit Versions
- 1.6.2
Changelog
The following commands work:
- /tool
- /box -rc
- /box -rb
- /box -ac
- /box -ab
- /clear
- /clearall
- /undo
- /wipeundo
Additional values have been programmed, so you can do:
- /box -rb 5
- That will take the lowest block in your selection and remove the blocks between your selection and 5 blocks below it.
- /box -ab 1 7 5
- That will replace all the blocks between your selection with stone (Block ID: 1) and make 5 blocks above and 7 blocks below the selection also stone.
Other shapes have yet to be implemented.
The code for /undo could use some optimizations, but it works as intented.
Doing /undo for "-rc" or "-ac" will roll back one chunk at a time. The chunk that will be rolled back first is based off the first block selection.