Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #================================#
- # Skrypt stworzony przez Danelow #
- # Nazwa: STONIARKA #
- # Wersja: 1.0 #
- #================================#
- #================================#
- # Pozwolenia | STONIARKA #
- #--------------------------------#
- # ~ Nie zezwalam na: #
- # - Zarabianie na skrypcie #
- # - Przerabianie i wrzucanie #
- # tego oto skryptu na fora bez #
- # mojego pozwolenia. #
- # ~ Zezwalam na: #
- # - Modyfikowanie wiadomosci #
- # skryptu na wlasne potrzeby #
- # - Dopisywanie fragmentow na #
- # wlasne potrzeby #
- # * - Tylko za moja zgodą. #
- #--------------------------------#
- #================================#
- command /stakbruku:
- aliases: /sb
- permission: stak.bruku
- trigger:
- if player has 576 cobblestone:
- remove 576 cobblestone from the player
- give a 1 129 of sharpness 5 named "Bruk X" to the player
- send "&7&l[&6&lStacK&7&l] &6&lTwoj bruk zostal zestakowany! Aby go odmienic wpisz &3&l/odmien &6&llub &3&l/o&6&l!"
- else:
- send "&4&l[Stack] &cNie masz 9 stakow cobblestone!"
- command /odmien:
- aliases: /o
- permission: odmien.bruk
- trigger:
- if player has 1 129:
- remove 1 129 of sharpness 5 named "Bruk X" from the player
- give a 576 cobblestone to the player
- send "&7&l[&6&lStacK&7&l] &6&lDostales spowrotem bruk :)"
- else:
- send "&4&l[Stack] &cNie masz zadnego Bruku X!"
- on rightclick:
- player is holding a emerald ore named "&2Bruk X":
- give a random item of {cobblelose::*} to player
- send "&2Dostales przedmiot!"
- wait a tick
- remove 1 129 of sharpness 5 named "Bruk X" from player
- command /brukx [<text>] [<items>]:
- permission: brukx.admin
- trigger:
- argument 1 is not set:
- send "&c ==---( &4BrukX )&c---==="
- send "&4/brukx add < Item > -&cDodanie nowego item'a do losowania."
- send "&4/brukx remove < Item > -&cUsuwanie item'a z losowania"
- send "&4Lista item'ow z losowania:&c %{cobblelose::*}%"
- argument 1 is "add":
- if argument 2 is not set:
- send "&4Blad:&cMusisz wpisac nazwe przedmiotu!"
- else:
- add argument 2 to {cobblelose::*}
- send "&aDodano ' %arg 2% ' do brukx"
- argument 1 is "remove":
- if argument 2 is not set:
- send "&4Blad:&cMusisz wpisac nazwe przedmiotu!"
- else:
- remove argument 2 from {cobblelose::*}
- send "&cUsunieto ' %arg 2% ' z brukx"
Advertisement
Add Comment
Please, Sign In to add comment