Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Verveo/Basic-Admin-Remade/llms.txt

Use this file to discover all available pages before exploring further.

Utility commands provide informational, cosmetic, and quality-of-life features. Many are available at lower permission levels or even to all players when Public Commands is enabled in main_script.lua. These commands are designed to make the admin and player experience smoother without requiring elevated permissions for safe features.

Command Reference

CommandUsagePermissionDescription
cmds:cmds0 — PublicDisplays all commands accessible at the caller’s permission level in a scrollable panel.
info:info <User(s)>1 — ModeratorShows account info for the specified user(s): username, display name, User ID, account age, join date, membership type, SafeChat status, BAR donor status, and admin level.
team:team <User(s)> <Team>1 — ModeratorAssigns the specified user(s) to the team matching the given name.
notifplayer!notifplayer <User> <Message>2 — AdminSends a pop-up hint notification to the specified player with the caller’s name as the sender.
notifteam:notifteam <TeamName> <Message>2 — AdminSends a pop-up hint notification to all players on the specified team.
gamepassinfo:gamepassinfo <ID(s)>1 — ModeratorDisplays marketplace statistics for the specified Game Pass ID(s) including sales, revenue, and DevEx estimate.
iteminfo:iteminfo <ID(s)>1 — ModeratorDisplays marketplace statistics for the specified Asset ID(s). Alias for :gamepassinfo with asset lookup mode.
clean!clean0 — PublicCleans hat and gear debris (dropped Accoutrements) from the workspace.
cape!cape0 — PublicOpens the donor cape customization menu if the caller has donor perks, or prompts them to purchase donor status.
donate!donate0 — PublicAlias for !cape. Displays the donor cape menu or purchase prompt.
awardcape!awardcape <User(s)>4 — Game CreatorForcibly awards a default cape to the specified user(s). Debugging/creator command.
uncape!uncape <User(s)>3 — Super AdminRemoves the cape from the specified user(s).
getadmin!getadmin0 — PublicPrompts the caller to purchase the BAR admin script from the Roblox marketplace.
changelog!changelog0 — PublicFetches and displays the latest BAR changelog from the update server.
about!about0 — PublicShows information about Basic Admin Remade — credits, description, and how to view the changelog.
notepad:notepad0 — PublicGives the caller a writable Notepad tool in-game that they can use to jot down notes.
promptpurchase:promptpurchase <User(s)> <ID>3 — Super AdminPrompts the specified user(s) to purchase the Roblox asset or game pass with the given ID.
trellobans:trellobans1 — ModeratorDisplays all bans sourced from the configured Trello board (requires Trello integration to be enabled).

Notification Commands

BAR provides two targeted notification commands for sending hints to specific players or groups:
  • !notifplayer <User> <Message> — Sends a hint-style pop-up to the specified player with the message prefixed by the sender’s name (“Message from: AdminName”). The message body is filtered through Roblox’s broadcast chat filter before display. Uses the action prefix !.
  • :notifteam <TeamName> <Message> — Sends the same hint-style notification to every player currently on the named team. BAR validates that the team exists before sending; if the team is not found, the caller receives an error hint. The message is broadcast-filtered per recipient.
Both commands require Admin (level 2) permission and respect Roblox’s chat filter.

Public Commands

The following commands are available at permission level 0 (Public) when ['Public Commands'] = true is set in main_script.lua:
CommandPrefixDescription
cmds:View available commands
clean!Clean workspace debris
cape / donate!Open donor cape menu
rejoin!Rejoin the current server
changelog!View the BAR changelog
about!View BAR information
getadmin!Purchase prompt for BAR
notepad:Get a writable notepad tool
These commands use the action prefix (!) or the standard prefix (:) as indicated. Players at level 0 who attempt to use commands above their permission level are shown a “You do not have permission to use this command” error.

Info Commands

  • :cmds — Opens the commands panel filtered to only show commands the caller has permission to use. Players at level 0 only see level-0 commands; admins see all commands up to their level.
  • :info <User(s)> — Retrieves and displays a detailed account summary including: Username, Display Name, User ID, Account Age (in days), Approximate Join Date, Membership Type (None / Premium), SafeChat status, BAR Donor status, and current Admin Level. If group configuration is active, the user’s group role is also shown.
  • :changelog — Makes an HTTP request to the BAR update server to fetch the latest changelog text and displays it in a full-screen message panel.
  • :about — Shows a static description of BAR, including credits to the original BAR Essentials creator (TheFurryFish) and the BAR Remade team (B00PUP and Aspect_oi), along with a tip to use !changelog for version history.
:cmds only shows commands that are accessible at the calling player’s current permission level. A Moderator (level 1) will not see Super Admin or Game Creator commands in the panel, keeping the list clean and relevant. If a player’s rank changes mid-session via :admin or :mod, their commands panel updates automatically.
:notepad gives the caller a special Notepad tool in their backpack. This tool opens an in-game text editor GUI that players can use to take notes, draft announcements, or store information during a session. The notepad contents are not saved between sessions or shared with other players.

Build docs developers (and LLMs) love