bugfixes
Dieser Commit ist enthalten in:
Ursprung
24de414d70
Commit
165fa46a12
@ -22,7 +22,7 @@ public class LobbySystem extends JavaPlugin {
|
|||||||
init();
|
init();
|
||||||
|
|
||||||
getCommand("fly").setExecutor(new FlyCommand());
|
getCommand("fly").setExecutor(new FlyCommand());
|
||||||
getCommand("shield").setExecutor(new ShieldCommand());
|
getCommand("schild").setExecutor(new ShieldCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void init() {
|
public void init() {
|
||||||
|
@ -6,4 +6,4 @@ main: de.steamwar.lobby.LobbySystem
|
|||||||
|
|
||||||
commands:
|
commands:
|
||||||
fly:
|
fly:
|
||||||
shield:
|
schild:
|
In neuem Issue referenzieren
Einen Benutzer sperren