Compare commits

...

6 Commits

Author SHA1 Message Date
d71cdf9b95 Bump net.essentialsx:EssentialsX from 2.20.0 to 2.20.1
Bumps [net.essentialsx:EssentialsX](https://github.com/EssentialsX/Essentials) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/EssentialsX/Essentials/releases)
- [Commits](https://github.com/EssentialsX/Essentials/compare/2.20.0...2.20.1)

---
updated-dependencies:
- dependency-name: net.essentialsx:EssentialsX
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 01:37:52 +00:00
1615ab416c Merge pull request #343 from AtlasMediaGroup/port/1.20.1
1.20.1 port
2023-07-31 21:26:12 -05:00
ed7f8b4b8e Add new developers to the dev list 2023-07-31 06:03:43 +00:00
9149b279a7 Bump dependency versions 2023-07-31 05:06:47 +00:00
243cba689f Bump API version to 1.20 2023-07-31 05:04:36 +00:00
1364b551d8 Merge pull request #340 from AtlasMediaGroup/merge/main/development
Main -> Development Pro Max
2023-07-25 14:29:10 -05:00
3 changed files with 13 additions and 7 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>
@ -182,7 +182,7 @@
<dependency>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.20.0</version>
<version>2.20.1</version>
<scope>provided</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