31 lines
960 B
YAML
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. |