Skip to content

NoetherEmmy/intransigentms-scripts

Repository files navigation

intransigentms-scripts

Scripts for the IntransigentMS Maplestory private server.

Main repo (server code) can be found here: https://github.com/NoetherEmmy/intransigentms

These scripts are evaluated by the Nashorn engine, so everything here must be compliant with the ECMAScript 6 standard, with a few exceptions for special features of Nashorn. Notably:

  • Importing classes/types

    const MapleCharacter = Java.type("net.sf.odinms.client.MapleCharacter");
  • Printing to the console for debugging purposes

    print("test");

For coding style, see the guidelines.

Releases

No releases published

Packages

No packages published