[MMO] Core Library

[MMO] Core Library 2.2.7

No permission to download

mdandu

Administrator
Staff member
Nov 10, 2024
695
9
18
mdandu submitted a new resource:

[MMO] Core Library - Toolbox for our xF2 add-ons

A library that contains helper functions for our add-ons.

1. Introduction
During use, Add the requires section to addon.json to document the dependancy:

PHP:
{
    "require": {
        "MMO/CoreLib": [
            2020270,
            "[MMO] Core Library v2.2.2+"
        ]
    }
}

2. Template additions

We are adding various functions for templates that will make it easier for you to work with them, as well as add several useful functions.

Template Function...

Read more about this resource...