Jump to content

icanttellyou

Glod Menbie
  • Joined

  • Last visited

  1. icanttellyou changed their profile photo
  2. Did you use ChatGPT to make the plugin and this post?
  3. Considering that the plugin is worked on from an IDE, and the steps are clearly outlining how to create more advanced plugins (with proper projects, rather than all the code being in a single .cs file) such syntax does work. Also it's 2025, and why are we still using .NET Framework 4.0? Shouldn't we actually be making plugins in .NET 9? It's not too hard to build and run MCGalaxy with .NET 9. And such setup should work fine with .NET 9, given we actually use a recent version of Visual Studio, or an IDE like JetBrains Rider (which is what I use personally).
  4. ninjaguy666 started following icanttellyou
  5. How does garbage.loan know on which servers a certain asset is seen in? And is there a way to avoid having a server be listed under there, for example if a server is supposed to be private? Or is the server not listed if it is not public?
  6. Does the bot have the Send Messages permission in the channel it is set to send messages to?
  7. I think you did not enable the message intents in the settings for the bot on the Discord developer panel.
  8. But why? Why do you need an emoji font for ClassiCube? ClassiCube doesn't even support emojis, not even with the TTF font option enabled.
  9. I've been working on my Classic bot, written in Java, since April 2023. It has plenty of building commands and neat features like making a top down level render and even multi-bot support for faster building. Below is a top down render of 2d2t, made using my bot. I would have posted a demo video of the functions, however I forgot to change OBS settings and ended up recording everything in 480p, and I'm not in the mood to re-record everything
  10. It's most likely a server, on the server list. Not sure which server it might be, however it is one of those servers.
  11. Do /update latest to use latest dev build of MCGalaxy, as the latest stable build of MCGalaxy swallows all standard error outputs. If you used the latest dev build it will give you a list of all compile errors within the plugin you try to compile.
  12. Google "how to port forward". There is simply no other way to use MCGalaxy without using UPNP other than to port forward.
  13. This is bad advice. To properly delete a level you use /deletelvl [level name] from console or in-game to delete it.
  14. You must join the server on other devices not hosting the server using the computer's IP Address, to find it you use a tool like ipconfig, or check your router which devices have which IP.
  15. Oudadmine started following icanttellyou
  16. I'm unsure if Starlink gives a static, non-CGNAT IP address, but from what I know from someone who actually uses Starlink that it is impossible to port forward.
  17. Not possible to do something like this in MCGalaxy alone. It'd require a client-side plugin as well.
  18. An image speaks a thousand words.