Recent Discussions

Fabric Server: How could I set up this Portals datapack mod to work with the Multiworld mod?

Unanswered
Double-crested Cormorant posted this in #questions
Messages25 messages
Views0 views
Double-crested CormorantOP
https://modrinth.com/mod/datapackportals
https://modrinth.com/mod/multiworld

I've got a Fabric server with some friends that we play Survival on with some mods. One of the friends wants to have Creative mode access, so I was hoping to make a separate dimension/world that he could switch to when playing Creative. Anyone know if there's a way to connect these two mods so we can make a portal for going between the dimensions, rather than having to do it through a console command?
@Double-crested Cormorant https://modrinth.com/mod/datapackportals
https://modrinth.com/mod/multiworld

I've got a Fabric server with some friends that we play Survival on with some mods. One of the friends wants to have Creative mode access, so I was hoping to make a separate dimension/world that he could switch to when playing Creative. Anyone know if there's a way to connect these two mods so we can make a portal for going between the dimensions, rather than having to do it through a console command?
how are you running your server?
server host or self hosted
Double-crested CormorantOP
Server host through WinterNode.com
i dont assume you can do server splits with that host can you?
Double-crested CormorantOP
Unfortunately I don't think so
darn, couldve made a velocity server and setup a proxy
multiworld works through Commands only iirc
Double-crested CormorantOP
Yeah, I saw that as a solution online, definitely seems like the best option but I'd have to rent another server for that I think
so you can setup a "Portal" but in reality its just a command block waiting to send you to another server
Double-crested CormorantOP
I haven't used command blocks before - am I able to make a set of commands trigger when one is stepped on?

Like
when(steppedOn, playerId) {
  /gamemode playerId creative
  /mw tp creativeWorld
}
^ pseudocode, not that it'd actually look like that
@Double-crested Cormorant ^ pseudocode, not that it'd actually look like that
yeah it wont look like that but its roughly correct
Double-crested CormorantOP
Any way to have the game treat the command as being run by the player?

[18:17:06] [Server thread/INFO]: [STDERR]: com.mojang.brigadier.exceptions.CommandSyntaxException: A player is required to run this command here
image.png
image.png
The switch to survival works, but the chained block for sending the player back to the survival world throws the above error
so what ur doing is its executing as the command block
you need to do execute as @p run "ur command" without quotes
Double-crested CormorantOP
Ohh let me give that a shot
Would that work on non-Op players too?
@Double-crested Cormorant Would that work on non-Op players too?
its executing from a command block, it should :shrug:
Double-crested CormorantOP
Hmm looks like I'll need to find a way to give players the multiworld.tp permission.
image.png
Loading...