Skip to content

Commit

Permalink
Version 2.4
Browse files Browse the repository at this point in the history
    Feature Updates:
        Added Runecrafting
        Added Enchantment Glow
        Changed standard color to GRAY
        Upgraded Shielded to represent a recurring shield
        Updated some text-based visuals with more colors
        /ce menu now allows level selection
        Added /ce remove [ench] to remove enchantments
        Items now check the lores aswell
        Axes are now considered to be global and tools by the enchantment table
        Piercing works against mobs now
        Explosive can now add directly to the inventory if configured in that way
        Long-lasting Buffs no longer get overriden by short-term buffs (for the most part)
        Added a cooldown to Autorepair
        Made "effect" enchantments be capped at level 1
    New Enchantments:
        Blaze (PrinceeeMC): Shoots Fireballs instead of arrows
        Disarming (CosmicPvP): Disarms the enemy
        Drunk (CosmicPvP): Gives slowness, mining fatigue and confusion to attackers
        Berserker: When low on health, you gain extreme strength
        Cloaking: When hit, you gain stealth for a few seconds
    Bugfixes:
        Shiftclicking Armor into chests no longer trigger the enchantments
        Charge has been fixed
        Aerial has been fixed
        Headless has been fixed
        Fixed Volley giving free arrows for players in creative mode
        Minor fixes
    Code changes:
        Added the EnchantManager for Enchantment related functions
        Added the ReflectionHelper for nms/cb related functions
        Added EffectManager for visual updates down the line
  • Loading branch information
Taiterio authored and Taiterio committed Jan 30, 2016
1 parent f5f3f9d commit d78fc7c
Show file tree
Hide file tree
Showing 32 changed files with 5,306 additions and 4,198 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin

.checkstyle
.jardesc
.project
.classpath
Expand Down
10 changes: 9 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ Global:
LogEvents: true
LogItems: true
LogEnchantments: true
Runecrafting:
Enabled: true
Disenchanting: true
CanStackEnchantments: true
TransformationEffect: true
Books:
Name: "&d&kedk&5 Magic Book &d&kedk"
Enchantments:
CEnchantmentColor: DARK_RED;ITALIC
CEnchantmentColor: GRAY
CEnchantmentTable: true
CEnchantingProbability: 10
GlowEnchantmentID: 100
MaximumCustomEnchantments: 1000
UseCustomEnchantmentProbability: false
RequirePermissions: true
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CustomEnchantments
main: com.taiter.ce.Main
version: 2.3c
version: 2.4

softdepend: [WorldGuard, WorldEdit, Vault]

Expand Down
Loading

0 comments on commit d78fc7c

Please sign in to comment.