- Chat - Class in net.milkbowl.vault.chat
-
The main Chat API - allows for Prefix/Suffix nodes along with generic Info nodes if the linked Chat system supports them
聊天系统API - 如果有聊天系统的支持, 则可以使用前缀/后缀节点以及通用信息节点
- Chat(Permission) - Constructor for class net.milkbowl.vault.chat.Chat
-
- createBank(String, OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
-
- createBank(String, String) - Method in interface net.milkbowl.vault.economy.Economy
-
- createBank(String, OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
-
Creates a bank account with the specified name and the player as the
owner
以指定名称创建一个银行账户并设置玩家为所有者
- createPlayerAccount(OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
-
- createPlayerAccount(OfflinePlayer, String) - Method in class net.milkbowl.vault.economy.AbstractEconomy
-
- createPlayerAccount(String) - Method in interface net.milkbowl.vault.economy.Economy
-
- createPlayerAccount(OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
-
Attempts to create a player account for the given player
尝试利用给定玩家创建一个玩家账户
- createPlayerAccount(String, String) - Method in interface net.milkbowl.vault.economy.Economy
-
- createPlayerAccount(OfflinePlayer, String) - Method in interface net.milkbowl.vault.economy.Economy
-
Attempts to create a player account for the given player on the specified
world IMPLEMENTATION SPECIFIC - if an economy plugin does not support
this the global balance will be returned.
- currencyNamePlural() - Method in interface net.milkbowl.vault.economy.Economy
-
Returns the name of the currency in plural form.
- currencyNameSingular() - Method in interface net.milkbowl.vault.economy.Economy
-
Returns the name of the currency in singular form.