Commit b5632aa6 authored by tester233's avatar tester233 Committed by Melledy
Browse files

Fix usage & remove outdated text

parent ef637086
......@@ -9,7 +9,7 @@ import java.util.List;
import static emu.grasscutter.utils.Language.translate;
@Command(label = "resetshop", usage = "resetshop", permission = "server.resetshop", permissionTargeted = "server.resetshop.others", description = "commands.resetshop.description")
@Command(label = "resetshop", usage = "commands.resetShopLimit.usage", permission = "server.resetshop", permissionTargeted = "server.resetshop.others", description = "commands.resetShopLimit.description")
public final class ResetShopLimitCommand implements CommandHandler {
@Override
......
......@@ -353,9 +353,6 @@
"success": "Teleported %s to %s, %s, %s in scene %s",
"description": "Change the player's position."
},
"tower": {
"unlock_done": "Abyss Corridor's Floors are all unlocked now."
},
"weather": {
"usage": "Usage: weather <weatherId> [climateId]",
"success": "Changed weather to %s with climate %s",
......@@ -379,9 +376,6 @@
"unlocktower": {
"success": "unlock done",
"description": "Unlock all levels of tower"
},
"resetshop": {
"description": "reset shop"
}
},
"gacha": {
......
......@@ -298,9 +298,6 @@
"unlocktower": {
"success": "odblokować gotowe",
"description": "Odblokuj głęboką spiralę"
},
"resetshop": {
"description": "zresetuj sklep"
}
},
"gacha": {
......
......@@ -352,9 +352,6 @@
"success": "传送 %s 到坐标 %s,%s,%s,场景为 %s。",
"description": "改变指定玩家的位置"
},
"tower": {
"unlock_done": "深境回廊的所有层已全部解锁。"
},
"weather": {
"usage": "用法:weather <天气ID> [气候ID]",
"success": "已更改天气为 %s,气候为 %s。",
......@@ -378,9 +375,6 @@
"unlocktower": {
"success": "解锁完成。",
"description": "解锁深境螺旋的所有层"
},
"resetshop": {
"description": "重置商店刷新时间"
}
},
"gacha": {
......
......@@ -335,9 +335,6 @@
"success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。",
"description": "將玩家的位置傳送到你所指定的座標。"
},
"tower": {
"unlock_done": "解鎖所有級別的深境螺旋已全部解鎖。"
},
"weather": {
"usage": "用法:weather <weatherId> [climateId]",
"success": "已將當前天氣設定為 %s ,氣候則為 %s 。",
......@@ -361,9 +358,6 @@
"unlocktower": {
"success": "解鎖完成。",
"description": "解鎖所有級別的深境螺旋。"
},
"resetshop": {
"description": "重置商店刷新時間。"
}
},
"gacha": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment