Oceanblock Multiplayer

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

HogBog

New Member
Nov 19, 2021
1
0
2
I want to play Oceanblock with a bunch of players but we are all wanting to do our own things. Is there any way to spawn everyone on their own islands or will I have to go and set up a map ahead of time for everyone to be able to play separately in the start? We want to set up giant bridges across the water to each others islands as well.
 

thexalien

Member
Jan 17, 2021
63
4
9
I do not believe there is a way to automatically generate multiple islands by default with the back. You'll have to generate a world, shut it down and load it into a program like Amulet Editor manually put extra islands in place.
 

thexalien

Member
Jan 17, 2021
63
4
9
Actually, I looked a little more, it seems there is some generation for ftbislands for multiplayer. Here is what the config file says.

[general]
enableMultiplayer = true
#Enables a 5 minute timeout on the `ftbteamislands create` command
creationTimeout = true
clearInvWhenTeamLeft = true
targetIslandLevel = "Minecraft:eek:verworld"
enableSingleplayer = true
enableMyIslandCommand = true

[lobby]
#Auto-teleports player to their island once they join a team.
autoTeleportToIsland = true
#The lobby island spawned automatically on servers.
#Must be resource location and within the structures folder of data
lobbyStructureFile = "ftbteamislands:default_lobby"

[islands]
#The default island.
#Must be resource location and within the structures folder of data
defaultIslands = "ftbteamislands:island"
#Radius of the chunks to automatically claim if FTB Chunks is installed.
#-1 = disabled
#0 = 1x1
#1 = 3x3
#4 = 9x9
#Range: -1 ~ 100
autoClaimChunkRadius = 2
#Distance put between new islands in regions, 1 being a single region
#Range: 3 ~ 100
distanceBetweenIslandsInRegions = 9
#The default islands spawning Y offset
#Range: > -2147483648
defaultIslandResourceYOffset = -18
#Allow selection of the island type, if set to false, then islands will be randomized.
selectIslands = true
#Height at which the islands will generate.
#-1 = auto, on top of highest block in world
#Range: -1 ~ 255
height = 117