Introducing ourPhantom Masks, designed specifically for unique servers. This powerful plugin lets you create fully customizable player masks with unique textures, equip messages and much more. The real magic happens when you hook it into other plugins, allowing you to grant specific boosts like currency multipliers, enchantment buffs, and more—all easily managed through the configuration file. Players must equip the mask to activate the benefits declared in the config, giving you full control to adjust and modify boosts anytime, ensuring dynamic gameplay tailored to your server's needs!
Example Default Configuration
Shown below if the default configuration you will generate upon a fresh install of Phantom Masks, you can modify all the configurations below to your liking!
LICENSE: 'YOUR-LICENSE-HERE'
Messages:
Prefix: "&6&lPhantom&e&lMasks &8» "
MASK_EQUIP:
Sound:
Enable: true
Value: ENTITY_HORSE_SADDLE;1.0;1.0
Message:
Enable: true
Value: '&eYou have equipped the &6%mask_display% &emask!'
MASK_UNEQUIP:
Sound:
Enable: true
Value: ENTITY_HORSE_SADDLE;1.0;1.0
Message:
Enable: true
Value: '&eYou have unequipped the &6%mask_display% &emask!'
RELOAD:
Sound:
Enable: true
Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
Message:
Enable: true
Value: '&aYou have reloaded the plugin!'
MASK_GIVEN:
Sound:
Enable: true
Value: ENTITY_BAT_TAKEOFF;1.0;1.0
Message:
Enable: true
Value: '&aYou have given the &6%mask_id% &amask to &6%player%&a!'
MASK_RECEIVE:
Sound:
Enable: true
Value: ENTITY_ITEM_PICKUP;1.0;1.0
Message:
Enable: true
Value: '&aYou have received the &6%mask_display% &amask!'
Masks:
PhantomMask:
Material: "PLAYER_HEAD"
SkullUrl: "adfe51801761660ebf6dae70e9cad588b2ef5e6cb2b3194d028a40ac0eebcdf5"
DisplayName: "&d&lPhantom &5&lMask &8(&7Equip me&8)"
Lore:
- "&8ᴘʜᴀɴᴛᴏᴍ ᴍᴀsᴋs"
- "&7&oWorn by the spirits of the void, this skull"
- "&7&ogrants immense power—boosting speed, strength"
- "&7&oand your thirst for tokens."
- ""
- "&d&lEnchantments"
- "&5 → &aProtection &2V"
- "&5 → &aUnbreaking &2III"
- ""
- "&d&lInformation"
- "&5 → &bSpeed III"
- "&5 → &65% &eToken Boost"
- "&5 → &52.5% &dGem Surge Activation boost"
- "&5 → &3150% &3Pet XP Gain"
- ""
- "&7&o(( &f&oEquip me&7&o to get these effects! ))"
ItemFlags:
- "HIDE_ENCHANTS"
- "HIDE_ATTRIBUTES"
- "HIDE_POTION_EFFECTS"
- "HIDE_DESTROYS"
- "HIDE_PLACED_ON"
- "HIDE_UNBREAKABLE"
Enchantments:
- "PROTECTION_ENVIRONMENTAL:5" # Protection V
- "DURABILITY:3" # Unbreaking III
Attributes:
armor: 3 # Same as diamond helmet
armorToughness: 2 # Same as diamond toughness
Effects:
- "vanilla-speed:3" ## Vanilla Speed 1
- "edprison-tokens:0.05" ## EdPrison "Token" boost
- "edprisonenchant-gemsurge:0.025" ## EdPrison "enchant" boost
- "rivalpets-xpgain:1.5" ## Rival Pets "XP Gain" boost for ALL pets..
Placeholders
Message Section:
-> %mask_display% | Returns Display Name of Mask
-> %mask_id% | Returns internal ID of the mask
-> %player% | Returns the player
-> %amount% | Returns the amount
Features
Performance friendly
Supports 1.14 - 1.21.1
Hex color support
Configurable messages and masks
Reload - applies effects to new masks without re-applying the mask & reloads config
Developer API with custom events
Supported Buffs
RivalPets
-> rivalpets-xpgain:{boost_amount}
RivalMobSwords
-> rivalmobswords-swordxp:{boost_amount}
-> rivalswordenchant-{enchant}:{boost_amount}
-> rivalmobswordsessence:{boost_amount}
-> rivalmobswordsmoney:{boost_amount}
RivalHarvesterHoes:
-> rivalharvesterxp:{boost_amount}
-> rivalharvestermoney:{boost_amount}
-> rivalharvesteressence:{boost_amount}
-> rivalharvesterenchant-{enchant}:{boost_amount}
RivalFishingRods:
-> rivalfishingrodxp:{boost_amount}
-> rivalfishingrodmoney:{boost_amount}
-> rivalfishingrodessence:{boost_amount}
EdPrison
-> edprison-{currency}:{boost_amount}
-> edprisonenchant-{enchant}:{boost_amount}
WarriorMobCoins:
-> warriormobcoins:{boost_amount}
Vanilla Potions:
-> vanilla-{potion}:{amplifier}
Vanilla Damage:
-> damage:{damage_multiplier}
Vanilla Experience:
-> experience:{exp_multiplier}
EconomyShop:
-> economyshop:{sell_multiplier}
( Ask for more to be added, I will do when I have time.)