Page 1 of 1
[Rseding91] [2.0.23] Cant swap player with player in remote view
Posted: Fri Dec 13, 2024 3:47 pm
by root
command does not work if you or the player to swap is currently in remote view.
The command returns an error:
Code: Select all
Cannot swap players: Character does not have a controller.
I believe that the command should work regardless of the player's viewing mode.
Re: [2.0.23] Cant swap player with player in remote view
Posted: Fri Jan 17, 2025 1:25 pm
by boskid
This is quite funny because the "swap-players" command internally is handled by a function called swapCharacters and a player that is in remote view obviously has no character.
Re: [2.0.23] Cant swap player with player in remote view
Posted: Mon Mar 03, 2025 7:48 pm
by Rseding91
Thanks for the report however I don't believe we will be doing anything about this. This command exists as a helper for post-banned players and or people who have changed their username and want to get their old items back. There are many combinations of cases where it won't work and as a simplification to implementing it, it simply rejects the swap if it's not the simple case.
Re: [2.0.23] Cant swap player with player in remote view
Posted: Wed Mar 05, 2025 6:27 pm
by root
It was very useful command. Usually griefer select all on the map and mark for deconstruct. I ban them but cant
to undo deconstruct because they banned in remove view.
Re: [2.0.23] Cant swap player with player in remote view
Posted: Sun Mar 23, 2025 3:50 pm
by Samuel2507
Agree on this, this was very useful to post deal with griefers and just ctrl + z anything they did.
Would be really nice to implement the edge case to be able to swap with players again that are offline (/banned) while in remote view.
Re: [2.0.23] Cant swap player with player in remote view
Posted: Sun Mar 23, 2025 5:13 pm
by Rseding91
OK. I'll make it work with remote view and leave the other edge cases unhandled.