Skip to content
Commands & Permissions

Commands & Permissions

Admin Commands

CommandDescriptionPermission
/xcoreOverview: version, uptime, database, addons, dashboardxcore.admin
/xcore statsCache hit rates, database and Mojang API countersxcore.admin
/xcore addonsList loaded addons with their statexcore.admin
/xcore dashboardOne-click login link for the web dashboardxcore.admin
/xcore dashboard revokeClose every dashboard session you openedxcore.admin
/xcore profileTime spent per addon and per event handler. on, off and reset switch sampling without a restartxcore.admin
/xcore diagFull support report written to plugins/XCore/: platform, storage, caches, pools, the width of the players table, the network and the addon rosterxcore.admin
/xcore reloadReload the core, every language file, the economy and all addonsxcore.admin
/xcore reload <addon>Reload a specific addonxcore.admin
/xcore clear-cacheEmpty the player cache and the head cachexcore.admin
/xcore player <name>Detailed player informationxcore.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

PlaceholderDescription
%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