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
652a2154
Commit
652a2154
authored
Apr 20, 2022
by
KingRainbow44
Browse files
Magix sanity.
parent
f35f76f3
Changes
22
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/Stop.java
→
src/main/java/emu/grasscutter/command/commands/Stop
Command
.java
View file @
652a2154
...
@@ -9,7 +9,7 @@ import java.util.List;
...
@@ -9,7 +9,7 @@ import java.util.List;
@Command
(
label
=
"stop"
,
usage
=
"stop"
,
@Command
(
label
=
"stop"
,
usage
=
"stop"
,
description
=
"Stops the server"
,
permission
=
"server.stop"
)
description
=
"Stops the server"
,
permission
=
"server.stop"
)
public
class
Stop
implements
CommandHandler
{
public
final
class
Stop
Command
implements
CommandHandler
{
@Override
@Override
public
void
execute
(
GenshinPlayer
sender
,
List
<
String
>
args
)
{
public
void
execute
(
GenshinPlayer
sender
,
List
<
String
>
args
)
{
...
...
src/main/java/emu/grasscutter/command/commands/Weather.java
→
src/main/java/emu/grasscutter/command/commands/Weather
Command
.java
View file @
652a2154
...
@@ -10,7 +10,7 @@ import java.util.List;
...
@@ -10,7 +10,7 @@ import java.util.List;
@Command
(
label
=
"weather"
,
usage
=
"weather <weatherId>"
,
@Command
(
label
=
"weather"
,
usage
=
"weather <weatherId>"
,
description
=
"Changes the weather."
,
aliases
=
{
"w"
},
permission
=
"player.weather"
)
description
=
"Changes the weather."
,
aliases
=
{
"w"
},
permission
=
"player.weather"
)
public
class
Weather
implements
CommandHandler
{
public
final
class
Weather
Command
implements
CommandHandler
{
@Override
@Override
public
void
execute
(
GenshinPlayer
sender
,
List
<
String
>
args
)
{
public
void
execute
(
GenshinPlayer
sender
,
List
<
String
>
args
)
{
...
...
Prev
1
2
Next
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