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