![[IMG]](/proxy/image?url=https%3A%2F%2Fi.postimg.cc%2FT3x9GXj5%2FScreenshot-2024-02-23-190139-1.png)
BulPotionEffect allows the creation of custom commands linked to specified potion effects, with a cooldown and permission system. Compatible with version 1.8 to the Latest Minecrat version. You can found a readme here with complete explanation of all the features
https://github.com/AliHaine/BulPotionEffect
SUPPORT AND MORE ON DISCORD
![[IMG]](https://www.spigotmc.org/attachments/help-png.728392/)
Features
- Create custom commands and link them to specified potion effects
- Admin command to give and remove effect
- Apply potion effects to a player upon their first join on the server
- Define the Potion Effects that will persist after the player's death
- Define a permission for the use of the custon commands you have created
- Set cooldown between each use to the custom commands
- Set the duration of the effects applied
- Fully configurable
Example with night vision (from config)
commands: [/nv, /nightvision, /night vision]
effects: [NIGHT_VISION 1]
Another example
commands: [/mysuper command]
effects: [REGENERATION 1, INCREASE_DAMAGE 2]
duration: 60
cooldown: 300
perm: my.custom.permission
Of course, you can create an infinite number of these with any commands and effects