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.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,12 +1,5 @@
|
||||
name: spawn
|
||||
description: modular base-plugin for mhsl server projects
|
||||
version: '0'
|
||||
api-version: '1.21'
|
||||
author: olischma, muelleel
|
||||
version: '1.0'
|
||||
main: eu.mhsl.craftattack.core.Main
|
||||
load: POSTWORLD
|
||||
prefix: mhsl-spawn
|
||||
|
||||
author: MineTec
|
||||
contributors: [olischma, 28Pupsi28]
|
||||
|
||||
website: https://mhsl.eu/gitea/CraftAttack/spawn
|
||||
api-version: '1.21'
|
Loading…
x
Reference in New Issue
Block a user