Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # CusTMPC.cba.pl #
- # Strona z skryptami # Znajdziesz tam jeszcze wiecej skryptów ! #
- variables:
- {tnt.postaw} = true
- on place tnt:
- if {tnt.postaw} is true:
- send "&a&o<●>==TNT WYLACZONE==<●>"
- cancel event
- if {tnt.postaw} is false:
- send "&a&o<●>==POSTAWILES TNT==<●>"
- command /tnt [<text>]:
- permission: TB.tnt
- trigger:
- arg 1 is not set:
- send "&a&o<●>==TNT BLOCKER==<●>"
- send "&a&o<●>==Wpisz /tnt on/off !==<●>"
- send "&a&o<●>==TNT BLOCKER==<●>"
- arg 1 is "on":
- set {tnt.postaw} to false
- send "&a&o<●>==TNT BLOCKER==<●>"
- send "&a&o<●>==Tnt Wlaczone !==<●>"
- send "&a&o<●>==TNT BLOCKER==<●>"
- arg 1 is "off":
- set {tnt.postaw} to true
- send "&a&o<●>==TNT BLOCKER==<●>"
- send "&a&o<●>==Tnt Wylaczone !==<●>"
- send "&a&o<●>==TNT BLOCKER==<●>"
- on skript load:
- send "&a&o<●>==TNT BLOCKER ZALADOWANY==<●>" to console
- on join:
- send "&a&o<●>==TNT BLOCKER CHRONI TEN SERWER !==<●>"
Advertisement
Add Comment
Please, Sign In to add comment