Skip to main content

EliteMobs Content Management

EliteMobs 10 uses a Nightbreak-aware content lifecycle.

If you have not linked a Nightbreak token yet, start with the global guides:

Core Commands

CommandPurpose
/em initializeFirst-time setup flow
/em setupMain content-management menu
/em downloadallDownloads the plugin update plus all available content
/em downloadallcontentDownloads all available content packages (no plugin update)
/em updatecontentBulk update helper for outdated content
/em updateallcontentAlias of /em updatecontent
/em downloadpluginupdateDownloads only the EliteMobs plugin update, no content
/em forcereinstallcontent <package|all>Re-downloads content through the normal authenticated pipeline even when the installed version is already current
/nightbreaklogin <token>Shared Nightbreak token registration
/nightbreaklogoutClears the stored Nightbreak account token

What /em setup Does Now

The current setup menu is more than a simple on/off screen. It is the main place to:

  • browse available content
  • see installed vs downloaded states
  • identify outdated content
  • see whether a package requires Nightbreak access
  • manage official content categories without leaving the game

This is the recommended place to manage dungeons, hub-world content, and other official packages.

The current setup menu also exposes filters for:

  • dungeons
  • events
  • custom models

What /em initialize Does

/em initialize is the first-time onboarding flow.

It configures the initial plugin posture and points the admin toward:

  • shared Nightbreak account linking
  • the setup menu
  • the current setup guide

The first-time menu currently offers three presets:

  • Recommended Preset: enables the normal EliteMobs progression setup, including natural elite spawning
  • Content-Only Preset: disables natural elite spawning but keeps the broader content/progression stack
  • No Progression Preset: disables elite spawns, loot, skills, and leveling and is explicitly not recommended

It does not replace /em setup, and it does not by itself act as a full content installer.

What The Bulk Commands Actually Do

  • /em downloadall requires a linked Nightbreak token
  • it first downloads any available EliteMobs plugin update, then downloads every accessible content package that is missing or out of date
  • /em downloadallcontent does the same content download without touching the plugin jar
  • it downloads only packages that have a Nightbreak slug, that your token can access, and that are missing or out of date
  • /em updatecontent (alias /em updateallcontent) only targets outdated accessible packages
  • /em forcereinstallcontent <package|all> re-downloads and re-imports content that is already up to date, which is the repair path for content whose files were damaged or partially deleted. all covers every package that is downloaded, installed or out of date; if a package's files are completely missing, name its Nightbreak slug directly (tab completion lists the available slugs)
  • successful bulk operations trigger an EliteMobs reload after completion

Manual Imports

Manual imports are still supported through plugins/EliteMobs/imports.

Use them when:

  • you already have a package zip
  • you are moving content between servers
  • you intentionally want to install content without using the in-game download flow

See Manual imports vs in-game management.