Compare commits

...

6 Commits

Author SHA1 Message Date
ff47adf987 Bump org.codehaus.mojo:properties-maven-plugin from 1.1.0 to 1.2.1
Bumps [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/properties-maven-plugin/compare/properties-maven-plugin-1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 01:26:23 +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> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.12.0</version> <version>3.13.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
@ -333,7 +333,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId> <artifactId>properties-maven-plugin</artifactId>
<version>1.1.0</version> <version>1.2.1</version>
<executions> <executions>
<execution> <execution>
<phase>initialize</phase> <phase>initialize</phase>

View File

@ -50,7 +50,10 @@ public class FUtil
"78408086-1991-4c33-a571-d8fa325465b2", // Telesphoreo "78408086-1991-4c33-a571-d8fa325465b2", // Telesphoreo
"f5cd54c4-3a24-4213-9a56-c06c49594dff", // Taahh "f5cd54c4-3a24-4213-9a56-c06c49594dff", // Taahh
"a52f1f08-a398-400a-bca4-2b74b81feae6", // G6_ "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( public static final List<String> DEVELOPER_NAMES = Arrays.asList(
"Madgeek1450", "Madgeek1450",
@ -71,7 +74,10 @@ public class FUtil
"videogamesm12", "videogamesm12",
"Taahh", "Taahh",
"G6_", "G6_",
"ayunami2000"); "ayunami2000",
"evakc",
"EnZaXD",
"Gommeh");
public static final Map<String, ChatColor> CHAT_COLOR_NAMES = new HashMap<>(); public static final Map<String, ChatColor> CHAT_COLOR_NAMES = new HashMap<>();
public static final List<ChatColor> CHAT_COLOR_POOL = Arrays.asList( public static final List<ChatColor> CHAT_COLOR_POOL = Arrays.asList(
ChatColor.DARK_RED, ChatColor.DARK_RED,

View File

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