yea the delay is still there but less. also when you click faster the damage you deal is less so the 1.8 is not the best in 1.9+. And it would just be fun for more games in 1.8 because of the pvp system in it. It's are to code a plugin to make it 1.8 again (completly).
But most people of the pvp communitie that play on cubecraft wan't 1.8 and right now the only 2 games are egg-wars and sky-wars. it is a bit boring only those 2 games. It is more fun if also other games will become 1.8 on cubecraft. And the 1.9+ pvp system is not fun for most of the people of...
and this is btw the way i got that value:
@EventHandler
void TellMove(PlayerMoveEvent e) {
Player p = e.getPlayer();
double x = e.getTo().getX() - e.getFrom().getX();
double y = e.getTo().getY() - e.getFrom().getY();
double z =...
i tested it out on 2 clients and it didn't work at all so idk if all the clients have it. But it are atleast 2 clients steps away. So you can add and try it.
Hello i am developing an anti-cheat and i found something out.
Most of the time with the hack step (makes you walk up a block like a slab) this value comes: 0.4200000000000017
So i made this:
@EventHandler
void StepCheck(PlayerMoveEvent e) {
Player p = e.getPlayer()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.