Hi @Wulf, I uploaded one plugin for Itemv2 only, but at the uMod compiler I'm getting errors like I'm trying to run itemv2 plugin at legacy server, so what I need todo?
Errors when compiling plugin for Hurtworld itemv2 on build serverSolved
The CI on our site is setup to only compile with with Hurtworld itemv2 right now as far as I know. The compiler also has nothing to do with the game server being used, it is independent of them.
In response to Wulf ():The CI on our site is setup to only compile with with Hurtworld itemv2 right now as far as I know. T...
I'm getting this error
Which is basically trying to run this plugin at legacy server, because hw legacy doesn't have beds.
NoBedCooldown.cs(24,24): error CS0103: The name "BedMachineServer" does not exist in the current context [klauz24/NoBedCooldown/1.1/NoBedCooldown.csproj]
Which is basically trying to run this plugin at legacy server, because hw legacy doesn't have beds.
Then that would mean that it is using Hurtworld Leacy right now instead of itemv2, and won't work for itemv2 until branches are fully supported with our CI/build server.
On a side note, you should be using OnPlayerRespawned instead of OnPlayerConnected; and there's no need to set the default cooldown for users without the permission, since that would be the default. ;)
On a side note, you should be using OnPlayerRespawned instead of OnPlayerConnected; and there's no need to set the default cooldown for users without the permission, since that would be the default. ;)
Fixed
Locked automatically