How to Set Permissions Priority Loading

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

cokll

Well-known member
Joined
Jan 30, 2018
Messages
36
I made a plug-in that needed Permissions.
But it always loads before Permissions, causing it to fail to start.
05/20/19 12:44 [API][info] Loaded plugin AdminsPermissions V1.0 (No description)
05/20/19 12:44 [API][info] Loaded plugin ArkAdvert V1.0 (No description)
05/20/19 12:44 [API][warning] (API::PluginManager::LoadAllPlugins) Plugin ServerChat does not exist
05/20/19 12:44 [API][info] Loaded plugin Permissions V1.0 (No description)
 
I made a plug-in that needed Permissions.
But it always loads before Permissions, causing it to fail to start.
05/20/19 12:44 [API][info] Loaded plugin AdminsPermissions V1.0 (No description)
05/20/19 12:44 [API][info] Loaded plugin ArkAdvert V1.0 (No description)
05/20/19 12:44 [API][warning] (API::pluginManager::LoadAllPlugins) Plugin ServerChat does not exist
05/20/19 12:44 [API][info] Loaded plugin Permissions V1.0 (No description)
either rename your plugin to start with zz or in Visual Studio click property manager, then click Linker -> Input -> Deley Loaded Dll's -> type Permissions.dll here
 
either rename your plugin to start with zz or in Visual Studio click property manager, then click Linker -> Input -> Deley Loaded Dll's -> type Permissions.dll here
Thank you very much. I'll try it now.
 
Back
Top