EtnoCraft

Armor Stand Editor 0.1.17 - Configuración

Jan 14th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #How many rotations to make a full circle in Coarse adjustment mode
  2. coarse: 12
  3.  
  4. #How many rotations to make a full circle in Fine adjustment mode
  5. fine: 120
  6.  
  7. #Name of the edit tool's item Material. You can find a full list at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  8. tool: FLINT
  9.  
  10. #(Optional) data that the plugin looks for to identify the edit tool, such as the damage value of a sword or the pattern of sandstone.
  11. requireToolData: false
  12. toolData: 0
  13.  
  14. #(Optional) The first "Lore" entry that the plugin looks for to identify the edit tool.
  15. requireToolLore: false
  16. toolLore: Let's get dangerous
  17.  
  18. #Name of the language file you wish to use
  19. lang: en_US.yml
  20.  
  21. #Don't set to true unless you want players to see random messages or other undesirable behavior
  22. debug: false
Advertisement
Add Comment
Please, Sign In to add comment