Overview
Enchantments+- is a custom enchantment plugin that is made for Prison and PVP servers. With enchants ranging from Token-giving blocks to explosive pickaxes, Enchantments+- is the solution to your custom enchanting needs.
Features
-
Easily customizable custom enchants
-
A special currency called Tokens that can be easily integrated with voting systems, crate systems, etc
-
An easy-to-use API to make your own custom enchants
-
PAPI Support, use %eps_tokens% or %eps_tokens_formatted% to display your tokens!
Commands
-
/enchants - Opens the enchant GUI
-
/tokens [player] - Shows how many tokens [player] has. If [player] is blank, shows how many tokens you have
-
/eps reload - Reloads all configuration files. Some settings may require a full plugin reload.
-
/eps changebal [player] [amount] - Changes a player's balance by the specified amount.
-
/eps setbal [player] [amount] - Sets a player's balance to the specified amount.
- /eps enchant [enchant] [level] - Enchants the item you are holding with the specified enchant and level.
- /eps book [player] [enchant:level] - Gives the player a book with the specified enchant and level. (e.g. /eps book efficiency:2)
- /eps tokenpouch [player] [amount] - Gives the player a token pouch with the specified amount.
- /eps baltop - Shows the baltop. Can be useful for statistical data.
-
/scrap - Destroys the current tool a player is holding in return for tokens. Can be disabled with permissions.
-
/paytokens [player] [amount] - Pays [player] [amount] tokens. Player-only command.
Supported Versions:
1.12.2+
Anything below is broken.
Known bugs:
All built-in enchants (as of 1.9r-17):
Prison enchantments
- Haste: Gives a random chance to apply Haste while mining
- Explosive: Has a chance to blow up blocks. Works with fortune!
- Excavate: Has a chance to blow a cube of blocks. Works with fortune!
- Diamond: Has a chance to blow up blocks in a diamond shape. Works with fortune!
- Autosmelt: Has a chance to automatically smelt items. Works with fortune!
- Telepathy: Automatically transfers items to your inventory.
- TokenBlocks: Has a chance to give tokens while mining.
- TokenCharity: Has a chance to give everyone tokens while mining.
- MoneyBlocks: Has a chance to give money while mining. (Vault needed)
- Charity: Has a chance to give everyone money while mining. (Vault needed)
- Vein Miner: Destroy all ores of the same type nearby!
- Boosted: Shift and Right-Click to gain a temporary fortune boost!
- Detonation: Shift-right-click to set off an explosion to the block clicked!
PVP enchantments
- Jagged: Increases attack damage of a weapon if its durability is low
- Retaliate: Gives a very temporary strength boost if you get hit
- Lifesteal: Gives you health in return for attacking someone
- Momentum: Gives you a speed boost when attacking someone
- Poisonous: Poisons anyone who touches you!
- Volcanic: Hot! Sets anyone who touches you on fire.
- Saturated: Gives you saturation when hit!
- Insatiable: Deals more damage the less health you have.
- Beheading: Has a higher chance to give the head of a mob or player.
- Stiffen: Will give resistance if you have low health!
- Last Resort: Your attacks will deal 3x damage if you have very low health!
- Powerhouse: Charge up and right-click to gain a strength boost!
- Melting: Burns your opponent and slows them down!
- Overhealed: Gives you extra hearts!
- Evade: Avoid attacks every few hits! (or you can make it luck-based)
- Soul Destruction: Cancels the effects of Soulbound!
Bow enchantments
- Enderbow: Allows you to teleport easily with bows! (Must Shift while shooting until teleported)
- Machinery: Send down a barrage of arrows on your opponents! (Only activates every few shots, can be configured)
- Energized: Shoot yourself to gain a temporary speed and regeneration buff!
- Shockwave: Damages all entities near the place you shot your arrow on!
- Fireworks: Shoot exploding arrows!
- Flammable: Sets the ground on fire!
Global enchantments
- Fly: Equip your tool to fly!
- Repair: Automatically repairs your tool while moving!
- Soulbound: Keep your item on death!
- Experience: Multiplies the amount of experience you get!
- Night Vision: Gain Night Vision upon equipping this tool.
- Speed: Move faster while holding this item.
- Jump Boost: Jump higher while holding this item.
Permissions
Player commands
- eps.enchants - Gives access to /enchants.
- eps.tokens - Gives access to /tokens.
- eps.scrap - Gives access to /scrap.
- eps.paytokens - Gives access to /paytokens.
Admin commands
- eps.admin.reload - Gives access to /eps reload.
- eps.admin.setbal - Gives access to /eps setbal.
- eps.admin.changebal - Gives access to /eps changebal.
- eps.admin.enchant - Gives access to /eps enchant.
- eps.admin.book - Gives access to /eps book.
- eps.admin.tokenpouch - Gives access to /eps tokenpouch.
- eps.admin.baltop - Gives access to /eps baltop.
- eps.admin.bypassmaxlevel - Allows bypassing of max level in the enchant GUI
- eps.admin.bypassincompatibilities - Allows bypassing of incompatibilities of enchants in the enchant GUI
Misc
Configuration File
Code (YAML):
# +-------------------------+
# | +---------------------+ |
# | | Enchantments+- | |
# | +---------------------+ |
# +-------------------------+
#
# This is the configuration file for Enchantments+-.
# Need help? Check the GitHub project here: https://github.com/dsdd/EnchantmentsPlusMinus
#
# +------------------------+
# | |
# | Configuration |
# | |
# +------------------------+
#
# config.yml is constantly being updated (at least for now)~ feel free to suggest any new options!
#
auto-update
: false
show-enchants
: true
show-enchant-descriptions
: true
abbreviate-large-numbers
: true
use-roman-numerals
: false
open-enchant-gui-on-right-click
: true
anvil-combining-enabled
: true
use-vault-economy
: false
use-action-bar-instead-of-chat-when-inventory-full
: true
enable-enchant-signs
: false
global-cost:
enabled
: false
cost
: 69420*
%lvl%
enchant-lore-color
: '&9'
apply-fortune-on
:
- COAL
- LAPIS_LAZULI
- REDSTONE
- DIAMOND
- EMERALD
- QUARTZ
player-kill-reward:
enabled
: true
min
: 25
max
: 50
mob-kill-reward:
enabled
: true
min
: 5
max
: 10
mining-reward:
enabled
: true
min
: 25
max
: 50
blockstobreak
: 1000
enchant-specific-lore-color:
depth_strider
: null
do-not-add-lore-to
:
- an item e.g. BEDROCK that you do not want lore added to due to plugin interference
disabled-enchants
:
- an enchant you don't like
enchant-gui-shortcut:
on-right-click
: true
disable-if-holding
:
- BOW
- CROSSBOW
- FISHING_ROD
- SHIELD
- WOODEN_HOE
- WOOD_HOE
- STONE_HOE
- IRON_HOE
- GOLDEN_HOE
- GOLD_HOE
- DIAMOND_HOE
- NETHERITE_HOE
- LEATHER_HELMET
- CHAILMAIL_HELMET
- IRON_HELMET
- GOLDEN_HELMET
- GOLD_HELMET
- DIAMOND_HELMET
- NETHERITE_HELMET
- TURTLE_HELMET
- LEATHER_CHESTPLATE
- CHAILMAIL_CHESTPLATE
- IRON_CHESTPLATE
- GOLDEN_CHESTPLATE
- GOLD_CHESTPLATE
- DIAMOND_CHESTPLATE
- NETHERITE_CHESTPLATE
- LEATHER_LEGGINGS
- CHAILMAIL_LEGGINGS
- IRON_LEGGINGS
- GOLDEN_LEGGINGS
- GOLD_LEGGINGS
- DIAMOND_LEGGINGS
- NETHERITE_LEGGINGS
- LEATHER_BOOTS
- CHAILMAIL_BOOTS
- IRON_BOOTS
- GOLDEN_BOOTS
- GOLD_BOOTS
- DIAMOND_BOOTS
- NETHERITE_BOOTS
Discord
No discord server right now.