This repository was archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Config
HSGamer edited this page Aug 22, 2020
·
8 revisions
# For the saving task
save:
period: 600 # Delay between each calls
async: false # Should it run asynchronously ?
silent: false # Should it run without any messages?
# The start number of the leaderboard
display-top-start-index: 1
# The list of data lists you want to be ignored (not registered)
#
# Example:
# ignored-data-list:
# - player_level
# - player_exp
ignored-data-list: []
# The type of storage you want to use
# Available: YAML, JSON
storage-type: JSON
# Should we also use PlaceholderAPI data lists
enable-papi-data-list: false
# The list of placeholders to use in PlaceholderAPI data lists
# The placeholder should have its final value as a number (or else the data list won't update)
#
# The placeholder should not contains % or {} at its end (the plugin will handle it)
# So "%player_x%" will be "player_x"
#
# Example:
# enabled-papi-placeholders:
# - "player_x"
# - "player_y"
# - "player_z"
# - "player_max_health_rounded"
enabled-papi-placeholders: []prefix: '&f[&aTopIn&f] '
save: '&eThe database has been saved'
success: '&aSuccess'
no-permission: '&cYou don''t have permission to do this'
player-only: '&cYou should be a player to do this'
getter-registered: '&aThe getter ''<getter>'' is successfully registered'
getter-unregistered: '&aThe getter ''<getter>'' is successfully unregistered'
number-required: '&cNumber is required'
skull-removed: '&aThe skull is removed'
skull-required: '&cA skull is required'
data-list-not-found: '&cThe data list is not found'
sign-lines:
- '&6&m '
- '&b#<index> &a<name>'
- '&a<value> <suffix>'
- '&6&m '
sign-removed: '&aThe sign is removed'
sign-required: '&cA sign is required'
top-list:
header:
- '&6=========== &e<data_list> &6==========='
footer:
- '&6=========== &e<data_list> &6==========='
body:
- '&a&l#<index> &b<name> &f: &e<value> <suffix>'
illegal-from-to-number: '&cThe ''to'' number must be higher than the ''from'' number'
out-of-bound: '&cA number is out-of-bound'