Skip to content

๐Ÿ’พ Commands โ€‹

Below is a list of all available commands in MMOCore. You can also explore these in-game as tab-completion is fully supported.

CommandUsage
/mmocoreDisplays the main help page.
/mmocore reloadReloads the entire plugin, after editing config files. No need to restart your server!

Currency โ€‹

CommandUsage
/mmocore noteGives players a note worth $X. Can be deposited into banks.
/mmocore coinsGives players gold coins based on the amount input. Can be deposited into banks.

Quests โ€‹

CommandUsage
/mmocore quest startForce start a quest for a player.
/mmocore quest cancelForce cancel a player's current quest.

Waypoints โ€‹

CommandUsage
/mmocore waypoints unlockManually unlocks a waypoint for a set player.
/mmocore waypoints lockManually locks a waypoint for a set player.
/mmocore waypoints teleportManually teleports a player to a set waypoint.
/mmocore waypoints openOpens the waypoint menu AND checks if a player is standing on a waypoint

Admin โ€‹

CommandUsage
/mmocore admin exportdataExports all the existing player data from the yml files to the sql database. So you can can then change you data storage to SQL while keeping all your player data.
/mmocore admin attr-realloc-points <give/set>Manually gives attribute reallocation points to a player.
/mmocore admin attribute-points <give/set>Manually gives attribute points to a player.
/mmocore admin attribute <give/take>Increases a player's attribute
/mmocore admin classSets a player's class
/mmocore admin force-classSets a player's class by force. This means their level, skills, etc. won't update as well. Make sure your classes have the same skills/skill-trees if you plan on using this command.
/mmocore admin class-pointsGives class points to a player.
/mmocore admin exp <profession/main>Manually gives experience to a player.
/mmocore admin hideabHides the action bar for a player for X time.
/mmocore admin infoSee summary of levels for a player.
/mmocore admin level <profession/main>Same parameters as the EXP command, gives X levels.
/mmocore admin nocdUsed by admins to test skills without beign affected by skill cooldown or mana usage.
/mmocore admin reset <player>HARD RESETS a player's info i.e class, level, EXP...
/mmocore admin resource-health <give/set/take>Modify a player's health.
/mmocore admin resource-mana <give/set/take>Modify a player's mana.
/mmocore admin resource-stamina <give/set/take>Modify a player's stamina.
/mmocore admin resource-stellium <give/set/take>Modify a player's stellium.
/mmocore admin skill-points <give/set>Gives skill points to a player so they can upgrade their skills.
/mmocore admin skill-realloc-points <give/set>Gives skill reallocation points to a player.
/mmocore admin skill <give/set>Gives points directly to a skill for a player.
/mmocore admin skill <lock/unlock>Locks/unlocks a skill for a certain player.
/mmocore admin slot <lock/unlock>Locks/unlock a slot for a player.
/mmocore admin slot bind <slot> <skill>Binds a skill to a certain slot. This will work even if the designated skill is not unlocked for the player but won't unlock it.
/mmocore admin slot unbind <slot>Unbinds a skill from a certain slot.

EXP Boosts โ€‹

CommandUsage
/mmocore booster create <profession/main> (player)Creates an EXP booster with specified power and length.
/mmocore booster listDisplays active EXP boosters.
/mmocore booster removeRemoves a booster with specified ID.

Debug โ€‹

CommandUsage
/mmocore refreshpdRefreshes player data of a specific player. Must be used after editing any skill, although a restart is recommended, use it at your own risk.
/mmocore debug statmodsView stat

Powered by VitePress