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

Costs for home invites? #42

Closed
D3v3l0per opened this issue Feb 16, 2015 · 3 comments
Closed

Costs for home invites? #42

D3v3l0per opened this issue Feb 16, 2015 · 3 comments

Comments

@D3v3l0per
Copy link

Hi,

I've been trying to solve a little problem but haven't really found any solution to that so far...:
I can't set the costs for home invites in economy.yml.

I added "homeinvite: 50" under the category "cost".
Although I set the costs to 50, no money is taken from my account.
Here's my economy.yml: http://pastebin.com/uhMQYMiK

I'm using HSP build #615 (the newest) and Vault 1.5.2.

Thanks in advance!

@andune
Copy link
Owner

andune commented Feb 16, 2015

Are you admin with all permissions? If so, you have the hsp.CostExempt.* permission and no money will be taken from your account.

@D3v3l0per
Copy link
Author

I have also tried it without OP...it didn't seem to work.

andune added a commit that referenced this issue Feb 19, 2015
@andune
Copy link
Owner

andune commented Feb 19, 2015

Turns out this was caused by the addition of a new config in HSP 2.0 "cost.enabled", which was added so admins could enable/disable HSP economy functionality with a single boolean value. Unfortunately I never added it to the default configs, so it was defaulting to false. Simple fix:

# economy.yml
cost:
  enabled: true

Or you can also download the latest build off of Jenkins which has this set to true in the default configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants