Importing data will completely wipe concurrent data from your server.
Atom does not import configurations, only leveling data.
Atom does not use the same leveling formula as Arcane. When you import data, Atom’s leveling formula will automatically be applied. The imported leveling data will be mapped based on the level, meaning the existing XP values will be discarded. These values will instead be replaced with the corresponding XP values calculated from the new leveling formula.
  1. Copy the text from the Arcane leaderboard for your server.
  2. Paste the copied text into ChatGPT. Along with the following prompt:
[Insert the data obtained from completing Step 1 here.]

Convert the following user data into a JSON array with the structure below:

[
  {
    "username": <username of user as string>,
    "text": <messages of user as integer>,
    "level": <level of user as integer>,
    "xp": <experience of user as integer>
  }
]
As AI hallucinations may occur, we generally recommend splitting the data into sets of 25-50 data entries and then combining them.
  1. Copy the returned JSON object and paste it into a file with a .json extension.
Validation: Ensure that the JSON file starts with [ and ends with ]. Refer to the example dataset at the bottom of this documentation page for guidance.
  1. Type the /import command.
  2. Select the source to import from, Arcane.
  3. Input the file.
  4. To proceed, click on the proceed button with the Checkmark. Otherwise, click on the abort button with the Cross.
The import process may take some time depending on the number of users in the file.
Members who are not in the server will not be imported.
We recommend performing the import process on a PC due to its convenience.
Example Dataset:
[
  { "username": "user_1", "text": 100, "level": 1, "xp": 100 },
  { "username": "user_2", "text": 200, "level": 2, "xp": 200 },
  { "username": "user_3", "text": 300, "level": 3, "xp": 300 }
]

Invite Atom Now!