Compare commits
3 Commits
2c0e264ece
...
7c81286feb
Author | SHA1 | Date | |
---|---|---|---|
7c81286feb | |||
e7cf3caae8 | |||
8742f5f631 |
@ -111,7 +111,6 @@ public abstract class Appliance {
|
|||||||
command.setExecutor(executor);
|
command.setExecutor(executor);
|
||||||
command.setTabCompleter(executor);
|
command.setTabCompleter(executor);
|
||||||
plugin.getServer().getCommandMap().register(plugin.getName(), command);
|
plugin.getServer().getCommandMap().register(plugin.getName(), command);
|
||||||
throw new RuntimeException("Test");
|
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
throw new RuntimeException(String.format("Failed to register command '%s'", name), e);
|
throw new RuntimeException(String.format("Failed to register command '%s'", name), e);
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
name: spawn
|
name: spawn
|
||||||
author: olischma, muelleel
|
description: modular base-plugin for mhsl server projects
|
||||||
version: '1.0'
|
version: '0'
|
||||||
main: eu.mhsl.craftattack.core.Main
|
|
||||||
api-version: '1.21'
|
api-version: '1.21'
|
||||||
|
main: eu.mhsl.craftattack.core.Main
|
||||||
|
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