Disables specific potions for using, configurable via config.yml
Version: 1.0.0
Minecraft Version: 1.18+
PotionUsingDisabler allows server admins to disable certain potions for use. Players can still have the potions in their inventory, but if a potion is disabled in the configuration, they cannot use it or gain its effects. This works for both drinkable potions and splash potions.
PotionUsingDisabler.jar in your server's plugins folder.config.yml to disable the potions you want.# List of disabled potions for usage
# Use PotionType names from the Bukkit API
# Example: HARMING, HEALING, POISON, STRONG_HEALING, LONG_REGENERATION
# See all available PotionType names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
disabled-potions:
- HARMING
- STRONG_HARMING