Resource icon

kashif

Administrator
Staff member
VIP Member
Email Verified
kashif submitted a new resource:

[MMO] Core Library - Download Free [MMO] Core Library

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:
JSON:
{
"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 difference time in a human...

Read more about this resource...
 
kashif updated [MMO] Core Library with a new update entry:

[MMO] Core Library v2.2.4 Xenforo Free

Add helper for html
Add helper Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
Add helper for Determine if a given string starts with a given substring
Sort collections by key when given a string even when key is callable
Add Uncountable word forms
Adds a few PHP 8.1 related changes

Read the rest of this update entry...
 
Top