GranpaGamer

Untitled

Dec 15th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. # TidyingChest Configuration file.
  2. # .
  3. # Visit this link to get explanation of those parameters:
  4. # https://github.com/arboriginal/TidyingChest/blob/master/src/main/resources/config.yml
  5. # .
  6. # To get a list of commands and permissions, read this one:
  7. # https://github.com/arboriginal/TidyingChest/blob/master/src/main/resources/plugin.yml
  8. # .
  9. # You can use, in messages and other strings, formating codes prefixed with « & » or « § »:
  10. # For &: https://wiki.ess3.net/mc/ - For §: https://minecraft.gamepedia.com/Formatting_codes
  11.  
  12. signs:
  13. required: true
  14. ROOT:
  15. name: deposit
  16. type: '&8[&9&lTidying&8]'
  17. owner: '&8({owner}&8)'
  18. aliases:
  19. - '[tc]'
  20. rows:
  21. - TYPE
  22. - FREE
  23. - OWNER
  24. - ITEM
  25. limits:
  26. default: 2
  27. TARGET:
  28. name: target
  29. type: '&8[&9&lTidyingTarget&8]'
  30. owner: '&8({owner}&8)'
  31. item: '&1{item}'
  32. not_set: '&c&lHit with item!'
  33. catchall: '&a&lcatch-all'
  34. aliases:
  35. - '[tct]'
  36. - '[tt]'
  37. rows:
  38. - TYPE
  39. - FREE
  40. - OWNER
  41. - ITEM
  42. limits:
  43. default: 50
  44. delay: 30
  45. hoppers_trigger_deposit: true
  46. max_locations_shown: 10
  47. world_aliases: {}
  48. cleanOrphans:
  49. enabled: true
  50. maxRows: 100
  51. checkTypes: true
  52. messages:
  53. prefix: '&8[&eTidyingChest&8] '
  54. db_connection: |-
  55. &6Etablishing connection to your database...
  56. &6&l----------------------------------------------------------------------------
  57. &c&l /!\ &b&lIf you see now errors like "THIS IS NOT A BUG OR A CRASH"
  58. &c&l &b&lor "The server has not responded for 10 seconds!", etc.
  59. &6&l----------------------------------------------------------------------------
  60. &8.
  61. &6&l==> THIS IS NOT A BUG WITH &eTidyingChest&6&l!
  62. &6&l==> It means your database is very slow and you'll have poor performances...
  63. &6&l==> You should consider to switch to another provider or use SQLITE.
  64. &8.
  65. reloaded: '{prefix}&aConfiguration reloaded.'
  66. orphan_search: '&6Search for orphan chests...'
  67. orphan_pass: '&7[PASS &l#{pass}&7] Scanning for next {maxRows} chests in database...'
  68. orphan_finish: '&aNo orphans found ({number} chests checked).'
  69. orphan_removed: '&eFound {number} orphans chests: Removed from database!'
  70. orphan_complete: '&6All chests in your database has been verified &7(total: {verified}
  71. - {removed} removed).'
  72. limit_reached: '{prefix}&cYou have reached your limit for {type} chests.'
  73. not_connected: '{prefix}&cThis sign must be connected to a chest!'
  74. already_connected: '{prefix}&cThis chest is already connected! §7({type})'
  75. already_exists: '{prefix}&cYou already have a {type} chest for this!'
  76. no_permission: '{prefix}&cYou can''t create {type} chests!'
  77. world_not_allowed: '{prefix}&cYou can''t create a {type} chest in this world!'
  78. db_error: '{prefix}&cThere is a problem with the database, contact an admin!'
  79. chest_not_found: '{prefix}&cCan''t retrieve the chest connected to this sign!'
  80. exists_location_chest: '{prefix}&7You can find this chest at {location}'
  81. exists_location_chests: '{prefix}&7You can find those chests at: {locations}'
  82. exists_location_chests_separator: "\n§7* "
  83. exists_location_format: '&3{x}&7/&3{y}&7/&3{z} &7({world})'
  84. err_rows: '{prefix}&cError in rows definition for sign of type {type}, using default...'
  85. err_file: '{prefix}&cCan''t create the log file ({file})...'
  86. err_write: '{prefix}&cCan''t write to log file ({file})...'
  87. err_db: '{prefix}&cCan''t connect to the database, disabling the plugin...'
  88. err_del: '{prefix}&cError executing a SQL delete query ({key})...'
  89. err_set: '{prefix}&cError executing a SQL update query ({key})...'
  90. err_row: '{prefix}&cError retrieving datas from SQL row ({key})...'
  91. ROOT_linked: '{prefix}&aDeposit chest successfully linked.'
  92. ROOT_unlinked: '{prefix}&aDeposit chest successfully unlinked.'
  93. TARGET_linked: '{prefix}&aTarget chest successfully linked.'
  94. TARGET_unlinked: '{prefix}&aTarget chest successfully unlinked.'
  95. TARGET_pending: '{prefix}&6Now, hit the sign with an item (or empty hand to create
  96. a catchall).'
  97. orphan_wrong_type: '&cFound a chest connected to wrong sign type ({key})... (unlinked)'
  98. orphan_unknown_type: '&cFound a chest with unknown type in database ({key})... (unlinked)'
  99. can_be_removed: '{prefix}&aNow, you are free to remove the sign (to stop using this
  100. chest for tidying, break it).'
  101. database:
  102. type: sqlite
  103. file: TidyingChest.db
  104. table: tidying_chests
Advertisement
Add Comment
Please, Sign In to add comment