Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
/ EcoMythic Public archive

Brings EcoItems, EcoArmor, and StatTracker to MythicMobs

License

Notifications You must be signed in to change notification settings

LoJoSho/EcoMythic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoMythic

THIS FEATURE IS NOW MERGED INTO ECO! SIMPLY ADD eco{type=itemName}, THIS NEW SYSTEM LEVERAGES THE Item Lookup System. USE THAT INSTEAD!

PaperMC Forum Post

Features:

  • No Extra Config Files (Put it right into your MythicMob configs!)
  • Easy implementation

Dependencies:

Soft Dependencies

EcoItems:

zzom:
  Type: ZOMBIE
  Drops:
  - EcoItems{type=talisman_core_1} 1 1 #type can either be "type", "item", "t", or "i"
  - EcoItems{item=talisman_core_2} 1 1
  - EcoItems{i=enchanted_ender_pearl} 4 1 
  - EcoItems{type=talisman_orccc_2} 1 1 #This is an invalid item. It will warn you if you put an item that isn't a valid EcoItem.

EcoArmor:

zArmorDrop:
  Type: ZOMBIE
  Drops:
  - EcoArmor{armor=reaper;shard=true} 1 1 #armor can be either "armor", "a", "t", "type"
  - EcoArmor{armor=slayer;shard=true;slot=helmet} 1 1 #shards always take priority over armor pieces. This drop will drop the shard.
  - EcoArmor{armor=reaper;slot=chestplate} 1 1 #slot can either be "slot" or "s"
  - EcoArmor{armor=reaper;slot=helmet} 1 1 #You need to specify the armor set, then either add that it's a shard or an armor piece/slot

StatTracker:

zArmorDrop:
  Type: ZOMBIE
  Drops:
  - StatTrackers{stat=arrows_shot} #Alternatively, you can replace "stat" with "type", "t", "stat", or "s"

Example Gif2

EcoArmor Shard Gif

EcoArmor Gif2

StatTracker Gif