nomv v1 stops players with a high ping from moveing - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: nomv v1 stops players with a high ping from moveing (/thread-1659.html) |
nomv v1 stops players with a high ping from moveing - lostfile1 - 11-21-2014 this plugin stops the player form moving if there ping is over 100 im kind if new to making plugins so im not totaly sure if it will work even tho the server ran with no errors and if theres any thing i need to change or add plz let me know :] just unzip it and place it in your plugin folder and add it in the settings.ini RE: nomv v1 stops players with a high ping from moveing - lostfile1 - 11-21-2014 i think i need to make some sort of a loop so it keeps checking for a ping over 100 RE: nomv v1 stops players with a high ping from moveing - xoft - 11-21-2014 You don't need a loop. The server calls the hook each time the player tries to move, so it already provides the "loop" for you. The server also updates the ping value every few seconds. RE: nomv v1 stops players with a high ping from moveing - lostfile1 - 11-21-2014 thanks im plaing on making a plugin with a commands say ex slap or some thing like that ive read the plug tut but im not sure how to still RE: nomv v1 stops players with a high ping from moveing - lostfile1 - 11-21-2014 my fist idea was to stop the player from using chat and i was goning to call it NOCHAT RE: nomv v1 stops players with a high ping from moveing - tonibm19 - 11-22-2014 Poor high-ping players (Like me, 7mbs connection, 80-100 ping) Anyway, seems a great plugin. |