Silverbane / MinecraftImpossible

A Minecraft Spigot Server Configuration Collection
GNU General Public License v2.0
1 stars 0 forks source link

Adapt the Shared - CheckBlock Script for Mine Script #23

Open Silverbane opened 8 years ago

Silverbane commented 8 years ago

Adapt the current CheckBlock script to work with the Mine Script for setting it up to determine if the track is connected to the hub from the mine.

When they run the mine script check for track, then have the script tell them to follow the track to the hub for speed bonus. Time it takes + type of block they are on while traveling will determine speed of mining and delivery of resources to hub... Most of this code can be found in https://github.com/Silverbane/MinecraftImpossible/blob/master/SpigotServer/plugins/VariableTriggers/Shared.script.yml and an old trireme script I need to find / might be called port.

Silverbane commented 8 years ago

Added https://github.com/Silverbane/MinecraftImpossible/commit/ef08c68d4c8c2cb2effcf2c1da1aab766650bb7a to master so that we have the two example scripts we need for figuring out if the track is connected with the hub.