[REFURBISHED] Adonis Guide V2.0

Do you mean people can run commands and they teleport to the waypoints? In that case it would have to be a custom command.

I ment that you cant use commands on anyone but I found out that there is no fix yet and you can only use commands on other players when you write their name with non capitalized letters

Is there a way to stop all of the warns from Adonis? I want a clean Output from when I use it in Studio and in ROBLOX’s client. It just gets kind of annoying.

1 Like

How would you give the custom rank in chat.
Like :mod [USER] but for the custom rank i made.

Make a custom command for it. charactersrtertetrtertsts

How?

cahrhachabshdbhasdjbasdabsdhasjd

Is there a particular reason why Adonis’ DataStores store player names rather than only User ID’s? I tested banning a friend, and after lots of investigating, encrypting and encoding to find the data store key, this is the ban entry format (JSON):

{
  "Type": "TableAdd",
  "Time": 1718519169,
  "Table": "Banned",
  "Value": {
    "Name": "maya_png",
    "BanType": "Global",
    "Moderator": "@GFink",
    "UserId": 379391123,
    "Reason": "No reason provided"
  },
  "Action": "Add"
}

If either the moderator or the banned user changes their name, the UI which shows bans will display the user’s old name. It would make sense to me if those names were loaded at runtime instead, maybe with those big UserService requests.

2 Likes

I am a moderator for a decently big game, we have seen cases where people appealed their ban but in the time from when they got banned to when their appeal was accepted they changed their username.

As such we aren’t able to unban them if they do not change their user back to the exact user they were banned with.

1 Like