Custom Enchantments 2.0a

Details

  • Filename
    CustomEnchantments.jar
  • Uploaded by
  • Uploaded
    Sep 27, 2014
  • Size
    173.27 KB
  • Downloads
    4,118
  • MD5
    3edc9dc72405e496d87939f932417d3b

Supported Bukkit Versions

  • CB 1.7.9-R0.2
  • 1.7.4
  • 1.7.2

Changelog

Version 2.0a

General
  • Fixed bugs with the enchantment table, the config and more
  • Made CE compatible with Worldguard 6.0, it is now no longer compatible with versions below this

Version 2.0

The long awaited update :P

Note: These are mostly the big changes, smaller ones may not appear on this list

General
  • You can now enable performance-logging, which prints a warning to the console when a specific event/item/enchantment took too long to be handled by Custom Enchantments
  • Sign-shops have been removed and replaced with /ce menu, they may be reimplemented later on. For now, old signshops will redirect to the menu of /ce menu
Commands
  • New main command node /ce or /customenchantments
  • The /ce give command can now be used to give CE-Items with infinite numbers of custom and vanilla enchantments
  • The /ce list has been downgraded a bit (Will be changed later on)
  • New /ce menu command, which adds a new, more convenient alternative to /ce enchant and the sign shop, players will be charged a set price if it is set in the config and the server is using Vault
  • Commands do not have to be written out completely anymore, the starting letter is enough (With an exception being /ce)
Items
  • You can now change the display name of your Items, the permissions however will only respect the original name of the item, which is equal to the name of the item's section in the config.
  • The color of the items can now be changed aswell
  • New config options for some items
  • Item reworks, most of them are just minor changes/upgrades, check out the Item page as soon as it is updated
  • Every item now has a cooldown that can be set in the config, some do not have any effect due to being problematic
Enchantments
  • Enchantment names can now be changed aswell
  • New config options for some enchantments
  • The enchantment table is now a more reliable source for the enchantments
  • ENCHANTMENT LEVELS! The levels go from 0-10 and can currently only be obtained through /ce enchant
  • Obsidian Shielding disappeared (?) and will be readded later on
Permissions

The Permission nodes have been changed:

  • Main node: ce.*
  • Command node: ce.cmd.*
  • Item node: ce.item.*
  • Enchantment node: ce.ench.*

The permissions for the individual commands are as follows:

  • The 'Menu' command: ce.cmd.menu
  • The 'Reload' command: ce.cmd.reload
  • The 'Give' command: ce.cmd.give
  • The 'Change' command: ce.cmd.change
  • The 'Enchant' command: ce.cmd.enchant

The permissions for items and enchantments follow the format of ce.[ench/item].[original Enchantment/Item name], this name can be looked up in the respective config section of the Item/Enchantment.

Coding
  • The plugin was completely rewritten (With the exception being the effects of most items/enchantments)
  • Better performance (In theory, not tested on a larger scale)
  • Items and Enchantments now use abstract classes, making the process of adding new content way easier for me
Bugfixes
  • Lots and lots of bugfixes

The command /ce menu causes problems with versions lower than 1.7.9 of Bukkit, these are mostly visual though.

Versions of WorldGuard below 6.0 may not work anymore due to incompatibility.