1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"namespace": "UserScripts",
"displayName": "User Scripts",
"version": "1.0.0",
"synchronyVersion": "4.1.1",
"description": "A simple mod which adds a menu option to make it convenient to run callbacks for quick scriptable actions and debug mod scripts.\n\nRequire the mod without making a hard dependency like this:\n\nlocal hasUserScripts, UserScripts = pcall(require, \"UserScripts.UserScripts\")\n\nThen, the success value (hasUserScripts) can be checked before using UserScripts.add(label, callback).",
"author": "TheLegendaryOrb",
"dependencies": {},
"api": {"scriptPath":""},
"icon": "UserScriptsIcon.png",
"banner": "UserScriptsBanner.png",
"tags": [],
"name": "UserScripts_io_5105664",
"changelog": "",
"homepageURL": "https://mod.io/g/crypt/m/userscripts",
"modioID": "5105664",
"modioUserID": 24922981,
"pendingVersion": "1.0.0",
"visibility": 0
}
|