3.0.0 Compile Error

I get the following error when upgrading the plugin:

Failed compiling 'TebexPlugin.cs':
  1. It is not legal to use nullable type 'string[]?' in a pattern; use the underlying type 'string[]' instead. [CS8116]
     (Internal 62 line 544)​
@tebex

Hello! This happens when using CarbonMod instead of Oxide. Unfortunately we don't officially support Carbon.

xFBVoBSZpnkcDsw.png tebex

Hello! This happens when using CarbonMod instead of Oxide. Unfortunately we don't officially support Carbon.

lol omg
BoU99rXeef64szX.png tebex

Hello! This happens when using CarbonMod instead of Oxide. Unfortunately we don't officially support Carbon.

Carbon is used by most servers now, so you should probably start supporting it or you will lose people who are using your platform for their VIP kit sales. 

1ZMrX8TJZNuKZKe.png dustyhansen
lol omg

I have a fix. There are only "2" lines that need updated in the .cs file. 

Line 4988:
private static readonly (string Key, string Title, int Col, int Band, int Rows, string[]? Cols)[] HealthCards =

change "string[]?" to just "string[]"

Do the same on line 5017.

Once you click save, it should auto-reload the plugin, if not, reload the plugin and walla!

I had to reconnect the server to the website after by using that special key thing, but it appears to be working now. 

Thump1t

I have a fix. There are only "2" lines that need updated in the .cs file. 

Line 4988:
private static readonly (string Key, string Title, int Col, int Band, int Rows, string[]? Cols)[] HealthCards =

change "string[]?" to just "string[]"

Do the same on line 5017.

Once you click save, it should auto-reload the plugin, if not, reload the plugin and walla!

I had to reconnect the server to the website after by using that special key thing, but it appears to be working now. 

thanks! are you having trouble with any of the commands? it looked like some of them might have been coded in with o.xxxx.