Mythic Mob Artifacts
Apply mythic mob skills to an item for players to use!
Artifacts (or MythicArtifacts) is an add-on for MythicMobs that allows you to create incredible custom items, and may be the most powerful item plugin ever created. Items can use any MythicMobs mechanics or skills using special triggers, and are also configurable with many new special options and features.Apply mythic mob skills to an item for players to use!
For the first time, you can now unleash all of your MythicMobs boss' skills in the hands of your players.
Artifacts is a perfect plugin to compliment your RPG server. Countless unique items can be created using MythicMobs' flexible skill system, to give your players incredible rewards and donor perks: create swords that send out shockwaves as you swing them, Elytras that act as jetpacks, wands that call down meteors, or even fully functional shotguns. Your imagination is the limit.
Artifacts also includes an optional Lore Stats-type system that changes how Minecraft armor and damage work. This can be enabled in the config.yml file, and will be expanded on in future updates.
Usage
Artifacts uses the same items that MythicMobs uses. This means that you simply add the additional configs to items in your MythicMobs folder. Artifacts does not have its own Items folder.
Skills are added to items in a Skills: block, using the exact same syntax as mob skills.
Features
- Create items using MythicMobs' skill system - directly in MythicMobs! Use any mechanics and even your existing skills.
- Comes with many new skill triggers for use with players, that are triggered when the player has an item equipped or held.
- Adds various new options and features for items, such as items being bound to the player or an ammunition system for guns.
- Adds new item-specific mechanics and conditions to MythicMobs.
- Allows Durability and Ammunition to be tracked in the Item's Lore for material types that don't support durability.
- Optional additional Item Lore Stats-type system for items
Example 1:
Code:
AdminGreatsword:[/B][/B]
[B][B]
Id: GOLD_SWORD[/LEFT]
Display: '&6Greatsword of the Admin'
Attributes:
MainHand:
MovementSpeed: 0.10-0.15
Lore:
- '&4&oDoes no damage but makes people cry'
Options:
Unbreakable: true
Repairable: true
Enchantments:
- KNOCKBACK:20
Skills:
- cancelevent{sync=true} ~onAttack
- effect:particles{p=tears;a=999999;speed=20} @PlayersInRadius{r=30} ~onUse
- skill{s=BanSomebody} @target ~onAttack
Example 2 [Adding Item + Skill to the item]:
Code:
kuhlmansword:[/B]
[B] Id: DIAMOND_SWORD
Display: '&6KuhlmanSword'
Lore:
- '&8A lightning sword'
Skills:
- skill{s=KuhlmanStorm} @TargetLocation ~onUse
- ignite{duration=200} @trigger ~onAttack
- effect:particles{p=flame;amount=20;speed=0.5} @self ~onTimer:4