hello everyone
I'm running an SCP:SL server on Pterodactyl for testing my plugins and created a custom egg to install LabAPI. LabAPI seems to be installed correctly, and I can see in the logs that it loads successfully:
[INFO] [LabApi] [LOADER] Successfully loaded LabApi, Version=0.4.0.0
[INFO] [LabApi] [LOADER] Successfully loaded NorthwoodLib, Version=1.3.1.0
[INFO] [LabApi] [LOADER] Loading all plugins
[INFO] [LabApi] [LOADER] Enabling all plugins
However, no plugins seem to be loading, and the commands to list plugins (plugin list, plugins list, etc.) do not exist in the console:
[2025-02-22 03:30:22.901 +01:00] Command plugin does not exist!
[2025-02-22 03:30:34.903 +01:00] Command plugins does not exist!
I also checked the logs (latest.log) but there are no errors related to plugins.
And also it seems my plugins aren't loaded because i tried adding some logs on my plugins code. (I forgot to mention that my dependencies file on LabApi folder on my server is empty. I dont know if its the problem .)
Does anyone have an idea of what could be causing this issue? Is there another way to check if plugins are being loaded in LabAPI?