Have you ever wanted to give players on your server potion effects based on their inventory? For example, using war, have you ever wanted to set up different classes with special abilities? If so, this plugin is for you!
What this plugin does, is based on the state of a player inventory, it gives them potion effects. For example, you could configure this plugin to give all players wearing full diamond armor that have a stone sword in their hand regeneration 2. For the above example, the configuration might look like this (you can change the 'diamondregen' to whatever you want):
diamondregen: handitem: STONE_SWORD armor: helmet: DIAMOND_HELMET chestplate: DIAMOND_CHESTPLATE leggings: DIAMOND_LEGGINGS boots: DIAMOND_BOOTS effects: - REGENERATION::2
/matchinv <name of potion in config file> [player name]
/invpotions help
NAME:DAMAGE
Found a bug? Please tell me so I can fix it! I appreciate constructive, helpful bug reports on the ticket tracker (please not in the comments). Make sure you post your server log and config so I can look for error messages (and errors).
You can download the latest version with the download link at the top of the page. These downloads are preferred over the CI builds (below).
Builds directly from source changes can be obtained here. Please note that they are untested builds. Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk. inventory-based potions CI Server
Now hosted on github. Stay tuned!