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.

Rainb0wSkeppy

Glod Menbie

Everything posted by Rainb0wSkeppy

  1. what is this
  2. when a server is restarted mcgalaxy tells players to sign in again but you only need to refresh the server list
  3. a few more pixels also how is this not in the hall of shame already
  4. my cc password is the last 15 digits of pi
  5. you cant import models into cc in singleplayer on mobile
  6. when is the next manul monday
  7. make a handler for OnPlayerCommandEvent like this, set p.cancelcommand = true; (so it dosent show Unknown command "secret") and p.lastCMD = ""; (to prevent the player from using / to run it again) but why do you even want to make a command that dosent appear on /help and hides itself?
  8. not awesome 2 is at 117 players rn and when i try to join it says its full
  9. why did you reply to this post instead of posting it in classicube general or just mentioning it in chat on a server
  10. no but there are 50 others on the server list just build on one of those instead
  11. start cc in singleplayer then go to options > gui options > select system font and change the font to something else
  12. (ignore this comment i misread frostmc's post lol)
  13. malbolge uses ternary
  14. there are already 50 other freebuild servers, when a new server starts it gets 10 players then dies in a few days i miss ephermia anarchy
  15. the is no more (username) HAS BEEN BANNED BY 123DMWM banner THIS IS THE WORST UPDATE EVER!!!!!!!!!!!!!
  16. you cant but you can hide all custom blocks with /os lb edit 66-767 order 0
  17. you cant only disable tnt explosions without disabling water and lava flowing
  18. the isometric drawer still renders using Gfx_DrawVb_IndexedTris_Range so its still using the gpu so its the same problem just use the map renderer its actually efficient
  19. the isometric drawer is meant for drawing the hotbar/inventory blocks
  20. an isometric screenshot like in indev would require taking a lot of screenshots of parts of a map then putting them together to make a large image i looked at the cc source code and found that the only way to read pixels from the screen that isn't backend specific is to call cc_result Gfx_TakeScreenshot(struct Stream* output); which isn't declared with CC_API so it shouldn't be used by plugins (it could be changed or removed and break any plugins that use it) and outputs a png i tried to call glReadPixels but i couldn't get it to work also to actually render the map you will need to call void MapRenderer_RenderNormal(float delta); void MapRenderer_RenderTranslucent(float delta); which also aren't CC_API you could render the map on the cpu but it would be very slow
  21. wiki.vg was shut down, what will happen with cpe? will there be any more extensions? how would someone make a proposal for a cpe extension? (the mc classic protocol and cpe are still accessible on archive.org)

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.