FAQ
How do I create a new currency?
You can create a currency using the command:
/obfeco create <id> <display_name> <starting_balance> <decimals>
Or by using the management GUI: /obfeco manage.
How do I change the default currency?
In config.yml, set the primary-currency under the vault section to the ID of the currency you want as default.
Does Obfeco support multi-server syncing?
Yes, but you must use MySQL as your storage type in config.yml. SQLite and YAML are local to the server.
Can I migrate from CoinsEngine?
Yes! Use the command /obfeco convert coinsengine. Make sure CoinsEngine is still installed (but you can disable its commands) while running the conversion.
Why are placeholders not working?
- Ensure PlaceholderAPI is installed.
- Check if PlaceholderAPI is enabled in Obfeco's
config.yml. - Try
/papi reloadand/obfeco reload.
How do I customize messages?
All plugin messages are located in messages.yml. We support MiniMessage formatting for gradients and colors.