Jump to content
View in the app

A better way to browse. Learn more.

ClassiCube Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation since 03/28/26 in all areas

  1. 4 points
    Hey, I'm new to these forums, and ClassiCube in general. Hope i can have a fun time, and hello everyone!
  2. You might like this game: https://www.minecraft.net/
  3. 2 points
    Hi. I wish you good time in ClassiCube
  4. i reccomend making a classicube server using ZERO ai to start off, in a easier language to comperehend than C++, something like Python, JS, et cetera. i've made several classicube servers over the years, about 5 to 6 years ago I made cla55ic, which was a extremely simple classicube server that supported creating worlds, and that's about it about 3-4 years ago I made cla66ic which was a way more complicated and convoluted server I wrote using Deno and writing the whole protocol myself. now I'm working on Classi, which is a even more complicated and more convoluted general purpose server. it'll be used as a replacement for MCGalaxy on the cope's City server and currently runs the cope's Freebuild server. for example, you mentioned psudeoinfnite worlds, i wouldn't reccomend working on that at all to start off. try to limit your AI usage to as much as you can, ask it only questions that you'd ask google. don't just say "Fix my code why not work", ask for example "It seems like <this line> is returning false, why is this happening? Inspect my codebase". actually debug and figure out what you're writing. you should actually be working on: 1. Moderation of any kind 2. Plugins in a language of your choice (Lua, Python, et cetera) 3. BlockDB 4. High performance database for users, user bans and whatnot else you need to store. working on features that are extremely complicated like that will lead to you asking everything about the topic to AI, and in turn learning nothing yourself
  5. 2 points
    shafran is recovering from surgery
  6. 2 points
    dont fatshame grusha like that
  7. ClassiCube was made entirely by volunteers, it has no funding. A rough estimate (using this) says that it would have cost $429,333 if a programmer was hired to do the same amount of work. (UnknownShadow200 has spent around 1932 days of time working on it)
  8. Why have classicube server software with blocks and other bloat when you can just chat instead? https://gist.github.com/morgana-x/0ec43adfc27cceb298205bae8eaf2e9f
  9. To enable pvp you must install plugins like SimpleSurvival or Venk's Survival, or other plugins I might not know the existence of. Simple Survival: https://github.com/morgana-x/mc-galaxy-server-backup Venk's Survival: https://github.com/ddinan/classicube-stuff/blob/master/MCGalaxy/Plugins/Features/VenksSurvival.cs Once you installed the plugin find its command: (might be /survival?)
  10. Works only with wood and stone for now herobrine.zip
  11. Hello subjects, I recently opened a brand new server called Not Awesome 2 [Realms and More]! We have realms, a plot owned by Goodly, and active playtime by Goodly and my mom. Be sure to check it out! Also, we are accepting new staff applications so that we can work on getting my dad to play too. Leave a message on this thread if you're interested ❤️ PS: If you're wondering about what happened to the server of the same name that existed before this one - I bought the rights and am in the process of deleting everything except Goodly's plot to attract new players. Don't come on to complain because I'll ban you for doxxing and litigation. Yours truly, Curtis
  12. I ran MCGalaxy server and other server softwares several times on phone, wasn't really painful, okay maybe editing those config files took a long time, and the dotnet environment is heavy.
  13. This is a question I asked myself,This is a question I asked myself: how much money did it cost to make ClassicCube? I mean, I don't think it's just some random person in their room, but it's amazing how much compatibility this game has, (that must have cost a lot). Even so, I appreciate the effort made by the creator of classicube; he gave us friends, fun, Even so, I appreciate the effort made by the creator of classicube; he gave us friends, fun, and compatibility. and compatibility.
  14. 1 point
    hi Internet. I have accidently clicked something on classicube.net and it throwed me out in here. Cool website, not gonna lie. It took a VERY long time for me to figure out how to post anything. Anyways very nice forum. Thank you. I am not sure if this forum part and this topic is ok in here because there are several big threads of threads like in the good ol' forum websites. Anyways good website and rules are easy to follow, man. Goodbye see you later. I Will most likely tell you about ccraft project in this website soon, i don't know yet.
  15. 1 point
    hello, welcome to the forums. stay a while & make yourself at home
  16. Greetings, ClassiCube Forum. My name is Gnarville. My machine is quite powerful. I've got myself a Pentium 60 with a 3DFX Voodoo graphics card. I've got me a hundred gigabytes of RAM. I defrag my 60GB hard drive for thrills. While your computer's crashing mine's multitasking. All your computers are nothing in comparison to mine. Sincerely, Gnarville.
  17. deadmau5 minecraft skin
  18. Thanks! You helped really well!
  19. Lately, Classicube has been having this bug where going to different maps makes texture packs and skins stop loading. Restarting the game fixes it temporarily, but it gets annoying having to keep doing it. If more info is needed just let me know. I know a few other people have this issue too. Operating System: Linux Mint 22.3 - Cinnamon 64-bit CPU: 11th Gen Intel© Core™ i7-11800H @ 2.30GHz × 8 GPU: NVIDIA Corporation GA104M [GeForce RTX 3070 Mobile / Max-Q] RAM: 16 gb Desktop Environment: Cinnamon 6.6.7 Display Server: X11
  20. Yes, thanks for the support! In fact, I think a TNTrun is perfectly playable right now 😃
  21. actually a pretty cool project! get rid of the AI slop in the readme, maybe default to english commit names if you're aiming for your project to reach more people, otherwise this looks really nice!
  22. working on a actual real go server software, and then i see this absolutly digusting code 😢 func sendSetTexturePack(conn net.Conn, textureURL string) { pkt := make([]byte, 65) pkt[0] = 0x28 copy(pkt[1:65], padString(textureURL)) conn.Write(pkt) } geniounely what is the point of this?? this is a singular excerpt from your codebase (which is a single file by the way!), come on! func WriteSetMapEnvUrl(w io.Writer, url string) { w.Write([]byte{PacketSetMapEnvUrl}) WriteString(w, url, 64) } this is how a real person would write your code, consise and with lines of code that people can ACTUALLY READ instead of horrible ai slop you aren't going to learn any language by asking a ai to do it and not changing a single thing
  23. PC #1 CPU: Ryzen 5 3400g GPU: Ryzen 5 3400g RAM: 16gb ddr4 SSD: nvme 1tb and nvme 512gb HDD: SATA 1tb display: LG 27" 1080p LCD Operating system: arch linux (BTW) this is my main rig PC #2 CPU: intel i5 4gen of some type GPU: gt 730A SSD: SATA 240gb RAM: 12gb DDR3 this pc isn't doing anything right now but i should install some OS on it and use it PC #3 Raspberry PI 4 4gb :). this is running my I2P node, for i2p mail, web hosting and torrenting :)
  24. Hola este es mi primer post en classicube forum y quiero reportar a un usuario llamado 90.a5wagu Este usuario a compartido información personal pero muy personal de estos siguientes usuarios -zoey -Panda Me encontraba en el server de un amigo hasta que llegó a mostrar las ips, direcciones y las ubicaciones de esas 2 personas Porfavor algún moderador haga algo porque compartir información completa de una persona es peligroso y espero que pueda algún moderador pueda leer esto Gracias
  25. Bueno,para crear un tnt war primero tienes que crear un mapa y si quieres puedes decorarlo y para iniciar el tnt war solo pon /tw start y ya tendrías tu tnt war :3
  26. Use the lamplight/lavalight in your level/global block and 1-15 on how bright the block is Example: /gb edit 66 lamplight 10
  27. nevermind it's /shortname
  28. 1 point
    rip mania you will be missed.
  29. 1 point
    the latest manul news someone trespassed into Poznan New Zoo and let a manul out a few days ago (and she was found today) Mania passed away Apricot has recovered from the flu but her left eye has been permanently damaged
  30. CPU (Processor): Intel® Celeron® E3300 (Dual-Core) @ 2.50 GHz Motherboard / Chipset: Intel G41 Express Chipset RAM (Memory): 2.93 GB RAM GPU (Graphics): Intel G41 Express Chipset (Integrated Graphics) Video Memory: 64 MB Driver Model: WDDM 1.1 Display: Resolution: 1680 × 1050 Refresh Rate: 60 Hz Storage: 2 × 500 GB HDDs (465 GB usable capacity each) Total usable storage: ~932 GB Operating System: Windows 10 64-bit DirectX: DirectX 10/9
  31. 1 point
    TIL Cat Flu is a thing. Thanks YETI.
  32. So, basically, I launch the Classicube via homebrew launcher, I can sign in, fiddle with options, but if I press Resume, Singleplayer or Direct Connection/Multiplayer, my 3DS just crashes. Even if I don't sign in, it still crashes. Is there any way to deal with this issue?
  33. Acer Aspire E5-471PGCPU: Intel Core i5-4210U (x64) GPU #1: Intel Graphics Family GPU #2: NVIDIA GeForce 840M RAM: 4GB (changing soon) Display: 1366x768 @ 60 Hz in 14" [Built-in] (changing soon) Keyboard: Built-in (changing soon) HDD: 500GB I will update this when I change specs
  34. Hello, you can download a plugin here 😉: Just here! Note: If you want a plugin you need to request it to the player with the server's console. And when you use the plugin you need to place in the MOTD: daynightcycle=true Thanks 🙂
  35. We pretty much just copied some sprites from spriters resource. The top grass my brother made himself tho... mario.zip Heres a shot of the aforementioned top grass:
  36. the castle haves a easter egg
  37. thats woke propaganda, sweaty
  38. pretty sure all the servers are binary unless there's been a breakthrough and now there are servers running on unary and trinary cpus.
  39. ClassiChat has none! No annoying flags taking over freebuild!
  40. It probably doesn't matter to Friendlyscout (seeing that they've posted in Discord first), but I would make sure to get permission before you share their pictures on the forums.
  41. easy potatoes fetch easy potatoes. potato
  42. Since you didn't say where exactly you want to make plugins, I'll assume it's for both the ClassiCube client and MCGalaxy. ClassiCube - https://github.com/UnknownShadow200/ClassiCube/blob/master/doc/plugin-dev.md MCGalaxy - https://github.com/UnknownShadow200/MCGalaxy/wiki/Scripting
  43. my pc is a potato, i eat a little bit of it everyday 🙂

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.