Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # TidyingChest Configuration file.
- # .
- # Visit this link to get explanation of those parameters:
- # https://github.com/arboriginal/TidyingChest/blob/master/src/main/resources/config.yml
- # .
- # To get a list of commands and permissions, read this one:
- # https://github.com/arboriginal/TidyingChest/blob/master/src/main/resources/plugin.yml
- # .
- # You can use, in messages and other strings, formating codes prefixed with « & » or « § »:
- # For &: https://wiki.ess3.net/mc/ - For §: https://minecraft.gamepedia.com/Formatting_codes
- signs:
- required: true
- ROOT:
- name: deposit
- type: '&8[&9&lTidying&8]'
- owner: '&8({owner}&8)'
- aliases:
- - '[tc]'
- rows:
- - TYPE
- - FREE
- - OWNER
- - ITEM
- limits:
- default: 2
- TARGET:
- name: target
- type: '&8[&9&lTidyingTarget&8]'
- owner: '&8({owner}&8)'
- item: '&1{item}'
- not_set: '&c&lHit with item!'
- catchall: '&a&lcatch-all'
- aliases:
- - '[tct]'
- - '[tt]'
- rows:
- - TYPE
- - FREE
- - OWNER
- - ITEM
- limits:
- default: 50
- delay: 30
- hoppers_trigger_deposit: true
- max_locations_shown: 10
- world_aliases: {}
- cleanOrphans:
- enabled: true
- maxRows: 100
- checkTypes: true
- messages:
- prefix: '&8[&eTidyingChest&8] '
- db_connection: |-
- &6Etablishing connection to your database...
- &6&l----------------------------------------------------------------------------
- &c&l /!\ &b&lIf you see now errors like "THIS IS NOT A BUG OR A CRASH"
- &c&l &b&lor "The server has not responded for 10 seconds!", etc.
- &6&l----------------------------------------------------------------------------
- &8.
- &6&l==> THIS IS NOT A BUG WITH &eTidyingChest&6&l!
- &6&l==> It means your database is very slow and you'll have poor performances...
- &6&l==> You should consider to switch to another provider or use SQLITE.
- &8.
- reloaded: '{prefix}&aConfiguration reloaded.'
- orphan_search: '&6Search for orphan chests...'
- orphan_pass: '&7[PASS &l#{pass}&7] Scanning for next {maxRows} chests in database...'
- orphan_finish: '&aNo orphans found ({number} chests checked).'
- orphan_removed: '&eFound {number} orphans chests: Removed from database!'
- orphan_complete: '&6All chests in your database has been verified &7(total: {verified}
- - {removed} removed).'
- limit_reached: '{prefix}&cYou have reached your limit for {type} chests.'
- not_connected: '{prefix}&cThis sign must be connected to a chest!'
- already_connected: '{prefix}&cThis chest is already connected! §7({type})'
- already_exists: '{prefix}&cYou already have a {type} chest for this!'
- no_permission: '{prefix}&cYou can''t create {type} chests!'
- world_not_allowed: '{prefix}&cYou can''t create a {type} chest in this world!'
- db_error: '{prefix}&cThere is a problem with the database, contact an admin!'
- chest_not_found: '{prefix}&cCan''t retrieve the chest connected to this sign!'
- exists_location_chest: '{prefix}&7You can find this chest at {location}'
- exists_location_chests: '{prefix}&7You can find those chests at: {locations}'
- exists_location_chests_separator: "\n§7* "
- exists_location_format: '&3{x}&7/&3{y}&7/&3{z} &7({world})'
- err_rows: '{prefix}&cError in rows definition for sign of type {type}, using default...'
- err_file: '{prefix}&cCan''t create the log file ({file})...'
- err_write: '{prefix}&cCan''t write to log file ({file})...'
- err_db: '{prefix}&cCan''t connect to the database, disabling the plugin...'
- err_del: '{prefix}&cError executing a SQL delete query ({key})...'
- err_set: '{prefix}&cError executing a SQL update query ({key})...'
- err_row: '{prefix}&cError retrieving datas from SQL row ({key})...'
- ROOT_linked: '{prefix}&aDeposit chest successfully linked.'
- ROOT_unlinked: '{prefix}&aDeposit chest successfully unlinked.'
- TARGET_linked: '{prefix}&aTarget chest successfully linked.'
- TARGET_unlinked: '{prefix}&aTarget chest successfully unlinked.'
- TARGET_pending: '{prefix}&6Now, hit the sign with an item (or empty hand to create
- a catchall).'
- orphan_wrong_type: '&cFound a chest connected to wrong sign type ({key})... (unlinked)'
- orphan_unknown_type: '&cFound a chest with unknown type in database ({key})... (unlinked)'
- can_be_removed: '{prefix}&aNow, you are free to remove the sign (to stop using this
- chest for tidying, break it).'
- database:
- type: sqlite
- file: TidyingChest.db
- table: tidying_chests
Advertisement
Add Comment
Please, Sign In to add comment