Troubleshooting

Start with /al debug. It gives the fastest overview of your setup and the systems that are currently active.

Run Debug

Use:

/al debug

It shows:

Debug itemWhat to check
Plugin versionConfirms the jar version.
Server versionConfirms server compatibility.
Java versionShould be Java 21.
Server platformConfirms the detected server type.
Optional pluginsPlaceholderAPI, Vault, and other connected plugins.
Spawn statusWhether spawn is set.
Lobby worldsWhich worlds AtlasLobby is applying to.
Loaded countsMenu, item, server, announcement, and cosmetic counts.
Resource pack statusWhether pack config is active and valid.
Saved data infoCurrent player-data setup.
Protection statusWhether protection is active.
Cosmetic particle statusWhether cosmetic particles are running.
Scoreboard statusWhether scoreboard updates are running.
Config warningsWarnings to fix first.

Players Can Drop Items

Check:

inventory-control:
  enabled: true
  apply-to-all-worlds: true
  allow-bypass-permission: false
  block-drop: true

Then confirm /al reload was run, or restart the server after config changes.

Players Can Keep Command-Given Items

Check:

inventory-control:
  allow-only-config-items: true
  sanitize:
    enabled: true
    interval-ticks: 20

AtlasLobby removes non-configured items during sanitizer passes.

Lobby Item Runs On Left Click

Current behavior should only run actions on right-click. Left-click is cancelled and plays the blocked-action sound:

inventory-control:
  blocked-action-sound:
    sound: BLOCK_NOTE_BLOCK_CHIME
    pitch: 0.55

Make sure your jar includes the latest changes, then reload or restart the server.

Rewards Can Be Claimed Repeatedly

Check data/players.yml for the player’s last-daily-claim.

Also confirm the rewards menu has a click cooldown:

menus:
  rewards:
    click-cooldown-seconds: 2

AtlasLobby also prevents repeated reward processing before reward commands run.

Vault Cosmetic Prices Do Not Work

Install:

  • Vault.
  • An economy plugin that registers with Vault.

Then run /al debug and check that Vault and your economy plugin are detected.

Resource Pack Does Not Send

Check:

resource-pack:
  enabled: true
  url: "https://example.com/pack.zip"

If using sha1, make sure it is exactly 40 hex characters.