0.0.2: Bug Fixing about the previous Update
This commit is contained in:
parent
8741eecad4
commit
8aac201d7f
10 changed files with 191 additions and 37 deletions
|
@ -2,4 +2,8 @@ version: "${project.version}"
|
|||
motd: "YAY, Super server!"
|
||||
motd-reload: "Server reloading!"
|
||||
|
||||
storage: "MONGODB" #switch between "MONGODB", "MYSQL"(not implemented), "YML"(currzently making it)
|
||||
storage: "MONGODB" #switch between "MONGODB", "MYSQL"(not implemented), "YML"(currzently making it)
|
||||
#if MYSQL
|
||||
username: "Your-username-here"
|
||||
password: "Your-password-here"
|
||||
url: "url-to-the-server/db_Name"
|
|
@ -3,6 +3,7 @@ version: '${project.version}'
|
|||
main: gq.unurled.raxen.Raxen
|
||||
api-version: 1.17
|
||||
depend: [ProtocolLib]
|
||||
softdepend: [AureliumSkills, LuckPerms]
|
||||
|
||||
commands:
|
||||
reloadplugin:
|
||||
|
@ -20,6 +21,8 @@ commands:
|
|||
description: acces player storage
|
||||
nbt:
|
||||
description: nbt command
|
||||
raxen:
|
||||
description: raxen main command
|
||||
|
||||
permissions:
|
||||
raxen.reload.cmd:
|
||||
|
@ -27,4 +30,7 @@ permissions:
|
|||
raxen.test.gui.cmd:
|
||||
description: testgui command permission
|
||||
raxen.nbt.cmd:
|
||||
description: nbt command permission
|
||||
description: nbt command permission
|
||||
permission:
|
||||
raxen.raxen.cmd:
|
||||
description: raxen command permssion
|
Loading…
Add table
Add a link
Reference in a new issue