how-to/Make a Clerk For Rent - Admins Only

A clerk "for rent" is a merchant NPC that is working at a playershop with no owner. A player may then rent that shop from the clerk, for a fee. The fee is set in the config.yml. The clerk will also receive a "commission" percentage of each sale that the clerk makes. The commission is fed back to the economy.

1. Create a hypermerchant npc.
/npc create Gary
/trait hypermerchant

2. Assign the merchant (Gary) to a playershop that exists.
/hmerch setshop [shopname]

3. Set Gary as "for rent".
/hmerch rental

Now a player that clicks Gary will be informed that they can rent Gary's shop if they shift+click Gary in the next 8 seconds.

You can configure the "commission" that Gary is paid with the following command:
/hmerch commission [percentage]
where [percentage] is a number between 0 and 100.

The player can stop renting the shop at any time with the command /closeshop.