Facebook
From xN0MANDx, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 306
  1. #########################################
  2. # Autor xN0MANDx                        #
  3. # Zakaz Kradnięcia Skryptu Na Inne Fora #
  4. # Mój Server: EvolutionRPG.Ench.PL      #
  5. #########################################
  6.  
  7. # Rękawice Złodzieja
  8. # Skrypt Daje Szansę Na Znalazienie Złota
  9.  
  10. on rightclick holding a Nether Brick:
  11.     if name of player's tool is "&5Rękawice Złodzieja":
  12.         remove Nether Brick named "&5Rękawice Złodzieja" from player
  13.         send "&a[SERVER] &6Założyłeś Rękawice Złodzieja"
  14.         wait 5 seconds
  15.         chance of 55%:
  16.             execute console command "give %player% GoldIngot 2"
  17.             send "&a[SERVER] &6Znalazłeś złoto w ziemi!"
  18.             stop
  19.         wait 30 seconds
  20.         chance of 55%:
  21.             execute console command "give %player% GoldIngot 8"
  22.             send "&a[SERVER] &6Znalazłeś złoto w ziemi!"
  23.             stop
  24.         wait 60 seconds
  25.         chance of 55%:
  26.             execute console command "give %player% GoldIngot 13"
  27.             send "&a[SERVER] &6Znalazłeś złoto w ziemi!"
  28.             stop
  29.         wait 300 seconds
  30.         chance of 55%:
  31.             execute console command "give %player% GoldIngot 16"
  32.             send "&a[SERVER] &6Znalazłeś złoto w ziemi!"
  33.             stop
  34.         wait 600 seconds
  35.         chance of 55%:
  36.             execute console command "give %player% GoldIngot 31"
  37.             send "&a[SERVER] &6Znalazłeś złoto w ziemi!"
  38.             stop
  39.         wait 13 seconds
  40.         send "&a[SERVER] &6Twoje rękawice złodzieja zniszczyły Się!"
  41.         stop
  42.        
  43. command /rekawice:
  44.         trigger:
  45.         execute console command "give %player% NetherBrick 1 name:&5Rękawice_Złodzieja"
  46.         send "&a[Server] &dDostałeś Rękawice Złodzieja"
  47.