sakurawald / fuji

A mod that ports EssentialsX / CMI from bukkit to fabric.
GNU General Public License v3.0
33 stars 5 forks source link

How do I make shops? #138

Open LandonAndEmma opened 4 days ago

LandonAndEmma commented 4 days ago

EssentialsX has stuff where you can make player shops but I can't find any of that in the fuji manual, so it it not added or what?

sakurawald commented 4 days ago

Hello, to support players to host player shops, i would recommend you to use the https://modrinth.com/mod/universal-shops mod, which plays a role like quickshop in bukkit.

The situation in fabric platform is a bit different. There is not a universal economy system in fabric like vault in bukkit, and the economy system in fabric is also poor, so it's better to use a item based shop instead of a currency based shop.

Also, for the same reason, fuji also doesn't provides some commands like /balance, /worth and /balancetop which requires a universal currency system.