Everything posted by Goodly
-
Server report #2
-
Porting from figura to ClassiCube
Assuming the blockbench model is generic format already, you can port them directly into cc using custom model plugin. https://github.com/NotAwesome2/MCGalaxy-CustomModels However, animations work completely differently and are more restrictive. Be sure to read the wiki guide linked on the repository.
-
Global Chat Messages
Use Chat.MessageChat(p, ".x " + message, null, true); The last arg true means it sends to discord/irc, false means it stays in-game only.
- Basica
-
what is happening to my server
Did you make sure your server is set to public? Otherwise, this is an issue for lemehost themselves: https://lemehost.com/site/contact
-
i need help with console
You need to contact lemehost for this type of issue.
-
Is there a way to change the limit of certain things?
It wasn't removed, just had no answers. - There is no built-in functionality to change the limit of title characters. Titles could be forced to be shorter than default using a plugin, but I'm assuming you wanted longer titles?
- Can I apply
-
how can I get plugins for my server
You can find a selection of plugins here, as well as a link to other lists of plugins at the bottom of the page. The plugin source code is all available for download, so you can make your own by editing one.
-
How do I make hacks disabled for a world?
To disable all hacks, use /map motd -hax You can add additional words to modify the permission: (allow staff to hack) /os map motd -hax +ophax (allow respawn) /os map motd -hax +respawn Use /help map motd for all possible + or - keywords you can use
-
How to blacklist and unblacklist people?
Blacklist from doing what? To modify level permissions for player "John": Visit permission: /pervisit -John Build permission: /perbuild -John To restore or increase permissions, use + before the name instead of -.
-
How to blacklist and unblacklist people?
Can you be more specific with what you're trying to achieve? There could be multiple meanings of blacklist. Are you a regular member, or staff?
-
MCgalaxy command list
You can use `/commands all all` to see a list of every single command, though that may not actually be too useful since there are so many. There are more specific options as well:
-
Problem with account and receiving emails?
It means you should change your email address immediately because ClassiCube can't send emails to it due to bounce or spam reports.
-
I thought 2d2t went full anarchy
I agree it's easy to be confused by 2d2t. I can understand why they think it's not anarchy, but they're just mislead. It still is one. Not a normal one, but an anarchy server nonetheless. "All users have the same potential for power on any server, if they just use their social skills to gain staff positions." Very cool point, actually. I'll have to come up with a better way to describe anarchy servers. Maybe this: An anarchy server is a server where Players cannot be prevented from joining the server, and the host may step in and violate the second clause to ensure this All players have the same potential to influence the world, in perpetuity just don't think about Panda's /BanAll Anarchy and it works I swear
-
I thought 2d2t went full anarchy
In order for this equivalence to make sense, it would have to be possible to gain full staff powers on any server just by making a custom client, but it clearly isn't. There's a meaningful difference between the power structures of, say, 2d2t and NA2. I define an anarchy server as one where all users have the same potential for control over the world and other players. 2d2t meets this criteria, whereas other servers that are not labelled anarchy do not.
-
I thought 2d2t went full anarchy
2d2t is full anarchy still and always has been. What you fail to understand is that anarchy does not mean "It must be griefed and it must be possible to permanently destroy people's stuff". It only means "there are no rules set in place by the staff or owner of the server". The rollback was performed by a regular player who decided to use their coding skills to create bots that allow them to fix up grief. Nothing here violates the idea of an anarchy server.
-
Where is the MCGalaxy infid Source Code?
-
i have a problem
If you are using the web client: Use /client cleardenied, then rejoin the server and make sure you download its texture pack when asked. If you are using desktop client: repeat the above steps, and make sure you have chosen "Enhanced" mode from the game launcher.
-
Weird custom texture pack clouds have square lines
Ok, find a better texture pack that has properly repeating cloud texture then?
-
how do custommodels work in game
You need to fix the rotation origin points. https://github.com/NotAwesome2/MCGalaxy-CustomModels/wiki#information-part-2-pivot-points
-
Does the Steam version of ClassiCube have the og Minecraft Textures?
No, it uses custom textures. You can just replace them manually with the OG textures after you get the steam edition though.
-
im scared
The old man is a "/tempbot" meaning it won't show up in /bots because it's only seen by you. It looks like the code that spawns the old man in main somehow got triggered while you were in your map, which meant the old man appears in your map at the coordinates he normally spawns in main.
-
McGalaxy server keeps showing error after updating.
You should be able to do /punload rainbow, then /pcompile rainbow, then /pload rainbow to fix it.
-
McGalaxy server keeps showing error after updating.
It's rainbow chat plugin. There's currently no updated version, so you'll just have to remove it.