Advertisement
Guest User

Untitled

a guest
Mar 12th, 2015
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #Specify a slot between 1-9 for which the gun is in on join.
  2. slot: 0
  3.  
  4. #What world should the plugin be enabled in? (only list one world)
  5. enabled-world: world
  6.  
  7. #You must use the bukkit material names for items. They can be found here if you do not know them - http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
  8. #They do not have to be in capitals, the plugin automatically capitalizes this.
  9. item: BLAZE_ROD
  10.  
  11. #Give a custom name/lore to the gun item.
  12. #You can use bukkit color codes. http://ess.khhq.net/mc/
  13. item-name: '&eFun Gun &7(Right Click)'
  14.  
  15. item-lore:
  16. enabled: true
  17. lore: '&7Right click to shoot some fun!'
  18.  
  19. #Extra options below (blocks item dropping/inventory action completely)
  20. item-drop: false
  21. inventory-interaction: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement