Adding compat as mod dev
Disable team management
You can use the API to disable team management without the config needs to be changed. Additionally, you can disable that players will be teleported to spawn when joining the world.
For more information about this, look here 🔗. You can call this in the main constructor of your mod.
Custom Forge Events
Skyblock Builder fires several events which you can subscribe like normal Forge events. These are all 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 do have proper Javadoc which describe what they do.
Last update:
June 12, 2024