SHOW:
|
|
- or go back to the newest paste.
1 | - | command /triple <text>: |
1 | + | command /bloodlapis <text>: |
2 | - | description: TriplePackedOres enable:disable |
2 | + | description: BloodLapis enable:disable |
3 | - | usage: /triple <enable:disable> |
3 | + | usage: /bloodlapis <enable:disable> |
4 | permission: skript.op | |
5 | trigger: | |
6 | if arg 1 is "enable": | |
7 | - | set {TPO} to true |
7 | + | set {bloodlapis} to true |
8 | - | broadcast "&f[&4TriplePackedOres&f] &cEnabled!" |
8 | + | broadcast "&f[&4BloodLpais&f] &cEnabled!" |
9 | if arg 1 is "disable": | |
10 | - | set {TPO} to false |
10 | + | set {bloodlapis} to false |
11 | - | broadcast "&f[&4TriplePackedOres&f] &cDisabled!" |
11 | + | broadcast "&f[&4BloodLapis&f] &cDisabled!" |
12 | ||
13 | on mine of coal ore: | |
14 | - | if {TPO} is true: |
14 | + | if {bloodlapis} is true: |
15 | - | cancel the event |
15 | + | damage the player by 0.5 hearts |