Elrol_Arrowsend Posted November 5, 2017 Posted November 5, 2017 I am simply looking for a way to change this "Player.isSpectator()" from true to false, and back again, without changing the gamemode. I am looking around in the forge methods and I cant seem to find where the change happens. Any help is welcomed. Quote
Differentiation Posted November 6, 2017 Posted November 6, 2017 Being a spectator ALWAYS changes the gamemode... you can't just do that. You can however, make the player invisible and change their gamemode to adventure mode, that's the closest you would get to what you want. Quote
Elrol_Arrowsend Posted November 6, 2017 Author Posted November 6, 2017 Damn, the reason I ask is because I am trying to make a way for a player to run a command and basically /vanish without being invisible. the /vanish makes them a spectator and this is what pixelmon checks for when spawning pokemon, if they are a spectator then no pokemon spawn. and for some people on our server that lags them like crazy, so i was trying to make a command to change that flag so that no pokemon would spawn around them. do you know of any other way to do this? Quote
Differentiation Posted November 6, 2017 Posted November 6, 2017 (edited) That's for plugins, not mods, sorry. Edited November 6, 2017 by Differentiation Quote
Elrol_Arrowsend Posted November 6, 2017 Author Posted November 6, 2017 (edited) A plugin is just a server side mod, we are using forge and sponge and they should be the same( plugins and mods) Edited November 6, 2017 by Elrol_Arrowsend Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.