refactor: 🚚 Begin rebranding to Versia Server

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:16:01 +02:00 committed by April John
parent 06c65559d1
commit c10da18182
58 changed files with 2377 additions and 242 deletions

View file

@ -1,9 +1,9 @@
{
"name": "@lysand-org/kit",
"name": "@versia-org/kit",
"module": "index.ts",
"type": "module",
"version": "0.0.0",
"description": "Framework for building Lysand Server plugins",
"description": "Framework for building Versia Server plugins",
"author": {
"email": "contact@cpluspatch.com",
"name": "CPlusPatch",

View file

@ -18,7 +18,7 @@ export class Plugin<ConfigSchema extends z.ZodTypeAny> {
}
/**
* Loads the plugin's configuration from the Lysand Server configuration file.
* Loads the plugin's configuration from the Versia Server configuration file.
* This will be called when the plugin is loaded.
* @param config Values the user has set in the configuration file.
*/
@ -65,7 +65,7 @@ export class PluginConfigManager<Schema extends z.ZodTypeAny> {
}
/**
* Loads the configuration from the Lysand Server configuration file.
* Loads the configuration from the Versia Server configuration file.
* This will be called when the plugin is loaded.
* @param config Values the user has set in the configuration file.
*/