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.

kilgorezer

Glod Menbie
  • Joined

  • Last visited

  1. TXCClassic started following kilgorezer
  2. kilgorezer changed their profile photo
  3. OS: Android 11 ClassiCube Version: Latest Map: iwasntfound+2 on Not Awesome 2 Texture pack: Server Default
  4. it has already been ported to phones and tablets, check the android and ios downloads
  5. This server is not exactly new, it is restarted, the original was deleted by lemehost.
  6. Those really old Samsung smart hubs from the 2010s. Not the ones running android.
  7. Depends on the server. Most cases, check FAQ and/or ask the staff.
  8. The error is (20:34:13) Error #CS0117 on line 37 - `MCGalaxy.Chat' does not contain a definition for `GlobalMessage' (20:34:13) Compiling failed. See logs/errors/compiler.log for more detail
  9. I am confused, It keeps giving me a error in my code. Can someone help me? (It is supposed to send a message between two IRCs) // Auto-generated command skeleton class // Use this as a basis for custom MCGalaxy commands // Naming should be kept consistent (e.g. /update command should have a class name of 'CmdUpdate' and a filename of 'CmdUpdate.cs') // As a note, MCGalaxy is designed for .NET 4.0 // To reference other assemblies, put a "//reference [assembly filename]" at the top of the file // e.g. to reference the System.Data assembly, put "//reference System.Data.dll" // Add any other using statements you need after this using System; using MCGalaxy; public class CmdSendtomegs : Command { // The command's name (what you put after a slash to use this command) public override string name { get { return "Sendtomegs"; } } // Command's shortcut, can be left blank (e.g. "/Copy" has a shortcut of "c") public override string shortcut { get { return ""; } } // Which submenu this command displays in under /Help public override string type { get { return "other"; } } // Whether or not this command can be used in a museum. Block/map altering commands should return false to avoid errors. public override bool museumUsable { get { return true; } } // The default rank required to use this command. Valid values are: // LevelPermission.Guest, LevelPermission.Builder, LevelPermission.AdvBuilder, // LevelPermission.Operator, LevelPermission.Admin, LevelPermission.Owner public override LevelPermission defaultRank { get { return LevelPermission.Admin; } } // This is for when a player executes this command by doing /Sendtomegs // p is the player object for the player executing the command. // message is the arguments given to the command. (e.g. for '/Sendtomegs this', message is "this") public override void Use(Player p, string message) { Chat.GlobalMessage(".x " + message); } // This is for when a player does /Help Sendtomegs public override void Help(Player p) { p.Message("/Sendtomegs - Sends a command to megs server"); } }
  10. How do I implement global chat messages into a custom command? I use MCGalaxy
  11. Did you upload the right file (the ddl) to the right folder (root i think)?
  12. How to accidentally get canceled for 4h: Get in a situation that makes you have to break the one-word reply rule. It has happened to me before, but I'm sure that rule is there for a good reason.
  13. Very good! How are you?
  14. I have been offline, as far as this game is concerned, for at least 2 months, but I am back now! kilgorezer Blast from the past - My texpack: Kilgorezer2.zip
  15. In fact, I updated it.
  16. kilgorezer started following DarkPrincess
  17. Those are all the retextured blocks..
  18. Ok. I got a image.

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.