Skip to content

berry64/AcademyBukkitRecoded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcademyBukkitRecoded

Bukkit plugin that allows server-side changes to the behaviors of AcademyCraft

Visit AcademyCraft's Website or AcademyCraft Github Page for further information about the mod.

API Usage

Events

AbilityBreakBlockEvent

Called whenever an ability breaks a block

Player getPlayer()

returns the player that broke the block

Block getBlock()

returns the Block that was broken with the ability

AbilityBreakBlockEvent.SkillType getSkillType()

returns the skill that was used to break the block (currently always returns SkillType.UNKNOWN, awaiting support from mod)

This plugin is developed by berry64

About

Bukkit plugin that allows server-side changes to the behaviors of AcademyCraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages