Hard Bases not spawningSolved

Apologies, but I can't seem to figure out what is wrong with my config.  Everything seems to be working as intended, except Hard level bases are not spawning.  Can you look at my config and see what I am doing wrong?

https://github.com/urofseron/RB/blob/main/RaidableBases.json

hello, if hard bases are not spawning then it is likely:

1. json error with the profile, which is suppressed when the plugin loads. use jsonlint.com or such to check the file, or post the link to the file here

2. Profile Enabled is set false in the profile

3. Difficulty is not configured in the profile (first option in every profile)

I loaded up this profile and it is spawning bases fine :p

Well....I dunno then.  I thought I had the profile correct, good to know I did.

I still can't figure out why Hard won't spawn.  I have 1-2 of every type, but have never had a Hard.  It has to be another setting I have off somewhere....

zip up the config and the oxide/data/RaidableBases folder and i'll check it out

you can also type rbe debug in the server console to see whats going on.

under Maintained Events in config:

"Include PVP Bases": false,

your profiles have Allow PVP true

any profile with this setting will not spawn via Maintained Events

set "Include PVP Bases": true,
set "Convert PVP To PVE": true,

As always, you nailed it.  That was exactly the issue and it appears that everything is working perfectly now.

Thanks!

no problem

Locked automatically