First Commit
This commit is contained in:
commit
ba4641a4b2
32 changed files with 1745 additions and 0 deletions
2
src/main/resources/config.yml
Normal file
2
src/main/resources/config.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
motd: "YAY, Super server!"
|
||||
motd-reload: "Server reloading!"
|
0
src/main/resources/players.yml
Normal file
0
src/main/resources/players.yml
Normal file
30
src/main/resources/plugin.yml
Normal file
30
src/main/resources/plugin.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue