0.0.2: Bug Fixing about the previous Update

This commit is contained in:
unurled 2021-12-15 19:12:37 +01:00
parent 8741eecad4
commit 8aac201d7f
10 changed files with 191 additions and 37 deletions

View file

@ -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"

View file

@ -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