-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is there anyway to use this on multiplayer servers? #3
Comments
The mod unfortunately isn't client only, it has to be on the server as well. |
I was trying to do that, unfortunately they dont have this mod on the list mods for the server. |
Sorry to bring the old issue up, but would it be possible to write Bukkit plugin that would calculate and send |
In the Spigot mappings this value is already calculated and has the name Edit: yep, you can get the EntityLiving of a player with Player player = event.getPlayer();
EntityLiving player_entity = ((CraftPlayer) player).getHandle(); |
I would really like to see a server-side only version of this for Bukkit/Spigot! |
Hello! I have made a plugin for Paper 1.16.5+ out of experiment. You're welcome to test if it works. |
When I go to my private server, it says its not compatible. And when I playing on it, the mod doesn't work. It only happens with this mod.
The text was updated successfully, but these errors were encountered: