Everything posted by 123DontMessWitMe
-
bro i got banned cuz i lied to get out of trouble
What's gonna happen is that you are going to be banned on here as well. Come back in a year from now on a new account and you will be fine.
-
My server is off the server list
Take the "Server URL found:" URL, open it in either the server list in the launcher, or in your web browser, wait a minute or so, and bob's your uncle, your server is back on the list.
-
Check your evidence, or clarify?
Their server has name verification on, so only real accounts would be able to join unless specifically circumvented by the owner directly. Their server is not on any other server list, like BetaCraft, so there would only be ClassiCube accounts joining. They have accounts that have been idle for like 18+ hours, have said nothing, built nothing, and have account names that don't exist in CC. One such example, but not limited to:
-
I request an account deletion
Randomize your email address and password. Account names cannot be deleted.
- [GAME] The Name Game!
-
Changing username
You can't. Make a new account.
-
:(
August-October-November has always had the lowest number of players. This happens every year, most likely because of school starting, and then goes back up the rest of the year. ClassiCube is still going strong and is the most popular it has ever been since it started in 2013. We still hit on average, even now in the low part of the year, 30~ players a day across all servers at peak.
-
Is it possible to delete an account here?
Due to the nature of how account names are used per server, your account cannot be fully 'deleted', but you could randomize your email address and password to render the account effectively 'deleted'.
-
So sorry unban me from OmniArchive Classic
Sorry, but our forums are not for server ban appeals. You will need to contact them elsewhere.
-
Why are all of the players on my server getting the same IP?
That is an issue with podman seen here: https://github.com/containers/podman/discussions/10472#discussioncomment-786655
-
triple jump speed-up
Press 'ESC" > Hit 'Options...' > Hit 'Hacks settings..." > Disable "WOM style hacks"
-
How do i change my reach distance?
If you are using MCGalaxy, you could use the /reachdistance command to change your own reach distance.
-
ClassiCube - Hell Plugin
The whole point of uploading something to GitHub is that it is the source itself you are uploading. Please refrain from giving out DLL files without explicitly showing the source of the plugin itself, in this case, hell.c, without having to rely on the user downloading the zip file, extracting, and then seeing what the source is. I recommend using the Releases feature of GitHub for providing the DLL download as well so that the only thing in the repo is the plugin source. You could also look into GitHub actions to automatically compile the DLL as well instead of providing your own compiled DLL. Otherwise, looks like a neat plugin.
-
HTML downloaded version
Yea, here ya go: [Download]
-
A classicube launcher I made
Bruh, that's kind of sus
-
How to run a command through a custom command
Here is a quick one liner Command.Find("SetRank").Use(Player.Console, p.name + " " + "RankToSetThemTo" + " " + "Reason For Rank");
-
Classicube Violations
It is not unfair or unreasonable as they are freely accessible by anyone, unfair would be if they were hidden behind an account system that requires paid access to get the assets, but in this hypothetical situation, we provided a way around that to gain access. Things like MultiMC/PolyMC/GDLauncher/Mojang Launcher, all access these files the exact same way we do.
-
Classicube Violations
The steam, itch.io, and webclient versions are distributed with our own locally sourced assets. We do not redistribute any Mojang assets. The standalone client, Windows/Mac/Linux/Android, asks if you want to download them directly from Mojang servers. Redistributing them would mean that we provide their assets from our own servers, which is not occurring, as it is acquired directly from Mojang to your device.
-
Classicube Violations
Oh no, you caught us green handed. You found some secret hidden(not secret(not hidden(fully open source)))...string values... ...of the files that are grabbed directly off of the mojang servers. Which makes them, surprise surprise, not redistributed.
-
playing sounds from a plugin
The web client does not support sound because of limitation issues. Edit: The web client does support sounds, and will play them if you turn up the Sound volume in the settings, it just doesn't have music. Client plugins can easily support playing sounds as you could just code in your own support or use an external library. (For example, I was able to use BASS.dll to create a custom sound plugin) And you could also simply make a corresponding server plugin to be used with that client plugin.
-
i wonder how much andrew would be willing to sell for....
everyone posting screenshots, hack the system and place the embeddable widget itself into your post like a real cchad
-
Official classicube server
Yes, there have been a few official servers, the main one being presented in this timelapse.
-
Problem coverting .cw into .lvl
MCGalaxy has an /import command that can be used to import compatible world files into the server. It will attempt to also load the custom blocks as LevelBlocks To use it, either place the file into the ./extra/import/ directory, or upload it somewhere you would have a direct URL to, and then use /import [filename or URL]
- Not awesome
-
Bot Behavior?
The command you are looking for is /BotSet [bot] <AI script> For example, setting the Bot, named John, to Hunt players, you would use /BotSet John hunt