Minecraft PC IP: play.cubecraft.net

Search results

  1. DrHam

    Java Kill the java network

    I’m back with yet another controversial suggestion. Hope I don’t get forum banned this time. Title, basically. The java network is dying, it barely reaches 1000 players throughout the day (today, a saturday of july, when almost all the playerbase is on holidays) while the bedrock one averages...
  2. DrHam

    All Networks My take on the Translations Team removal

    Hi. I used to be a really active member of the community, and also was part of the translations team for a bit two years ago. I must say, removing the Translations Team (TT) is one of the biggest mistakes cubecraft management has made. And I witnessed some really disastrous movements. In first...
  3. DrHam

    Bye

    So I guess it’s time to make a proper ‘goodbye’ thread. Goodbye. Take care yall. 👋 ps @Joe Henry ily <3
  4. DrHam

    All Networks A new way of exploring the lobby

    I'm going to use a gif because idk how to explain this Not flying, not walking: flywalking I suggest making a new perk for either Diamond (as it's not really flying), Emerald or Obsidian. As seen in the gif, it spawns a trail of blocks, allowing you of exploring the lobby flywalking (not as...
  5. DrHam

    Coding A plugin to rule them all

    I have posted this already on some more fitting discord servers, but realise I’d post this here too if anyone wants to contribute (looking at you, @StonePlus ). So, as a side side project I’m making a (BungeeCord) plugin with (almost) everything a network would need to have to work properly...
  6. DrHam

    All Networks Kit Previews

    Currently, the only way of knowing what are the kit's content is by either reading or having memorized the kit's content. I think that could be improved by adding some kind of kit preview using NPCs (similar to those found on the lobby). Why? It can help new players or those who have a rather...
  7. DrHam

    Kingdom Wars Playtest

    Hello, as you might know, I have made a prototype/demo for the Kingdom Wars game suggestion to get footage and make the suggestion even better. I want to go a bit further and get as many people as possible to come and play the game. Why? I think it would be cool. It's going to be live-streamed...
  8. DrHam

    Web [BUG] Edge

    "Vanilla" edge, no addons, didn't change settings. Tried refreshing, same result
  9. DrHam

    Coding AntiCheat because why not

    I’ve started making an anticheat because it’s something it’s always intrigued me and because I want to learn more about them. I’m going to open source it as I do not really have plans for it and I will probably abandon it at some point. It currently includes speed and reach checks (because both...
  10. DrHam

    Escalated Kingdom Wars

    tl;dr EggWars + The Walls + GrianMC’s disasters + some own stuff I really liked @Fesa's & @Mirriya’s suggestion, so I went ahead and made a fully working, playable version to re-suggest it with some improvements. Why? Because I have fun making this kind of stuff. Also, don't take numbers too...
  11. DrHam

    Web Spanish Translations improvements

    Decided to check the Spanish translations. Some improvements could be made Spanglish/: There are rules titles translated totally, other are just in English (eg “Evadir Sanciones”, “Multiaccounting”, “chat del party”). That looks really bad and unprofessional. Lack of consistency, kinda like...
  12. DrHam

    Coding Bored, here's another code snippet

    Simple code to make NPCs (which will only be seen be the player who receives the packet) PlayerConnection pc = ((CraftPlayer) p).getHandle().playerConnection; WorldServer world = ((CraftWorld) p.getLocation().getWorld()).getHandle(); MinecraftServer server = ((CraftServer)...
  13. DrHam

    Coding Dead subforum here's a code snippet

    public void spawnPerPlayerWorldBorder(int size, Player p, Location loc){ WorldBorder wb = new WorldBorder(); PlayerConnection pc = ((CraftPlayer) p).getHandle().playerConnection; wb.setSize(size); wb.world = ((CraftWorld) p.getWorld()).getHandle()...
  14. DrHam

    All Networks Add Backseat moderating to the rules

    Backseat moderating, or mini modding, is doing the moderators job, without being one. It’s one, if no the most, annoying thing that happens on the forums. I’ve seen countless times people replying to thread without adding anything valuable other than “this has been posted last week. Rule 3.11 do...
  15. DrHam

    Coding Free custom plugins

    Title, basically. I’m feeling generous, have a lot of free time currently and want to improve my portfolio. No, I probably won’t be doing minigames @TheJeroen is exempt. Why not on Spigot, Mc-Market etc? I’ll make a longer thread and post there Soon tm Bye
  16. DrHam

    Escalated Public API

    Omagawd whats an api!!!!1!2! Pretty basic suggestion, create a public (rest) API to retrieve data such as stats, leaderboards, ranks, whateverisstored. Currently there's api.cubecraft.net, but that's far from public. Also, you can currently get *some* stuff using workarounds, but that's not...
  17. DrHam

    Coding SaltKlient's Source

    So back in the day I made a custom Minecraft Client. Everything started as a silly joke and ended up becoming a reality. You can read more about here (you can't download it though, removed). I believe it's good to publish the source code, if you want to get inspiration (or copy pasta it, but...
  18. DrHam

    Coding Append HTML using Rust (and WASM)

    As this subforum is as dead as Henry VII, I’ve made a little code snippet showing how to append code to an exiting something with an id. The code depends on WASM and web-sys. I’ve also made a superhuman effort to let you know what’s going on #[wasm_bindgen] pub async fn append_html(id: String...
  19. DrHam

    Web Ew, forums. Move helper applications somewhere else

    Hello, While it’s a big improvement and people who apply will *finally* get feedback, I believe moving them to forums looks bad and might get tedious to look after many applications. So, I suggest making something similar to reports/appeals. Similar to them, you apply on a separate page (not...
  20. DrHam

    2,999 Posts

    Clickbait. Inspired by @Landviz plz no ban ty
  21. DrHam

    Creating a Public/Community API

    My suggestion is pretty simple: Create a community API. What's an API? Why we need it? WHAT'S AN API? API stands for Application Coding Interface (Not American Petroleum Institute). I'm lazy to define "API" by my own...
  22. DrHam

    How to improve Archer Assault

    Archer Assault is, right now, pretty boring, in my opinion. What's wrong with it? General Too little players (or team-dependant): Only 4 players per team is a really small quantity. If a player leaves, you're now in disadvantage (or advantage, if you're in the other team). Just one map makes...
  23. DrHam

    Coding SALTKLIENT

    pls no remove me fan caps, caps everywhere Today I release SaltKlient after a month working on it and after a year since @hgbf suggested me to do it. tl:dr: Modded Optifie So, what's SALTKLIENT? SaltKlient is a Minecraft Client that is intended to trigger show everyone your awesome hax...
  24. DrHam

    Coding Custom Plugins for Free

    What I'm, offering for free: I'm willing to do Small/Medium-sized plugins for free. What I am NOT going to: Large Plugins (Minigames, rtc) nor customization of already existing plugins. Templates: IGN: Plugin Name: Plugin Description: Plugin Details: Github &/or Spigot &/or Bukkit Account (if...
  25. DrHam

    Map Without Void

    I'm going to keep this short, I got inspired by @Pandaa__ and his #MapWithoutVoid hashtag (#) on 'Wall Builders' Discord channel, so we're going to 'remove the void' (aka spam blocks) on EggWars (Probably on UnderDaSea or Storm). TOMORROW Time: 4:45PM UK TIME - 5:45 PM DUTCH TIME - 11:45AM...
  26. DrHam

    Coding HG's FFA 1.0

    Heyo people of the internet, I am happy to present you my latest creation, FFA. "There are a lot of FFA/KitPVP plugins out there" , you will say, they're all almost the same, but, there's a difference between other plug-ins and my plugin. In *HG's FFA*, you start with the basic kit...
  27. DrHam

    RetroCube

    Heyo people of the internet, As you can easily see, there are lots of people that are leaving. The reason? CubeCraft is changing. Reading some "goodbye" threads from some of my friends (especially from @komododragon 2002 ), I came with an idea: Creating RetroCube. What is RetroCube...
  28. DrHam

    Coding /Report command and why it will never work

    EDIT: THIS IS NOT A SUGGESTION. Heyo people of the internet, I've recently seen a lot of posts saying "add /report", "report in-game will help", etc. Here's is an explanation why a report command will never work. NOTE: I am too lazy to do this works with bungee, since I am on my phone. This...
  29. DrHam

    [Repost] Rules Translated

    Ohai, a part of the community translated the rules, since that thread got a bit... ignored, I've decided to repost it French by @AreYouShy Czech by @Thefty : Dutch by @Buuuddy: Swedish by @hgbf Italian by @Ping Ether Portuguese by @ClaushPT Spanish by @HangarGeek (aka myself)...
  30. DrHam

    Rules Translated

    Ohai, a part of the community translated the rules, since that thread got a bit... ignored, I've decided to repost it (7 months later) French by @AreYouShy Czech by @Thefty : Dutch by @Buuuddy: Swedish by @hgbf Italian by @Ping Ether Portuguese by @ClaushPT Spanish by...
Top Bottom