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; ...@@ -9,7 +9,7 @@ import java.util.List;
import static emu.grasscutter.utils.Language.translate; 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 { public final class ResetShopLimitCommand implements CommandHandler {
@Override @Override
......
This diff is collapsed.
...@@ -298,9 +298,6 @@ ...@@ -298,9 +298,6 @@
"unlocktower": { "unlocktower": {
"success": "odblokować gotowe", "success": "odblokować gotowe",
"description": "Odblokuj głęboką spiralę" "description": "Odblokuj głęboką spiralę"
},
"resetshop": {
"description": "zresetuj sklep"
} }
}, },
"gacha": { "gacha": {
......
This diff is collapsed.
...@@ -335,9 +335,6 @@ ...@@ -335,9 +335,6 @@
"success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。", "success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。",
"description": "將玩家的位置傳送到你所指定的座標。" "description": "將玩家的位置傳送到你所指定的座標。"
}, },
"tower": {
"unlock_done": "解鎖所有級別的深境螺旋已全部解鎖。"
},
"weather": { "weather": {
"usage": "用法:weather <weatherId> [climateId]", "usage": "用法:weather <weatherId> [climateId]",
"success": "已將當前天氣設定為 %s ,氣候則為 %s 。", "success": "已將當前天氣設定為 %s ,氣候則為 %s 。",
...@@ -361,9 +358,6 @@ ...@@ -361,9 +358,6 @@
"unlocktower": { "unlocktower": {
"success": "解鎖完成。", "success": "解鎖完成。",
"description": "解鎖所有級別的深境螺旋。" "description": "解鎖所有級別的深境螺旋。"
},
"resetshop": {
"description": "重置商店刷新時間。"
} }
}, },
"gacha": { "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