Commands & Permissions
Admin Commands
| Command | Description | Permission |
|---|---|---|
/xcore | Overview: version, uptime, database, addons, dashboard | xcore.admin |
/xcore stats | Cache hit rates, database and Mojang API counters | xcore.admin |
/xcore addons | List loaded addons with their state | xcore.admin |
/xcore dashboard | One-click login link for the web dashboard | xcore.admin |
/xcore dashboard revoke | Close every dashboard session you opened | xcore.admin |
/xcore profile | Time spent per addon and per event handler. on, off and reset switch sampling without a restart | xcore.admin |
/xcore diag | Full support report written to plugins/XCore/: platform, storage, caches, pools, the width of the players table, the network and the addon roster | xcore.admin |
/xcore reload | Reload the core, every language file, the economy and all addons | xcore.admin |
/xcore reload <addon> | Reload a specific addon | xcore.admin |
/xcore clear-cache | Empty the player cache and the head cache | xcore.admin |
/xcore player <name> | Detailed player information | xcore.admin |
/xcore diag is the one to run before asking for help: it answers most of the questions a support thread starts with. It also names the columns of the players table that have grown large enough to be worth moving elsewhere.
PlaceholderAPI
| Placeholder | Description |
|---|---|
%xcore_name% | Player name |
%xcore_uuid% | Player server UUID |
%xcore_last_login% | Last login timestamp |
%xcore_last_logout% | Last logout timestamp |
%xcore_playtime% | Time connected across every session, formatted |
%xcore_playtime_seconds% | The same, as a number |
%xcore_server% | This server's name |
%xcore_network_online% | Players connected across the whole network |
%xcore_servers% | Servers currently up |
%xcore_top_<board>_<rank>_name% | A leaderboard entry. Also _value, _raw and _uuid |
%xcore_balance% | Formatted Vault currency balance |
%xcore_balance_raw% | Raw balance (no formatting) |
%xcore_balance_<id>% | Formatted balance for specific currency |
%xcore_balance_<id>_raw% | Raw balance for specific currency |