Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Nascraft config.yml - ${project.version}

# Language file to use. Available: en_US es_ES it_IT de_DE pt_BR
# Language file to use. Available: en_US | es_ES | it_IT | de_DE | pt_BR | zh_CN
language: 'en_US'

database:
# Available types: SQLite, MYSQL, REDIS
# Available types: SQLite | MYSQL | REDIS
type: 'SQLite'

# How many days should logs of trades last in the database?
Expand Down Expand Up @@ -115,7 +115,7 @@ currencies:
low-limit: 0.005

#################################################################
# TO ADD OTHER CURRENCIES PLACEHOLDEDRAPI HAS TO BE INSTALLED #
# !PLACEHODLER API MUST BE INSTALLED TO USE OTHER CURRENCIES! #
#################################################################

# !!! Keep in mind that both commands and placeholder have to work even if the player
Expand Down Expand Up @@ -175,6 +175,7 @@ market-control:
# Do players need the permission "nascraft.market" to operate directly with commands?
market-permission: true

# set up command aliases for Nascraft
commands:
nascraft:
enabled: true
Expand Down Expand Up @@ -428,4 +429,4 @@ ignored-keys:
#- "Day"

# Cooldown between button uses of the AdvancedGUI layout, in seconds.
layout-cooldown: 1
layout-cooldown: 1