Extensions

Top  Previous  Next

The server is highly extensible using what are called extensions. An extension is a collection of one or more ActionScript or Java files/classes that are used to add more functionality to the server. These extensions can be used as server-level event handlers, such as the Login Event Handler, as Managed Objects which come in handy for things like database connection pooling, or as Plugins. Plugins are run at the server level or at the room level and are frequently used to execute game logic.

See the Extensions section for more information on extensions.