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 |
|---|---|---|
| /hotels | User | Shows how to access other features |
| /hotels help | User | Shows help pages |
| /hotels commands | User | Shows available commands (depending on permissions) |
| /hotels 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 |
| /hotels friend/f [list] [hotelName] [roomNum] | User | Lists players in the friend list for specified rented room |
| /hotels 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 |
| /hotels home/hm [hotelName] | User | Allows you to teleport to a hotel or room home |
| /hotels list | User | Lists all hotels in current/specified world |
| /hotels rlist [hotelName] | User | Lists all rooms in specified hotel in current/specified world |
| /hotels check | User | Lists all rooms rented by you/specified player |
| /hotels creationmode/cm [enter/exit] | User | Enter/exit hotels creation mode |
| /hotels creationmode/cm reset | User | Resets inventory files in case something goes wrong |
| /hotels create/c [hotelName] | User | Create a hotel with current selection |
| /hotels room [hotelName] [roomNum] | User | Create room with current selection within specified hotel |
| /hotels delete [hotelName] | User | Delete specified hotel |
| /hotels delr [hotelName] [roomNum] | User | Deletes specified room |
| /hotels rename/ren [oldName] [newName] | User | Renames specified hotel |
| /hotels renum [hotelName] [oldNum] [newNum] | User | Renumbers specified room |
| /hotels reload | Admin | Reloads all Hotels configuration files |
| /hotels 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.