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
gvlfm78 edited this page Apr 3, 2016
·
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 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] | User | Allows you to teleport to a hotel or room home |
| /ht list | User | Lists all hotels in current/specified world |
| /ht rlist [hotelName] | User | Lists all rooms in specified hotel in current/specified world |
| /ht check | 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 buyh [hotelName] | User | Buys hotel off of hotel owner if the owner offered it for sale to you |
| /ht reload | Admin | Reloads all Hotels configuration files |
| /ht remove [hotelName] [playerName] | Admin | Removes specified player from being owner of specified room |
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.