Renting Shops

When a Player Shop is created by command, it's possible to specify rent time as the last command argument. The time pattern looks like the following:

  • Seconds = s

  • Minutes = m

  • Hours = h

  • Days = d

  • Indefinetely = infinite

Example:

/vm create player 1 2 10 7d #7d = seven days

The price set for the a rentable shop will also be the money required to extend the rent. To extend your shop rent, click on the emerald in the edit shop menu.

You can set maximum renting time in the config.yml

If you fail to pay your rent, you will loose your ownership and the shop will be available for everyone. The items remaining in your storage will be returned (even when offline), and you may get refunded a percentage of the total amount of money you've spent renting the shop (refund % can be set in the config).

Last updated