mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-02-01 11:11:23 +01:00
Update Commands
parent
819e834657
commit
6d3e7dcbc0
86
Commands.md
86
Commands.md
@ -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 <player> <worth> | Gives players a note worth $X. Can be [deposited](Currency System) 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 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 Classes) 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 <player> <amount> | Gives [skill points](Player Skills) to a player so they can upgrade their skills. |
|
||||
| **BOOSTERS** | |
|
||||
| /mmocore booster create <profession/main> <extra> <length> (player) | Creates an [EXP booster](EXP Boosters) 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 |
|
Loading…
Reference in New Issue
Block a user