Teleporting to another world/server automatically

i succeeded in runnig dimensions proxy but a user himself needs to enter the command to switch to another world/server
i want something like when players enter a region they are automatically trasferred to another world
i know about smartregion plugin but it doesn’t work with dimensions because dimensions switch commands doesn’t work in server console, but i think i have seen terraria servers that do this somehow

1 Like

Please tell me how :sob:

1 Like

Not sure how other servers do it, and our stuff for it is private. I edited advanced warpplates before. You could always look at the forks if it to see if there’s a working updated one: Forks · popstarfreas/AdvancedWarpplates · GitHub

3 Likes

thank u but only mpql’s repo contained a release (compiled dll file) but unfortunately:

[Server API] Error AdvancedWarpplates_1.2.5.0-mpql.1.dll was built for X86 but expected it to be compatible with X64.
[Server API] Error Startup aborted due to an exception in the Server API initial
ization:
System.InvalidOperationException: Failed to load assembly "AdvancedWarpplates_1.
2.5.0-mpql.1.dll".
...
1 Like

this dll worked: tShock-v5-plugins/AdvancedWarpplate.dll at main · RenderBr/tShock-v5-plugins · GitHub
again this legendary man RenderBr. thank u!
i found the commands here: AdvancedWarpplates/main.cs at master · popstarfreas/AdvancedWarpplates · GitHub
although could be found with tshock help command too
commands and permissions:

/swp
/dwp
/swpd
/rwpd
/wpi
/wpa
/swpdl
/swpw
/swph
/swps
/swpl
/swpdim

warpplate.use
warpplate.set
warpplate.setdimensional

u can type a command without arguments to see a very concise help

1 Like