Add default WeatherCommand. Partially fixes BUKKIT-2671
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ public class SimpleCommandMap implements CommandMap {
|
||||
fallbackCommands.add(new DefaultGameModeCommand());
|
||||
fallbackCommands.add(new SeedCommand());
|
||||
fallbackCommands.add(new DifficultyCommand());
|
||||
fallbackCommands.add(new WeatherCommand());
|
||||
}
|
||||
|
||||
public SimpleCommandMap(final Server server) {
|
||||
|
||||
Reference in New Issue
Block a user