🔗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. There are two methods to support them: direct compatibility and indirect compatibility.
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
CraftEngine
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:
Directly supported protection plugins list
If players do not have permission to open container within these protection plugins areas, UltimateShop can prevent players use sell stick in these areas.
BentoBox
Dominion
GriefPrevention
HuskTowns
HuskClaims
Lands
PlotSquared
Residence
Towny
WorldGuard
Indirect compatibility
Indirect compatibility refers to the flexible use of various features of plugins to enable them to associate with these plugins.
Example: Use for not supported item plugins as products
In this example, we first fill in the ItemFormat through the display item option to describe the item from an incompatible plugin, so that players can see what the item looks like in the menu.
If you use the Paper server and the item is fixed (the items generated each time are identical), you can use the Save item function: you only need to use the /shop saveitem
command, then use the material
option in ItemFormat, and fill in the ID of the save item in this option.
Example: Use for not supported economy plugins as prices.
MythicChanger: Extra Item Format option
This feature require your server must install MythicChanger plugin, please get it here:
AdvancedEnchantments: Extra Item Format option - Premium
You can use plugin-enchants
option to add plugin enchants for your item.
NBTAPI: Extra Item Format option - Premium
The format of this option is:
Supported NBT Type: '
byte
short
int
long
float
double
string
For example:
MythicChanger: Custom Item Match
PlaceholderAPI: Extra placeholders
Last updated