-
Content Count
135 -
Joined
-
Last visited
-
Days Won
15
UnknownShadow200 last won the day on August 8 2022
UnknownShadow200 had the most liked content!
Community Reputation
73 ExcellentAbout UnknownShadow200
-
Rank
🔧
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ClassiCube relies on the SSL libraries and certificates provided by the operating system Can you please update your game to the latest dev build (Updates > Latest dev build)? I have improved the error handling so that it should include more details about the error now
-
I can't use server texture packs or items in downloaded version :(
UnknownShadow200 replied to Pwn's question in I Need Help!
Are you running in classic mode or enhanced mode? (Launcher > Options > Mode) If in enhanced mode, if in-game you go to ESC > Options > Nostalgia Options, is both 'Use CPE' and 'Use server textures' on? -
Are you using macOS or Linux? If so: The error code is caused by being unable to establish a secure connection to the webserver to download the texture pack from You can add curl-verbose=true to options.txt to get more detailed information to be shown in the Terminal window If only you are unable to download the texture pack though while others can download it fine, that usually means the reason why the secure connection is failing has something to do with your computer setup (typically outdated SSL libraries or certificates)
-
I can't use server texture packs or items in downloaded version :(
UnknownShadow200 replied to Pwn's question in I Need Help!
What error message are you seeing in chat? -
1. Click 3 dots in top left > More Tools > Developer Tools 2. Click Console tab 3. Reload the page 4. Copy or screenshot output from Console tab - unexpected errors should be in red
-
What web browser and device you are using?
-
"Classicube.net redirected you too many times" issue
UnknownShadow200 replied to TG20's question in I Need Help!
Which browser are you using? Does this happen in singleplayer or multiplayer? -
What operating system are you using? Are you able to play audio in other applications without any issues?
-
Should I buy a tablet or stay with a mouse?
UnknownShadow200 replied to qianhou87's question in I Need Help!
Are you using latest release or latest dev build? A change was made 18 days ago that may address your input issues, although the change is only in dev builds (https://github.com/UnknownShadow200/ClassiCube/commit/57504bf22e25e4eea01870966f39f3390c929d99) -
Should I buy a tablet or stay with a mouse?
UnknownShadow200 replied to qianhou87's question in I Need Help!
Which operating system are you using? Are you using webclient or native client? -
This should be fixed now, it was my fault for not testing a recent change thoroughly enough
-
help i have a + after my name
UnknownShadow200 replied to 5parkSprained89's question in I Need Help!
The classicube-account-plus option applies to all accounts and regardless of name verification mode If you're only seeing + at end of names just now after name verification mode was enabled, this would likely be because in authservices.properties, name-suffix for players connecting via classicube.net is set to + (as to why this would be done, it's so that the ClassiCube account "Test" is treated as a separate player from the Minecraft account "Test") Setting name-suffix to blank and then doing /server reload will turn off that behaviour -
Server texture packs downoad error
UnknownShadow200 replied to BeetrootGuy's question in I Need Help!
What is the URL of the texture pack you are having issues with? -
I tried to /pcompile venklib but it shows an error
UnknownShadow200 replied to Corewalker's question in I Need Help!
On lines 461-462 replace BlockID raw = p.ConvertBlock(block); p.Send(Packet.HoldThis(raw, locked, p.hasExtBlocks)); with if (!p.Session.SendHoldThis(block, locked)) { p.Message("Your client doesn't support changing your held block."); }