Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

PlaceholderAPI

MSWS edited this page Jan 30, 2019 · 2 revisions

FreakyEnchants has a wide variety of placeholders to support for PlacedholderAPI.

PlaceholderAPI: %fe_[name]%

Name Explanation Usage
balance Returns the player's balance in decimal form %fe_balance%
balance_round Returns the player's balance in integer form, rounded normally %fe_balance_round%
balance_floor Returns the player's balance in integer form, rounded down %fe_balance_floor%
balance_ceil Returns the player's balance in integer form, rounded up %fe_balance_ceil%
cost_[enchantment]_[level] Returns the cost of the enchantment (level should be an integer) %fe_cost_excavation_1%
allow_[enchantment] Returns whether or not an enchantment is allowed where the player is %fe_allow_excavation%
allowworld_[world]_enchantment] Returns whether or not a specific enchantment is allowed in the specified world %fe_allowworld_world_excavation%)
enchants Returns a list of all enchantments separated by ,'s %fe_enchants%
currency Returns the currency type set in the config %fe_currency%

Clone this wiki locally