diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..d3ca248c Binary files /dev/null and b/.DS_Store differ diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml new file mode 100644 index 00000000..9baef62e --- /dev/null +++ b/dependency-reduced-pom.xml @@ -0,0 +1,192 @@ + + + 4.0.0 + LibsDisguises + LibsDisguises + 10.0.26-SNAPSHOT + + exec:java clean install + + + true + src/main/resources + + plugin.yml + + + + src/main/resources + + **/* + + + + ${project.basedir} + + README.md + + + + LibsDisguises + + + maven-surefire-plugin + 3.0.0-M1 + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + my-execution + compile + + java + + + + + true + me.libraryaddict.disguise.utilities.watchers.CompileMethods + + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + true + + + net.kyori:* + + + + + net.kyori + ld-shaded.net.kyori + + + + + + + + + md_5-releases + https://repo.md-5.net/content/groups/public/ + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + papermc + https://papermc.io/repo/repository/maven-public/ + + + dmulloy2-repo + https://repo.dmulloy2.net/nexus/repository/public/ + + + + + org.ow2.asm + asm + 9.0 + compile + true + + + org.projectlombok + lombok + 1.18.16 + compile + true + + + com.comphenix.protocol + ProtocolLib + 4.7.0 + compile + true + + + org.spigotmc + spigot-api + [1.17,] + compile + true + + + org.spigotmc + spigot + [1.17,] + compile + true + + + junit + junit + 4.13.1 + test + + + hamcrest-core + org.hamcrest + + + true + + + com.destroystokyo.paper + paper-api + [1.16,] + provided + true + + + net.md-5 + bungeecord-chat + 1.12-SNAPSHOT + compile + true + + + + + md_5-releases + https://repo.md-5.net/content/repositories/releases/ + + + md_5-snapshots + https://repo.md-5.net/content/repositories/snapshots/ + + + + dd/MM/yyyy HH:mm + 1.18.16 + 4.13.1 + 4.1.0-SNAPSHOT + 9.0 + unknown + 1.8 + 1.12-SNAPSHOT + [1.17,] + 4.7.0 + ${maven.build.timestamp} + 4.7.0 + [1.16,] + UTF-8 + 1.8 + 4.7.0 + + diff --git a/pom.xml b/pom.xml index fd35b8fe..e7f0ad7d 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ 9.0 1.18.16 - 4.7.0-SNAPSHOT + 4.7.0 [1.17,] 4.13.1 [1.16,] diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6c56e050..2dd4bf50 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -57,20 +57,6 @@ commands: aliases: [dmodify, dmod, disgmodify, modifydisguise, moddisguise, mdisguise] permission: libsdisguises.seecmd.disguisemodify description: Modify your own disguise -<<<<<<< HEAD -======= - disguisemodifyplayer: - aliases: [dmodifyplayer, dmodplayer, disgmodifyplayer, dismodplayer, disgmodplayer, modifydisguiseplayer, - moddisguiseplayer, mdisguiseplayer, mdisgplayer, dmodifyuuid, dmoduuid, disgmodifyuuid, dismoduuid, disgmoduuid, modifydisguiseuuid, - moddisguiseuuid, mdisguiseuuid, mdisguuid] - permission: libsdisguises.seecmd.disguisemodifyplayer - description: Modify the disguise of a player - disguisemodifyradius: - aliases: [dmodifyradius, dmodradius, disgmodradius, dismodradius, modifydisguiseradius, modifydisgradius, - moddisguiseradius, mdisguiseradius, moddisgradius] - permission: libsdisguises.seecmd.disguisemodifyradius - description: Modify disguises in a radius ->>>>>>> 8ca5fd862a0ede80ec7732d3746322bd4176f8ea disguisemodifyentity: aliases: [dmodifyentity, dmodentity, disgmodentity, dismodentity, modifydisguiseentity, modifydisgentity, modifydentity, moddisguiseentity, moddisgentity, mdisguiseentity, mdisgentity]