Effect Stacker | Level up your potion effects! icon

Effect Stacker | Level up your potion effects! -----

Extremely customizable plugin that allows you to stack potion effects (not the potion bottles)



EffectStacker

[​IMG]
When she says her parents aren't home...​

Plugin description
An extremely customizable plugin that allows you to increase your potion effect levels by using more potions! Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.

Features
- Control the level and duration of combined effect
- Blacklist certain effect sources from being affected
- Blacklist certain effect types from being combined (looking at you, resistance 5)

Commands
/estackerrl - Reloads the plugin's configuration files

Permissions
effectstacker.admin - Allows player to use all commands

Configuration
The config is split into settings.yml and messages.yml

settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat
: "--"

# Set the formulas for the new amplifier and duration
# Note: decimals will be rounded down. Just add 1 if you want a round up.
# The following are the placeholders
# x: the value from the old effect
# y: the value from the new effect
# h: the higher value of x and y
# l: the lower value of x and y

# Supported operators: x - * / ^ ( )
# If you want to multiply variables (not sure why you'd do that), use x*x instead of xx or it will not work properly!

# Set the level of the new effect
level
: "x+((y+1)/2)"

# Set the duration, in ticks, of the new effect
duration
: "l"

# Set the sources of potion effects that you want exempted from being stacked
# Full list can be found here : https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityPotionEffectEvent.Cause.html
exemptcause
:
 - beacon
 
# Set the types of potion effects that you want exempted from being stacked
# Full list can be found here : https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
exempttype
:
 - damage_resistance
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat
: "&eEffectStacker &8> &f{message}"

nopermissions
: "You can't use that command!"
usage
: "Usage: {usage}"
Support
If you found a bug or have a suggestion, add a comment

Satisfied? Leave a review!
Resource Information
Author:
----------
Total Downloads: 136
First Release: Jul 18, 2022
Last Update: Jul 18, 2022
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings