Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Multicurrency not working #108

Open
XakepSDK opened this issue Mar 17, 2019 · 4 comments
Open

Multicurrency not working #108

XakepSDK opened this issue Mar 17, 2019 · 4 comments

Comments

@XakepSDK
Copy link

I have this in currencies.conf

byte {
    plural="Bytes"
    singular=Byte
    symbol=B
}
current=byte

Every start it resets to this:

byte {
    plural="Bytes"
    singular=Byte
    symbol=B
}
coin {
    plural=Coins
    singular=Coin
    symbol=C
}
current=coin
@macks2008
Copy link

I'm seeing this happen also, and it appears to be resetting everyone's balances as well, not just the currency config. I'm not even trying to use the multiple currencies feature; I just want to rename the existing currency without my change being trampled over every time I restart! I configured the new currency via commands (and tried to delete the old one to avoid this, but it won't allow that because it's the default currency), so it shouldn't be a syntax error or anything like that causing a config reset

@macks2008
Copy link

Where is this class? I was trying to learn more about it to see if A. I could learn anything about plugin development from it and B. I could figure out if it had anything to do with this issue (I'd love to help close this if I can, especially since it's affecting me), but it doesn't seem to be on the public repository. Is it hidden for some reason? or am I just overlooking it like a noob?

@macks2008
Copy link

I'm getting the feeling development for this is on hiatus. Guess I should probably go look at totaleconomy, though I really don't need most of its features?

@macks2008
Copy link

I give up. Best of luck to you in whatever you're doing now, I guess, @Flibio...

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

No branches or pull requests

2 participants