Have you ever wanted to use Mining Turtles in vanilla minecraft?
- Contributors:
- NubeBuster
Well, I have. That's why I made this super awesome mega cool extreme plugin.
Special features:
- Create your own scripts in the config!
- Very intelligent tab completion!
I used sponges as Mining Turtles because I couldn't think of anything else yet, feel free to leave suggestions!
You can create a turtle by right clicking on a sponge with the special /turtlerod.
Then a convenient anvil gui opens where you choose a name for the turtle.
The turtles have their own inventory
Player Commands:
- /t <name> start <direction> <script> <times>
- /t <name> stop
- /t <name> destroy
- /turtlerod
- /reloadscripts
You can write your own scripts very easily in the config.
Commands:
- break <face> eg. break down
- place <face> <block> eg. place forward COBBLESTONE | place forward slot:0
- move <face> eg. move up
- if <face> <block> <command> eg. if down AIR place down COBBLESTONE | if down COBBLESTONE if up AIR place up TORCH
Faces: [up, down, left, right, forward, back]
Note: <block> can eiter be the ENUM value or the slot:<index>
If you don't quite get it, there are some examples in the config.yml
Permissions:
turtles.destroy:
default: true
turtles.stop:
default: true
turtles.reload
default: op
Source:
https://github.com/Nubebuster/Mining-Turtles
TODO:
https://github.com/Nubebuster/Mining-Turtles/issues/1
Bugs:
Please open an issue at
https://github.com/Nubebuster/Mining-Turtles/issues/

Mining Turtles 1.2
Mining Turtles Like in Tekkit Classic!