MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

Event API #396

Closed ItsFlare closed 8 years ago

ItsFlare commented 8 years ago

I highly request the implementation of public Bukkit Events for the spawning of BO2/3 objects. Specifically the canCustomObjectSpawn method in EventHandler.java

Thanks in advance!

rutgerkok commented 8 years ago

Can't you just call TerrainControl.registerEventHandler(yourListener)? What benefit would using Bukkit events provide?