Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. #AdvancedPvP Made By AleilDr4go
  2. #Version : 1.0.0 Alpha
  3. #Check always the update :)
  4.  
  5. #Right Click with iron ingot = Give resistance (:
  6. IronIngot: '&e&oYou got resistance by clicking Iron ingot!'
  7.  
  8. #Right Click with Iron Axe = Jump in the direction of point view
  9. IronAxe: '&e&oYou used the jump spells!'
  10. Berseker: '&e&oYou have choosen the Berseker kit!'
  11.  
  12. #Pyro kit
  13. #The variable %pyroname% mean who used the skill
  14. Pyro: '&e&oYou have choosen Pyro kit!'
  15. PyroEffect: '&e&oYou succefully used Fire spell!'
  16. Pyro_victim: '&e&oYou got fired by %pyroname%'
  17.  
  18. #Snowballer
  19. Snowball: '&e&oYou succefully launched a snowball!'
  20. Snowballer: '&e&oYou choose Snowball kit!'
  21.  
  22. #Terrorist Kit
  23. TerroristSpell: '&e&oYou used terrorist spell!'
  24. Terrorist: '&e&oYou choose Terrorist kit!'
  25.  
  26. #/Kitlist [Show all kit]
  27. Kitlist: '&e&oKits: &6&oBerseker,Pyro,Ghost,Terrorist,Snowballer,Archer'
  28.  
  29. #Player cant drop
  30. #True = No item drop
  31. #False = Allow item drop
  32. player_cant_drop: true
  33. NoDropMSG: '&c&oYou cant drop items!'
  34.  
  35. #Heal player after a kill
  36. #True = Heal
  37. heal_player: true
  38.  
  39. #No Permission message
  40. no_permission: '&c&oYou dont have the permission !'
  41.  
  42. #Infinite Hunger
  43. infinite_hunger: true
  44.  
  45. #Drop items on death
  46. #False = no drop
  47. drop_on_death: false
  48.  
  49. #/Advpvp help
  50. Help_Spacer1: '&e&o--------&6&oAdvKit&e&o--------'
  51. Help1: '&7[&2/Kitlist&7] for all kits'
  52. Help2: '&7[&2/<KitName>&7] for take the kit!'
  53. Help_Spacer2: '&e&o--------&6&oAdvKit&e&o--------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement