Commit graph

14 commits

Author SHA1 Message Date
Frank van der Heijden
c2049503a7
Pass closable around instead of closing it straight away.
- Ensures ServerUtils can reload itself :)
2020-06-27 11:38:34 +02:00
Frank van der Heijden
83401bf622
Conform to google's checkstyle standard 2020-06-27 01:28:10 +02:00
Frank van der Heijden
74f5f4c4f1
v1.4.2 - Call PluginClassLoader through reflection 2020-06-25 18:42:33 +02:00
Frank van der Heijden
ac6de28b68
Add "dependency not loaded" message 2020-06-21 11:47:24 +02:00
Frank van der Heijden
9097b06ed5
Implement ability to disable/enable plugins 2020-06-11 12:20:57 +02:00
Frank van der Heijden
04f3314e8a
Add /su commandinfo command
This command will output information about the specified command, like which plugin it belongs to, which usages, aliases, names, description and permissions it has. Permission to use the command is `serverutils.commandinfo`.
2020-06-09 20:51:01 +02:00
Frank van der Heijden
b2af579896
Add invalid description error message 2020-06-09 12:25:55 +02:00
Frank van der Heijden
cc6b7e4b2c
Unregister commands by plugin instance 2020-06-09 11:57:56 +02:00
Frank van der Heijden
68efbb0635
Cleanup PluginClassLoader when disabling plugins 2020-06-09 11:32:03 +02:00
Frank van der Heijden
86281dd769
Check null for plugin commands 2020-06-08 10:28:08 +02:00
Frank van der Heijden
9e8ac2d4fe
Add more messages for (un/re)load actions 2020-06-07 17:10:35 +02:00
Frank van der Heijden
c0d76d77f5
Cleanup recipes for plugins in MC >= 1.12 2020-06-07 12:40:14 +02:00
Frank van der Heijden
beca8d4c19
Fix lookupname not being removed when unloading a plugin 2020-06-03 13:40:11 +02:00
Frank van der Heijden
392479abde
Initial commit 2020-06-02 21:07:31 +02:00