Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: <cyan>[<gray>UHC<cyan>]
- command /landmines <text>:
- permission: skript.op
- usage: /landmines <on/off>
- aliases: /watchyourstep, /wys, /lm, /lmine
- trigger:
- if arg-1 is "on":
- set {landmines} to true
- broadcast "{@P} <green>Landmines Enabled"
- if arg-1 is "off":
- delete {landmines}
- broadcast "{@P} <green>Landmines Disabled"
- on walking on grass:
- {landmines} is true
- wait 5 ticks
- set block to stone
- on walking on stone:
- {landmines} is true
- wait 5 ticks
- set block to cobblestone
- on walking on cobblestone:
- {landmines} is true
- wait 5 ticks
- set block to netherrack
- on walking on netherrack:
- {landmines} is true
- create an explosion of force 10 at the block
- on portal create:
- {landmines} is true
- cancel the event
Advertisement
Add Comment
Please, Sign In to add comment