📝
RP2 Docs
  • Getting Started
  • Pairing
    • Alternative
  • Discord - Teamchat sync
  • chat commands
    • Administration
    • Chat
    • Entities
    • Information
    • Map
    • Team
Powered by GitBook
On this page

Was this helpful?

  1. chat commands

Entities

All commands start with the prefix !, or your custom prefix. Inside usage arguments, "?" denotes an optional argument

bulkswitch

- Description: Turns on/off all added switches
- Usage: !bulkswitch <on|off|add|remove|list> <switch id?>
- Example: !bulkswitch on
- Tier: free
- Usable by: owner and authorized

group

- Description: Manages groups of switches
- Usage: !group <add|rem|list> <"group name"> <switch id?>
- Example: !group add "turrets" 123456
- Tier: premium
- Usable by: owner and authorized

listen

- Description: Listens to a smart alarm
- Usage: !listen <add/remove/list> <entityId> <name?>
- Example: !listen add 123456 trapbase
- Tier: free
- Usable by: owner and authorized

off

- Description: Turns off a smart switch with the given id/name.
- Usage: !off <id|name|"group name">
- Example: !off 123456
- Tier: free
- Usable by: owner and authorized

on

- Description: Turns on a smart switch with the given id/name.
- Usage: !on <id|name|"group name">
- Example: !on 123456
- Tier: free
- Usable by: owner and authorized

pair

- Description: Pairs a id with a custom name. Overwrites if given same name.
- Usage: !pair <add|rem|list> <id?|name> <name?>
- Example: !pair add 123456 sams
- Tier: free
- Usable by: owner and authorized
PreviousChatNextInformation

Last updated 1 year ago

Was this helpful?