Skip to main content
Players don’t need any commands — they just walk up to a front desk and press E. There’s only one command in the whole script:
CommandWhoWhat it does
/hoteladminAdminsOpens the admin panel to create and manage hotels.

Granting admin access

Set Config.AdminGroups in config.lua (default is { 'admin' }), then add a player to that Ace group:
add_principal identifier.steam:110000123456789 group.admin
Players already in your framework’s admin group are covered automatically:
FrameworkGroups that work
Qboxadmin, god
QBCoreadmin, god
ESXadmin, superadmin
Ox CoreAce only — use add_principal
If /hoteladmin does nothing when typed, the player doesn’t have any of these. See Admin panel for what you can do once it’s open.