Package ch.njol.skript.hooks
Class VaultHook
java.lang.Object
ch.njol.skript.hooks.Hook<net.milkbowl.vault.Vault>
ch.njol.skript.hooks.VaultHook
-
Field Summary
Modifier and TypeFieldDescriptionstatic net.milkbowl.vault.chat.Chat
static net.milkbowl.vault.economy.Economy
static String
static net.milkbowl.vault.permission.Permission
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_GROUP_SUPPORT
- See Also:
- Constant Field Values
-
economy
public static net.milkbowl.vault.economy.Economy economy -
chat
public static net.milkbowl.vault.chat.Chat chat -
permission
public static net.milkbowl.vault.permission.Permission permission
-
-
Constructor Details
-
VaultHook
- Throws:
IOException
-
-
Method Details
-
init
protected boolean init()Description copied from class:Hook
Called when the plugin has been successfully hooked -
loadClasses
- Overrides:
loadClasses
in classHook<net.milkbowl.vault.Vault>
- Throws:
IOException
-
getName
-