Configuration
Config.yml file options
time_between_items
The time (in seconds) that has to elapse in order to give players a random item.
Default value: 30
allow_action_bar
Does the action bar should show the remaining time?
Default value: true
action_bar_seconds
How many seconds have to be left in order to show the action bar.
Default value: 30
main_command
Name for the main command.
Default value: 30timers
admin_command
Name for the admin command.
Default value: 30timersadmin
disabled_gamemodes
Gamemodes in which random items aren't given.
Default value: ["CREATIVE", "SPECTATOR"]
worlds.list_type
The type of the worlds list.
NONE
means that random items will be given in all worlds.
WHITELIST
means that random items will be given only in the given worlds.
BLACKLIST
means that random items will be given in al worlds but the given ones.
Default value: NONE
Available values: NONE
, WHITELIST
, BLACKLIST
worlds.list
The list of the worlds that will be affected by the list type. This is not used if list type is set to NONE
Default value: ["world", "world_nether"]
items_list.list_type
The type of the item list.
NONE
means that all items of the game can be given randomly.
WHITELIST
means that only the given items can be given randomly.
BLACKLIST
means that all items of the game can be given randomly but the given ones.
Default value: NONE
Available values: NONE
, WHITELIST
, BLACKLIST
items_list.list
The list of the items that will be affected by the list type. This is not used if list type is set to NONE
. List of item names.
Default value: ["BARRIER", "BEDROCK", "COMMAND_BLOCK", "CHAINED_COMMAND_BLOCK", "REPEATING_COMMAND_BLOCK"]
items_list.custom
A list of custom items IDs that will be added to the random given items list. Compatible with Oraxen and ItemsAdder only.
Default value: [""]
Last updated