Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to change max ride price from within the plugin #43

Open
James103 opened this issue Dec 29, 2020 · 0 comments
Open

Ability to change max ride price from within the plugin #43

James103 opened this issue Dec 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@James103
Copy link

if (!config.getUnboundPriceEnabled()) {
// Max price is $20 via the UI.
priceInDimes = Math.min(priceInDimes, 200);
}

Would it be possible to allow the 200 ($20.00) max ride price to be changed from a plugin setting? For example, I only want to charge up to $10.00 per ride as that's the minimum amount of money guests spawn with.

@mgovea mgovea added the enhancement New feature or request label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants