This repository was archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commands
kernitus edited this page Sep 16, 2019
·
28 revisions
| Command | User/Admin | Description |
|---|---|---|
| /ht | User | Shows how to access other features |
| /ht help | User | Shows help pages |
| /ht commands | User | Shows available commands (depending on permissions) |
| /ht friend|f <add|remove> <hotelName> <roomNum> <playerName> | User | Adds/removes player from the friend list for specified rented room - Player will be able to access the room like the owner |
| /ht friend|f <list> <hotelName> <roomNum> | User | Lists players in the friend list for specified rented room |
| /ht helper|h <add|remove> <hotelName> <playerName> | User | Adds/removes player from the helper list for specified hotel - Player will be able to edit the hotel like the owner and help them build it |
| /ht helper|h <list> <hotelName> | User | Lists players in the helper list for specified hotel |
| /ht sethome | User | Allows you to set a hotel home and default room home if in creation mode, else a user home for their rented room |
| /ht home|hm <hotelName> [roomNum] | User | Allows you to teleport to a hotel or room home |
| /ht list [worldName] | User | Lists all hotels in current/specified world |
| /ht rlist <hotelName> [worldName] | User | Lists all rooms in specified hotel in current/specified world |
| /ht check [playerName] | User | Lists all rooms rented by you/specified player |
| /ht creationmode|cm <enter|exit> | User | Enter/exit hotels creation mode |
| /ht creationmode|cm reset | User | Resets inventory files in case something goes wrong |
| /ht create|c <hotelName> | User | Create a hotel with current selection |
| /ht room <hotelName> <roomNum> | User | Create room with current selection within specified hotel |
| /ht delete <hotelName> | User | Delete specified hotel |
| /ht delr <hotelName> <roomNum> | User | Deletes specified room |
| /ht rename|ren <oldName> <newName> | User | Renames specified hotel |
| /ht renum <hotelName> <oldNum> <newNum> | User | Renumbers specified room |
| /ht sellh <hotelName> <playerName> <price> | User | Offers for sale your hotel to specified user |
| /ht buyr <hotelName> <roomNum> | User | Buys room off of room owner if they offered it for sale to you |
| /ht sellr <hotelName> <roomNum> <playerName> <price> | User | Offers for sale your room to specified user |
| /ht buyh <hotelName> | User | Buys hotel off of hotel owner if the owner offered it for sale to you |
| /room <hotelName> <time> <price> <roomNum> | User | Look towards sign, sets up room for you |
| /ht reload | Admin | Reloads all Hotels configuration files |
| /ht remove <playerName> <hotelName> <roomNum> | Admin | Removes specified player from being owner of specified room |
| /ht roomreset <hotelName> <roomNum> | Admin | Toggles resetting upon unrent for specified room |
| /ht resetroom <hotelName> <roomNum> | Admin | Resets room as if it had just been unrented |
| /rg f <hotel-hotelName|hotel-hotelName-roomNum> <flag> <flagValue> | Admin | Example: /rg f hotel-banana greeting &gWelcome to the banana hotel or /rg f hotel-banana-13 farewell &rCome back soon to room 13 of the Banana hotel! With this command you can change the value of any flag on the hotel and room regions |
Most of these commands change in functionality depending on whether the user has the .user or .admin permission. More information is available on the permissions page.