Solved What does NMS stand for?

Discussion in 'Plugin Development' started by EgyptianKing, Oct 11, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    EgyptianKing

    Title. Sorry if this is the wrong section, couldn't find any other that would fit.
     
  2. Offline

    GeorgeeeHD

  3. Offline

    Cirno

    Not Much Sense.
    (Really now; it's net.minecraft.server)

    Don't touch NMS unless you absolutely know what you're doing. NMS is nit-picky on what goes on within it and has very little exception handling. The reason why I say it's "Not Much Sense" is because the fields and methods within NMS are often times obfuscated, resulting in strange names such as "bd()" or "this.ac". NMS is also very volatile; making the slightest of error will often result in the entire server crashing and in some cases, the client with it. Pass the wrong integer, you crash the server. Add 1 to something you weren't supposed to, you crash the server. You rip the tag off the mattress and visit disney.com without parent's permission, you crash the server.

    Just be warned. NMS is a beast that needs taming at first, and requires a lot to upkeep.
     
    xTrollxDudex and EgyptianKing like this.
Thread Status:
Not open for further replies.

Share This Page