Question about the pluginSolved

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.

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

Iq21dlQIlYnlQTl.jpg 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?

S6TtSxXaPOY3kZk.jpeg 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.

wXLxOgFUEnSjh1r.png 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.

Okay, I get it. Thanks)) 
Locked automatically