Copy islands

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
Hey there, I need a way to do 3 things (if it can be done with command blocks, that'd be awesome)

I need a way for a player to join a server, press a button and when that is pressed the following will happen:
1)create an island (copying a "schematic" in the world)

2) teleport the player to that island

3) increment the creation location on the x axis by (number) so next time someone presses that button, it won't interact with the previous island
-Maybe after it has done this 10 times it will move (number) on z axis, and then come back, making a grid... but this isn't NEEDED


Any ideas?
 

Synaxin

New Member
Jul 29, 2019
22
0
0
I'm pretty sure it can be done with command blocks by copy/pasting the thing you want with a teleporter and another copying command block, sure, you probably couldn't make it automatic, but in past experience I was able to copy and paste a structure along with the copying command block
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
I'm pretty sure it can be done with command blocks by copy/pasting the thing you want with a teleporter and another copying command block, sure, you probably couldn't make it automatic, but in past experience I was able to copy and paste a structure along with the copying command block
Hmm... when a command block is copied it keeps the command in it?
Hmm, it may be doable, but I don't know how :/
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
1 and 2 should be no big deal with command blocks. And I think you can achieve 3 with ComputerCraft.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
1 and 2 should be no big deal with command blocks. And I think you can achieve 3 with ComputerCraft.
But that means adding computercraft to the pack ;(
And as we all know I despise that mod for being OP and overly complicated (if you don't know LUA)
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
I see...
Hm, command blocks can use relative coordinates. Maybe you can mount one onto a frame machine.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
I see...
Hm, command blocks can use relative coordinates. Maybe you can mount one onto a frame machine.
I dunno :/
The whole command block thing is new to me I only know how to do the basic commands with them (like tp players etc)
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
I haven't messed around much with them either.
I think MC 1.8 added a lot new stuff to them. Not sure if copying parts of the world is available in 1.7.