initial project commit
This commit is contained in:
commit
d7c79d7eac
117 changed files with 2561 additions and 0 deletions
26
core/target/classes/config.yml
Normal file
26
core/target/classes/config.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Nicko 1.0-SNAPSHOT - Config:
|
||||
|
||||
prefix: "§8[§6Nicko§8] "
|
||||
|
||||
bungeecord:
|
||||
redis:
|
||||
username: ""
|
||||
password: ""
|
||||
# Time To Live, the time the data will be stored on a player-by-player basis.
|
||||
ttl: -1
|
||||
|
||||
|
||||
disguisekit:
|
||||
# The rainbow header text in the book.
|
||||
header: "Nicko's Disguise Kit"
|
||||
|
||||
storage:
|
||||
# Indicates wherever the data will be stored
|
||||
# locally through a .json file or a (My)SQL database.
|
||||
local: true
|
||||
# SQL database's address
|
||||
address: "localhost"
|
||||
# SQL database's username.
|
||||
username: ""
|
||||
# SQL database's password.
|
||||
password: ""
|
Loading…
Add table
Add a link
Reference in a new issue