Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Variables:
- {Turbo.drop.%player%} = false
- {Turbo.drop} = false
- Options:
- perm: turbo.sk
- perm.msg: &cNie mozesz tego zrobic &7(turbo.sk!)
- nazwa: turbo
- on mine of stone:
- If {Turbo.drop.%player%} is "true":
- chance of 3.5%:
- give diamond to the player
- send "&aZnalazles: &cdiament!"
- chance of 5.5%:
- give emerald to the player
- send "&aZnalazles: &cemeralda!"
- chance of 7.0%:
- give iron ingot to the player
- send "&aZnalazles: &czelazo!"
- chance of 9.0%:
- give gold ingot to the player
- send "&aZnalazles: &czloto!"A
- chance of 3.0%:
- give tnt to the player
- send "&aZnalazles: &cTNT!"
- chance of 2.1%:
- give ender pearl to the player
- send "&aZnalazles: &cperle endermana!"
- chance of 9.0%:
- give redstone to the player
- send "&aZnalazles: &cczerwony proszek!"
- chance of 1.1%:
- give slimeball to the player
- send "&aZnalazles: &ckule szlamu!"
- chance of 2.5%:
- give apple to the player
- send "&aZnalazles: &cjablko!"
- chance of 6.5%:
- give coal to the player
- send "&aZnalazles: &cwegiel!"
- chance of 6.0%:
- give obsidian to the player
- send "&aZnalazles: &cobsa!"
- chance of 15.5%:
- give book to the player
- send "&aZnalazles: &cksiazke!"
- If {Turbo.drop} is "true":
- chance of 3.5%:
- give diamond to the player
- send "&aZnalazles: &cdiament!"
- chance of 5.5%:
- give emerald to the player
- send "&aZnalazles: &cemeralda!"
- chance of 7.0%:
- give iron ingot to the player
- send "&aZnalazles: &czelazo!"
- chance of 9.0%:
- give gold ingot to the player
- send "&aZnalazles: &czloto!"
- chance of 3.0%:
- give tnt to the player
- send "&aZnalazles: &cTNT!"
- chance of 2.1%:
- give ender pearl to the player
- send "&aZnalazles: &cperle endermana!"
- chance of 9.0%:
- give redstone to the player
- send "&aZnalazles: &cczerwony proszek!"
- chance of 1.1%:
- give slimeball to the player
- send "&aZnalazles: &ckule szlamu!"
- chance of 2.5%:
- give apple to the player
- send "&aZnalazles: &cjablko!"
- chance of 6.5%:
- give coal to the player
- send "&aZnalazles: &cwegiel!"
- chance of 6.0%:
- give obsidian to the player
- send "&aZnalazles: &cobsa!"
- chance of 15.5%:
- give book to the player
- send "&aZnalazles: &cksiazke!"
- command /turbodrop [<text>] [<text>] [<text>]:
- aliases: /turbo
- trigger:
- if player has permissions "{@perm}":
- if arg 1 is "drop" or "kamien":
- if arg 2 is not set:
- if arg 3 is not set:
- set {Turbo.drop.%player%} to "true"
- Send "&aStart turba! Czas: &czawsze"
- if arg 2 is set:
- if arg 3 is set:
- set {turbo.drop.%arg 3%} to "true"
- set {_time} to "%arg-2% minutes" parsed as timespan
- wait {_time}
- set {turbo.drop.%arg 3%} to "false"
- send "&aWlaczyles TurboDrop dla %arg 3% na %arg 2% minut/y!"
- send "&aDostales TurboDrop na %arg 2% minut!"
- if arg 3 is not set:
- set {Turbo.drop.%player%} to "true"
- Send "&aStart turbo DROP na &c%arg 2% minut/y!"
- set {_time2} to "%arg-2% minutes" parsed as timespan
- wait {_time2}
- set {Turbo.drop.%player%} to "false"
- Send "&cKoniec już tego turbodropu"
- if arg 1 is "all":
- if arg 2 is not set:
- send "&aWpisz czas!"
- if arg 2 is set:
- set {Turbo.drop} to "true"
- broadcast "&aWLACZONO TURBO DROP DLA WSZYSTKICH GRACZY NA &c%arg 2% minut&a!"
- set {_time4} to "%arg-2% minutes" parsed as timespan
- wait {_time4}
- set {Turbo.drop} to "false"
- broadcast "&cWYLACZONO TURBODROP :("
- if arg 1 is "off" or "wylacz":
- if {turbo.drop.%player%} is "true":
- set {Turbo.drop.%player%} to "false"
- send "&aWylaczyles turbo!"
- else:
- send "&cTurbo nie jest wlaczone!"
- if arg 1 is "reload":
- execute console command "/sk reload {@nazwa}"
- send "&aPomyslnie przeladowano skrypt!"
- if arg 1 is "autor":
- send "&aTurbo zostalo wykonane przez &cGamePL7&a, dla &7| KrainaPikseli.pl |"
- if arg 1 is not set:
- send "&7======---- &aTURBO &7----======"
- send "&r"
- send "&a/turbo drop <czas> <nick>:"
- send "&cWlacza turbodrop, bez <czas> i <nick> wlacza dla %player% &7(ciebie)"
- send "&cna czas nieokreslony, natomiast gdy wpiszesz <czas>, za tyle - tobie - się wyłączy... Analogicznie,"
- send "&cgdy wpiszemy jeszcze <nick> da TurboDrop dla gracza (<nick>) na (<czas>) minut :)"
- send "&r"
- send "&a/turbo all <czas>:"
- send "&cWlacza turbodrop - dla wszystkich graczy na <czas>!"
- send "&r"
- send "&a/turbo off:"
- send "&cWylacza TurboDrop"
- send "&r"
- send "&a/turbo autor:"
- send "&cInformacje o autorze"
- send "&r"
- send "&a/turbo reload"
- send "&cPrzeladowuje skrypt"
- send "&r"
- send "&7======---- &aTURBO &7----======"
- else:
- send "&cNie masz permisji!"
- stop
Advertisement
Add Comment
Please, Sign In to add comment