Add Plugin#getDataPath (#11080)

This commit is contained in:
powercas_gamer
2024-07-15 14:07:17 +02:00
parent 137019f867
commit 5e9272f83c
3 changed files with 81 additions and 1 deletions

View File

@@ -555,7 +555,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
-public interface Plugin extends TabExecutor {
+public interface Plugin extends TabExecutor, io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner { // Paper
/**
* Returns the folder that the plugin data's files are located in. The
* Returns the folder that the plugin data files are located in. The
* folder may not yet exist.
@@ -0,0 +0,0 @@ public interface Plugin extends TabExecutor {
*/