
General PVP configurations: bed/crystal/anchor pvp disabler, item limiter, potion limiter, enchantment limiter


Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.
Discord: click here

A one-stop plugin for any PVP server. You can get rid of five plugins with just this one plugin!
Speed I)Protection III)

plugins folder.
Item Configuration
# Item configurations.
items:
# Drop extra on ground.
drop-excess: true
# If ENCHANTED_GOLDEN_APPLE should be treated like GOLDEN_APPLE.
# If true, just put the material as GOLDEN_APPLE.
all-golden-apples-similar: true
totems:
material: TOTEM_OF_UNDYING # The Bukkit Material of the item you want to limit.
max-amount: 1 # The maximum amount of the item the player can have in their inventory.
Potion Configuration
# Potion configurations.
potions:
strength:
type: STRENGTH # The Bukkit Potion Type of the potion you want to limit.
amplifier: 2 # STRENGTH II and above is blocked (Keep in mind, 2 = only Strength I is allowed.)
Enchantment Configuration
# Enchantment configurations.
enchantments:
protection:
# The enchantment type.
# NOTE:
# - This can be a Bukkit Enchantment.
# - This can be a key. (Such as "minecraft:protection".)
# - No ":" in it, means it is a default (Minecraft provided) enchantment type.
type: "protection"
amplifier: 4 # PROTECTION IV and above is blocked (Keep in mind, 4 = only up to Protection III is allowed.)

/gpvpreload