i forgot supers username 💀

This commit is contained in:
Telesphoreo 2022-04-19 21:16:19 -05:00
parent 285514b04a
commit 4eeaf051ad
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,7 @@ bukkit {
description = "Plex provides a new experience for freedom servers."
main = "dev.plex.Plex"
website = "https://plex.us.org"
authors = ["Telesphoreo", "taahanis", "super"]
authors = ["Telesphoreo", "taahanis", "supernt"]
softDepend = ["Vault"]
apiVersion = "1.18"
}

View File

@ -37,8 +37,9 @@ public class PlexUtils implements PlexBase
public static List<String> DEVELOPERS =
Arrays.asList("78408086-1991-4c33-a571-d8fa325465b2", // Telesphoreo
"f5cd54c4-3a24-4213-9a56-c06c49594dff", // Taahh
"53b1512e-3481-4702-9f4f-63cb9c8be6a1", // supernt
"ca83b658-c03b-4106-9edc-72f70a80656d", // ayunami2000
"2e06e049-24c8-42e4-8bcf-d35372af31e6" //Fleek
"2e06e049-24c8-42e4-8bcf-d35372af31e6" // Fleek
);
public static <T> T addToArrayList(List<T> list, T object)