This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Pi-hole: A black hole for Internet advertisements | |
# by Jacob Salmela | |
# Network-wide ad blocking via your Raspberry Pi | |
# | |
# (c) 2015 by Jacob Salmela | |
# This file is part of Pi-hole. | |
# | |
# Pi-hole is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&pick = "stone_pickaxe"; | |
&shovel = "stone_shovel"; | |
&pillar = "dirt"; | |
IF(automine); | |
LOG("Automine Disabled"); | |
ECHO("/minebot stop"); | |
UNSET(automine); | |
ELSE; | |
LOG("Automine Enabled"); |
NewerOlder