Jump to content

Goodly

Moderator
  • Joined

  • Last visited

Everything posted by Goodly

  1. Goodly posted a post in a topic in Garbage Loan
    I sure hope AndrewPH gets fired for this blunder
  2. Because the server is setup in an attention seeking and mysterious way. Disconnect message is "Skew issue" rather than something clear like "This server is private". This can make players wonder if they've been personally excluded rather than knowing it's a whitelist The name of the server keeps being changed to parody other servers, further bringing attention from any players who are regulars of the parodied servers It often has a significant amount of players online compared to the average server, prompting further questions about what's going on there
  3. What happened to our titles that denoted how many fake internet points we accrued
  4. Uninstall the SteamRichPresence plugin.
  5. You broke our rules by changing other people's builds. I went out of my way to preserve the flags you built after undoing your other edits. You can appeal your blacklist by asking anyone who has the star symbol before their name in-game, but the forums are not for ban appeals.
  6. have you considered that another one of the players is restoring the lobby
  7. (pretend my account only has 1 post as I say this) wow thats really freaky theres someone in the fog in your picture. nice house btw
  8. The only purpose of the textures at the bottom is for convenience if someone is using the texture pack and wants to add some custom blocks. They are just a few basic textures which I think are generally useful
  9. in 7 years i will add anything further and then make fun of you for this post !
  10. Goodly posted a post in a topic in General Tomfoolery
    As a Someone whos been playing for a few weeks heres my experience Joins Goes to freebuild Gets blacklisted immediately
  11. Only plugins that were created for the ClassiCube client (e.g. NOT MCgalaxy plugins) can work if placed in the plugins folder. You can find some here: https://github.com/ClassiCube/ClassiCube-Plugins
  12. It's not possible to do this. An alternative could potentially be to type: /bind [block] train to make every [block] placed become a train. However, it's only for the player who types it, and it resets when they log out.
  13. It's a somewhat complicated process but the basic step you're missing is adding a material to the object that uses the terrain.png texture that the map uses. Better help can probably be found from googling "Blender add material and texture", I haven't done it in a while. Ideally, you also use a node shader in order to get correct transparency and to skip rendering the backside of things like plants (so they match CC rendering). Something like this:
  14. You will need to go to this page https://github.com/ClassiCube/ClassiCube-Plugins/tree/master/ObjExporter/bin Then click the given DLL for your system and hit the download file button
  15. Goodly posted a post in a topic in I Need Help!
    Make sure you're placing the blocks at y = 0 (the very bottom of the world) There's really no reason to make the level that tall
  16. Goodly posted a post in a topic in I Need Help!
    Try orderblocks plugin: https://github.com/NotAwesome2/Plugins#orderblockscs
  17. Goodly posted a post in a topic in MCGalaxy
    Change the property of "admin-verification" to false in properties/server.properties or in the "Security tab" of settings if you are using the GUI
  18. https://discord.gg/e98spzJ
  19. in around 5 hours when 123dmwm the host gets off work
  20. You're moving the goalposts. You said at first that there were no servers that function as anarchy. Now you're saying they have no players, which is often true, but is a completely different thing. If you want a server to not be dead, you've gotta be the one to hang out there a bit. People will often join if there's 1 player or more At least 3 of these servers have no rules and aren't like basic freebuild servers at all. I think you're just being a bit lazy and not checking them
  21. The server crashed. See:
  22. Goodly posted a post in a topic in ClassiCube Central
    If the server is no longer there, it's down. It crashed
  23. For each of these servers, explain why they don't function as anarchy
  24. Goodly posted a post in a topic in I Need Help!
    Once the plugin is installed, the new world gen types should show up as themes in the command /help newlvl themes Check this page for more info about creating levels: https://github.com/ClassiCube/MCGalaxy/wiki/Creating-levels This plugin seems to have a really complicated way to input arguments. Basically you need to specify custom arguments in json format using the "seed" argument of the /newlvl command. For instance: /newlvl myworld 128 128 128 indevadventure {"type": "Floating", "theme": "Desert", "structure": "Fort"} Check /help newlvl indevadventure for more info