Skip to main content
Version: 1.16.x

Adding compat as mod dev

Disable team management​

You can use the API to disable team management without needing to change the configuration. Additionally, you can prevent players from being teleported to spawn when joining the world. For more information, visit the SkyblockBuilder API documentation 🔗. This can be called in the main constructor of your mod.

Custom Forge Events​

Skyblock Builder triggers several events which you can subscribe to, similar to normal Forge events. Here are all the events:

All events have proper Javadoc documentation explaining their functionality.