EffectBoots is a unique boots plugin in which it allows you to create your own boots.
Commands
/effectboots open
/effectboots give <player> <boots>
/effectboots list
/effectboots reload
Permissions
You need the effectboots.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
EffectBootsEquipEvent
EffectBootsUnequipEvent
EffectBootsAPI.isBoots(ItemStack, Boots)
EffectBootsAPI.getBootsByName(String)
EffectBootsAPI.getBootsFromPlayer(Player)
Code (YAML):
commands:
descriptions:
admin:
boots:
open: '&f&oOpen the boots list menu'
give: '<player> <boots> &f&oGive the player a boots'
list: '&f&oCheck the current list of boots'
reload: '&f&oReload boots list'
messages:
menu:
preview-title: '&8Previewing <item>'
boots-title: '&rBoots Menu'
boots-lore: - ''
- '&cClick to give'
- '&cRight click to preview'