This is an optional, showcase, resource for
Wizards.
You will need Wizards v3.2.0 to run this resource.
This resource uses Wizards API to create some additional events and cosmestics.
Enhancements avaliable at the moment:
- Better damage messages.
- Better shield functions.
- Shield functions are injected in Wizards code atm.
Wizards API usage example
Code (Text):
@EventHandler
public void onHit(PlayerHitEvent e) {
GamePlayer damager = e.getDamager();
GamePlayer player = e.getPlayer();
double damage = e.getDamage();
String skillName = e.getSkillName();
}
Commands:
Config:
Code (Text):
Damage-Addons:
Enabled: 'true'
Damage-Format: "&a\xbb &7Your %skill% hit %player% for &c%damage% &7damage."
Hit-Format: "&c\xab &7%player%'s %skill% hit you for &c%damage% &7damage."
This resource should allow us to test and add extra functionalities to Wizards, suggestions are appreciated.