Minecraft PC IP: play.cubecraft.net

Recent content by caspar1500

  1. caspar1500

    Java Edition: Halloween competition

    IGN: caspar1500 (just here for fun actually xD)
  2. caspar1500

    Coding What projects have you guys made?

    Nope, i wanted to develop a game once i was 9 years old. So since then i have been learning to code, I just wachted some tutorial video's and that it really xD
  3. caspar1500

    Coding What projects have you guys made?

    i've made some games in the past year. This is the newst one: you can find my other projects on here. And this is what i create for school the past month. Good luck with your projects everyone!
  4. caspar1500

    Coding Nofall Detection

    my bad, sorry
  5. caspar1500

    Coding Nofall Detection

    ow yea, my bad. was pretty tired, i'll update the code at teh started. And the void IsInAir checks 9 spots below you, if all these spots are indeed air it means your in the air. And the player.IsOnGround can be spoofed by the client and this is just getting allowed. So if the client says he's...
  6. 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()...
  7. caspar1500

    Java Solo Tower Defence

    I see what you mean. But just playing with your friends 1v1ing with low priced towers (1/4 the price as in the normal gamemode) is not so hard. You can focus on sending while still being able to place towers. I dont think this would be a problem if we change the prices.
  8. caspar1500

    Java Solo Tower Defence

    That was also my meaning if it would get released to be like 1/4 the pricing for towers and the mobs the same price
  9. caspar1500

    Java Solo Tower Defence

    https://www.cubecraft.net/threads/a-better-tutorial-of-tower-defence.209946/ Forgot the send it from the better tutorial 1, sorry :(
  10. 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...
  11. caspar1500

    Java Solo Tower Defence

    TBH i also really think the tutorial needs to be done. When you join the first game of tower defence you get the tutorial instant and than afther the tutorial drop you in your first game. I also think there needs to be a report option for (all in 1): - People acting as if they are in charge...
  12. caspar1500

    Java Solo Tower Defence

    Thats 100% true. But we can also have that the towers cost less or that you get monney quicker. We can also change that when you send slimes you can also send witches for a lower price. Its just experimenting and see whats a better thing to do. But sure a 2v2 is also possible that would also be fun.
  13. caspar1500

    Java Solo Tower Defence

    It can be a 1v1, 2v2, 3v3. I just thought of having a 1v1 but a 2v2/3v3 is also possible. Just so you have less people in your team and that you can battle your friends.
  14. caspar1500

    Java Solo Tower Defence

    Oke sorry, And i also just mean it like a new gamemode to 1v1 your friends. See who's the best and thinking of new tactics to play the game without ruining it for your team. It would be fun to just 1v1 with your friends or random players.
  15. caspar1500

    Java Solo Tower Defence

    That is also why you can do you tutorial + pratice tactics with your friends in solo, Or just have fun and trying to see who has the best tactic.
Top Bottom