Update Commands

Ka0rX 2022-08-17 14:33:46 +00:00
parent 6d3e7dcbc0
commit 09e57243c2

@ -5,42 +5,43 @@ Below is a list of all available commands in MMOCore. You can also explore these
| /mmocore | Displays the main help page. |
| /mmocore reload | Reloads the entire plugin, after editing config files. No need to restart your server! |
| **CURRENCY** | |
| /mmocore note <player> <worth> | Gives players a note worth $X. Can be [deposited](Currency%20System) into banks. |
| /mmocore coins <player> <amount> | Gives players gold coins based on the amount input. Can be deposited into banks. |
| /mmocore note | Gives players a note worth $X. Can be [deposited](Currency%20System) into banks. |
| /mmocore coins | Gives players gold coins based on the amount input. Can be deposited into banks. |
| **QUESTS** | |
| /mmocore quest start <player> <quest> | Force start a quest for a player. |
| /mmocore quest cancel <player> | Force cancel a player's current quest. |
| /mmocore quest start | Force start a quest for a player. |
| /mmocore quest cancel | Force cancel a player's current quest. |
| **WAYPOINTS** | |
| /mmocore waypoints unlock <waypoint> <player> | Manually unlocks a waypoint for a set player. |
| /mmocore waypoints lock<waypoint> <player> | Manually locks a waypoint for a set player. |
| /mmocore waypoints teleport <waypoint> <player> | Manually teleports a player to a set waypoint. |
| /mmocore waypoints open <player> | Opens the waypoint menu AND checks if a player is standing on a waypoint |
| /mmocore waypoints unlock | Manually unlocks a waypoint for a set player. |
| /mmocore waypoints lock | Manually locks a waypoint for a set player. |
| /mmocore waypoints teleport | Manually teleports a player to a set waypoint. |
| /mmocore waypoints open | Opens the waypoint menu AND checks if a player is standing on a waypoint |
| **ADMIN** | |
| /mmocore admin attr-realloc-points <give/set> <player> <amount> | Manually gives attribute reallocation points to a player. |
| /mmocore admin attribute-points <give/set> <player> <amount> | Manually gives attribute points to a player. |
| /mmocore admin attribute <give/take> <player> <attr> <amount> | Increases a player's attribute |
| /mmocore admin class <player> <class> | Sets a player's class |
| /mmocore admin force-class <player> <class> | Sets a player's class by force.<br>This means their level, skills, etc. won't update as well. |
| /mmocore admin class-points <player> <amount> | Gives [class points](Player%20Classes) to a player. |
| /mmocore admin exp <player> <profession/main> <amount> | Manually gives experience to a player. |
| /mmocore admin hideab <player> <time> | Hides the action bar for a player for X time. |
| /mmocore admin info <player> | See summary of levels for a player. |
| /mmocore admin level <player> <profession/main> <amount> | Same parameters as the EXP command, gives X levels. |
| /mmocore admin nocd <player> | Used by admins to test skills without beign affected by skill cooldown or mana usage. |
| /mmocore admin exportdata | Exports 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 class | Sets a player's class |
| /mmocore admin force-class | Sets a player's class by force.<br>This means their level, skills, etc. won't update as well. |
| /mmocore admin class-points | Gives [class points](Player%20Classes) to a player. |
| /mmocore admin exp <profession/main> | Manually gives experience to a player. |
| /mmocore admin hideab | Hides the action bar for a player for X time. |
| /mmocore admin info | See summary of levels for a player. |
| /mmocore admin level <profession/main> | Same parameters as the EXP command, gives X levels. |
| /mmocore admin nocd | Used 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> <player> <amount> | Modify a player's health. |
| /mmocore admin resource-mana <give/set/take> <player> <amount> | Modify a player's mana. |
| /mmocore admin resource-stamina <give/set/take> <player> <amount> | Modify a player's stamina. |
| /mmocore admin resource-stellium <give/set/take> <player> <amount> | Modify a player's stellium. |
| /mmocore admin skill-points <give/set> <player> <amount> | Gives [skill points](Player%20Skills) to a player so they can upgrade their skills. |
| /mmocore admin skill-realloc-points <give/set> <player> <amount> | Manually gives skill reallocation points to a player. |
| /mmocore admin skil<give/set> <player> <amount> | Manually gives points directly to a skill for a player. |
| /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](Player%20Skills) to a player so they can upgrade their skills. |
| /mmocore admin skill-realloc-points <give/set> | Manually gives skill reallocation points to a player. |
| /mmocore admin skil<give/set> | Manually gives points directly to a skill for a player. |
| | |
| **BOOSTERS** | |
| /mmocore booster create <profession/main> <extra> <length> (player) | Creates an [EXP booster](EXP%20Boosters) with specified power and length. |
| /mmocore booster create <profession/main> (player) | Creates an [EXP booster](EXP%20Boosters) with specified power and length. |
| /mmocore booster list | Displays active EXP boosters. |
| /mmocore booster remove <uuid> | Removes a booster with specified ID. |
| /mmocore booster remove | Removes a booster with specified ID. |
| **DEBUG & TECH** | |
| /mmocore refreshpd <player> | Refreshes 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 statmods <stat> | View stat |
| /mmocore refreshpd | Refreshes 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 statmods | View stat |