WeatherCommand: Make it clear

This commit is contained in:
Tesutarin
2022-06-01 21:14:44 +08:00
committed by Melledy
parent 13c1869ff0
commit d10fe0cdd3
5 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ import java.util.List;
import static emu.grasscutter.utils.Language.translate;
@Command(label = "weather", usage = "weather <weatherId> <climateId>", aliases = {"w"}, permission = "player.weather", permissionTargeted = "player.weather.others", description = "commands.weather.description")
@Command(label = "weather", usage = "weather <climate type(weatherId)> <weather type(climateId)>", aliases = {"w"}, permission = "player.weather", permissionTargeted = "player.weather.others", description = "commands.weather.description")
public final class WeatherCommand implements CommandHandler {
@Override