All Activity
- Past hour
-
MCGalaxy Help Hiding
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?
-
Good_boi started following i need a system file again
-
i need a system file again
im sorryy i come here cuz its classicube forums but i need a system file. its in windows 10 or 11 (usually) in C:\Windows\Fonts\seguiemj.ttf. the file name is seguiemj.ttf (its a Segoe UI Emoji font file) can some give me that??? (edit) Bruhhhhhhhhhhhhhhhhhhhhhhh litrally is it a sin or smth like that if i ask for a system file i will just scan it with virustotal.com that uses 50 antiviruses to scan the file please help me .
-
jshtab changed their profile photo
-
JJKAY645 changed their profile photo
-
woiiiiiiii changed their profile photo
-
1Lighty changed their profile photo
-
nobhkybsh changed their profile photo
-
Howling_cubist changed their profile photo
-
JayTS_Gaming changed their profile photo
-
Mon changed their profile photo
-
4LTIZ changed their profile photo
-
Mr.anonymous_z changed their profile photo
- Today
-
whats the history of mcgalaxy (and other server sotwares we had before and after it)? (im doing a litle research)
JTE’s software and Myne (aera’s software) were developed in parallel and were the first 2 common custom servers.
-
whats the history of mcgalaxy (and other server sotwares we had before and after it)? (im doing a litle research)
cool, before this we had something? or mcsharp was the first server software for classic mc?
- Yesterday
-
whats the history of mcgalaxy (and other server sotwares we had before and after it)? (im doing a litle research)
MCGalaxy was based on MCForge, which was based on MCLawl, which was based on MCZall, which was based on MCSharp
-
-
whats the history of mcgalaxy (and other server sotwares we had before and after it)? (im doing a litle research)
Whats the history of mcgalaxy? where did it came from? what we had before it? ive really got into classic mc stuff and start to wonder about this stuff, i want to know how did we get where we are now thx
-
RainZhang started following MCGalaxy Help Hiding
-
MCGalaxy Help Hiding
I have a secret command on MCGalaxy, but I want to hide it from people so they can't do /help on it or accidentally find the command. Also, as a bonus, is there a way to prevent them from using / again to see the command?
-
i need a system file
It’s generally not a good idea to ask strangers for system files.
-
Good_boi started following i need a system file
-
i need a system file
im sorryy i come here cuz its classicube forums but i need a system file. its in windows 10 or 11 (usually) in C:\Windows\Fonts\seguiemj.ttf. the file name is seguiemj.ttf (its a Segoe UI Emoji font file) can some give me that???
- Last week
-
GreenAxol35 started following Goodly
- Add Arm Width Toggle on Skin Section in Account Settings
-
GreenAxol35 started following Add Arm Width Toggle on Skin Section in Account Settings
-
Add Arm Width Toggle on Skin Section in Account Settings
I think there should be a toggle that makes it so your arm is thinner (or not) in the skin section of the account settings page. I recently encountered an issue where i used skin swatch to change my skin to a temporary one (so i wasn't using the default), and that skin had thin arms. When i later changed it to my new skin the thin arms remained and there was no toggle, so i had to change my skin to the default using SkinSwatch TWICE for the arms to return to normal. I don't know if there are preexisting checks to make arms thinner based on the texture but still, i think a toggle would make this less of a headache.
-
RainZhang started following MCGalaxy Perm Problem
-
MCGalaxy Perm Problem
I have a server at InfiniBuild, and I accidentally deleted all of the ranks and redid the perms and changed the commands to their respective ranks, it shows usable by 50+ when in the settings it shows usable by Guest. Can anyone help with this problem?
-
Problems on the PS Vita version of Classicube
Have you heard of something called 'Tact'?
-
jasperDS joined the community
-
-
-
Help me for the search!
No more search :D
- Help me for the search!
-
mrsyrup started following Help me for the search!
-
Help me for the search!
I was on a server on ClassiCube, and someone was on the server called A3AB. We chatted for a while, and it was fun, but he had to go. I would have liked to stay in touch! But I didn't want to like text him or something like that. So we could chat through forms! But sadly, I didn't know we could at the time, so I was thinking we could find him and reunite next time he's online! I sadly don't have a lot of evidence except a screenshot. So if any people could find him, I would be super happy!
-
Problems on the PS Vita version of Classicube
While I agree with your thoughts (mostly from experiences on other ports), I think you could've handled this better without the childish tantrum. You are getting ahead of yourself and forgetting that the Vita port was developed on an emulator. There aren't many Vita owners in the community that are active and contributing.
-
Problems on the PS Vita version of Classicube
The control scheme is horseshit. There isn't a proper way of using the hotbar, the d-pad could be mapped to something useful but apparently an analog stick wasn't enough and moving is mapped to the d-pad aswell. Same thing with the camera; it's mapped to the right analog stick AND front touchscreen when it could be used for easier access to hax for example. The shoulder buttons are flipped so the L button breaks and the R button places. That is an easy fix but might as well mention it here. Oh yeah, the rear touchpad PLACES out of all things. Why couldn't the controls be copy-pasted from the official PS Vita Minecraft? The keyboard is way too small, can't be controlled without the touchscreen, the flashing cursor glitches out the entire textbox and need to type the first letter of your message twice. The PS Vita doesn't have it's own tag. Absolute disgrace.
-
A3AB joined the community
-
RodrigoG4briel joined the community
-
mrsyrup joined the community
-
aahil833 joined the community
-
MCGalaxy Custom Command Compile Error
That fixed it, thanks!
-
MCGalaxy Custom Command Compile Error
When you see "Object reference not set to an instance of an object", that means it's trying to get the value of a variable in your code, but because that variable is null, it fails to find anything. The issue is that PlayerAwards.Get(p.name) can give you either: List<string>, a list of 0 or more awards that the player has got before null, if the player has never gotten an award before You cannot call .CaselessContains on a null variable because that function requires a valid string to run. The solution is not to call PlayerAwards.Get and CaselessContains in the same line, so that we can check if the list is null first. By the way, please make sure you indent the code (tab or four spaces) every time there is an open bracket {, otherwise the code will become extremely difficult to understand. An example of fixes is attached. CmdGiveInsane.cs
-
MCGalaxy Custom Command Compile Error
Now there's this error when using /giveinsane [user]: !!!Error (Object reference not set to an instance of an object) - See Logs tab for more details The logs show this longer version: Type: NullReferenceException Source: MCGalaxy_ Message: Object reference not set to an instance of an object Trace: at MCGalaxy.Extensions.CaselessContains (System.Collections.Generic.List`1[T] items, System.String value) [0x00000] in <f309205a56554c158910ca5ef34fa632>:0 at CmdGiveinsane.Use (MCGalaxy.Player p, System.String message) [0x0000c] in <5bd5b930cfd5436dbb6e2f13c1219d68>:0 at MCGalaxy.UI.UIHelpers+<>c__DisplayClass3_0.<HandleCommand>b__0 () [0x00000] in <f309205a56554c158910ca5ef34fa632>:0 Please help! BTW, source code for reference attached CmdGiveInsane.cs
-
MCGalaxy Custom Command Compile Error
You're missing a lot of code that's required for a custom command, for instance the command class itself. You can use /cmdcreate to generate a working template that you can change.
-
MCGalaxy Custom Command Compile Error
I'm trying to use /compile on a custom command I made in MCGalaxy, and when I try to compile the below code(C#), it shows this error: Error #CS1525 on line 3 - Unexpected symbol 'void', expecting 'class', 'delegate', 'enum', interface', 'partial', 'ref', or 'struct' Code: using MCGalaxy.Modules.Awards; public override void Use(Player p, string message) { const string myAward = "Insane"; bool hasAwardAlready = PlayerAwards.Get(p.name).CaselessContains(myAward); if (hasAwardAlready) { p.Message("You have already claimed this award!"); return; // When we write return, that will quit running the command so that the code below doesn't run } //Give the player the award if they haven't already gotten it Command.Find("award").Use(Player.Console, "give "+p.name+" "+myAward); }
-
The classic anarchy experience
what? (banned for 4 hours no 1 word posts)
-
The classic anarchy experience
Goodly back at it again