-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline teleport & Gamemode switch #22
Comments
Tested on the latest build (7.3.13.0). /spawn teleported me to spawn, /gamemode set my gamemode, and /tphere teleported me (all while offline). Are you using any other plugin like essentials to handle these commands (could cause conflicts)? If so try Are you on spigot or paperspigot? |
We only use CMI for Teleport / Spawn - turned on alias commands - so all commands like tphere / tpa / tpaher or tp are of course with /cmi [Command] We are running on the latest CMI version and the latest build version of Spigot (1.12.2) If I want to teleport Player X from World A to World B, after teleporting /cmi info [Player Name] will still be: location: World A - X: ~ Y: ~ Z: ~ The same with the Gamemode |
Upon further inspection I have been able to reproduce this and even on paperspigot. It doesn't send you the correct status when using /cmi gm offlineplayer [0/1/2/3]. No matter what I type it is sending feedback that i am setting them to creative (because they were previously creative). However, when they join back they are in the gamemode i set them to. |
Made solution for this one and after next update it should be working. |
if I try to put an onflin player into another game mode, nothing happens (gamemode remains unchanged)
Player XY is in the Gamemode Creative and is going to be changed to Gamemode Survival - nothing happens
The same goes for the teleport: I want to get a player from a world, but when he logs in again he is still in the world - neither /spawn [player name] nor /tphere works here.
The text was updated successfully, but these errors were encountered: