EconomyLite icon indicating copy to clipboard operation
EconomyLite copied to clipboard

Multicurrency not working

Open XakepSDK opened this issue 6 years ago • 4 comments
trafficstars

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

XakepSDK avatar Mar 17 '19 05:03 XakepSDK

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

Twisted-Code avatar Mar 27 '19 11:03 Twisted-Code

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?

Twisted-Code avatar Apr 03 '19 13:04 Twisted-Code

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?

Twisted-Code avatar Apr 13 '19 18:04 Twisted-Code

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

Twisted-Code avatar Mar 24 '21 16:03 Twisted-Code