Facebook
From EnderHost PL, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 418
  1. #USTAWIENIA
  2.  
  3. options:
  4.     swiat: world #SWIAT NA KTÓRYM BENDĄ ROBIONE GIANTY
  5.     nazwa: &6&lXXX #NAZWA SERWERA Z KOLORKAMI &
  6.  
  7.  
  8. #NAGRODY PO ZABICIU GIANTA I MROCZNYCH SZKIELETÓW
  9.  
  10. on death of giant:
  11.     chance of 40%:
  12.         drop 5 322:1 at the victim
  13.         stop
  14.     chance of 60%:
  15.         drop 10 57 at the victim
  16.         stop
  17.     chance of 40%:
  18.         drop 5 41 at the victim
  19.         stop
  20.     chance of 40%:
  21.         drop 1 138 at the victim
  22.         stop
  23.     chance of 60%:
  24.         drop 16 368 at the victim
  25.         stop
  26.  
  27. on death of wither skeleton:
  28.     chance of 40%:
  29.         drop 1 322:1 at the victim
  30.         stop
  31.     chance of 60%:
  32.         drop 5 57 at the victim
  33.         stop
  34.     chance of 40%:
  35.         drop 1 41 at the victim
  36.         stop
  37.     chance of 5%:
  38.         drop 1 138 at the victim
  39.         stop
  40.     chance of 60%:
  41.         drop 3 368 at the victim
  42.         stop
  43.  
  44. #źRÓDŁO SKRIPTU
  45.  
  46. command /giant:resp:
  47.         permission: admin.giant
  48.         permission message: &8> &7Nie masz &cpermissi
  49.         trigger:
  50.                 set {miejsce} to location at player
  51.                 wait 4 tick
  52.                 broadcast "&8<>----------<> {@nazwa} &8<>----------<>"
  53.                 broadcast "&8> &7Zostal stworzony &6Giant"
  54.                 broadcast "&8> &7Znajdziesz go na &6kordach:"
  55.                 broadcast "&8> &a%{miejsce.4}%"
  56.                 broadcast "&8<>----------<> {@nazwa} &8<>----------<>"
  57.                 spawn 1 giant at location of {miejsce}
  58.                 spawn 10 wither skeleton at location of {miejsce}
  59.  
  60. command /giant:usun:
  61.         permission: admin.giant
  62.         permission message: &8> &7Nie masz &cpermissi
  63.         trigger:
  64.                 broadcast "&8> &6Giant &7zostal usunienty."
  65.                 kill giants
  66.                 kill wither skeletons
  67.                 wait 1 second
  68.                 execute console command "/killall drops world"
  69.  
  70. command /giant:
  71.         permission: admin.giant
  72.         permission message: &8> &7Nie masz &cpermissi
  73.         trigger:
  74.                 send "&8<>----------<> {@nazwa} &8<>----------<>"
  75.                 send " &8> &6/giant:resp &7- tworzy gianta w twoim miejscu"
  76.                 send " &8> &6/giant:usun &7- usuwa giant/y na calym swiecie"
  77.                 send "&8<>----------<> {@nazwa} &8<>----------<>"
  78.  

Replies to Giant rss

Title Name Language When
Re: Giant Idiotic Goat text 7 Years ago.