Update Commands

Ka0rX 2022-08-17 14:31:34 +00:00
parent 819e834657
commit 6d3e7dcbc0

@ -1,42 +1,46 @@
Below is a list of all available commands in MMOCore. You can also
explore these in-game -- tab-completion is fully enabled.
Below is a list of all available commands in MMOCore. You can also explore these in-game -- tab-completion is fully enabled.
| | |
|--|--|
| **GENERAL** | |
| /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. |
| **QUESTS** | |
| /mmocore quest start <player> <quest> | Force start a quest for a player. |
| /mmocore quest cancel <player> | 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 |
| **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 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. |
| | |
| **BOOSTERS** | |
| /mmocore booster create <profession/main> <extra> <length> (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. |
| **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 |
| | |
|---------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
| **GENERAL** | |
| /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 &lt;player&gt; &lt;worth&gt; | Gives players a note worth $X. Can be [deposited](Currency System) into banks. |
| /mmocore coins &lt;player&gt; &lt;amount&gt; | Gives players gold coins based on the amount input. Can be deposited into banks. |
| **QUESTS** | |
| /mmocore quest start &lt;player&gt; &lt;quest&gt; | Force start a quest for a player. |
| /mmocore quest cancel &lt;player&gt; | Force cancel a player's current quest. |
| **WAYPOINTS** | |
| /mmocore waypoints unlock &lt;waypoint&gt; &lt;player&gt; | Manually unlocks a waypoint for a set player. |
| /mmocore waypoints open &lt;player&gt; | Opens the waypoint menu AND checks if a player is standing on a waypoint |
| **ADMIN** | |
| /mmocore admin attr-realloc-points &lt;give/set&gt; &lt;player&gt; &lt;amount&gt; | Manually gives attribute reallocation points to a player. |
| /mmocore admin attribute-points &lt;give/set&gt; &lt;player&gt; &lt;amount&gt; | Manually gives attribute points to a player.
| /mmocore admin attribute &lt;give/take&gt; &lt;player&gt; &lt;attr&gt; &lt;amount&gt; | Increases a player's attribute | |
| /mmocore admin class &lt;player&gt; &lt;class&gt; | Sets a player's class |
| /mmocore admin force-class &lt;player&gt; &lt;class&gt; | Sets a player's class by force.<br>This means their level, skills, etc. won't update as well. |
| /mmocore admin class-points &lt;player&gt; &lt;amount&gt; | Gives [class points](Player Classes) to a player. |
| /mmocore admin exp &lt;player&gt; &lt;profession/main&gt; &lt;amount&gt; | Manually gives experience to a player. |
| /mmocore admin hideab &lt;player&gt; &lt;time&gt; | Hides the action bar for a player for X time. |
| /mmocore admin info &lt;player&gt; | See summary of levels for a player. |
| /mmocore admin level &lt;player&gt; &lt;profession/main&gt; &lt;amount&gt; | Same parameters as the EXP command, gives X levels. |
| /mmocore admin nocd &lt;player&gt; | Used by admins to test skills without beign affected by skill cooldown or mana usage. |
| /mmocore admin reset &lt;player | HARD RESETS a player's info i.e class, level, EXP... |
| /mmocore admin resource-health &lt;give/set/take&gt; &lt;player&gt; &lt;amount&gt; | Modify a player's health. |
| /mmocore admin resource-mana &lt;give/set/take&gt; &lt;player&gt; &lt;amount&gt; | Modify a player's mana. |
| /mmocore admin resource-stamina &lt;give/set/take&gt; &lt;player&gt; &lt;amount&gt; | Modify a player's stamina. |
| /mmocore admin resource-stellium &lt;give/set/take&gt; &lt;player&gt; &lt;amount&gt; | Modify a player's stellium. |
| /mmocore admin skill-points &lt;player&gt; &lt;amount&gt; | Gives [skill points](Player Skills) to a player so they can upgrade their skills. |
| **BOOSTERS** | |
| /mmocore booster create &lt;profession/main&gt; &lt;extra&gt; &lt;length&gt; (player) | Creates an [EXP booster](EXP Boosters) with specified power and length. |
| /mmocore booster list | Displays active EXP boosters. |
| /mmocore booster remove &lt;uuid&gt; | Removes a booster with specified ID. |
| **DEBUG & TECH** | |
| /mmocore refreshpd &lt;player&gt; | 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 &lt;stat&gt; | View stat |