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:
- Create Team
- Invite Player
- Accept Invitation
- Decline Invitation
- Send Join Request
- Accept Join Request
- Deny Join Request
- Toggle Visitation Status
- Toggle Join Request Status
- Add Spawn
- Remove Spawn
- Reset Spawns
- Rename Team
- Leave Team
- Create Team
- Clear Team
- Delete Team
- Add to Team
- Remove from Team
- Teleport Home
- Visit Island
All events have proper Javadoc documentation explaining their functionality.