Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 2 months ago
Updated 2 months ago
PotionUsingDisabler
Version: 1.0.0
Minecraft Version: 1.18+
Description
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.
Installation
- Place the
PotionUsingDisabler.jarin your server'spluginsfolder. - Start the server to generate the default configuration.
- Edit
config.ymlto disable the potions you want. - Restart the server to apply the changes.
Configuration
# 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



