diff --git a/it/mycraft/toomanyperms/Permissions.java b/it/mycraft/toomanyperms/Permissions.java deleted file mode 100644 index c36c62b..0000000 --- a/it/mycraft/toomanyperms/Permissions.java +++ /dev/null @@ -1,21 +0,0 @@ -package it.mycraft.toomanyperms; - -public enum Permissions { - - USE_COMMAND("tmp.use"), - RELOAD_COMMAND("tmp.reload"), - CHECK_COMMAND("tmp.check"), - OPCHECK_COMMAND("tmp.opcheck"), - GROUPCHECK_COMMAND("tmp.groupcheck"); - - private String perm; - - private Permissions(String perm) { - this.perm = perm; - } - - public String toString() { - return this.perm; - } -} - diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8c2f124 --- /dev/null +++ b/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + it.mycraft.toomanyperms + TooManyPerms + 1.0.5 + + + + jitpack.io + https://jitpack.io + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + bungeecord-repo + https://oss.sonatype.org/content/repositories/snapshots + + + + + com.github.MilkBowl + VaultAPI + 1.7 + provided + + + org.spigotmc + spigot-api + 1.14.2-R0.1-SNAPSHOT + provided + + + \ No newline at end of file diff --git a/resources/plugin.yml b/resources/plugin.yml index 1e47911..ef611c3 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -1,6 +1,6 @@ name: TooManyPerms -author: Alex_Delpier02 -website: github.com/AlexDelpier02/TooManyPerms/ +author: AlbeMiglio +website: github.com/AlbeMiglio/TooManyPerms/ version: 1.0.5 main: it.mycraft.toomanyperms.TooManyPerms depend: [Vault]