Merge pull request #343 from AtlasMediaGroup/port/1.20.1

1.20.1 port
This commit is contained in:
Paldiu 2023-07-31 21:26:12 -05:00 committed by GitHub
commit 1615ab416c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -105,7 +105,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<scope>compile</scope>
</dependency>

View File

@ -50,7 +50,10 @@ public class FUtil
"78408086-1991-4c33-a571-d8fa325465b2", // Telesphoreo
"f5cd54c4-3a24-4213-9a56-c06c49594dff", // Taahh
"a52f1f08-a398-400a-bca4-2b74b81feae6", // G6_
"ca83b658-c03b-4106-9edc-72f70a80656d" // ayunami2000
"ca83b658-c03b-4106-9edc-72f70a80656d", // ayunami2000
"4d708f0c-cb2a-4a1e-928f-214daccc9d18", // evakc
"38e38fbd-c027-4cac-8e37-4158710a287d", // EnZaXD
"7076dcf5-b940-4e86-9a6d-a3b1d16b3649" // Gommeh
);
public static final List<String> DEVELOPER_NAMES = Arrays.asList(
"Madgeek1450",
@ -71,7 +74,10 @@ public class FUtil
"videogamesm12",
"Taahh",
"G6_",
"ayunami2000");
"ayunami2000",
"evakc",
"EnZaXD",
"Gommeh");
public static final Map<String, ChatColor> CHAT_COLOR_NAMES = new HashMap<>();
public static final List<ChatColor> CHAT_COLOR_POOL = Arrays.asList(
ChatColor.DARK_RED,

View File

@ -13,9 +13,9 @@ softdepend:
- JDA
- Votifier
authors: [Madgeek1450, Prozza]
api-version: "1.19"
api-version: "1.20"
libraries:
- org.apache.commons:commons-lang3:3.12.0
- commons-io:commons-io:2.11.0
- org.apache.commons:commons-lang3:3.13.0
- commons-io:commons-io:2.13.0
- org.jetbrains:annotations:23.0.0
- org.javassist:javassist:3.29.1-GA