Plugin no longer workingFixed
Morning,

This plugin no longer works as of today.

I am not receiving any errors when loading the plugin so cannot really be any more specific than that I'm afraid.

Regards, 
Probably because of this "NoWorkbench v0.1.50' is using deprecated hook 'OnPlayerInit', which will stop working on Monday, 01 June 2020. Please ask the author to update to 'OnPlayerConnected(BasePlayer player)'"
gncyltrk
Probably because of this "NoWorkbench v0.1.50' is using deprecated hook 'OnPlayerInit', which will stop working on Monday, 01 June 2020. Please ask the author to update to 'OnPlayerConnected(BasePlayer player)'"

Cheers dude,

Hopefully the author will see this thread.

Temp workaround: Time Execute: To reload the plugin every x seconds (I've set mine to every 60 seconds). It will apply the effect to people once the plugin is reloaded.

Open the .cs file on any text editor and replace every OnPlayerInit with OnPlayerConnected.
You can replace "OnPlayerInit" with "OnPlayerConnected" by editing the .cs file. If you don't want to do it yourself, you can copy the following and put it in your .cs file instead

Moderator edit: Please do not post random plugin versions in forum threads, thanks.
Cheers chaps,

I didn't realise it was that much of an easy fix.
Locked automatically