LO Admin Command Tool

🔍SEARCH:
ℹ️ Notes / Instructions

How to Use:

  1. Select an admin command from the dropdown
  2. Fill in the required options that appear
  3. For items/mobs/walkers - click to select from the grid
  4. Click "Get Command" to generate your command
  5. Click "Copy" to copy to clipboard


Important Note:

  • 📢 Note: Items marked with ( * ) may not work correctly, if at all.
  • 📋 Command List: All Admin commands and items are what is in the game at the time of writing this.
    Some may be added or removed in the future.
  • 👁️ Distance: When doing distance, the value of about 25000 is about a quarter, (1/4th), of a grid.
  • ⚠️ Important: The command /SpawnLootsite [LootSite] [Distance] [Quality], as of today, Mar 4th, 2026, the "Quality" does not change, no matter the value as far as I can see.


How to Edit Equipment Sets:
⚠️ Important: Basic coding knowledgebase needed, along with a code editor like VSCode, Notepad++, or SublimeText.

  1. Set up the Admin Commands or the Equipment Sets by following the instructions here: CLICK HERE
  2. Once you do that, while editing this file using a Code editor, do a search for "EditSetsHere".
  3. Once you go to that location, you will see a section that looks like:
    { name: "Starter Set", cmd: "1" }, { name: "PvP Set", cmd: "2" }, { name: "Builder Set", cmd: "3" }

    You would edit that to have the name you want you to see it as, and the cmd:, well, put that as the number you assigned to the set you created.
    ⚠️ Important: Notice how each one ends with a comma except for the last one in the grouping, keep it that way.
  4. To edit the adminCommandPresets, its the same thing. The name: will be the name you see in the list on this script, and the cmd: is the command name you assign it.
  5. Once you edited this file with the commands you set in the AdminData.json file, save it and if you go to the drop down and you see the list, then congrats, you didn't break it and you are good to go. If the list is gone, you more and likely messed up a quote or a comma.
-- Choose a Command --
/GiveItem [ItemName] [Amount]
/GiveItemQuality [ItemName] [Quality] [Amount]
/GiveItemSet [Set Number]
/EquipItemSet [Set Number]
/SpawnWalker [WalkerName]
/SpawnWalkerQuality [WalkerName] [Quality] [1/0]
/SpawnMob [MobName]
/SpawnMobInDistance [MobName] [Distance] [Quality]
/SpawnMultipleMobs [MobName] [Distance] [Amount] [Quality]
/SpawnLootsite [LootSite] [Distance] [Quality]
/SpawnWorm [Distance]
/Teleport [Distance]
/TeleportTo [X] [Y]
/TeleportTo3D [X] [Y] [Z]
/TeleportWalkerTo [Coordinates]
/TeleportPlayerToMe [PlayerName]
/TeleportEveryoneToMe
/TeleportToPlayer [PlayerName]
/SetHealth [Amount]
/SetMaxHealth [Health] [MaxHealth]
/SetWalkerSpeed [Speed Ammount]
/GiveMoney [Amount]
/GiveExp [Amount] [ShareWithClan 1/0]
/FreeBuilding [1/0]
/LocalFreeBuilding [1/0]
/InstantConstruction [1/0]
/UnlockTechTree
/UnlockTech [Name]
/AdminOpenEverything [1/0]
/NoClip [1/0]
/SpectatePlayer [PlayerName]
/StartSpectating [ViewTags]
/StopSpectating
/DestroyObject
/ExecuteAdminCommand [Command]
/SpawnFightClubWeaponRack [SetNum] [UseOnce 1/0]
/NextQuest [Amount]