Compare commits

..

6 Commits

Author SHA1 Message Date
45c4fbe0ea Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 01:06:37 +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
6 changed files with 15 additions and 9 deletions

View File

@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI

View File

@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v3

View File

@ -9,7 +9,7 @@ jobs:
steps:
# Checkout the code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Java 16 Builds
- name: Set up JDK 17

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