Since the update yesterday and wipe, plugin don't findΒ bandit camp anymore. I get the message "TownTeleport: Plugin was unable to locate bandit camp." I use a "Procuderal Map", someone know how to fix?
Plugin can't find Bandit
I've just had the same problem reported to me too. So probably needs an update @mvrb. π
Yeah I have the same issue.
It looks like the issue is due to the plugin searching for the chair.invisible.static entity to determine if the map has a Bandit Camp, which FacePunch has replaced. I'll be able to release a patch to fix this shortly.
Merged post
Go to line 378 and replace:
if (entity.name.Contains("chair.invisible.static"))With:
if (entity.name.Contains("chair") || entity.name.Contains("sofa"))This should solve the problem.
That worked for me. You will just end up in a differentΒ building thats all.
Thanks that worked