Jump to content
  • Sign Up

Leaderboard


Popular Content

Showing content with the highest reputation since 10/24/2024 in Posts

  1. 2 points
    Yes, ClassiCube supports all types of Minecraft Classic levels. Pretty sure you can also open Minecraft Indev levels as well.
  2. 2 points
    I haven't found any post on this, so use this to share your art :3 Here is a sketch I made today:
  3. 1 point
  4. 1 point
    8:43 PM Monday, November 18, 2024 Central Time (CT) Not Awesome 2 is currently offline. I am sitting at my chair breathing very heavily in anger until it comes back online. Where is it?! I demand this be resolved. Until then.
  5. 1 point
    Hello! Here's the source code to my bad survival server if anyone wants it! (Always has been open source) I would recommend not trusting the compiled DLLs and compiling all plugins yourself, and finding the Inf-ID version of Mcgalaxy yourself https://github.com/morgana-x/mc-galaxy-server-backup Has + Working Doors + Tools + Beds that can be used as savepoints + Eatable Cakes + Naturally spawning Mobs (Modified MobAI by Venk) + Mining animations + Torches + Crafting + Mining + Held blocks + Daynight cycle (Modified Daynightcycle by Venk) I'm pretty much done with Classicube now and it will no longer have much major development from me at-least Thanks to Venk for original Survival plugin (Was rewritten though pretty much by me at this point), as well as MobAI, DaynightCycle, and Holdblock plugin, very much the goat
  6. 1 point
    the shape of a block must be a single cuboid in mcgalaxy: /[lb command] edit [block id] min [min coords] /[lb command] edit [block id] max [max coords] the command is /os lb if you're editing the blocks in your level, /lb if you're editing the blocks in the level but it's not yours or /gb if you're editing blocks for the whole server in singleplayer (in recent versions of cc): /blockedit [block id] min [min coords] /blockedit [block id] max [max coords] the min and max coords are 3 numbers from 0 to 16 for example to make a torch (assuming you set the textures correctly): /[lb command] edit [block id] min 7 0 7 /[lb command] edit [block id] max 9 10 9 to make a slab: /[lb command] edit [block id] min 0 0 0 /[lb command] edit [block id] max 16 8 16
  7. 1 point
    HEROIN??? 😨😱😱
  8. 1 point
    Last time I used the standalone version, the servers were listed only by player count without featured servers being sticky. Do you think there's a reason why the server list on the website should sticky featured servers while the list for the standalone version doesn't, or why they should both be made to be consistent?
  9. 1 point
    no, you cant run the original 0.30 because j2me is a different type of java. "Java Platform, Micro Edition or Java ME is a computing platform for development and deployment of portable code for embedded and mobile devices (micro-controllers, sensors, gateways, mobile phones, personal digital assistants, TV set-top boxes, printers). Java ME was formerly known as Java 2 Platform, Micro Edition or J2ME."
  10. 1 point
  11. 1 point
  12. 1 point
    So the devs have to add every bedrocl feature? Over 15yrs worth?
  13. 1 point
    Thick of it ballin ricch forever
  14. 1 point
  15. 1 point
    First, you may need to create the ai you are going to set the bot to. Use /botai add spin spin This will create an ai with the name "spin" that uses only the "spin" instruction. If you want a different speed or type of spin, read the help: /help botai spin Then use the extra arguments with /botai add spin spin [interval] [speed] Then apply it to the bot you want: Use /botset [botname] spin If you are not playing on your own server, or don't have permission to add bot ai, you might have to ask staff to do it or find an already-added ai that uses spin.
  16. 1 point
    It would be excellent if there was a plugin similar to cef that can be used for playing sound effects. Using CEF is extremely difficult (And very unuserfriendly) so a seperate plugin specifically for sound effects would be greatly appreciated.
  17. 1 point
    You can create a spinning model and set the bot to that model using /model bot [model name]. Hope this helps!
  18. 1 point
    ok i guess
  19. 1 point
    Amazing ClassiCube fanfiction. I am a book publisher and would like to see it become a bestseller recommended by The New York Times. Would you like to accept my offer?
  20. 1 point
    what router do you have? also port forwarding is easier on Linux (if your on windows, good luck: I have no clue on how to setup port forwarding on windows)
  21. 1 point
    In addition to Panda's video, would recommend to check out this tutorial which shows the process of whitelisting a TCP port in Windows Firewall. Disabling it entirely makes your PC vulnerable to a few attack vectors.
  22. 1 point
    Nearly 10 years old but the process is pretty much the same.
  23. 1 point
    in the standalone version you can select the order of the servers by clicking these
  24. 1 point
    There are other server softwares, however, MCGalaxy is the most used one, and is typically up to date with the client, as they are made by the same developer.
  25. 1 point
    Is MCGalaxy the only software?
  26. 1 point
    I don’t think that’s possible
  27. 1 point
    You weren't banned for speaking spanish. You were banned because your post was only one word. No te banearon por hablar español. Te banearon porque tu publicación tenía solo una palabra.
  28. 1 point
    You will need to use commands to add the block to the server after you have the textures you want to use. https://www.classicube.net/forum/viewpost/6048-custom_block_creation_a_user39s_field_guide/
  29. 1 point
    In the latest dev version noclip doesn't work, I checked if it was because the key I was using for it was jammed but it wasn't, I changed the key for noclip but it still didn't do anything. I went to an older version of classicube and THEN it worked, I also checked the web client and that was the same as the latest dev version : | ...please fix...
  30. 1 point
  31. 1 point
    I suddenly remembered that I had an account here and was wondering about picking up this game again, I just wanted to ask, what is this game like in 2024, anything different? any new rules or anything?
  32. 1 point
    did u try to make my brownie recipe.
  33. 1 point
  34. 1 point
    Team Fortress 2 [Community Servers!!] is a great game with lot of playstyles, weapons, and maps which makes each new round a different experience. However Valve cares too much about Counter Strike to care about the DDOS attacks and bot crisis makes me wonder why they keep casual mode server up? Community servers are fun and pretty much the only way to play TF2 right now. Contrary to my name, I actually main pyro and soldier instead of scout, like my name suggests.
  35. 1 point
  36. 1 point
    I occasionally see Herobrine in real life.
  37. 1 point
  38. 1 point
    #include <stdio.h> int main() { unsigned char* ptr = 0; for (; ptr < (unsigned char*) 8000000000; ++ ptr) { printf("%X\n", *ptr); } return 0; } this will work right
  39. 1 point
    Why wouldn't you guys publish your RAM dump files so we could ensure we are having enough information on your setups?
  40. 1 point
  41. 0 points
  42. 0 points
    Unsure if there are any clients fully supporting CPE like ClassiCube, but speaking about Minecraft Classic clients, they are enumerated here: https://wiki.vg/Classic_Client_List. I have implemented my own Classic client called McLordClassic (link to GitHub repository), however it lacks a launcher that would make it easy to run the game. If you would like to try it and are comfortable with terminal, the command to start it is java -Xmx6G -XX:+UseG1GC -DmclordAddress=<server-address> -DmclordPort=<server-port> -DmclordUsername=<your-username> -DmclordMppass=<mppass> -jar desktop-1.0.jar. Also it requires McLordClassicPlugin in order to be able to connect to Classic servers.
  43. 0 points
  44. 0 points
    Don't worry bro, I'll help you find this ghost We might die, but it's okay
  45. 0 points
    I don't really know how start this so lets cut to the chase. i feel like the enhanced mod for single player is pretty lacking in terms of content, don't get me wrong I really appreciate the new quality of life changes but I feel they should add something new and more complex. I feel like Redstone would be really great addition to classicube it could be used for cool builds and machines it would also attract more people from the Redstone community more people more support. also I don't think they should add the whole Redstone catalogue right away, a good way to start is adding things like with stuff like Redstone dust torches and repeaters then they add stuff like pistons and so on and so fourth.
  46. 0 points
    Hola a todos jugadores de classicube
  47. 0 points
    you're just a salty discord troll aren't you? WHY DO YOU THINK I AM MESAGING IN #cc-development IF I DIDN'T WANT TO TALK TO THE DEVS?! dense much?
  48. 0 points
    not sure if this is the right place to send it in but felt like I wanna show some screenshots
  49. 0 points
    Hawaii isnt real
  50. 0 points
    Classicube is actually a recreation of Minecraft classic itself, not an off brand Minecraft, you can blame older Minecraft for being so devoid of features if you so please, but classicubes goal is to recreate the classic experience for all, in a more optimized fashion with enhancements
×
×
  • Create New...