JJM Modifications
🎯

Commands

All staff and admin commands available in JM-UwUCatCafe.

JM-UwUCatCafe provides a small set of commands for staff and server administrators. All commands run server-side.

Staff Commands#

These commands are available through target interactions rather than typed commands — staff approach the relevant zone and use the interaction prompt:

  • Duty clock — interact at the clock-in point to toggle on-duty or off-duty status. Clocking in is blocked outside business hours.
  • Register — interact at the register to open the shop menu for customers.
  • Kitchen / crafting — interact at the kitchen bench to open the crafting menu.
  • Warehouse delivery — interact at the warehouse delivery point to request a stock refill (subject to cooldown).

Admin Commands#

These commands are typed in chat or the server console and require elevated permissions.

CommandWho can useDescription
/uwusecurityBoss (grade 4) or consoleToggles the security alarm system on or off. When armed, unauthorised players entering restricted zones trigger an alarm.
/uwuhours <open> <close>Boss (grade 4) or consoleTemporarily overrides business hours. Accepts 0–23 values for opening and closing hour.
/checkuwucatcafeupdatesConsole onlyForces an immediate version check against the remote version file.

Examples#

# Arm the security system (typed in server console)/uwusecurity# Change hours to 8 AM – 10 PM/uwuhours 8 22# Check for resource updates/checkuwucatcafeupdates
Note

/uwuhours changes hours in memory only — they reset to the config.lua values on resource restart. For a permanent change, update Config.BusinessHours in config.lua.