Masks is a unique masks plugin in which it allows you to create your own masks.
It is not like your average mask plugin, you apply the mask to your helmet and wear it. You will just see a normal helmet but everyone on the server will see the mask instead of a helmet.
Commands
/masks open
/masks give <player> <masks>
/masks list
/masks reload
Permissions
You need the masks.admin permission to use all these commands
Action List
ACTION_BAR:message
ADD_HEALTH:health
ADD_POTION:type:amplifier:duration
CONSOLE_COMMAND:command
EXTINGUISH
FEED:amount
INCREASE_DAMAGE:damage
INCREASE_DURABILITY:durability
LIGHTING
MAX_HEALTH:health
MSG:message
PLAYER_COMMAND:command
REDUCE_DAMAGE:damage
REMOVE_HEALTH:health
REMOVE_POTION:type
SOUND:type:float:float
TITLE:int:int:int:title:subtitle
check the list of potion types by clicking
here check the list of sound types by clicking
here
Developer API
PlayerAttackPlayerEvent
MasksEquipEvent
MasksUnequipEvent
MasksAPI.isMasks(ItemStack, Masks)
MasksAPI.getMasksByName(String)
MasksAPI.getMasksFromPlayer(Player)
Code (YAML):
commands:
descriptions:
admin:
masks:
open: '&f&oOpen the masks list menu'
give: '<player> <masks> &f&oGive the player a masks'
list: '&f&oCheck the current list of masks'
reload: '&f&oReload masks list'
messages:
mask-cant-place: '&cYou can''t masks onto the ground!'
menu:
preview-title: '&8Previewing <item>'
masks-title: '&rMasks Menu'
masks-lore: - ''
- '&cClick to give'
- '&cRight click to preview'