Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
b5632aa6
Commit
b5632aa6
authored
May 17, 2022
by
tester233
Committed by
Melledy
May 17, 2022
Browse files
Fix usage & remove outdated text
parent
ef637086
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/ResetShopLimitCommand.java
View file @
b5632aa6
...
...
@@ -9,7 +9,7 @@ import java.util.List;
import
static
emu
.
grasscutter
.
utils
.
Language
.
translate
;
@Command
(
label
=
"resetshop"
,
usage
=
"reset
s
hop"
,
permission
=
"server.resetshop"
,
permissionTargeted
=
"server.resetshop.others"
,
description
=
"commands.reset
s
hop.description"
)
@Command
(
label
=
"resetshop"
,
usage
=
"
commands.
reset
S
hop
Limit.usage
"
,
permission
=
"server.resetshop"
,
permissionTargeted
=
"server.resetshop.others"
,
description
=
"commands.reset
S
hop
Limit
.description"
)
public
final
class
ResetShopLimitCommand
implements
CommandHandler
{
@Override
...
...
src/main/resources/languages/en-US.json
View file @
b5632aa6
This diff is collapsed.
Click to expand it.
src/main/resources/languages/pl-PL.json
View file @
b5632aa6
...
...
@@ -298,9 +298,6 @@
"unlocktower"
:
{
"success"
:
"odblokować gotowe"
,
"description"
:
"Odblokuj głęboką spiralę"
},
"resetshop"
:
{
"description"
:
"zresetuj sklep"
}
},
"gacha"
:
{
...
...
src/main/resources/languages/zh-CN.json
View file @
b5632aa6
This diff is collapsed.
Click to expand it.
src/main/resources/languages/zh-TW.json
View file @
b5632aa6
...
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment