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

@@ -134,7 +134,7 @@
"description": "Deletes unequipped unlocked items, including yellow rarity ones from your inventory"
},
"coop": {
"usage": "Usage: coop <playerID> [host UID]",
"usage": "Usage: coop [host UID]",
"success": "Summoned %s to %s's world.",
"description": "Forces someone to join the world of others"
},
@@ -362,8 +362,8 @@
"description": "Change the player's position"
},
"weather": {
"usage": "Usage: weather <weatherID> <climateID>",
"success": "Changed weather to %s with climate %s.",
"usage": "Usage: weather <climate type(weatherId)> <weather type(climateId)>\nWeather types: '0: None, 1: Sunny, 2: Cloudy, 3: Rain, 4: Thunderstorm, 5: Snow, 6: Mist'",
"success": "Changed climate type to %s with weather type %s.",
"invalid_id": "Invalid ID.",
"description": "Changes the weather"
},