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.

Goodly

Moderator
  • Joined

  • Last visited

Everything posted by Goodly

  1. Find the plugin the error is coming from and update that plugin (by getting it again from github), or remove it if no update is available. Also, posting the full error from logs would be helpful.
  2. Copy and paste functionality. Select the area, ctrl + c, ctrl + v to paste into another image. Controls vary per-program, but it's not hard to figure out.
  3. There's no way to automatically "merge" 2 textures. You must use image editing software to put them together into one image, then use that on your model.
  4. Change bedrock (id 7) to collide 0. /os lb edit 7 collide 0 You can also make it look like the edge has nothing with /os env water air /os env bedrock air
  5. Use Not Awesome Script to create a series of msg Actions separated by delay Actions in order to time the dialogue. Use the "@nick" token to substitute for your nickname so it appears you are speaking. msg $color@nick: %7Hi! There are 2 commands you need to know to navigate this server: delay 1000 msg $color@nick: %e/main %7to get back to this main map and %e/goto %7to get to other maps. delay 2000 msg $color@nick: %7Try %e/goto info %7for other useful tidbits. delay 1000 If you are on Not Awesome 2, you can use /oss (/help oss) If you're on your own server, you need to install the plugin and then use either /script or /oss
  6. Assuming this is NA2, if you need another world to start a project then just ask staff for a rank-up.
  7. To add to Alex_'s post, if the server has https://github.com/NotAwesome2/Not-Awesome-Script then /mb functionality will be vastly expanded.
  8. 1) Make sure you don't have a custom skin set on the server you're playing on: reset with /skin 2) wait longer
  9. Yes, you can check. Player.appName will be different if they are using webclient compared to standard client. But related to the OP, I don't think there's any way to send a different texture pack with a plugin.
  10. It's been fairly overblown. If you want details this is a good video going over the merger and some other recent Unity events.
  11. Thanks for pointing that out. Added to the guide as well
  12. We will be working with the assumption that your map is named mylevel. If it's not, replace occurances of "mylevel" with your map's name when following this tutorial. You must have server file access to both servers to accomplish this. In order to fully move mylevel to another server you will need: For blocks and zones, mylevel.lvl file in `levels` For blockdefs (custom blocks), if the level only uses local blocks and does not use any globally defined blocks: lvl_mylevel.json in `blockdefs` if the level only uses global blocks: Clone global.json from `blockdefs` and rename it to lvl_mylevel.json before cloning the file to the other server if the level uses both global and local blocks: use ClassiCube to save the level as temp.cw, import it into a server (/help import), then grab lvl_temp.json and rename it to lvl_mylevel.json before cloning that file to the other server this servers the purpose of combining local and global blocks into one blockdef file For blockprops (slab stacking and etc), _mylevel.txt in `blockprops` For message blocks, 1. Extract the messages from the server database with /server backup table Messagesmylevel 2. Messagesmylevel.sql will now be in the root folder of your server. Bring this file to the root folder in the other server. 3. In the other server, use /server import Messagesmylevel For Portals, Repeat the steps for message blocks, but instead of "Messagesmylevel" use "Portalsmylevel" For bots, extra/bots/mylevel.json For all the remaining level properties (env, settings from /map, etc), mylevel.properties in `levels/level properties`
  13. Please reply to your original thread with updates instead of creating new ones.
  14. Yes. While you're on iOS, go to https://www.classicube.net/, login, then hit play.
  15. go to https://www.classicube.net, sign in, click your name on the top right, scroll down, upload skin, save.
  16. You cannot hide ranks using MCGalaxy. Not sure what you mean by [administrator]. That sounds like a rank prefix which can be configured from properties/ranks.properties. The default is to have no rank prefixes.
  17. There is no way to remove your skin unfortunately.
  18. You are confusing the hosting service (think: an actual computer somewhere that costs electricity to run) with the server software (think: an .exe file you can click on that computer to run the ClassiCube server)
  19. I'm making an assumption on the OP's part that they actually wanted to disable all hacks. -fly and -noclip still allow speed and high jumping which is likely not what they intended.
  20. /os map motd -hax /help map motd
  21. Are you using the desktop or web client? Looks like the textures didn't download
  22. The arm in first person has never moved while idle. Swaying while moving the camera was implemented years after Minecraft Classic, so it was not implemented in ClassiCube.
  23. "mobs" is a super vague term, but there are is no way to add fightable monsters, which I assume is what you're asking. You can only add decorative entities like Umbreo said.

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.