Third Party Internal Variables - TriggerReactor/TriggerReactor GitHub Wiki
Third Party Internal Variables
Bukkit
These variables require third-party plugins in order to work. They are used in format vault.balance(player). This method will return the balance of a player.
| Variable | Data Type | Plugin Required |
|---|---|---|
| vault | VaultSupport | Vault |
| mcmmo | McMmoSupport | McMMO |
| placeholder | PlaceHolderSupport | PlaceHolderAPI |
| coreprotect | CoreprotectSupport | CoreProtect |
| protocollib | ProtocolLibSupport | ProtocolLib |
| worldguard | WorldGuardSupport | WorldGuard |
Accessing other plugins
You can access plugins that aren't listed here by doing plugin("PluginName"). The plugin name can be found by doing /plugins.
Sponge
| Variable | Data Type | Plugin Required |
|---|---|---|
| nucleus | NucleusSupport | Nucleus |