You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
kernitus edited this page Sep 16, 2019
·
4 revisions
Hotels supports having room renters be able to edit their rooms (placing and breaking blocks etc.)
Hotels also supports having the room state be saved when the room is rented with an option in the config.yml or through the /ht roomreset command for individual rooms, and then restored when the room is unrented.
Hotels also makes sure hotel owners are unable to interact with rented rooms unless they are admins so they cannot steal resources etc. from the renters, via a setting in the config.yml.
In order to allow room renters to be able to edit their rooms, open up the flags.yml file, scroll down to the room section and find the block-break and block-place flags, and set them both to -g non_members deny, and execute /ht reload
You will then need rooms to be unrented and re-rented for the changes to take effect.