Troubleshooting - TheClowner/ccRides-Support GitHub Wiki
Here's some solutions to common problems people have:
Clearlag removes all the ride entities when it clears.
Make sure
integrations.clearlag
is set totrue
in ccRides's config.yml, and ensuresettings.enable-api
is also set to true in ClearLag's config.
I've set a price but it's not charging me for the ride.
Make sure
integrations.vault
is set totrue
in ccRides's config.yml, and that you have Vault installed.
My ride errors when I try to enable it.
Make sure you've set both
BASE_LOCATION
andEXIT_LOCATION
for that ride before trying to enable it.