FTB Teams

This mod relies heavily on FTB Teams(teams), you must have teams installed. Teams is used as the core of how the Islands -> Team system works. The Islands map works by using the teams UUID as it’s key and having an Island Object as it’s value. This allows us to have quick and easy access to islands at the same time as providing a very simple, and low effort, way of moving players from one island to another by allowing teams to change their teams UUID.

Commands

/ftbteamislands create

Creates an Island for your part, this requires you to be part of a FTB Team Party. You can also not use this command if you’re already part of an island. You will need to leave your team before you can create a new island

/ftbteamislands list

Lists all the islands (including inactive islands) with a clickable (in purple) chat item that’ll autofill the /ftbteamislands islands <team> command. You can also see the Spawn Pos of the island from this command.

You can only use this command if you have a permission level of 2 or more.

/ftbteamislands lobby

Will take you back to the worlds lobby if one exists.

/ftbteamislands myisland

Will take you back to your islands spawn point. Don’t delete the block under it or you’re in for a long fall! This command can be disabled from the config.

/ftbteamislands islands <team>

Will take an admin, or a user with a permissions level of 2 or more, to a teams island. The teams id can be quickly fetched from the list command or using the commands auto complete.

/ftbteamislands delete

WARNING! DELETES REGION FILES!

This command will remove and unclaimed / in-active islands. An island is marked as unused / unclaimed when the last user leaves a team, and the team is deleted. The config contains a value for how far apart islands will spawn from each other. This command will use that radius (default as 3) to delete each region file within the islands max distance from another island. For example: if the radius is set to 3 regions, it will delete a 3x3 region sized area (512 * 9) around the teams island. Hopefully removing all trace of that island.

The region files are deleted upon a game restart (clients) or on a server restart. If you use this command accidentally, go to your worlds region files and back them all up, restart the server, stop the server and put the backed up region files back in their original place.

/ftbteamislands reload-islands-json

This command will reload the config/ftbteamislands/islands.json file in real time allowing you to make changes without having to restart / reload the game / map.