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
| command /pegarpot: | |
| trigger: | |
| give 1 potion with name "&6Poção TOP" to the player | |
| on consume of potion: | |
| if name of player's held item is "&6Poção TOP": | |
| cancel event | |
| remove player's held item from player's inventory | |
| apply potion of regeneration 3 to the player | |
| apply potion of speed 3 to the player |
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
| var arr = JSON.parse(global("HTTPD")); | |
| setLocal("beforethestorm", global("MineStatus")); | |
| setGlobal("MineStatus", false); | |
| if (arr.status == true) { | |
| setGlobal("MineStatus", true); | |
| } else { | |
| setGlobal("MineStatus", false); |
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
| <style> | |
| img.emoticon { | |
| position: relative; | |
| top: 5px; | |
| border: 0px solid rgb(238, 238, 238); | |
| padding: 0px; | |
| } | |
| position: relative; | |
| top: 5px; | |
| </style> |
NewerOlder