PotionsManager
PluginApache-2.0

PotionsManager

Manage which potions aren't unusable and which cannot be brewed.

182
Downloads
7
Followers
6 months ago
Updated
📦
1
Versions

📖About PotionsManager

PotionManager

Version: 1.0.0
Minecraft Version: 1.18+


Description

PotionManager allows server admins to manage which potions cannot be brewed, which cannot be used, and which are completely blocked. The configuration supports three sections: disabled-brewing, disabled-using, and disabled-both.


Installation

  1. Place PotionManager.jar in your server's plugins folder.
  2. Start the server to generate the default configuration.
  3. Edit config.yml to set your disabled potions.
  4. Restart the server to apply changes.

Configuration

disabled-brewing:
  - HARMING
  - STRONG_HARMING

disabled-using:
  - HEALING
  - STRONG_HEALING

disabled-both:
  - POISON
  - STRONG_POISON