Advertisement
Guest User

GTACops plugin config

a guest
Aug 23rd, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.98 KB | None | 0 0
  1. # all attributes are CaSe sensitive,
  2. # but a fallback has been implemented if you'd use lower case characters
  3.  
  4. # the following attributes use the names of the available materials in bukkit
  5. # here is a list of material types:
  6. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  7.  
  8. boots: IRON_BOOTS
  9. leggings: IRON_LEGGINGS
  10. chestplate: IRON_CHESTPLATE
  11. helmet: IRON_HELMET
  12. mainhand: DIAMOND_SWORD
  13. offhand: SHIELD
  14.  
  15. # the following attribute is the entity type, only living entities are aloud
  16. # here is a list of entity types:
  17. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  18.  
  19. type: PIG_ZOMBIE
  20.  
  21. # additional details and messages
  22. # you can add as many textformatting wildcards as you'd like,
  23. # here is a list of all the textformatting options:
  24. # http://minecraft.gamepedia.com/Formatting_codes
  25.  
  26. name: Cop
  27. init: The cops have been dispatched to your location
  28. backup: Looks like you got away this time
  29. succes: Looks like you got away this time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement