đź”—Compatibility
The compatibility of plugins mainly includes hooks for item plugins and economy plugins. Unlike other plugins of the same type, we can support them regardless of their appearance.
Direct compatibility
Direct compatibility refers to the use of item plugins or the economy of economic plugins directly in ItemFormat or EconomyFormat. This compatibility method is the simplest and officially supported.
Directly supported item plugins list
ItemsAdder
Oraxen
EcoItems
EcoArmor
MMOItems
MythicMobs
eco
NeigeItems
ExecutableItems
Nexo
Directly supported economy plugins list
PlayerPoints
CoinsEngine
UltraEconomy
EcoBits
PEconomy
RedisEconomy
RoyaleEconomy
VotingPlugin
The following provides an example of directly obtaining items from the ItemsAdder plugin through the direct compatibility feature in ItemFormat and using economy from Vault plugin in EconomyFormat:
PlaceholderAPI: Extra placeholders
FlipCard provides those new placeholders to PlaceholderAPI!
%flipcard_times_player_<UIConfig>%
- show the left times of specified UI config.
NeigeItems: Item Name Translation Hook
Through this hook, the localized names of vanilla items can be automatically displayed in the language set in NeigeItems.
Download NeigeItems here: https://github.com/ankhorg/NeigeItems-Kotlin/releases
You should download NeigeItems-xxx.jar (not NeigeItems-api), the file lager than 10MB.
Install it in your server.
All is done! Now plugin will auto display localized item name for now.
MythicChanger: Extra Item Format option
Through this hook, based on the ItemFormat, items can be further modified to their desired appearance.
This feature require your server must install MythicChanger plugin, please get it here:
FREE: Click to download
PREMIUM: Click to download
For how to configure the change-item
section, please read MythicChanger's wiki, click here to visit. Please note that some of the change rules require PREMIUM version of MythicChanger, not PREMIUM version of UltimateShop!
If you are using premium version of MythicChanger, it will allow you use custom NBT tag by adding nbt-xxx rule here. You can also use /mc viewnbt
command to view the hold item NBT info.
Last updated