Compatibility
Tested on Spigot-1.20.5, 1.21.
Introduction
A Minecraft (Bukkit) plugin that allows to minecarts to auto-build their rails
Features
If a chest minecart is moving and there is a solid block in the direction of movement.
- Look for a best pickaxe in the chest.
- If found, try to break two blocks with the pickaxe in the direction of movement and drop the broken blocks on the floor.
- Look for a left-top rails in the chest.
- If found, try to place the rails in the direction of movement - if can't, stop moving.
- If the minecart X or Z is a multiple of 16, the chest has a red torch and a powered rail inside, try to find a solid block under the right side or the left side
- If not found, look for a left-top solid block in the chest and place it under the right side
- If the solid block under the side is found or placed, try to break a block on it, put the red torch there, put the powered rail instead of the rails, and drop broken blocks on the floor.
A chest minecart needs the following inventory to build a 1000 block distance railway:
Commands
autominecart reload - reload config from disk
Permissions
- Access to 'reload' command: autominecart.reload (default: op)
Configuration
Default configuration file
Author
I will be happy to add some features or fix bugs. My mail:
[email protected].
Useful links
Related projects
- CustomBazookas: Bukkit Dev GitHub, Spigot
- CustomCreatures: Bukkit Dev, GitHub, Spigot
- CustomNukes: Bukkit Dev, GitHub, Spigot
- CustomRecipes: Bukkit Dev, GitHub, Spigot
- CustomVillage: Bukkit Dev, GitHub, Spigot
- MasochisticSurvival: Bukkit Dev, GitHub, Spigot