Advertisement
Guest User

Catalogue 1.11.2 Config 5/12/17

a guest
May 12th, 2017
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. config.yml:
  2. registerExistingShopsOnTransaction: true
  3. registerShopTargetDistance: 32
  4. SQL_username: minecraft
  5. SQL_password: minecraft
  6. SQL_URL: jdbc:mysql://localhost:3306/
  7. SQL_database: minecraft
  8.  
  9. local.yml:
  10. commands:
  11. register:
  12. error:
  13. generic: Error occured! Where did I/you go wrong???
  14. nonplayer: Please specify coords while running command from console
  15. invalid: Target block at (coords) is not a valid shop!
  16. registered: Target block at (coords) is already registered!
  17. nonsign: Target block at (coords) is not a sign!
  18. success: Shop at (coords) was successfully registered!
  19. catalogue:
  20. windowtitle: Catalogue
  21. icon:
  22. error:
  23. invalidclickaction: 'Error: Icon with no run action was clicked!'
  24. help:
  25. desusage: Use "des" after a sort to invert the sort order
  26. underscores: Use "_" instead of spaces in item names
  27. compasses: If you click a shop, compasses in your inventory will point towards it
  28. afilter: Using afilter instead of filter will have it add its output to existing icons rather than filtering icons out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement