ItemCase/src/main/resources/config.yml
2018-06-06 06:40:32 +01:00

31 lines
960 B
YAML

#-------------------- ItemCase Configuration File --------------------#
# This file contains all of the ItemCase configuration settings that #
# can be altered. #
#---------------------------------------------------------------------#
# Locale:
# - EN
Locale: EN
# General Options
Options:
# Disable ItemCase creation via sneaking and right clicking.
Disable-Sneak-Create: false
# Order options
Order:
# Disable automatic order timeout for itemcase shops.
Disable-Timeout: false
# The time in seconds before an order automatically times out.
Timeout: 15
# Materials that can be used for ItemCases.
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Materials:
- 'STEP' # Slabs.
- 'STONE_SLAB2' # Red Sandstone Slabs.
- 'WOOD_STEP' # Wooden Slabs.
- 'PURPUR_SLAB' # Purpur Slabs.