Files
WLUS/plugins/char_handler/plugin.json
Wesley a9c5b26d38 Replacing projects
I didn't like what I was working with in the Old WLUS, so I'm working on a rewrite. This is the initial upload of the rewrite.
2020-03-08 15:43:14 -04:00

8 lines
206 B
JSON

{
"name": "Char Handler",
"id": "char_handler",
"description": "This plugin handles all the character packets.",
"main_file": "char_handlers",
"type": "char",
"dependencies": ["serializables"]
}