Commands: Difference between revisions
Jump to navigation
Jump to search
Ast3risk0ps (talk | contribs) m (a) |
Ast3risk0ps (talk | contribs) m (fix cookiemonster) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
There are many commands that can be used on the [[RetroMC]], and thus, this page documents most of them.<br> | |||
Parameter format is: <code><nowiki><required parameter> [optional parameter]</nowiki></code> | |||
<code><nowiki><required parameter> [optional parameter]</nowiki></code> | {{Notice|This page is currently under renovation, and thus, some commands/formatting may be missing.}} | ||
{{ | |||
<hr> | <hr> | ||
== Essentials/Fundamentals == | |||
The commands for managing homes, teleport requests, etc., are handled via [https://github.com/retromcorg/Essentials Essentials]/[https://github.com/retromcorg/Fundamentals Fundamentals]. | |||
{| class="wikitable" style=max-width:100%; | {| class="wikitable" style=max-width:100%; | ||
|- | |- | ||
! Command !! Alias !! Description | ! Command !! Alias !! Description | ||
|- | |||
|<code>/register <password></code> || || Register to protect your account (required because Mojang auth doesn't work). | |||
|- | |||
|<code>/login <password></code> || || Login to your account. Skipped if you're using [[BetaEvolutions]]. | |||
|- | |||
|<code>/changepassword</code> || || Change your password. | |||
|- | |- | ||
|<code>/afk</code> || || Sets you as AFK. | |<code>/afk</code> || || Sets you as AFK. | ||
Line 52: | Line 56: | ||
|<code>/ping</code> || || The most useless command to ever exist. | |<code>/ping</code> || || The most useless command to ever exist. | ||
|- | |- | ||
|<code>/realname</code> || || Shows the real username of a player who has set a nick (setting a nick requires [[Ranks#Hero|<span style="color: {{MCColor-raw|&f}};">[</span><span style="color: {{MCColor-raw|&2}};">Hero</span><span style="color: {{MCColor-raw|&f}};">]</span>]] or above). | |<code>/realname <player></code> || || Shows the real username of a player who has set a nick (setting a nick requires [[Ranks#Hero|<span style="color: {{MCColor-raw|&f}};">[</span><span style="color: {{MCColor-raw|&2}};">Hero</span><span style="color: {{MCColor-raw|&f}};">]</span>]] or above). | ||
|- | |- | ||
|<code>/rules</code> || || View ''the rules''. | |<code>/rules</code> || || View ''the rules''. | ||
Line 71: | Line 75: | ||
|- | |- | ||
|<code>/spawn</code> || || Go back to spawn (loser) | |<code>/spawn</code> || || Go back to spawn (loser) | ||
|- | |||
|<code><nowiki>/vote <day|night|storm|clear></nowiki></code> || || Vote for day, night, a storm, or clear whether. <code><nowiki>/vote <yes|no></nowiki></code> during an active vote. | |||
|} | |} | ||
== [[AuthMe]] == | |||
The authentication plugin used to prevent impersonation. | |||
* <code>/register <password></code> - Sets a password for your username on here | |||
* <code>/unregister <password></code> - Removes said password. <i>'''Not recommended!'''</i> | |||
* <code>/login <password></code> | |||
* <code>/logout</code> | |||
* <code><nowiki>/changepassword <oldpassword> <newpassword></nowiki></code> - Changes your password. | |||
=== Staff-only commands === | |||
* <code>/authme reload</code> (Reload the cache) | |||
* <code>/authme register <playername> <password></code> (Register a player) | |||
* <code>/authme unregister <playername></code> (Unregister a player) | |||
* <code>/authme changepassword <playername> <newpassword></code> (Change password of a player) | |||
* <code>/authme purge <days></code> (Delete players from database that haven't logged in for <days> days) | |||
== BlockHat == | |||
Allows putting blocks in players' helmet slots.<br> | |||
<code>/hat</code> - Move currently held block to helmet slot. | |||
== Cookie Monster == | |||
The [https://dev.bukkit.org/projects/cookiemonster plugin] that handles money rewards when killing hostile mobs. Commands are staff only. | |||
* <code>/cm</code> (Reloads settings from the plugin's configuration file) | |||
* <code>/cm region define <id></code> (Sets a region once one is already selected in WorldEdit) | |||
* <code>/cm region remove <id></code> (Removes a region) | |||
* <code>/cm region list</code> (Lists regions) | |||
{| class="wikitable" style="max-width:100%;" | {| class="wikitable" style="max-width:100%;" | ||
Line 81: | Line 111: | ||
|+Donator Commands | |+Donator Commands | ||
|- | |- | ||
! Command !! Alias !! Role !! Description | ! Command !! Alias !! Required Role !! Description | ||
|- | |- | ||
| <code>/clearinventory</code> || || || Clears your inventory. | | <code>/clearinventory</code> || || || Clears your inventory. |
Latest revision as of 17:40, 21 October 2024
There are many commands that can be used on the RetroMC, and thus, this page documents most of them.
Parameter format is: <required parameter> [optional parameter]
ℹ️ Notice: This page is currently under renovation, and thus, some commands/formatting may be missing.
Essentials/Fundamentals
The commands for managing homes, teleport requests, etc., are handled via Essentials/Fundamentals.
Command | Alias | Description |
---|---|---|
/register <password> |
Register to protect your account (required because Mojang auth doesn't work). | |
/login <password> |
Login to your account. Skipped if you're using BetaEvolutions. | |
/changepassword |
Change your password. | |
/afk |
Sets you as AFK. | |
/balance |
/bal |
Shows how much money you have. |
/compass |
Shows your current bearing (degress and cardinal direction). | |
/help [page] |
Shows a help page. | |
/warp [place] |
Shows a list of warps or warps you to [place] (a valid warp) if specified. Creating a public warp costs $20,000.
| |
/home [name] |
Teleports you to your home called <name> . If no name is specified, shows a list of your homes.
| |
/sethome <name> |
Sets your current position as home called <name> .
| |
/delhome <name> |
Deletes your home called <name> . Required to change a home's position.
| |
/ignore <player> |
Ignores the chosen player. You will not recieve their messages or /mail .
| |
/ignorelist |
List all ignored players. | |
/kit [name] |
Obtains the kit called [name] . Lists all available kits if no name is given.
| |
/list |
List all online players. | |
/lost [name] |
Teleports you to the Lost&Found area. Add your username to be teleported to the section for it. | |
/mail <read|clear|send <to> <message>> |
You can either:
| |
/motd |
Shows the MOTD. | |
/msg <player> <message> |
/m <player> <message> |
Sends a PM to another player. |
/reply <message> |
/r <message> |
Replies to a PM (or sends a new PM to the last player you PMed) |
/pay <player> <amount> |
Pays a specified amount to a player. | |
/ping |
The most useless command to ever exist. | |
/realname <player> |
Shows the real username of a player who has set a nick (setting a nick requires [Hero] or above). | |
/rules |
View the rules. | |
/seen <player> |
See when a player was last online. | |
/suicide |
KILL YOURSELF! (oh yeah) | |
/tpa <player> |
Sends a teleport request to the target. | |
/tpahere <player> |
Sends a teleport here request to the target. | |
/tpaccept |
Accept a teleportation request. | |
/tpdeny |
Deny a teleportation request. | |
/tptoggle |
Block all teleportation requests (run again to unblock). | |
/spawn |
Go back to spawn (loser) | |
/vote <day|night|storm|clear> |
Vote for day, night, a storm, or clear whether. /vote <yes|no> during an active vote.
|
AuthMe
The authentication plugin used to prevent impersonation.
/register <password>
- Sets a password for your username on here/unregister <password>
- Removes said password. Not recommended!/login <password>
/logout
/changepassword <oldpassword> <newpassword>
- Changes your password.
Staff-only commands
/authme reload
(Reload the cache)/authme register <playername> <password>
(Register a player)/authme unregister <playername>
(Unregister a player)/authme changepassword <playername> <newpassword>
(Change password of a player)/authme purge <days>
(Delete players from database that haven't logged in for <days> days)
BlockHat
Allows putting blocks in players' helmet slots.
/hat
- Move currently held block to helmet slot.
Cookie Monster
The plugin that handles money rewards when killing hostile mobs. Commands are staff only.
/cm
(Reloads settings from the plugin's configuration file)/cm region define <id>
(Sets a region once one is already selected in WorldEdit)/cm region remove <id>
(Removes a region)/cm region list
(Lists regions)
Command | Alias | Description |
---|
Command | Alias | Required Role | Description |
---|---|---|---|
/clearinventory |
Clears your inventory. | ||
/nick |
[Hero] | Sets a nickname for you or another player. |