#LabApi plugin not correctly charging

1 messages · Page 1 of 1 (latest)

muted summit
#

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?

onyx blaze
#

how are you installing plugins, are you using the p command?

muted summit
#

I'm installing plugins by placing the .dll files inside /LabAPI-Beta/plugins/ on my server. I expected them to load automatically, but they don't seem to be detected. Is there another method I should be using to install or enable plugins?

onyx blaze
#

that is the correct method, something else must be wrong

#

can you link the github of one of the plugins you installed?

muted summit
#

its my plugin i m coding on visual studio (my plugins are still loaded on plugin api or exiled on other server) i 've made a version for labapi and it doesn't load

#

code is correct (i think) , my dll on library too

onyx blaze
#

i see, did you inherit from Plugin or Plugin<TConfig>?

muted summit
#

Plugin<TConfig>

#

and it still doesn't load

onyx blaze
#

strange, can you check the latest LocalAdminLog and see if there are any errors in there while its loading plugins

muted summit
#

do you want my ptero egg maybe ? even if i think its isn't the problem

muted summit
onyx blaze
#

i think its unlikely to be the eggs problem, not unless you want to try running it locally and it works

#

can you DM me the log i would like to take a look

onyx blaze
# muted summit Plugin<TConfig>

oh i see you mentioned EXILED, are you sure the type is from the LabAPI? hover over it in VS and see what namespace its from

muted summit
#

actually i m not using exiled, i've just mentionned that my plugins are loading on plugin api and exiled (on different version) et i did a labapi version to migrate my work

#

i don't see anything suspicious

onyx blaze
#

hmmm, can i see the code for the plugin class

muted summit
#

that's when i put northwoodlib.dll and labapi.dll in dependencies folder on labapifolder

#

does that help ?