I'm only looking to spend a couple of bucks at the most on something simple like this. Please let me know if anyone is able to code this for me. Thanks.
NoStrength
Info: A plugin that disables the functionality and use of all strength potions. Features include:
- If a strength potion is in a player's inventory it is immediately removed (Message displayed to the player).
- Cannot be dropped or picked up by a player, this also includes on death.
- Strength potions should not be able to be dispensed from a Dispenser or Dropper. They are removed from the Dispenser/Dropper giving no effect if dispensed.
Affects all of the following Strength Potions:
Strength (8:00), Strength (3:00), Strength II (1:30), Splash Potion of Strength (6:00), Splash Potion of Strength (2:15), Splash Potion of Strength II (1:07)
Commands: none
Permissions: none
Config:
NoStrength
Info: A plugin that disables the functionality and use of all strength potions. Features include:
- If a strength potion is in a player's inventory it is immediately removed (Message displayed to the player).
- Cannot be dropped or picked up by a player, this also includes on death.
- Strength potions should not be able to be dispensed from a Dispenser or Dropper. They are removed from the Dispenser/Dropper giving no effect if dispensed.
Affects all of the following Strength Potions:
Strength (8:00), Strength (3:00), Strength II (1:30), Splash Potion of Strength (6:00), Splash Potion of Strength (2:15), Splash Potion of Strength II (1:07)
Commands: none
Permissions: none
Config:
Code:
# Configuration for NoStrength
## Whether or not the plugin is enabled on the server. Set to false to disable the plugin's functionality
enabled: true
## Items removed from inventory message to player
items-removed: '&cStrength Potions are disabled. Items were removed from your inventory.'
