Facebook
From Atlantis, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 241
  1. -----------------------------
  2. -----Skript by Atlantis------
  3. -----------------------------
  4.  
  5.  
  6. on damage:
  7.         if name of attacker's tool is "&e&oExcalibur":
  8.                 remove strength from the attacker
  9.                 apply strength 6 to attacker for 3.9 seconds
  10.  
  11. command /excalibur:
  12.         permission: essentials.item
  13.         trigger:
  14.                 if {killedbyexcalibur.%player%} is not set:
  15.                         set {killedbyexcalibur.%player%} to 0
  16.                         add 1 to {licence}
  17.                         set player's tool to Diamond Sword
  18.                         set name of player's tool to "&e&oExcalibur"
  19.                         set lore of tool of player to "&fDiamond Sword||&6&oDescription: &fWlasnosc %player%"
  20.                 else:
  21.                         add 1 to {licence}
  22.                         set player's tool to Diamond Sword
  23.                         set name of player's tool to "&e&oExcalibur"
  24.                         set lore of tool of player to "&fDiamond Sword||&6&oDescription: &fWlasnosc %player%"
  25.  
  26.                
  27.