Leaderboard
-
classicdirt
Member19Points32Posts -
AndrewPH
Administrator8Points526Posts -
YneonCraft
Member8Points137Posts -
Minecraft030
Member7Points29Posts
Popular Content
Showing content with the highest reputation since 09/16/25 in Posts
-
I'm gonna get banned!!!!!!!
7 points
-
The Simpsons: Springfield in ClassiCube (Minecraft Classic 0.30)
This map is a recreation of Springfield (The Simpsons) on ClassiCube, in mini form. Originally made in New Blood [Map Build]. Download link for the map will be here when it's fully done.5 points
-
ClassiCube Launcher Gadget
3 pointsIm In Home Now. I Gonna Test This Gadget IT WORKS!!!!!!!!!!!!!!!!!!! guys i tried and.... IT WORKS!!!!3 points
-
Recommended Games?
3 points
-
8-Bit Mario
3 points3 points
-
Plugin from my secret stash! (Transition)
A low effort plugin for a cool fade in and fade out effect! Tested on MCGlaxy 1.9.5.1 CmdTransition.cs2 points
-
I'm gonna get banned!!!!!!!
2 points
-
Ideas for ClassiCube's Enhanced and Classic Modes
There are no plans to add more blocks to the base game because you can already create or edit blocks in a server. For performance and artistic reasons, fancy lighting was not made to exactly match the lighting of modern Minecraft. I have no plans to change how fancy lighting works. It is possible to simulate indev style if you use bright air blocks arranged in the right way, though. That would be cool. It sounds difficult to add more custom block sounds because someone will have to create original sounds for the ClassiCube original alternative sound pack. Why do you need this? I have never seen someone use up all 512 of the terrain texture slots. You might be able to be more efficient with textures if you tint a white version of the texture (Name the block starting or ending with # then use fogcolor property to tint it) Good ideas. The first one could definitely be done by anyone who has a bit of coding experience. The third change, like many of the things you're asking for here, is more complicated because any change we make needs to be made in a way that doesn't break the community's existing creations. The hand texture orientation change between 0.30 and ClassiCube is intentional. I feel like you're really nitpicking about the positions of the hands. These were our best attempts at a guess of how they should be positioned. If you can find the exact numbers that will bring the position exactly in line with Classic and Infdev, feel free to provide them and I'll make the change. No. Why..? This is a good idea, might be easy to implement. No. I don't think the convenience of being able to copy-and-paste animations from modern Minecraft is worth the trouble of breaking existing ClassiCube texture packs or over-complicating the system by adding both options. No. It doesn't sound like you've considered that there are already thousands of builds people have made with the current classic wool colors. Why even change them to begin with? Enhanced mode is not meant to be a replication of newer Minecraft versions. It's just its own thing. There is no reason to change the placeholder animation textures because they aren't visible in-game. So that people can texture the bottom differently from the top if they want to.2 points
-
classicube servers
2 points
-
How to import a map into McGalaxy?
2 pointsIn order to import a file you have locally on your system, place the map file in the extra/import folder (create the folder if it doesn't exist) So for example you may have extra/import/mymap.cw Then use /import mymap To import a file hosted online, use /import [url of map]2 points
-
Clients and plugins
2 pointsYou can run whatever you want on your computer, we won’t tell the internet police.2 points
-
mcgalaxy tells players to sign in again when its not necessary
Do you think it's a good idea to preserve salts after server restarts? I don't, because this will just let players who have been banned from ClassiCube join your server by abusing the resume function.2 points
-
Hi! I'm trying Classicube's Wii port and It seems to only show Random colours on the screen when I try to boot from it from the Homebrew Channel.
Ah, could it be an issue with the dongle not supporting whatever video mode ClassiCube uses?2 points
-
COMO SE USA EL /DOOR
2 points
-
Help with my account
2 pointsYour account has been deactivated for breaching ClassiCube TOS. Unfortunately, this decision cannot be appealed at this time. And as follows, I am going to ban you from here as well. Good Bye!2 points
-
Classicube on Asus EEE pc 700
2 pointsI recently bought an Asus EEE pc 700 for $4 and, for fun, installed Classicube, and 20-30 fps was great, I even recorded it through Bandicam at 2-5 fps for fun lolhttps://youtu.be/NQYG68kAPog2 points
-
I'm gonna get banned!!!!!!!
2 points2 points
- 🖌️ Bunch texture packs port: NostalgiCO (1/9) 1.0
2 points- No textures (Almost accurate) texture pack
After 9 months i updated this, i hope yall like the last version (V3) of this!1 point- 💡 Interesting HTMLCube "launch" idea
Perhaps place it in a folder, compress it to .zip, then upload to a file-to-link converter like catbox.moe and copy the link to here?1 point- 💡 Interesting HTMLCube "launch" idea
UPDATE: I got ClassiCube working in a single HTML file but it's too big to upload here (it's 1.2MiB and the forum only allows 0.29MB).1 point- NA2 Skins
1 pointNo problem! Mistakes happen, especially when it's a language people aren't completely familiar to.1 point- I'm gonna get banned!!!!!!!
1 point1 point- How to host MCGalaxy server on android (2025 edition)
Why? So... the only tutorial on how to host a mcg server on android is [1] by @megaboi. But the steps they took could be simplified further. Also running on proot is unnecessary. We don't need apps like anlinux just to get the link for a rootfs dl script as there is proot distro. Also there can be ppl who want to just host it for their friends or just want to do random stuff like me. Also Quoting [1], no one is going to join your potato na2 clone anyway. We will see two ways of running a server. ##requirements: termux, min 700 mb storage and some internet. Way 1 : The ez way In this way, we are gonna setup the standalone version of mcg. It's good if you don't want Microsoft flavoured java to stay on your device or want to save some space. No, we won't use the one provided by cc, as it won't work. So, we need to use the one I provide ; Its built for termux. at first, install git and clone my repo: apt update && apt install git -y git clone --depth=1 https://github.com/tbapknoob12mc/standalone-galaxynow, move to the folder and run the install script: cd standalone-galaxy bash install.shThen run the server with: ./MCGLinuxIf you don't trust the binaries, a build script is provided: move to the folder and run the build script: cd standalone-galaxy bash build.sh installAnd run the server. The problem with this approach is that you can't install plugins. This is for the ones who only wants to build with friends and nothing else. Way 2 : The normal way In this way, we will use the mono dependent, official build of mcg. If you think you can run plugins, sorry... Some plugins won't even compile because mono distributed in termux has its limits. This is for the ones who don't mind mono installed. This will take 700 mb storage. At first, install mono, wget,unzip, libsqlite and then download mcg: apt update && apt install wget mono-static mono unzip libsqlite -y wget https://cdn.classicube.net/client/mcg/release/MCGalaxy.zip unzip MCGalaxy.zipNow move to the dir and run: cd MCGalaxy mono MCGalaxyCLI.exeNow, if you want someone outside your network to actually join your server,use a port forwarding of tunneling like ngrok,zrok,localhost run or localtunnel which will take a 100 more mb because of nodejs. I use playit gg btw. If you want any tutorial on administration and management, search on google ok. If you want to compile mcg from source, you will need proot...but no need of that. Right? Also I would like to thank megaboi, author of [1]. Again quoting [1], type /blockdb disable [level] to save space. I hope this helps some1. Thanks for reading. Have a nice day :) . [1]: https://f.classicube.net/topic/931-how-to-host-a-mcgalaxy-server-on-android-not-recommended/1 point- classicube servers
1 point- classicube servers
1 pointNot Awesome 2 [Realms & More] ususally the top of the list because its one of, if not the greatest minecraft classic server up and running1 point- classicube servers
1 point- Crash
1 pointMy ClassiCube is working again, I just forgot to update this forum post. I'm sorry for thr inconvenience. However, this post might be helpful to someone.1 point- Me banearon de un server sin razon alguna./I got banned from a server for no reason.
Resulta que queria jugar un servidor de freebuild llamado ClassicraftMC que hice un bunker y cuando quise entrar me aparecio un mensaje de que fui baneado,y la verdad es que literalmente me frusto ya que no hice absolutamente nada ofensivo solamente un bunker Y LISTO,Porfavor creadores de este server o creaod rde este server arregla la moderacion./It turns out I wanted to play a freebuild server called ClassicraftMC where I made a bunker and when I wanted to enter I got a message that I was banned, and the truth is that it literally frustrated me since I did absolutely nothing offensive just a bunker AND THAT'S IT, Please creators of this server or creators of this server fix the moderation.1 point- If there is a way, how do I delete my account?
I need help to know if there is a way to delete my account.1 point- How to import a map into McGalaxy?
Maybe?.. You can use this command: /import [path to file in import, or a url file on a web server], if you need couple of worlds, To change the first/main card, write /main [level], replace it with a name of the map you imported, you need to do /renamelvl [level] [new level name], if its name isnt correct/not what you wanted after the import map1 point- Para los que hablan español-for Spanish speakers
ARROZ ABEJOTA este server es aolo pa los que hablan español1 point- me banearon :(
1 point- BANEAN A MI AMGO AMIGO POR TENER 13 AÑOS
⚠️ Pues para empezar, si quieren quejarse de este servidor, ¡el foro NO ES el lugar para quejas! En segundo lugar, si banearon a su conocido, es por una razon; si no la hay, la moderacion lo resolvera internamente. Mientras tanto, pueden jugar en otro servidor. Entiendo que algunos son supersticiosos, pero repito: aqui es poco probable que alguien les ayude (y en la mayoria de los casos, solo empeorara la situacion). Asi que, por favor, dejen de describir sus baneos y situaciones. (No soy español, disculpen mi español).1 point- Build of the RMS Titanic
1 point113 years ago today, the White Star Line ocean liner the "RMS Titanic" would sink after striking an iceberg in the Atlantic ocean, 1517 lives were lost that night.1 point- Modern Texture Pack + Custom Blocks!
A modern texture pack for ClassiCube that also adds custom blocks! Downloads: Texture pack: https://www.mediafire.com/file/unytfox9sj3po3f/New_Textures.zip/file Map: https://www.mediafire.com/file/621p56it0e2787v/Custom_Blocks.cw/file1 point- Classicheaven map and texture pack
1 point- Faithful 1.8 ClassiCube Port
1 pointThe grass is outdated, the new version has the new grass colors.1 point- how to play survival in classic cube
1 point- cloudfare errors trying to use classicube
Site was down temporarily last night, should be all golden now.1 point- What are your computer specs?
1 point- Classicheaven map and texture pack
1 point- my first working custom cmd
1 pointi can relate in some parts, normally my readmes are made with a litle help of GPT because my english sucks and im not very good with words but GPTing the post is indeed funny Congrats about your first command btw :D1 point- ThemeColor plugin
1 pointGistOmegabuild ThemeColor pluginOmegabuild ThemeColor plugin. GitHub Gist: instantly share code, notes, and snippets.ThemeColor plugin allows the player to change their chat's colors for system messages. To set this up: 1) Add two separate color tokens, and it's suggested you name them Primary Color and Secondary Color 2) In server.properties, set the defaultColor and help-desc-color to the two color tokens you've just created 3) Add the above .cs file to your MCGalaxy server's plugins folder 4) Run the commands /pcompile ThemeColor and /pload ThemeColor 5) /CmdSet ThemeColor to a staff rank you prefer, and run /economy themecolor enable to enable the store item for all players. 6) Voila! Enjoy.1 point- Are there any decent CC servers? At all???
1 point- how can you make a free forever *kinda* server on lemehost without paying
can your read the part where i said people that have no port forwarding support on their router ?????? please read the whole post before replying 🙄1 point- Forums updated to the latest jazz
Hey y'all, I've updated the forums to the latest version of the forum software, and have migrated it to a much more modular deployment system. The forums should be much more performant now, and capable of handling the immense traffic this game demands of it. Enjoy!1 point- how to i redeem myself up and get points
don't bother if you want good reputation you have to become woke first1 point- Forums updated to the latest jazz
1 point- Stop wasting time
1 pointstop wasting time on poop zombie survival servers and join 2d2t (shit anarchy sever)1 point - 🖌️ Bunch texture packs port: NostalgiCO (1/9) 1.0