Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Autor: NewStyleGG
- #Nazwa Skryptu: BlokadaKamienia
- #Opis: Blokuje Niszczenie Sie Kamienia, Zachowuje wszystkie czynnosci z nim zwiazane np. OtherDrops lub Exp ze stona
- variables:
- {exp.%player%} = 0
- command /expienie:
- trigger:
- if {exp.%player%} is 0:
- send "Wlaczyles Tryb Expienia, Kamien Nie Bedzie Sie Niszczyl"
- set {exp.%player%} to 1
- stop
- if {exp.%player%} is 1:
- send "Wylaczyles Tryb Expienia, Kamien Bedzie Sie Juz Normalnie Niszczyl"
- set {exp.%player%} to 0
- stop
- stop trigger
- on mine of stone:
- if {exp.%player%} is 1:
- cancel event
- on join:
- if {exp.%player%} is 1:
- send "&4UWAGA! &eMasz Wlaczone &2Tryb Expienia!"
Advertisement
Add Comment
Please, Sign In to add comment