Compare commits
3 Commits
2c0e264ece
...
7c81286feb
Author | SHA1 | Date | |
---|---|---|---|
7c81286feb | |||
e7cf3caae8 | |||
8742f5f631 |
@ -111,7 +111,6 @@ public abstract class Appliance {
|
||||
command.setExecutor(executor);
|
||||
command.setTabCompleter(executor);
|
||||
plugin.getServer().getCommandMap().register(plugin.getName(), command);
|
||||
throw new RuntimeException("Test");
|
||||
} catch(Exception e) {
|
||||
throw new RuntimeException(String.format("Failed to register command '%s'", name), e);
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
name: spawn
|
||||
author: olischma, muelleel
|
||||
version: '1.0'
|
||||
description: modular base-plugin for mhsl server projects
|
||||
version: '0'
|
||||
api-version: '1.21'
|
||||
main: eu.mhsl.craftattack.core.Main
|
||||
api-version: '1.21'
|
||||
load: POSTWORLD
|
||||
prefix: mhsl-spawn
|
||||
|
||||
author: MineTec
|
||||
contributors: [olischma, 28Pupsi28]
|
||||
|
||||
website: https://mhsl.eu/gitea/CraftAttack/spawn
|
Loading…
x
Reference in New Issue
Block a user