Jump to content
  • Sign Up

icanttellyou

Member
  • Content Count

    287
  • Joined

  • Last visited

  • Days Won

    21

icanttellyou last won the day on April 19

icanttellyou had the most liked content!

Community Reputation

68 Cool Cuber

Recent Profile Visitors

2,676 profile views
  1. ... Why would you be embarrassed of being corrected. The definition of kid can be very loose in some cases. So you really shouldn't worry about it.
  2. Well for one don't be annoying. No one likes when you're annoying. As I had a similar encounter with an annoying person named "jolinhoarys" and everyone on that server kept voting them to be banned and constantly asked players on the server random questions and constantly griefed. I ended up banning them, and now they won't stop harassing me on other servers begging me to unban them.
  3. Who was even saying you are a kid? Yourself or who? Don't be embarrassed to be corrected on anything.
  4. Even if you are actually 14. DO NOT JOKE, LIE OR MISLEAD ABOUT YOUR AGE ANYWHERE. You may end up getting yourself banned from a server or a platform like Discord if you do something like this. But as Goodly has said in what scenario would one even lie to "get out of a situation"?
  5. This was originally supposed to be in the ModernLighting branch but it got scrapped over performance and resource issues. Additionally it didn't look good in most cases which is older classic maps.
  6. I recommend against doing this. Using direct connect requires disabling authentication which means anyone can impersonate as any player. Instead what you can do is copy the link provided and send it to your friends. They can join using the link in 2 ways. One being by simply clicking and using the web client. Second being by pasting the URL in the "classicube.net/server/play/..." box (see attached image) and clicking connect. Otherwise you can make the server publicly listed and enable a whitelist instead.
  7. You mean to set up a Discord bridge? If so it's pretty simple to set up. Go here to learn how to set the bridge up.
  8. /os add is if the server is running MCGalaxy 1.9.5.0 (which is yet to come out, some servers run development versions however) or newer. If the server is running 1.9.4.9 then you should use /os map add instead.
  9. You need to use a HandlePlace delegate instead and set that for the level you want the logic to work on using the following code //You want this to be called when the level is loaded. //BLOCK_ID is the block id you want to target. To target all simply make a for loop of range [0, 1024) level.UpdateBlockHandlers(BLOCK_ID); //This is an event which takes OnBlockHandlersUpdated delegates, you want to register this in your plugin //You may want to add a check to make sure this only sets the proper place handler. void OnBlockHandlersUpdated(Level lvl, BlockID block) { //Ensure if the map this event is called for is the one the plugin is targeting //Remove this if you want to target every map. if (lvl != pluginLevel) return; //You may want to retain the original place handler, so you might use a lambda here to invoke the original place handler. //I'm unsure if there is a different method to basically override the placement handler whilst retaining the original logic in place. lvl.PlaceHandlers[block] = PlaceHandler; } Some other advice to look through Zombie Survival code to see how they did finite blocks.
  10. The “requires latest version of MCGalaxy” comment is false as 1.9.5.0 is not even out yet, and to be more correct is to specify that it needs a development build which version themselves as 1.9.4.9 annoyingly. A minor nitpick but whatever…
  11. Why are you running the server as admin?
  12. This is no other than some chrome server with a crappy PVP texture pack, unimpressive main, built together with only plugins found on public GitHub repos and advertisement of features that don't even exist
  13. Look into /help newlvl and /help os map
  14. They won't do anything as the rules allow that. Basically it's best advice to not play on that server as it's a platform for hate speech.
  15. The server has verify-names disabled which means anyone can join under any name, and thus you should know just because someone is playing under their name doesn't mean it's them. In most cases it's probably someone impersonating them.
×
×
  • Create New...