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
$${ | |
if(minerjoin); | |
log("&8[&bServer&8] &7Miner Join has been &cdisabled&7!"); | |
unset(minerjoin); | |
stop(); | |
else; | |
log("&8[&bServer&8] &7Miner Join has been &aenabled&7!"); | |
set(minerjoin); | |
#hubminx = -1100; |
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
$${ | |
foundplayer=false; | |
foreach("entities(filters:[{extends:Player}])"); | |
IF(%ENTITYTYPE% = "PlayerSP") | |
// This is "you" | |
foundplayer=true; | |
ELSE | |
LOG(OtherPlayer: (%ENTITYXPOS%,%ENTITYYPOS%,%ENTITYZPOS%) %ENTITYDIR%, %ENTITYDISTANCE%, %ENTITYHEALTH% %ENTITYTYPE%); | |
LOOK(%ENTITYYAWFROMPLAYER%,%ENTITYPITCHFROMPLAYER%); | |
// Uncomment the following BREAK statement to only look at the first player found. |
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
$${ | |
&ore = "iron_ingot" | |
&output = "iron_block"; | |
#cg = 1; | |
KEY(use) | |
DO(15) | |
WAIT(1t); | |
WHILE(GUI != "GUICRAFTING") | |
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
$${ | |
if(autofixer); | |
log("&8[&bServer&8] &7Auto Fixer has been &cdisabled&7!"); | |
unset(autofixer); | |
stop(); | |
else | |
log("&8[&bServer&8] &7Auto Fixer has been &aenabled&7!"); | |
set(autofixer); | |
do; | |
IFMATCHES(%ITEM%,"diamond_axe|diamond_hoe|diamond_pickaxe|diamond_sword|diamond_shovel") |
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
$${ | |
LOG("Now Crafting &7Eyes of Ender!") | |
DO; | |
UNSET(#slotpowder); | |
UNSET(#slotpearl); | |
UNSET(#slotrod); | |
IF(GUI != "GUIINVENTORY") |
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
{ | |
"enhancements": [ { | |
"abilities": [], | |
"class": "Plagueherald" | |
}, { | |
"abilities": [ { | |
"enhancements": [ { | |
"enhancement": "Strengthen", | |
"position": 3 | |
} ], |
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
{ | |
"enhancements": [ { | |
"abilities": [], | |
"class": "Plagueherald" | |
}, { | |
"abilities": [ { | |
"enhancements": [ { | |
"enhancement": "Strengthen", | |
"position": 3 | |
} ], |
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
{ | |
"enhancements": [ { | |
"abilities": [], | |
"class": "Plagueherald" | |
}, { | |
"abilities": [ { | |
"enhancements": [ { | |
"enhancement": "Strengthen", | |
"position": 3 | |
} ], |
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
{ | |
"enhancements": [ { | |
"abilities": [], | |
"class": "Plagueherald" | |
}, { | |
"abilities": [ { | |
"enhancements": [ { | |
"enhancement": "Strengthen", | |
"position": 3 | |
} ], |
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
{ | |
"enhancements": [ { | |
"abilities": [], | |
"class": "Plagueherald" | |
}, { | |
"abilities": [ { | |
"enhancements": [ { | |
"enhancement": "Strengthen", | |
"position": 3 | |
} ], |
OlderNewer