# 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](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html#enum-constant-summary).

**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**: \[""]
