Drakon Drakon
Admin / Mod
Admin / Mod
Staff member
Administrator
Owner
Moderator
Member
Reputation: 17%
Points
8
Solutions
0
Drakon submitted a new resource:
[MMO] Core Library - Core Library Needed To Run Certain Other Addons
Read more about this resource...
[MMO] Core Library - Core Library Needed To Run Certain Other Addons
1. Introduction
During use, Add the requires section to addon.json to document the dependancy:
JSON:
Code:{ "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: mcl_diff_for_human
Get the...
Read more about this resource...