OTv4 is now pterodactyl panel compatible!

This commit is contained in:
DJj123dj
2024-08-22 15:45:38 +02:00
parent 8e730fdfae
commit 7dd9bf1ac0
15 changed files with 141 additions and 144 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (utilities.project != "openticket") throw new api.ODPluginError("This plugin
if (!utilities.isBeta) throw new api.ODPluginError("This plugin is made for the beta version of Open Ticket!")
//Add Typescript autocomplete support for plugin data. (!!!OPTIONAL!!!)
declare module "../../src/core/api/api.ts" {
declare module "../../src/core/api/api.js" {
export interface ODConfigManagerIds_Default {
"example-plugin:config":api.ODJsonConfig
}