Lore Attributes
This plugin is no longer in active development by me (Nighteyes604). LordPhrozen has picked it up and you can continue to receive updates here: http://dev.bukkit.org/bukkit-plugins/lore-attrubites-revival/
This plugin allows players to increase affect their stats (health, damage, regen, and attack speed) based on the lore of their items. All lore also applies to mobs - so you challenge your players by giving mobs better stats!
Note: This plugin does not add lore to items, it just reads the lore and affects the player based on it.
Lore Stats
Currently lore can be applied to: attack damage, attack speed, health, health regeneration, dodge chance, critical chance, critical damage, life steal, armor, and even a restriction of items based on permissions!
Read the sections below to see how to boost the stats of your items.
Damage
Damage boosting can be applied to items in one of two ways - a random range, or a fixed increase.
"+5 Damage" on an item will increase damage dealt by 5 "2-6 Damage" on an item will set the player's damage to be a minimum of 2, maximum of 6.
Damage looks at the sum of all items equipped, and the item in the player's hand. Every range applied to an item is summed together, and then boosts are applied afterwards.
Example:
- Helm: 2-3 Damage, Chest: +5 Damage, Sword: 5-10 Damage
- Overall Damage: 12-18
Health
Max health can be increased by fixed values and can be applied to any item the player has equipped.
+50 Health will increase the player's health by 50.
This action just sets the max health, not current health. If the player removes boosting armor and would have more health than their new max, their health will be lowered to their new max.
Regeneration
Health regeneration can be increased by fixed values and can be applied to any item the player has equipped.
+50 Regen will increase their regeneration by 50.
Regeneration boosts are applied when health would typically be regenerated - the player is satiated / has a high food bar.
Attack Speed
Attack speed can be limited / increased and can be applied to any item the player has equipped, and the item in the player's hand.
+2 Attack Speed will increase the player's attack speed by 2.
All player's have a default attack speed of 1, and the "cooldown" between attacks is determined by "base-delay" in the config / attack speed, in seconds.
Example:
- Sword: +1 Attack Speed. Base-Delay in config: 2
- Attack Speed: Can deal damage once per second (2 / 2 = 1)
Attacks faster than the player's cooldown time will display the message in the config. If the message is set to "none" nothing will display. To use attack speed as a lore, it must be enabled in the config. It is disabled by default.
Dodge
A player can gain a % chance to dodge damage taken from another entity. The dodge attribute can be applied to any equipment the player is wearing, and the item in the player's hand.
Example: +5% Evasion will increase the chance to dodge damage from another living entity (such as monster or another player) by 5% (players start at 0%).
Critical Chance and Critical Damage
On dealing damage to another player or entity, players can be given a chance to have a critical attack - which deals critical damage. Players will need both the critical chance lore and the critical damage lore for crits to be noticable.
Example: +5% Critical Chance +10 Critical Damage
Means the player will deal an extra 10 damage on average 5% of the time.
Life Steal
Life steal lore gives players and monsters the ability to heal when they attack. Anyone with the life steal attribute will heal a maximum of their life steal bonus or the damage dealt, whichever is smaller.
Example: +10 Life Steal Any attacks done by this player will heal the attack damage, up to a maximum of 10.
Armor
Armor lore adds defensive traits to the player or monster, and reduces damage done by other entities based on the armor value.
Example: +10 Armor Any damage this player would have taken from another player or monster will be reduced by 10.
Item Restrictions
You can use item restrictions to prevent players from using certain items based on their permissions! Restrictions are checked for players only (so mobs are safe), and are checked: on inventory close, when they try to shoot a bow or damage another entity, and when they craft.
Players trying to equip a restricted armor piece will find the armor moves to their inventory when they close the screen. If their inventory is full it will be dropped at their feet.
Players trying to shoot a bow or deal damage with an item that is restricted will find they deal no damage (though arrows will still be used when trying to shoot a bow).
Players trying to craft using a restricted item will find they're unable to and the items will be reverted. The MineCraft client briefly lets the player think the item has been crafted, but it will change back.
Anytime a player tries to use a restricted item, if enabled the plugin will send them the message from the config. %itemname% will be replaced with the item name that is restricted.
The default permissions to use are "loreattributes." + whatever the restriction is in the lore. The default keyword in the configuration is "type", and the keyword will need to be followed with a colon (:).
Example: Type: Thief Player will need the "loreattributes.thief" permission.
Type: Super.Thief Player will need the "loreattributes.super.thief" permission.
When does Lore get applied?
- Health - Applied on login, closing inventory, respawn, targeting (for mobs).
- Damage, life steal, attack speed, critical chance, critical damage - Applied on attack.
- Regen - Applied when player would normally regenerate health.
- Item Restriction - Checked on inventory close, shooting bow / attacking, and crafting
- Dodge, Armor - Applied on taking damage from another player or mob
How do I change the keywords the plugin is searching for to apply lore attributes?
In the configuration file, under each type of lore there is a "keyword" attribute. The plugin will search for the keyword (with a few other conditions, such as + or % based on the type of lore it is).
Dodge and critical chance require a % sign after the value.
Can I stack multiple lore / have other words in my lore?
Yes!
The plugin will search the entire lore for the particular strings mentioned above, but will only apply the first of each type.
Example:
- Sword: "+50 Health, +2 Attack Speed this sword will never let you down!" would apply +50 health, +2 attack speed.
- Sword: "+50 Health +500 Health you'll be OP with this" would only apply +50 health.
Permissions
Permissions are used dynamically based on the item restrictions you add to items, as mentioned above. There are no other restrictions in this plugin - anyone that can use the item that has lore will have the lore applied to them.
Commands
/hp - Players can type this to find out their current health, and maximum health. /lorestats - Players can type this to list all of the lore that is applied to them.
Plugin Integration
PermissionsHealth
- This plugin can build off of health defined from PermissionsHealth. Just enable "permissionshealth" under integration in the config.yml.
Misellaneous
- Thank you to davidilite for the inspiration behind this plugin!
Upcoming Features
- Heroes integration
- Command to view all lore attributes applied (possible revision of formatting or colors - any suggestions?
- Support for negative values
Hey guys something came up and I won't be able to update this week, I've created/posted the code on github here: http://github.com/Nighteyes604/LoreAttributes
I'll update when I can
@TheDavroar
maybe mythicdrops?
What plugin besides this one is needed to create lores for mobs? RPGitems doesn't support that...
I just don't get it and I really hope someone could help me out.
I'm using RPGitems and I set up an item, but with RPG items I can't the bonus health u get with that specific item, or armour goes in %'s but I want it in specific numbers, how can you change it with this plugin? Or isn't that even possible?
What is actually the REAL point of this plugin, because I guess I missed that :/
Hope someone could help me out, I'm stuck now for several days...
How do you set up the lores? Or do you need another plugin for this? If yes, then which one?
Thanks in advance.
Davroar
@LordPhrozen
lol I guess, just pm it to me, anyways on-topic, will the heroes fix be coming out the next release?
@iluis Working on a dot hack server. ;) I'll post some screenies if people want...
@LordPhrozen
Reminds me of the game Fiesta...
Can you please fix the bugs with this before adding new features:
Lores on weapons dont work.
This plugin gives all entities 20 health , including mob arena bosses which should have over 200 health each.
(Makes mob arena stupid easy/boring)
If you turn off this plugin, players wearing armor with stats will keep the stats forever.
@ mr_jacks_1
Strangely enough it looks like another plugin was hijacking the table, and making it work, with that plugin, but... not passing the data.
We have switched to Heroes, and our issues have vanished. My previous suggestion post that summarizes the threat a bit still stands :]
@LordPhrozen
I 100% agree with the "Sets" idea that would be an awesome feature!
@LordPhrozen
I don't know what you are talking about, we use lore attributes and epic boss with no issues.
I can assure you that when I +500 Damage I 1 hit 500hp bosses.
care to explain yourself better so we can get to the bottom of it?
for the love of all that is holy. EpicBoss(which has heroes support) Support please.... damage does nothing.
Derp. Ignore this.
@Marcoral
just use
&9 10-20 Damage
This was reported a while ago, I did ask that they add a known issue to the post but I guess they didn't.
Overall Damage flag is bugged, when used with color codes. Plugin doesn't recognizes '&' symbol, so, when I have fe. item with lore &97-8 Overall Damage it sees it as 97 - 8 instead of 7-8 damage (just in indygo color). This probably results from recognized phrases - in each another there is specyfic "+", and here it is not. It's a pity that it is bugged, cause I really wanted to use it with color number. I hope you'll fix it ;) Sorry for my bad english, umm :/
@nighteyes604
Custom attributes, utilizing the potion types would be nice, and could be used as drawbacks, such as having a helmet with +25 Health but permanent blindness, or the effects could be cast onto the opponent if they hit armor with said attribute, or if you hit them with weapon with said attribute. Also, negative attributes, like -25 Health, also as a drawback to 1337 gear. Just putting it out there. <Wither Sword ftw>
@nighteyes604
Awesome, seen numerous requests for sets. Refer to my previous request with config @mr_jacks_1
and @LordPhrozen request.
Status Update
Hey everyone just a quick update, I'm finally free to work on the plugin again so will be doing so throughout the week. Expect an update by the weekend.
Can we get your github to fix your weapon lores and mob arena conflict plzz
@LordPhrozen
not Draven, Draaaaaaaaven.