Versions bellow 1.4.0 (MC 1.7-1.10)
FSMM is a Mod adding some Money Items to Minecraft,
if you have some knowledge you can setup it as In-Game
currency for your World/Server.
If your Server supports Plugins, I recommend such a Plugin
like "GoldIsMoney" (Google it, don't have the link atm).
Dependencies:
- MinecraftForge
- FRSM (only if advanced features are activated in Config)
Versions 1.4+ (MC 1.10+)
FSMM is a small mod adding some "Money" Items to Minecraft.
Starting from version 1.4.0 it has a fully working ATM / GUI.
You can deposit your Money Items as currency on your bank Account!
Withdraw money from your bank account and receive them as Items.
And even transfer from your bank account balance to other players! (case-sensitive)
It's also made that way that other mods can register theyr Items as Money.
Aswel as the possiblity for developers to extend the Banking system to
add custom banks and anything they'd need for a realistic gameplay.
Versions 2.0+ (MC 1.12+)
The Mod was reworked internally to allow far simpler adding of new Money/Items,
especially the possiblity to create new Money Items via Config, custom Banks and even banking fees.
Makes also use of the new Forge Registry System. Guides may be available soon in the Wiki!
Another feature is also internal datatype changes which make calculations more reliable and that's why....
BACKUP YOUR FSMM FOLDER (under config) BEFORE UPDATING TO 2.0!
VOTIFIER COMPATIBILITY
Starting from FSMM 2.2.4 you can use Voting/ForgeVotifier with FSMM, example config:
{ "type": "fsmm_item", "worth": 25500 }, { "type": "fsmm_currency", "amount": 200240, "message": "&7You received &9%s &7for voting/" }
"fsmm_item" will spawn items with that worth into the players inventory
"fsmm_currency" will add that amount to the player's account balance
"message" is optional, if you want an own instead of default.
NOTE: feature removed in 2.3.2! A separate mod for this will be made!
OXYGEN API COMPATIBILITY
https://www.curseforge.com/minecraft/mc-mods/oxygen-currency-providers
License available at:
http://fexcraft.net/license?id=mods
Exceptions (as possible, stated in the "Other" part of the license):
- You are allowed to edit the assets for your Modpack/Server/Project needs,
this mainly includes: textures, lang files, json models, if you are ever gonna publish
a modified version of FSMM as part of a Modpack/Server/Project, you must write down the
info that it's an modified version.
- I'd suggest making a (Server) Resourcepack though, especially when using 2.0+
Dependencies:
(for FSMM 1.4.0 and newer)
FCL - Fexcraft Common Library
Discord.
https://discord.gg/AkMAzaA
Report bugs at:
I would like to have a variety of different types of money on the ATM machines
In reply to dr_sang:
You mean various currencies, or more items?
In reply to FEX___96:
currencies and the ability to set a variably fee for converting one in other. For doing this it would be niece to have a simple config where we can add our currency also as items. I have a plan of doing an earth like server, so it would be niece to have the ability of doing it.
In reply to dr_sang:
hmm, that could need a internal rewrite of some things to accomplish that,
the mod is strictly single-currency right now
Is there any way to remove money directly from a player's account with a command? Like /balance take (playername) or /pay name amount?
Where's this mod for 1.15.2? Can we get that please?
In reply to BUSTER448:
I do not work on newer versions yet.
Hello,
This mod looks great. Do you have any recommended "player shop" mod(s) compatible with FSMM? Thanks!
In reply to mr_poyo:
I do not know exactly of any specific mod which would be compatible,
one of those Oxygen mods seems to have Trade (I sincerly nerver used any though).
The States Mod has a (fsmm) sign shop, but the States mod also adds a whole protection system with it...
Eventually, I'll make one someday.
In reply to FEX___96:
Thanks for the info. Cheers!
Hello!
I just added your mod in my custom modpack.
I wanted to use the coins from ordinary coin mod and add them in the config, but I can't see anyplace in the config file to add those coins with their values.
I am using the version 2.2.4 on minecraft version 1.12.
Am I doing anything wrong or was this function removed?
Thanks in advance for your help! :)
In reply to sirmal666:
There should be a JSON file in ./config/fsmm/configuration.json
If you delete the default items from there - FSMM will have none.
If you add something to the "External Items" - they will act as Money.
If you set at extenal items "register": true - the ATM will be able to payout them.
Also, 1000 in config is 1 f$.
In reply to FEX___96:
Thx that worked! :)
Is there anyway to not be able to input non integer value in the bank atm?
Like I only use 1$, 10$, 100$ and 1000$ values. So using 1¢ is not possible but the atm still let me write it.
In reply to sirmal666:
Currently not. In the future the ATM may get improved input.
In reply to FEX___96:
Thanks for all the quick response. I really appreciate it.
Keep up the good work ! :)
In reply to sirmal666:
Latest update should have an alternative input field, instead of clicking number buttons.
You can toggle it by clicking at the button on the side of the atm next to where the input is.
How do the jobs work
In reply to devilmedic1:
Jobs?
In reply to FEX___96:
In the config it said something about jobs.
Hello Fex.
I'm currently trying to make your mod work with thermalfoundation's coins.
The problem is that I want to give different materials differents values, but in the config if in the id field I set, for example: "id": "thermalfoundation:coin:1", which reperesents the golden coin, minecraft fails to load without a crash report.
If I set instead "id": "thermalfoundation:coin" it gives se "worth" value to all coins, no matter the material.
So, my question is, how can I specify in the config file the metadata?
Thanks