First Commit

This commit is contained in:
unurled 2021-11-20 11:33:03 +01:00
commit ba4641a4b2
32 changed files with 1745 additions and 0 deletions

View file

@ -0,0 +1,2 @@
motd: "YAY, Super server!"
motd-reload: "Server reloading!"

View file

View file

@ -0,0 +1,30 @@
name: Elixium
version: '${project.version}'
main: gq.unurled.elixium.Elixium
api-version: 1.17
depend: [ProtocolLib]
commands:
reloadplugin:
aliases:
- rlpl
- reloadpl
description: reload command that stops the server.
skills:
aliases:
- skill
description: skill command.
testgui:
description: test gui command
storage:
description: acces player storage
nbt:
description: nbt command
permissions:
elixium.reload.cmd:
description: reload command permission
elixium.test.gui.cmd:
description: testgui command permission
elixium.nbt.cmd:
description: nbt command permission