mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Added BentoBox#getPlaceholdersManager()
This commit is contained in:
parent
7ef78d6ab1
commit
1571d8d033
@ -345,4 +345,10 @@ public class BentoBox extends JavaPlugin {
|
|||||||
return Optional.ofNullable((VaultHook) hooksManager.getHook("Vault").orElse(null));
|
return Optional.ofNullable((VaultHook) hooksManager.getHook("Vault").orElse(null));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the PlaceholdersManager.
|
||||||
|
*/
|
||||||
|
public PlaceholdersManager getPlaceholdersManager() {
|
||||||
|
return placeholdersManager;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user