qwSISpuM
Język: Skript
|
Autor: Anonimowy
variables: {turbocoins} = false every 1 seconds: if {turbocoins} is true: loop all players: set action bar of loop-player to "&8[&3&LEVENT&8] &e&lTurbo&f&LCoins &a&LAktywny&7!" on death of player: if attacker is a player: if {turbocoins} is true: chance of 100%: add 30 to attacker's money command /turbocoins [<text>]: trigger: if arg 1 is not set: send "&4Blad: &cPoprawne uzycie: /turbocoins on/off" if arg 1 is "on": if player has permission "core.turbocoins": wait 1 seconds loop all players: execute console command "turbocoinsodpal" set {turbocoins} to true else: send "&4Blad: &cNie posiadasz uprawnien &7(core.turbocoins)" if arg 1 is "off": if player has permission "kamilo.kamilocore.turbocoins": set {turbocoins} to false loop all players: execute console command "turbocoinswylacz" else: send "&4Blad: &cNie posiadasz uprawnien &7(core.turbocoins)" command /eventy [<text>]: trigger: if arg 1 is not set: if {turbocoins} is true: send "&8[&3&lEvent&8] &e&lTurbo&f&lCoins &8(&a&lAktywny&78)" if {turbocoins} is false: send "&8[&3&lEvent&8] &e&lTurbo&f&lCoins &8(&c&lNieaktywny&8)" command /turbocoinsodpal [<text>] [<text>]: trigger: if arg 1 is not set: loop all players: send loop-player title "&8[ &e&lTurbo&f&lCoins &8]" with subtitle "&3&lEVENT &aZOSTAL AKTYWOWANY" for 4 seconds command /turbocoinswylacz [<text>] [<text>]: trigger: if arg 1 is not set: loop all players: send loop-player title "&8[ &e&lTurbo&f&lCoins &8]" with subtitle "&3&lEVENT &cZAKONCZYL SIE" for 4 seconds