Hello. Tell me, will this plugin work if the player has permission? And is it possible to somehow make it work for everyone on the server without permission? That is, I put it on my server and the plants stopped dying.
Question about the pluginSolved
Yes, you need to set the permission. To set permission to everyone, admin need to use this command in the console :
oxide.grant group default eternalplants.use
Lorenzo
Yes, you need to set the permission. To set permission to everyone, admin need to use this command in the console :
oxide.grant group default eternalplants.use
Is it possible to somehow rewrite the code so that the plugin would work for everyone by default at once? there is a small code in the plugin, maybe you need to delete some lines?
Diman421997
Is it possible to somehow rewrite the code so that the plugin would work for everyone by default at once? there is a small code in the plugin, maybe you need to delete some lines?
All players are placed into the "default" group when they join the server, so granting permissions to "default" is effectively giving everyone the permission.
Okay, I get it. Thanks))0x89A
All players are placed into the "default" group when they join the server, so granting permissions to "default" is effectively giving everyone the permission.
Locked automatically