Minecraft PC IP: play.cubecraft.net

Search results

  1. caspar1500

    Coding Nofall Detection

    Hey, lately i've been diving into anti-cheat dev. I wouldn't say i'm good in it, but i might have an handy peace of code to detect nofall: @EventHandler void onMove(PlayerMoveEvent e) { Player p = e.getPlayer(); if(p.isOnGround() && inAir(e.getFrom()...
  2. caspar1500

    Java A better tutorial of tower defence.

    I think the tutorial needs to be bigger. I did a suggestion for a solo tower defence and i also got the in a few comments. For example what TheJeroen sad: " Every single game, no matter if I have 2 or 5 team mates, once of these things is guaranteed to happen: - People not understanding how to...
  3. caspar1500

    Java Solo Tower Defence

    Hey i just thought about a new game mode for Tower Defence. It would be fun if you have solo tower defence so you can 1v1 your friend. Me and my friend MCforDummies think this is a good idea to add. It would be awsome. Let me know what you guys think of this idea.
  4. caspar1500

    Java 1.8 games

    More 1.8 games. Everything is 1.9 and i (and more people) hate it. Please make the games also 1.8 again.
  5. caspar1500

    Anti-Cheat Help

    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()...
  6. caspar1500

    New Rule

    If you dont like cheese you get banned.
Top Bottom