mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +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 the PlaceholdersManager.
|
||||
*/
|
||||
public PlaceholdersManager getPlaceholdersManager() {
|
||||
return placeholdersManager;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user