Go to file
runs 466a5f3196 first commit 2021-08-03 20:40:11 +02:00
locale first commit 2021-08-03 19:57:51 +02:00
textures first commit 2021-08-03 19:57:51 +02:00
.luacheckrc first commit 2021-08-03 19:57:51 +02:00
README.md first commit 2021-08-03 20:40:11 +02:00
init.lua first commit 2021-08-03 20:38:45 +02:00
mod.conf first commit 2021-08-03 20:39:23 +02:00

README.md

ElectrumZ

ElectrumZ is a mod for Minetest of monetary economics.

The official currency is the "Electrum", which is an alloy of gold, silver and copper in different proportions. The electrum symbol is: ê.

1 crafting = 100 electrums.

Commands

For administrators

  • /add_money <player_name> Amount: Can be positive or negative

  • /get_money <player_name> It retrieves info about the player's account.

For players

  • /money Gets the info about your account

  • /save_money Saves to your account all electrums in your inventory.

  • /give_money <player_name> Gives money to another player.

Easy management

Piggy bank

Create this cute piggy bank to store your electrums without command. Right-click on it to save them. Note that the electrums will be deposited in your bank account, not physically inside the piggy bank. No matter if the piggy is stolen or broken, your money will be safe.

ElectrumPay Card

View your account status and make quick transfers to other players.

Just use it. It has a technology that identifies you by your fingerprint. It doesn't matter if it gets stolen. Your bank account will be safe.

API

  • elez.get_money(player)
  • elez.add_money(player, amount)
  • elez.save_money(player)
  • elez.transfer_money(src_name, dst_name, amount)

License

  • Source code: GPLv3.
  • Textures: CC BY-SA 4.0

Dependencies

  • default, moreores, basic_materials, dye

Download

https://github.com/runsy/elez/archive/refs/heads/main.zip