For support please use the discord -
https://discord.gg/xu3rR3akWt
For an example please join my server -
McEssence.com
For an example of how its documented check my wiki -
McEssence.wiki
Advanced automation adds two automation blocks, that break and place blocks automatically. These can be used to improve farms and to make farms that were not previously possible!
- Coreprotect support
- Worldguard support
- Multiverse support
Commands:
- /AdvancedAutomation give (block) (playername) - give player a automation block (BlockBreaker or BlockPlacer)
- /AdvancedAutomation list - shows the player their automation blocks
- /AdvancedAutomation reload - reloads the plugins config
Permissions:
AdvancedAutomation.reload:
description: Allows reload command
default: false
AdvancedAutomation.give:
description: Allows give command
default: false
AdvancedAutomation.list:
description: Allows list command
default: true
AdvancedAutomation.blockBreaker.place:
description: Allows placing blockbreakers
default: true
AdvancedAutomation.blockPlacer.place:
description: Allows placing blockplacers
default: true
Config:
enabled: true //whether the plugin will run or not, can be disabled while server is running , use reload command to apply
maxBlockBreakers: 5 //max amount of blockBreakers a player can place
maxBlockPlacers: 5 //max amount of blockPlacers a player can place
worlds: //The worlds the plugin will work in
- world
- world_nether
- world_the_end
whitelist:
- __global__ //the worldguard regions the plugin will work in (wont work in any regions if they are not in this list)
How players obtain the blocks is up to you, at the moment the plugin will work on any blocks with the right lore and block type. You can give the right blocks this lore manually, use the command or id recommend a number of custom recipe plugins such as:
Block placers
lore = "Block Placer"
block = dropper
Block placers will automatically place blocks from their inventory in front of them , every 2 seconds. As long as they are powered.
Block Breaker
lore - "Block Breaker"
block = dispenser
Block breakers will automatically break any blocks in front of them using the tool from their inventory (it will choose the first tool first and then continue until it runs out of tools). The speed depends on the efficiency enchantment. With a maximum time of 6 seconds , decreasing by one second for each level of efficiency.
Please note that it will use the tool for the break so all enchantments are relevant. Including fortune and silk touch. Durability will also reduce so unbreaking is relevant.