More actions
(I added even more of the most used/most important commands. Shows how bored I can be sometimes lol.) |
(Added: /auction, teleport commands, /message, /mail, /pay, /emotions as well as some minor Xtra commands and formatting) |
||
| Line 1: | Line 1: | ||
== / | == /auction commands == | ||
=== /auchelp === | |||
Opens a GUI that provides simplified shortcuts to bidding, starting auctions or ignoring them. | |||
=== /auction === | |||
Provides the required format to run an auction. The following conditions can be set for auctions: | |||
<start> (Required)<br> | |||
<amount> (Required) - The number of the specified item you would like to sell. Must be present in your inventory.<br> | |||
<price> (Required) - The price at which you would like to start your auction at. <br> | |||
[increment] (Optional) - The minimum price you would like bids to increase by. Will set the amount added by /bid if players do not specify an amount themselves. <br> | |||
[Autobuy] (Optional) - The maximum amount of money someone can bid before the auction automatically ends and they win the auction. <br> | |||
[Time] (Optional) - The length of time the auction can run for. | |||
A minimal auction command would therefore look like this: | |||
/auction start 1 500 | |||
This would sell one of the item a player is holding in their main hand for ₲500. | |||
A more complex auction command would look like this: | |||
/auction start 1 500 100 5000 120 | |||
This would sell one of the item a player is holding in their hand for ₲500. Players can bid on the item in ₲100 increments, and if a player bids ₲5000, the auction will end and they will be declared the winner. The auction will be set to last 120 seconds. | |||
Because of the nature of the formatting, optional commands must be added in chronological order. Therefore, if you would like to specify the time of an auction, you must also set the increment and autobuy, otherwise the number will autofill to one of the earlier conditions. | |||
=== /auction cancel === | |||
Cancel your active auction. | |||
=== /auction enable === | |||
Stop ignoring auction notifications. | |||
=== /auction ignore === | |||
Ignore all auctions. | |||
=== /auction ignoreplayer [PlayerName] === | |||
Ignore all auctions from a specific player. | |||
=== /auction info === | |||
See information on the current auction. | |||
=== /auction queue === | |||
View all auction items currently waiting in the queue. If an auction has just ended, the queue will not show the next item to be auctioned as it is in the middle of transitioning to an active auction. Once you have an item in the transition stage, you will be able to queue another auction. | |||
=== /auction remove === | |||
Remove your auction from the queue. This will not remove the auction in the middle of being transitioned from queue to active. | |||
=== /auction scoreboard === | |||
Toggle the auction scoreboard on the right of the screen on or off | |||
=== /auction spam === | |||
Ignore spammy auction broadcast messages specifically rather than auctions themselves. Includes individual bids and anti-snipe messages. | |||
=== /auction startsealed === | |||
An alternative to /auction start in which the bids are hidden from both the auctioner and bidders. Each player is able to bid once. If a player runs /bid without a specified amount and was not the first bid of the auction, their bid will be the highest previous bid with the increment added. | |||
=== /bid [Amount] === | |||
Bid on an active auction. If an amount is not specified the bid will go up by the increment specified by the auctioner. | |||
== /bio commands == | == /bio commands == | ||
| Line 21: | Line 80: | ||
== /bottle commands == | == /bottle commands == | ||
=== /bottle give === | === /bottle get === | ||
Allows one to give XP | Allows one to bottle their XP. One must hold empty glass bottles to fill. | ||
=== /bottle give [PlayerName] [Amount] === | |||
Allows one to give XP to another person. Amount refers to XP. No bottles are needed for this transaction. | |||
=== /bottle stats === | === /bottle stats === | ||
Allows one to view their own statistics on bottled XP | Allows one to view their own statistics on bottled XP | ||
=== /bottle until === | === /bottle until === | ||
| Line 52: | Line 111: | ||
=== /cmodify (PlayerName) === | === /cmodify (PlayerName) === | ||
Adds players able to access containers with a private protection placed on them. | Adds players able to access containers with a private protection placed on them. Identical commands include /ctrust and /allow. | ||
=== /cpassword (Password) === | === /cpassword (Password) === | ||
| Line 81: | Line 140: | ||
== /claim commands == | == /claim commands == | ||
=== /accesstrust (username) === | |||
Allows the provided user access to doors, buttons, etc, but not containers within a claim. Can use /accesstrust public to allow public use of those blocks. | |||
=== /buyblocks === | === /buyblocks === | ||
| Line 190: | Line 252: | ||
== /Emotions (/feelings) == | == /Emotions (/feelings) == | ||
Note: the /feelings command alone will bring up a UI of possible feelings, whereas /emotions will bring up a list in chat. | |||
Available for Quartz+ and players at level 15. The command format to use these emotions is /feeling [PlayerUser]. Recipients may experience a sound effect or particle animation when the command is used. All available feelings commands are: | |||
/boi<br> | |||
/bite<br> | |||
/cry<br> | |||
/dab<br> | |||
/facepalm<br> | |||
/highfive<br> | |||
/hug<br> | |||
/kiss<br> | |||
/lick<br> | |||
/murder<br> | |||
/pat<br> | |||
/poke<br> | |||
/punch<br> | |||
/shake<br> | |||
/slap<br> | |||
/snuggle<br> | |||
/stab<br> | |||
/stalk<br> | |||
/sus<br> | |||
/yell | |||
== Event (reward) commands == | == Event (reward) commands == | ||
| Line 201: | Line 283: | ||
Important: /guide also gives you access to your event goodiebag. Put your event rewards in there to store them away safely as usually inventories get wiped before each round of an event. Not putting them in your goodiebag might therefore result in you losing your rewards! | Important: /guide also gives you access to your event goodiebag. Put your event rewards in there to store them away safely as usually inventories get wiped before each round of an event. Not putting them in your goodiebag might therefore result in you losing your rewards! | ||
Once in survival, run /guide and right click on your player head to access your goodiebag from the events server. | |||
Note: This plugin is currently not functional as it has not been updated. To claim your prizes, take a screenshot of your goodiebag before leaving the events server and create a discord ticket to receive the rewards manually. | |||
=== /key === | === /key === | ||
| Line 259: | Line 345: | ||
=== /quests === | === /quests === | ||
Shows all active jobs one has and their progress in those jobs. | Shows all active jobs one has and their progress in those jobs. Hover over a quest bar to view details of the quest. Once a day, players have the option to click a quest to skip it and get a new one. Quest difficulties range from Easy to Impossible. Resets daily. | ||
== /mail commands == | |||
Note: All below commands also work with the base command /email. | |||
=== /mail clear [Number] === | |||
Clears the specified mail in your read list. Mails are numbered from most recent, so /mail clear 1 will delete the most recent mail you have been sent. Not specifying a number may clear all mail in the list. | |||
=== /mail read [PageNumber] === | |||
Provides a list of mail sent to you. Ordered from most recent mail. | |||
=== /mail send [PlayerUser] [Message] === | |||
Sends the specified user a message they can read at any time. Useful for contacting players not currently online. | |||
== /market == | == /market == | ||
Brings up the market UI to teleport to player-owned markets in the spawn area. See a list of market shops [[Wiki/Market Shops|here]]. | Brings up the market UI to teleport to player-owned markets in the spawn area. See a list of market shops [[Wiki/Market Shops|here]]. | ||
== /marry commands == | |||
=== /marry accept === | |||
Accepts a marriage request | |||
=== /marry cancel === | |||
Cancels your marriage request | |||
=== /marry deny === | |||
Denies the incoming marriage request | |||
=== /marry divorce <Name> === | |||
Divorces you and chosen partner. | |||
=== /marry list === | |||
Allows one to see all marriages | |||
=== /marry listpriests === | |||
Allows one to see all online priests | |||
=== /marry partners <Name> === | |||
Allows one to see all the partners of a particular player. | |||
=== /marry marry <Name> === | |||
Sends a marry request to the named player. | |||
=== /marry help === | |||
Allows one to see more marry commands. | |||
== /mc commands (McMMO) == | == /mc commands (McMMO) == | ||
| Line 293: | Line 420: | ||
=== /[Skill] ? [PageNumber] === | === /[Skill] ? [PageNumber] === | ||
Provides a guide and help page for the specified McMMO skill. | Provides a guide and help page for the specified McMMO skill. | ||
== /message commands == | |||
=== /message [PlayerUser] [Message] === | |||
Sends a private message to a player. Identical commands include /m, /msg, /whisper and /w. | |||
=== /reply [Message] === | |||
Sends a private message to the last player who messaged you. Identical commands include /r. | |||
== /nick == | == /nick == | ||
| Line 304: | Line 439: | ||
/nick &bCubey<br><br> | /nick &bCubey<br><br> | ||
<nowiki>*</nowiki>Not sure how this differs from legacy colours. Please edit if known. | <nowiki>*</nowiki>Not sure how this differs from legacy colours. Please edit if known. | ||
== Movement commands == | == Movement commands == | ||
=== /crawl === | === /crawl === | ||
Allows one to crawl without the need of e.g. a trapdoor. | Allows one to crawl without the need of e.g. a trapdoor. Identical commands include /bellyflop. | ||
=== /fly === | === /fly === | ||
Allows one to enable flight. Flight has a timer and flight time can be prolonged by crate rewards and by purchasing flight time. | Allows one to enable flight. Flight has a timer and flight time can be prolonged by crate rewards and by purchasing flight time. | ||
Sapphire+ gets unlimited flight time. | Sapphire+ gets unlimited flight time. Prism+ can access flight trails. | ||
Prism+ can access flight trails | |||
=== /flytoggle === | === /flytoggle === | ||
| Line 350: | Line 454: | ||
=== /lay === | === /lay === | ||
Allows one to lie down. | Allows one to lie down flat on their back. | ||
=== /spin === | |||
Allows one to spin in a circle with an animation. | |||
== /pwarp commands == | == /pwarp commands == | ||
| Line 473: | Line 578: | ||
=== /shop toggledisplay === | === /shop toggledisplay === | ||
Toggles the display of the item of the targeted shop on or off. | Toggles the display of the item of the targeted shop on or off. | ||
== Teleport commands == | |||
== /back == | |||
Return to the last location you previously teleported from. Can also be used to return to the place of your death. Entering portals sets the last /back location as the portal entrance. Identical commands include /return. | |||
=== /tpaccept === | |||
Accept the most recent teleport request sent to you. | |||
=== /tpahere [PlayerName] === | |||
Sends a notification to a player requesting that they teleport to you. | |||
=== /tpask [PlayerName] === | |||
Sends a notification to a player requesting to teleport to them. Identical commands include /tpa. | |||
=== /tpacancel === | |||
Cancels any outgoing teleport requests you have sent. | |||
=== /tpauto === | |||
Toggles teleport requests sent to you going through automatically without the need for /tpaccept on or off. | |||
=== /tpdeny === | |||
Deny the most recent teleport request sent to you. Identical commands include /tpno. | |||
=== /tprandom === | |||
Teleports you to a random location in the overworld. The cooldown for this command is 60 seconds, regardless of rank. Identical commands include /tpr, /rtp and /wild. | |||
== /vote commands == | == /vote commands == | ||
| Line 524: | Line 655: | ||
== /warp == | == /warp == | ||
When used, it will pull you to a list of warps set up by staff to teleport to.<br><br> | When used, it will pull you to a list of warps set up by staff to teleport to.<br><br> | ||
Current list consists of NorthMarket, SouthMarket, Arena, Tutorial, Spawn, Crates, Church, End, NetherHub, Maze, Event, DropParty, Beach, Portals, and | Current list consists of NorthMarket, SouthMarket, Arena, Tutorial, Spawn, Crates, Church, End, NetherHub, Maze, Event, DropParty, Beach, Portals, RiftPortal and PrideIsland. | ||
== | == X-tra commands (Commands that do not fit any category) == | ||
== | === /afk === | ||
Available for Quartz+. Sets your status as afk. Rank players who have been afk for more than 30 minutes will be returned to the hub. Identical commands include /away. | |||
=== /backpack === | === /backpack === | ||
Allows one to open their backpack. The backpack functions like an ender chest. | Available for Quartz+ and players at level 10. Allows one to open their backpack. The backpack functions like an ender chest. | ||
One's rank and level decides the size of the backpack. | One's rank and level decides the size of the backpack. | ||
=== /beezooka === | === /beezooka === | ||
Launches an explosive bee the direction the player is facing. Bee does not do any actual damage. | Launches an explosive bee the direction the player is facing. Bee does not do any actual damage. Identical commands include /beecannon. | ||
=== /balance === | === /balance === | ||
Allows one to see their current balance, accurate to the cent. | Allows one to see their current balance, accurate to the cent. Identical commands include /bal. | ||
=== /balancetop === | === /balancetop [PageNumber] === | ||
Allows one to view everyone's balance from richest to poorest. | Allows one to view everyone's balance from richest to poorest. Identical commands include /baltop and /money. | ||
=== /discord === | === /discord === | ||
Allows one to access the Discord server | Allows one to access the Discord server. | ||
=== /customdisguise === | === /customdisguise === | ||
| Line 561: | Line 686: | ||
=== /elevator === | === /elevator === | ||
Pulls up the UI demonstrating the structure needed to build elevators. The block formation shown needs to be put on each floor the elevator is intended to access, and must be on the same Y level. | |||
=== /glow === | === /glow === | ||
| Line 572: | Line 697: | ||
=== /headdb === | === /headdb === | ||
Allows one to access the headdb menu. Only | Allows one to access the headdb menu. Only Sapphire+ can access this command indefinitely. Identical commands include /hdb. | ||
Headdb time can be won via crates | Headdb time can be won via crates | ||
| Line 582: | Line 707: | ||
Allows one to access the dynamic map of the server. It gives oversight over the location of everyone, claims, and natural features | Allows one to access the dynamic map of the server. It gives oversight over the location of everyone, claims, and natural features | ||
=== /near | === /near [Amount] === | ||
Allows one to see who is nearby. | Allows one to see who is nearby in a specified number of blocks. Identical commands include /nearby. | ||
=== /pay [PlayerUser] [Amount] === | |||
Sends money from your account to that of the specified player.<br> | |||
Note: /pay * [Amount] allows you to pay the same amount of money to all online players. If you do not have enough money, as many players will be sent the amount as possible, and the remaining players will not. This is ordered based on the players in the tab list from the top down. | |||
=== /ping === | === /ping === | ||
Allows one to see their current ping. | Allows one to see their current ping. | ||
=== /realname === | === /realname [PlayerName] === | ||
Allows one to see the real username of a player. | Allows one to see the real username of a player. PlayerName in this instance refers to the user's set nickname that shows in chat and the tab list. | ||
=== /server === | === /server === | ||
| Line 599: | Line 728: | ||
=== /website === | === /website === | ||
Allows one to visit the website. | Allows one to visit the website. | ||
Revision as of 10:31, 31 July 2023
/auction commands[edit source]
/auchelp[edit source]
Opens a GUI that provides simplified shortcuts to bidding, starting auctions or ignoring them.
/auction[edit source]
Provides the required format to run an auction. The following conditions can be set for auctions:
<start> (Required)
<amount> (Required) - The number of the specified item you would like to sell. Must be present in your inventory.
<price> (Required) - The price at which you would like to start your auction at.
[increment] (Optional) - The minimum price you would like bids to increase by. Will set the amount added by /bid if players do not specify an amount themselves.
[Autobuy] (Optional) - The maximum amount of money someone can bid before the auction automatically ends and they win the auction.
[Time] (Optional) - The length of time the auction can run for.
A minimal auction command would therefore look like this:
/auction start 1 500
This would sell one of the item a player is holding in their main hand for ₲500.
A more complex auction command would look like this:
/auction start 1 500 100 5000 120
This would sell one of the item a player is holding in their hand for ₲500. Players can bid on the item in ₲100 increments, and if a player bids ₲5000, the auction will end and they will be declared the winner. The auction will be set to last 120 seconds.
Because of the nature of the formatting, optional commands must be added in chronological order. Therefore, if you would like to specify the time of an auction, you must also set the increment and autobuy, otherwise the number will autofill to one of the earlier conditions.
/auction cancel[edit source]
Cancel your active auction.
/auction enable[edit source]
Stop ignoring auction notifications.
/auction ignore[edit source]
Ignore all auctions.
/auction ignoreplayer [PlayerName][edit source]
Ignore all auctions from a specific player.
/auction info[edit source]
See information on the current auction.
/auction queue[edit source]
View all auction items currently waiting in the queue. If an auction has just ended, the queue will not show the next item to be auctioned as it is in the middle of transitioning to an active auction. Once you have an item in the transition stage, you will be able to queue another auction.
/auction remove[edit source]
Remove your auction from the queue. This will not remove the auction in the middle of being transitioned from queue to active.
/auction scoreboard[edit source]
Toggle the auction scoreboard on the right of the screen on or off
/auction spam[edit source]
Ignore spammy auction broadcast messages specifically rather than auctions themselves. Includes individual bids and anti-snipe messages.
/auction startsealed[edit source]
An alternative to /auction start in which the bids are hidden from both the auctioner and bidders. Each player is able to bid once. If a player runs /bid without a specified amount and was not the first bid of the auction, their bid will be the highest previous bid with the increment added.
/bid [Amount][edit source]
Bid on an active auction. If an amount is not specified the bid will go up by the increment specified by the auctioner.
/bio commands[edit source]
/age[edit source]
Allows one to change their age settings
/bio[edit source]
Allows one to access their entire bio and change settings. These settings can be seen by others by hovering over your name.
/gender[edit source]
Allows one to change their set gender
/orientation[edit source]
Allows one to change their set orientation
/pronouns[edit source]
Allows one to change their set pronouns
/bottle commands[edit source]
/bottle get[edit source]
Allows one to bottle their XP. One must hold empty glass bottles to fill.
/bottle give [PlayerName] [Amount][edit source]
Allows one to give XP to another person. Amount refers to XP. No bottles are needed for this transaction.
/bottle stats[edit source]
Allows one to view their own statistics on bottled XP
/bottle until[edit source]
Allows one to check how much XP is needed to level up
/bottle store[edit source]
Allows one to store a particular amount of XP in XP bottles. One must hold empty glass bottles to fill.
/c commands (containers)[edit source]
Note: Land claims override any /c protections or modifications placed on containers. You will need to use claim trust commands for people to access containers within claims.
/cdisplay[edit source]
Creates a display container in which people can view items, but not edit, place or remove them. Best used for lecturns.
/cdonation[edit source]
Creates a donation container in which people can place items, but not remove them.
/chopper[edit source]
Allows hoppers to dispense items into the selected container.
/cinfo[edit source]
View a container's protection information.
/cmodify (PlayerName)[edit source]
Adds players able to access containers with a private protection placed on them. Identical commands include /ctrust and /allow.
/cpassword (Password)[edit source]
Creates a container accessible only through the use of the specified password.
/cpersist[edit source]
Used to run the same /c command on multiple chests without typing the command each time. Appropriate use is running /cpersist, running the /c command of preference, punching all containers you would like the /c command to apply to, and finally running /cpersist again to turn this function off.
/cprivate[edit source]
Creates a privately-protected container. This is the default setting when placing containers.
/cpublic[edit source]
Creates a container accessible to all to add and place items, but only the owner is able to destroy it.
/cremove[edit source]
Removes any protections from placed containers.
/unlock has an identical function to this.
/cremoveall[edit source]
Removes every protection placed on any container you own. You will be prompted to type '/lwc confirm' to confirm this.
Note: This is irreversible. Do not use unless absolutely certain there are no containers you've created on the server that you wish to remain protected.
/cunlock (Password)[edit source]
Unlocks containers that are password-protected, given the correct password is provided. This command only works after the player attempts to open the container first, and the player will have access to the container for as long as they are logged into the server.
/lwc[edit source]
Provides a list of most /c commands.
/claim commands[edit source]
/accesstrust (username)[edit source]
Allows the provided user access to doors, buttons, etc, but not containers within a claim. Can use /accesstrust public to allow public use of those blocks.
/buyblocks[edit source]
Refer to /buyclaimblocks
/buyclaimblocks[edit source]
Allows one to buy claimblocks to make claims
/claim[edit source]
Allows one to go into claim mode to make claims. One must be atleast level 1 to use this.
Claims are always rectangular and must be atleast 5 x 5. One must have adequate claimblocks to make a claim.
/claimbuy[edit source]
Allows one to view claims that are for sale and to buy a claim.
/claimcontract[edit source]
Allows one to create a contract for their plot to put it up for sale.
/claimcreate[edit source]
Allows one to create a claim from the point they are standing with a chosen radius.
/claimdisplayname[edit source]
Allows one to set a display name for their claim, which can be seen in the dynamic map.
/claimexpand[edit source]
Allows one to expand a claim a certain amount of blocks in the direction one is facing.
/claimfarewell[edit source]
Allows one to set a farewell message for their plot. This message will show up when a player leaves a claim.
/claimflag[edit source]
Allows one to change the settings and permission of their claim.
These settings and permissions most importantly include:
-Mob spawn
-PVP settings
-Fire spread
-Decay
-TNT settings
-Use of entities and interactive blocks
-PVP
-Allowing/denying entrance to certain players
/claimflagdefinition[edit source]
Allows one to set a definition for the claimflag. Refer to /claimflag for information on possibilities
/claimgreeting[edit source]
Allows one to set a greeting message for their claim. This message will show up when a player enters a claim
/claimgui[edit source]
Allows one to view the claimviewer in the form of a GUI rather than text.
/claimid[edit source]
Allows one to view the ID of a claim and override that claim.
/claiminfo[edit source]
Allows one to view information about their claim and to be able to spawn at one of the corners of their claim.
/claiminherit[edit source]
Allows one to incorporate child claims into the parent claim.
(Verify this statement)
/claiminspect[edit source]
Allows one to check if a block has been claimed by someone.
/claimlist[edit source]
Allows one to view all their claims and inspect them. Use /claimgui to view this menu via a GUI.
/claimnotifications[edit source]
Shows all notifications regarding the claims one has. Currently does not work
/claimsell[edit source]
Allows one to put up a claim for sale
/claimsetspawn[edit source]
Allows one to change/set the spawn of their claim
/claimslist[edit source]
Refer to /claimlist for information
/claimspawn[edit source]
Teleports one to the spawn of the claim one is in. Only the owner of the claim can use this command.
/claimtitle[edit source]
Allows one to set a title for their claim. This title can be seen in the dynamic map
/claimtool[edit source]
Refer to /claim for information
/claimtransfer[edit source]
Allows one to transfer the ownership of a claim to someone else.
/sellclaimblocks[edit source]
Allows one to sell their claimblocks for 50% of the purchasing price.
/sellblocks[edit source]
Refer to /sellclaimblocks
/Emotions (/feelings)[edit source]
Note: the /feelings command alone will bring up a UI of possible feelings, whereas /emotions will bring up a list in chat.
Available for Quartz+ and players at level 15. The command format to use these emotions is /feeling [PlayerUser]. Recipients may experience a sound effect or particle animation when the command is used. All available feelings commands are:
/boi
/bite
/cry
/dab
/facepalm
/highfive
/hug
/kiss
/lick
/murder
/pat
/poke
/punch
/shake
/slap
/snuggle
/stab
/stalk
/sus
/yell
Event (reward) commands[edit source]
/guide[edit source]
Gives you the ability to select your status and readiness during events. Status involves whether one plays the game or spectates it, while readiness signifies whether one is ready to participate or not.
Important: /guide also gives you access to your event goodiebag. Put your event rewards in there to store them away safely as usually inventories get wiped before each round of an event. Not putting them in your goodiebag might therefore result in you losing your rewards!
Once in survival, run /guide and right click on your player head to access your goodiebag from the events server.
Note: This plugin is currently not functional as it has not been updated. To claim your prizes, take a screenshot of your goodiebag before leaving the events server and create a discord ticket to receive the rewards manually.
/key[edit source]
Gives you an oversight over virtual keys that have been rewarded to you. These keys work similar to physical keys and you just need to hit the crate to use the virtual key(s).
/jobs commands[edit source]
/jobs[edit source]
Opens the jobs GUI.
/jobs archive[edit source]
View the level progress on the previous jobs you've had and the cooldown to rejoin them.
/jobs browse[edit source]
View all available jobs and their payment info in the GUI.
/jobs clearownership[edit source]
Removes all workstations registered to your jobs.
Note: There is further confirmation required for this command, and it cannot be undone. Use with caution.
/jobs gtop [PageNumber][edit source]
Shows the global player list for top aggregated job level (all current job levels combined).
/jobs info [Job][edit source]
Provides payment info for the specified job in chat as opposed to the GUI.
/jobs join [Job][edit source]
Join the specified job.
/jobs leave [Job][edit source]
Leave the specified job.
Note: You will not be able to join this job for another 30 minutes after leaving.
/jobs leaveall[edit source]
Leave all jobs you are currently joined to.
Note: There is no further confirmation required. You will not be able to join any of these jobs for another 30 minutes after leaving, so use with caution.
/jobs limit[edit source]
View your progress on the amount of money you can make per hour. Each time you level up in a job, you will be able to earn a bonus of ₲10 per hour. If you have multiple jobs, all extra job bonuses stack on top of the baseline of ₲500 per hour earned.
/jobs ownedblocks[edit source]
View a list of all workstations registered to your jobs and remove them individually if desired.
/jobs stats[edit source]
View the levelling progress for your current jobs.
/jobs toggle actionbar[edit source]
Turns off the actionbar that appears at the bottom of the screen when performing actions that pay towards your job, and moves them into the chat.
/jobs toggle bossbar[edit source]
Turns off the bossbar that appears at the top of the screen when performing actions that give you experience towards levelling up your job.
/jobs top[edit source]
Opens the GUI for viewing either the global leaderboard for top aggregated job level or the individual highest levels for each job.
/jobs top [Job] [PageNumber][edit source]
Shows a list of the players with the highest levels in the specified job. This only applies to jobs players are currently joined to.
/quests[edit source]
Shows all active jobs one has and their progress in those jobs. Hover over a quest bar to view details of the quest. Once a day, players have the option to click a quest to skip it and get a new one. Quest difficulties range from Easy to Impossible. Resets daily.
/mail commands[edit source]
Note: All below commands also work with the base command /email.
/mail clear [Number][edit source]
Clears the specified mail in your read list. Mails are numbered from most recent, so /mail clear 1 will delete the most recent mail you have been sent. Not specifying a number may clear all mail in the list.
/mail read [PageNumber][edit source]
Provides a list of mail sent to you. Ordered from most recent mail.
/mail send [PlayerUser] [Message][edit source]
Sends the specified user a message they can read at any time. Useful for contacting players not currently online.
/market[edit source]
Brings up the market UI to teleport to player-owned markets in the spawn area. See a list of market shops here.
/marry commands[edit source]
/marry accept[edit source]
Accepts a marriage request
/marry cancel[edit source]
Cancels your marriage request
/marry deny[edit source]
Denies the incoming marriage request
/marry divorce <Name>[edit source]
Divorces you and chosen partner.
/marry list[edit source]
Allows one to see all marriages
/marry listpriests[edit source]
Allows one to see all online priests
/marry partners <Name>[edit source]
Allows one to see all the partners of a particular player.
/marry marry <Name>[edit source]
Sends a marry request to the named player.
/marry help[edit source]
Allows one to see more marry commands.
/mc commands (McMMO)[edit source]
/mcability[edit source]
Toggles the McMMO abilities on and off.
/mccooldown[edit source]
Shows the amount of time remaining until each ability can be used.
Note: /mccooldowns has an identical function to this.
/mcinspect [PlayerName][edit source]
Inspect the /mcstats of nearby players.
/mcnotify[edit source]
Turn McMMO notifications on and off.
/mcrank[edit source]
View your rank in each skill according to the global player /mctop lists.
/mcstats[edit source]
View your levelling progress for each learned skill as well as your power level.
/mctop [Skill][edit source]
Provides a list of the highest-level players in the specified skill. Running the command without a specified skill will produce a global list of the highest power levels.
/[Skill][edit source]
Provides a summary of the levelling progress on the specified MCMMO skill as well as sub-skills.
/[Skill] ? [PageNumber][edit source]
Provides a guide and help page for the specified McMMO skill.
/message commands[edit source]
/message [PlayerUser] [Message][edit source]
Sends a private message to a player. Identical commands include /m, /msg, /whisper and /w.
/reply [Message][edit source]
Sends a private message to the last player who messaged you. Identical commands include /r.
/nick[edit source]
Enables you to change the colour of your nickname or username in chat.
Nickname formatting has the following requirements:
Quartz: Colour change only (refer to /colors)*
Amethyst: Legacy colours only (refer to /colors)
Sapphire: RGB support (ability to make gradients - a player-recommended site for this is https://rgb.birdflop.com/)
Emerald+: Format support (ability to format text - a player-recommended site for this is https://rgb.birdflop.com/. Formatting options can also be viewed with /colors)
Colored nicknames can also be unlocked at Level 15, and formatting options at Level 30. The command should be written in the following format:
/nick &bCubey
*Not sure how this differs from legacy colours. Please edit if known.
Movement commands[edit source]
/crawl[edit source]
Allows one to crawl without the need of e.g. a trapdoor. Identical commands include /bellyflop.
/fly[edit source]
Allows one to enable flight. Flight has a timer and flight time can be prolonged by crate rewards and by purchasing flight time.
Sapphire+ gets unlimited flight time. Prism+ can access flight trails.
/flytoggle[edit source]
Allows one to toggle flight without the flight shop popping up.
/lay[edit source]
Allows one to lie down flat on their back.
/spin[edit source]
Allows one to spin in a circle with an animation.
/pwarp commands[edit source]
/pwarp[edit source]
Brings up the UI for player-owned warps.
/pwarp [WarpName][edit source]
Can be used to directly teleport to a warp instead of manually finding them in the UI. Find a list of player-owned warps here.
/pwarp about[edit source]
Provides information about the plugin.
/pwarp amount[edit source]
Tells you the number of pwarps you are eligible to create and how many you have remaining.
/pwarp category[edit source]
/pwarp category list [WarpName][edit source]
Shows which category your pwarp is listed in on the UI.
/pwarp category remove [WarpName] [Category][edit source]
Removes your pwarp from the specified category.
/pwarp category set [WarpName] [Category][edit source]
Adds your pwarp to the specified category.
/pwarp cost set [WarpName] [Cost][edit source]
Sets the cost for players to teleport to your pwarp. Remove a cost with /pwarp cost remove [WarpName].
/pwarp desc set [WarpName] [Text][edit source]
Sets a description for your pwarp on the UI. Remove a description with /pwarp desc remove [WarpName].
/pwarp favourite [WarpName][edit source]
Adds a pwarp to your favourites list in the UI (under Bookmarked Warps).
/pwarp help[edit source]
Provides a list of /pwarp commands.
/pwarp icon set [WarpName][edit source]
Changes the icon for a pwarp as it appears in the UI to the item held in your main hand. Remove an icon with /pwarp icon remove [WarpName].
/pwarp remove [WarpName][edit source]
Removes the warp permanently. You will not be reimbursed.
/pwarp rename [WarpName] [NewWarpName][edit source]
Changes the current name of your pwarp.
/pwarp reset [WarpName][edit source]
Resets the location of the pwarp to where you are standing.
/pwarp set [WarpName][edit source]
Sets a pwarp in your current location. Pwarps cost ₲50,000 each.
/pwarp setowner [WarpName] [PlayerName][edit source]
Transfers ownership of your pwarp to another player.
/shop commands[edit source]
Note: All /shop commands are also functional using the keywords /shops, /quickshop, /qs, /qshop, /qsshop, /chestshop, and /cshop.
/shop about[edit source]
Provides information about the plugin.
/shop amount [Amount][edit source]
Sets the amount of an item you can buy or sell in bulk per single sale or purchase from the targeted shop.
/shop buy[edit source]
Sets the targeted shop to buy mode.
/shop create [Price][edit source]
Creates a shop from the targeted container for the item held in main hand.
Note: Automatically sets the amount that is held in main hand.
/shop fetchmessage[edit source]
Shows unread shop messages.
Note: Purchases and sales from the shop will show in chat automatically when online, and purchases and sales made while offline will appear in chat when logging into the server for the first time afterwards.
/shop find [Item][edit source]
Searches for an item being sold or bought in a shop within a radius of 50 blocks.
Note: Due to the radius, does not cover each market block in full. May need to be used several times at various locations to fully search a market block for an item.
/shop help[edit source]
Provides a list of all parent shop commands.
/shop item[edit source]
Sets the item of the targeted shop to the item held in main hand.
Note: Automatically sets the amount that is held in main hand.
/shop price[edit source]
Sets the buy or sell price of the targeted shop.
Note: The maximum price you can set is ₲25,000.
/shop remove[edit source]
Removes all shop abilities from the targeted container.
Note: This command needs to be executed to break the container of the targeted shop.
/shop sell[edit source]
Sets the targeted shop to sell mode.
/shop staff commands[edit source]
/shop staff add [PlayerName][edit source]
Adds the desired player to the staff list for the targeted shop.
/shop staff clear[edit source]
Removes all current staff from the targeted shop.
/shop staff del [PlayerName][edit source]
Removes the desired player from the staff list for the targeted shop.
/shop staff list[edit source]
Lists all current staff of the targeted shop.
Note: The shop owner/creator is not automatically considered staff, and will not appear on the list unless added with the appropriate command.
The shop owner/creator will still have full access to the targeted shop when removed from the staff list.
/shop size [Amount][edit source]
Sets the amount of an item you can buy or sell in bulk per single sale or purchase from the targeted shop.
/shop toggledisplay[edit source]
Toggles the display of the item of the targeted shop on or off.
Teleport commands[edit source]
/back[edit source]
Return to the last location you previously teleported from. Can also be used to return to the place of your death. Entering portals sets the last /back location as the portal entrance. Identical commands include /return.
/tpaccept[edit source]
Accept the most recent teleport request sent to you.
/tpahere [PlayerName][edit source]
Sends a notification to a player requesting that they teleport to you.
/tpask [PlayerName][edit source]
Sends a notification to a player requesting to teleport to them. Identical commands include /tpa.
/tpacancel[edit source]
Cancels any outgoing teleport requests you have sent.
/tpauto[edit source]
Toggles teleport requests sent to you going through automatically without the need for /tpaccept on or off.
/tpdeny[edit source]
Deny the most recent teleport request sent to you. Identical commands include /tpno.
/tprandom[edit source]
Teleports you to a random location in the overworld. The cooldown for this command is 60 seconds, regardless of rank. Identical commands include /tpr, /rtp and /wild.
/vote commands[edit source]
Note: All /vote commands are also functional using the keyword /v.
/vote? [PageNumber][edit source]
View all vote commands.
/votehelp has an identical function.
/vote[edit source]
When used, it pulls up three links to voting sites to vote for a maximum of four times a day; once on two sites, and twice on one.
When you vote at least three times in one day (once for each site), you get a Crate key depending on Tier of voting. Each tier lasts 7 days.
Tier 1: ₲100 (increases by ₲25 daily)
Tier 2: Gem key and ₲300 daily
Tier 3: Crystal key and ₲400 daily
Tier 4: Rank Bundle key and ₲500 daily
Tier 5: Money Bundle key daily
Tier 6: Paragon key daily
After passing tier 6, you will be rewarded with one gem crate key per day for voting on all three sites.
The sites that you can vote on are: PlanetMinecraft (once a day), Minecraft Servers List (twice a day), and Minecraft MP (once a day).
/voteall, /votelist and /voteurl all have identical functions to this.
/votegui[edit source]
Opens the GUI for most vote commands.
/votelast[edit source]
Shows how long ago you voted on all three sites.
/votenext[edit source]
Shows how long until you can vote on all three sites.
Note: Does not accurately show the refresh timers on the websites themselves, but are general timers set by the server.
/voteshop[edit source]
When used, it will pull up a menu showing you what items can be bought using points earned from voting on the sites using /vote.
So far, the items include the following:
- ₲100 for 1 Point
- 1 Diamond, 1 Lead, and 1 Name Tag for 2 Points each
- 1 Gem Crate Key and 64 Bottles O' Enchanting for 3 Point each
- 16 Flight Rockets and 1 End Crystal for 4 Points each
- 3 Sponges for 5 Points
- 32 Phantom Membrane for 6 Points
- 32 Light Blocks (Light Level 15) and 8 Budding Amethyst Blocks for 8 Points each
- 30 Minute Job Boost for 10 Points
- 1 Wither Skull for 12 Points
- 1 Crystal Crate Key for 15 Points
- 1 Bundle, 1 Set of Unenchanted Elytra, and 1 Dragon Head for 20 Points each
- 1 Paragon Crate Key for 30 Points
- 1 Music Disc (otherside) for 40 Points
1 Music Disc (Pigstep) and 1 Unenchanted Trident for 50 Points each
- 1 Empty Spawner for 60 Points
- 1 Dragon Egg for 350 Points
/votestreak[edit source]
Shows your current and highest daily, weekly and monthly vote streaks.
/votetoday[edit source]
Shows a list of vote times by players from the time of the server restart.
/votetop[edit source]
Shows the top monthly voters.
/votetotal[edit source]
Shows your top daily, weekly, monthly and all time votes.
/warp[edit source]
When used, it will pull you to a list of warps set up by staff to teleport to.
Current list consists of NorthMarket, SouthMarket, Arena, Tutorial, Spawn, Crates, Church, End, NetherHub, Maze, Event, DropParty, Beach, Portals, RiftPortal and PrideIsland.
X-tra commands (Commands that do not fit any category)[edit source]
/afk[edit source]
Available for Quartz+. Sets your status as afk. Rank players who have been afk for more than 30 minutes will be returned to the hub. Identical commands include /away.
/backpack[edit source]
Available for Quartz+ and players at level 10. Allows one to open their backpack. The backpack functions like an ender chest.
One's rank and level decides the size of the backpack.
/beezooka[edit source]
Launches an explosive bee the direction the player is facing. Bee does not do any actual damage. Identical commands include /beecannon.
/balance[edit source]
Allows one to see their current balance, accurate to the cent. Identical commands include /bal.
/balancetop [PageNumber][edit source]
Allows one to view everyone's balance from richest to poorest. Identical commands include /baltop and /money.
/discord[edit source]
Allows one to access the Discord server.
/customdisguise[edit source]
Allows one to set their own disguise. Only people with Topaz+ (Or Prism+, please change it if it is wrong) can access this command
/(un)disguise[edit source]
Allows one to disguise/undisguise themselves.
/elevator[edit source]
Pulls up the UI demonstrating the structure needed to build elevators. The block formation shown needs to be put on each floor the elevator is intended to access, and must be on the same Y level.
/glow[edit source]
Allows one to toggle their avatar glow. Only Topaz+/Prism+ (Please verify) can access this command.
The colour and patterns can be chosen
/hat[edit source]
Lets the user wear the held item as a hat. When one's main hand is empty, the following message will be displayed: "You are already wearing an air hat, airhead!"
/headdb[edit source]
Allows one to access the headdb menu. Only Sapphire+ can access this command indefinitely. Identical commands include /hdb.
Headdb time can be won via crates
/kittycannon[edit source]
Launches an explosive kitty the direction the player is facing. Kitty does not do any actual damage.
/map[edit source]
Allows one to access the dynamic map of the server. It gives oversight over the location of everyone, claims, and natural features
/near [Amount][edit source]
Allows one to see who is nearby in a specified number of blocks. Identical commands include /nearby.
/pay [PlayerUser] [Amount][edit source]
Sends money from your account to that of the specified player.
Note: /pay * [Amount] allows you to pay the same amount of money to all online players. If you do not have enough money, as many players will be sent the amount as possible, and the remaining players will not. This is ordered based on the players in the tab list from the top down.
/ping[edit source]
Allows one to see their current ping.
/realname [PlayerName][edit source]
Allows one to see the real username of a player. PlayerName in this instance refers to the user's set nickname that shows in chat and the tab list.
/server[edit source]
Allows one to see what server they are on.
/verify[edit source]
Allows one to verify and connect their Discord account to their Minecraft account.
/website[edit source]
Allows one to visit the website.