Started by
Hanseoa
on
Topic category: Help with Minecraft modding (Java Edition)
I am making an economic mod.
My English is not good.
The mod works as follows:
- [Player A] use command /givemoney [quantity]
- [Player A] receives a check with a numerical value entered in the command.
- [Player A] give check to [Player B]
- [Player B] uses checks received from [Player A]
- [Player B]'s money is increased by the value entered into the check.
There're big problems.
- If the command changes the number, it also changes the number of checks that have already been created.
(so I used check number example, and give a limit to create check.)
This is Modlist
This is procedures when using the /givemoney command
This is procedures when rightclick 'check' item.
These are used variables (I marked it in a circle.)
https://www.dropbox.com/scl/fi/dsxckf22hlhg1nax7pxzw/004.use-variable.J…
Edited by Hanseoa on Sat, 12/16/2023 - 18:18