Skip to content

Commit

Permalink
meow~
Browse files Browse the repository at this point in the history
  • Loading branch information
Pot0001 authored Jun 25, 2024
1 parent 30ccff7 commit a10b187
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/java/emu/grasscutter/config/ConfigContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static class Account {
public boolean autoCreate = false;
public boolean EXPERIMENTAL_RealPassword = false;
public String[] defaultPermissions = {};
public String playerEmail = "grasscutter.io";
public String playerEmail = "GuraGC.io";
public int maxPlayer = -1;
}

Expand Down Expand Up @@ -363,17 +363,17 @@ public VisionOptions(String name, int visionRange, int gridWidth) {

public static class JoinOptions {
public int[] welcomeEmotes = {2007, 1002, 4010};
public String welcomeMessage = "Welcome to a Grasscutter server.";
public String welcomeMessage = "Welcome to a GuraGC 4.7.0!";
public JoinOptions.Mail welcomeMail = new JoinOptions.Mail();

public static class Mail {
public String title = "Welcome to Grasscutter!";
public String title = "Welcome to GuraGC!";
public String content = """
Hi there!\r
First of all, welcome to Grasscutter. If you have any issues, please let us know so that Lawnmower can help you! \r
First of all, welcome to GuraGC. If you have any issues, please let us know so that Lawnmower can help you! \r
\r
Check out our:\r
<type="browser" text="Discord" href="https://discord.gg/T5vZU6UyeG"/>
<type="browser" text="Discord" href="https://discord.gg/miHoYo"/>
""";
public String sender = "Lawnmower";
public emu.grasscutter.game.mail.Mail.MailItem[] items = {
Expand All @@ -384,13 +384,13 @@ public static class Mail {
}

public static class ConsoleAccount {
public int avatarId = 10000007;
public int nameCardId = 210001;
public int avatarId = 10000095;
public int nameCardId = 210180;
public int adventureRank = 1;
public int worldLevel = 0;

public String nickName = "Server";
public String signature = "Welcome to Grasscutter!";
public String nickName = "GuraGC";
public String signature = "Welcome to GuraGC!";
}

public static class Files {
Expand All @@ -403,7 +403,7 @@ public static class Files {
@NoArgsConstructor
public static class Region {
public String Name = "os_usa";
public String Title = "Grasscutter";
public String Title = "GuraGC";
public String Ip = "127.0.0.1";
public int Port = 22102;

Expand Down

0 comments on commit a10b187

Please sign in to comment.