From f28d03e0ad75386576610efec76b7ec08665996e Mon Sep 17 00:00:00 2001 From: Daniel V Date: Fri, 8 Mar 2024 18:25:50 -0500 Subject: [PATCH] Add PAPI Support. --- pom.xml | 10 +++ .../lokka30/phantomworlds/PhantomWorlds.java | 7 ++ .../plugin/PluginEnableListener.java | 39 +++++++++++ .../lokka30/phantomworlds/misc/PAPIHook.java | 69 ++++++++++++++++++- 4 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 src/main/java/me/lokka30/phantomworlds/listeners/plugin/PluginEnableListener.java diff --git a/pom.xml b/pom.xml index 1698a5e..c110097 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,10 @@ litecommands-repo https://repo.panda-lang.org/releases + + placeholderapi + https://repo.extendedclip.com/content/repositories/placeholderapi/ + @@ -43,6 +47,12 @@ 1.20.1-R0.1-SNAPSHOT provided + + me.clip + placeholderapi + 2.11.3 + provided +