mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 11:24:47 +01:00
WeatherCommand: Make it clear
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user