Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Autor: NewStyleGG
- #Nazwa Skryptu: TnTControl
- #Opis: Blokuje TnT
- #Wersja: v1.0
- variables:
- {tnt.status} = true
- options:
- prefix: &f[TnT Control]
- command /tnt [<text>]:
- trigger:
- if arg 1 is not set:
- send "/tnt on - Wlacza TnT"
- send "/tnt off - Wylacza TnT"
- if arg 1 is "on":
- set {tnt.status} to true
- send "{@prefix}: TnT zostalo wlaczone"
- if arg 1 is "off":
- set {tnt.status} to false
- send "{@prefix} : TnT zostalo wylaczone"
- on place tnt:
- if {tnt.status} is false:
- canel event
- send "TNT jest wylaczone"
Advertisement
Add Comment
Please, Sign In to add comment