fix(git): correct dependencies
This commit is contained in:
parent
e6e716d951
commit
3185886ead
46 changed files with 23 additions and 15 deletions
4
nicko-core/src/main/resources/bungee.yml
Normal file
4
nicko-core/src/main/resources/bungee.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name: ${project.parent.name}
|
||||
main: net.artelnatif.nicko.bungee.NickoBungee
|
||||
version: ${project.version}
|
||||
author: Aro
|
28
nicko-core/src/main/resources/config.yml
Normal file
28
nicko-core/src/main/resources/config.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Nicko ${project.version} - Config:
|
||||
|
||||
prefix: "§8[§6Nicko§8] "
|
||||
|
||||
bungeecord:
|
||||
# Enables Bungeecord support, switching through servers will keep player's skins.
|
||||
enabled: false
|
||||
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: ""
|
7
nicko-core/src/main/resources/plugin.yml
Normal file
7
nicko-core/src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: ${project.parent.name}
|
||||
main: net.artelnatif.nicko.NickoBukkit
|
||||
version: ${project.version}
|
||||
author: Aro
|
||||
api-version: 1.18
|
||||
commands:
|
||||
nicko:
|
Loading…
Add table
Add a link
Reference in a new issue