Compare commits
No commits in common. "7c81286feb37f9d63bed0eaa589551eed40edc57" and "2c0e264ece4d7300a9766019010ceb5b0542b1b6" have entirely different histories.
7c81286feb
...
2c0e264ece
@ -111,6 +111,7 @@ 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,12 +1,5 @@
|
|||||||
name: spawn
|
name: spawn
|
||||||
description: modular base-plugin for mhsl server projects
|
author: olischma, muelleel
|
||||||
version: '0'
|
version: '1.0'
|
||||||
api-version: '1.21'
|
|
||||||
main: eu.mhsl.craftattack.core.Main
|
main: eu.mhsl.craftattack.core.Main
|
||||||
load: POSTWORLD
|
api-version: '1.21'
|
||||||
prefix: mhsl-spawn
|
|
||||||
|
|
||||||
author: MineTec
|
|
||||||
contributors: [olischma, 28Pupsi28]
|
|
||||||
|
|
||||||
website: https://mhsl.eu/gitea/CraftAttack/spawn
|
|
Loading…
x
Reference in New Issue
Block a user