Difference between revisions of "Commands"

From Project Eden
Jump to navigation Jump to search
m (Reverted edits by Griffin (talk) to last revision by Cyn)
Tag: Rollback
Line 6: Line 6:




=== Guests ===
== 3rd party plugins ==
There's a lot of commands here, so they are sorted into categories to make it easier to find what you are looking for.
 
==== Minigames ====
Learn more about our Minigames [[Minigames|here.]]
* '''/discord mgnr''' - Set up Minigame Night reminders
* '''/gl''' - Warp to the Minigame lobby.
* '''/ma join <mob arena name>''' - Join a mob arena, also primarily done with signs. ''Case Sensitive.''
* '''/ma leave''' - Exit a mob arena.
* '''/mgm join <arena name>''' - Join a minigame arena, though right clicking a sign is simpler.
* '''/mgm leave''' - Exit a parkour course.
* '''/mgm quit''' - Exit a minigame.
* '''/mgn''' - Countdown to next Minigame night.
 
==== Creative ====
* '''/ci''' - Clear your inventory
* '''/creative''' - Warp to the creative world
* '''/hdb''' - Shows the Head Data Base, which can be used to get player heads in your creative plot.
* '''/i <item name>''' - Spawn an item
: For example, <code>/i barrier</code> would give you a stack of barriers.
* '''/jump''' - Teleport to where you are looking
* '''/kit tf''' - Get the default terraforming kit
* '''/ptime [list|reset|day|night|dawn|17:30|4pm|4000ticks]''' - Change your time (not the world time)
* '''/speed <0-3>''' - Change your fly/walk speed
 
 
 
===== Plots =====
===== Plots =====
* '''/dlrequest''' - Use while standing in your plot to request a copy of your plot. A staff member will assist you as soon as possible.
* <code>/plot add <player></code> - Allow a player to build in your plot while you are online.
* '''/plot add <player>''' - Allow a player to build in your plot while you are online.
* <code>/plot auto</code> - Automatically claim a plot near spawn.
* '''/plot auto''' - Automatically claim a plot near spawn.
* <code>/plot claim</code> - Claim the plot you are currently in
* '''/plot claim''' - Claim the plot you are currently in
* <code>/plot clear</code> - Clear your plot and start over
* '''/plot clear''' - Clear your plot and start over
* <code>/plot delete</code> - Clear your plot and un-claim it
* '''/plot delete''' - Clear your plot and un-claim it
* <code>/plot flag remove <flag></code> - Unset a flag
* '''/plot flag remove <flag>''' - Unset a flag
* <code>/plot flag set device-interact <true | false></code> - Allow players to interact with pressure plates, buttons and levers
* '''/plot flag set device-interact <true | false>''' - Allow players to interact with pressure plates, buttons and levers
* <code>/plot flag set time <<nowiki />time in ticks></code> - Change the time in your plot (6000 ticks = noon, 18000 ticks = midnight)
* '''/plot flag set time <<nowiki />time in ticks>''' - Change the time in your plot (6000 ticks = noon, 18000 ticks = midnight)
* <code>/plot flag set weather <clear | rain></code> - Change the weather in your plot
* '''/plot flag set weather <clear | rain>''' - Change the weather in your plot
* <code>/plot home</code> - Teleport to your plot's home
* '''/plot home''' - Teleport to your plot's home
* <code>/plot limit</code> - View how many plots you can claim.
* '''/plot limit''' - View how many plots you can claim.
* <code>/plot merge</code> - Merge the plot you are facing with the plot you are in.
* '''/plot merge''' - Merge the plot you are facing with the plot you are in.
* <code>/plot middle|center</code> - Teleport to the center of your plot
* '''/plot middle|center''' - Teleport to the center of your plot
* <code>/plot remove <player></code> - Remove a player's permissions to your plot
* '''/plot remove <player>''' - Remove a player's permissions to your plot
* <code>/plot schematic paste url:<key></code> - Restore your plot to a previously saved state
* '''/plot schematic paste url:<key>''' - Restore your plot to a previously saved state
* <code>/plot setbiome <biome></code> - Change the biome of your plot. For example, <code>/plot setbiome minecraft:mushroom_fields</code>
* '''/plot setbiome <biome>''' - Change the biome of your plot. For example, <code>/plot setbiome minecraft:mushroom_fields</code>
* <code>/plot sethome</code> - Set your plots home
* '''/plot sethome''' - Set your plots home
* <code>/plot unmerge</code> - Break the plots back into individual plots. All work in the path area will be deleted.
* '''/plot unmerge''' - Break the plots back into individual plots. All work in the path area will be deleted.
* <code>/plot visit <player></code> - Teleport to a player's plot
* '''/plot visit <player>''' - Teleport to a player's plot
 


===== WorldEdit =====
===== WorldEdit =====
You may use WorldEdit in the Build Contests and the Creative world
You may use WorldEdit in the Build Contests and the Creative world


* '''//br s [-h] <block name> [radius]''' - Basic sphere brush tool. Will place spheres of the specified block ID. Using -h can make it hollow spheres. If you don't set a radius, it will be automatically set to 2.
* <code>//br s [-h] <block name> [radius]</code> - Basic sphere brush tool. Will place spheres of the specified block ID. Using -h can make it hollow spheres. If you don't set a radius, it will be automatically set to 2.
* '''//center <block name>''' - Set the center block(s) in the region and to the specified block.
* <code>//center <block name></code> - Set the center block(s) in the region and to the specified block.
* '''//contract <amount>''' - contract your selection. You may also use the custom variants: //contractall, //contracth (horizontal), and //contractv (vertical).
* <code>//contract <amount></code> - contract your selection. You may also use the custom variants: //contractall, //contracth (horizontal), and //contractv (vertical).
* '''//copy''' - Copy the contents of the selection. Be aware that it copies relative to where you are.
* <code>//copy</code> - Copy the contents of the selection. Be aware that it copies relative to where you are.
* '''//count <block name>''' - Count how many blocks there are of the specified type in a selection.
* <code>//count <block name></code> - Count how many blocks there are of the specified type in a selection.
* '''//expand <amount>''' - Expand your selection. You may also use the custom variants: //expandall, //expandh (horizontal), and //expandv (vertical).
* <code>//expand <amount></code> - Expand your selection. You may also use the custom variants: //expandall, //expandh (horizontal), and //expandv (vertical).
* '''//fill <block name> <radius> [depth]''' - Fill in an area with the specified block type. Can also specify how far below to fill.
* <code>//fill <block name> <radius> [depth]</code> - Fill in an area with the specified block type. Can also specify how far below to fill.
* '''//flip [direction]''' - Flip the clipboard. If you don't specify a direction, it will flip whatever direction you're already looking.
* <code>//flip [direction]</code> - Flip the clipboard. If you don't specify a direction, it will flip whatever direction you're already looking.
* '''//hpos1''' - Set the first position to the block you're looking at.
* <code>//hpos1</code> - Set the first position to the block you're looking at.
* '''//hpos2''' - Set the second position to the block you're looking at.
* <code>//hpos2</code> - Set the second position to the block you're looking at.
* '''//mask <block name>''' - Makes a brush only affect the specified block type.
* <code>//mask <block name></code> - Makes a brush only affect the specified block type.
* '''//move [amount] [direction] [block name]''' - This command will, without anything specified, move the entire selection one block in whatever cardinal direction you're facing (north, east, south, west). You can specify the amount of blocks to move it. You can specify the direction. You can also specify a block type to replace all the moved blocks.
* <code>//move [amount] [direction] [block name]</code> - This command will, without anything specified, move the entire selection one block in whatever cardinal direction you're facing (north, east, south, west). You can specify the amount of blocks to move it. You can specify the direction. You can also specify a block type to replace all the moved blocks.
* '''//naturalize''' - Replace the top three blocks of the selection's surface with grass/dirt. Make sure to set all blocks to be naturalized as stone!
* <code>//naturalize</code> - Replace the top three blocks of the selection's surface with grass/dirt. Make sure to set all blocks to be naturalized as stone!
* '''//outline <block name>''' - Create four walls, a floor, and a ceiling.
* <code>//outline <block name></code> - Create four walls, a floor, and a ceiling.
* '''//paste [-a]''' - Paste whatever you have copied to your clipboard. Using -a will not paste air blocks.
* <code>//paste [-a]</code> - Paste whatever you have copied to your clipboard. Using -a will not paste air blocks.
* '''//pos1''' - Set the first position to the block at your feet.
* <code>//pos1</code> - Set the first position to the block at your feet.
* '''//pos2''' - Set the second position to the block at your feet.
* <code>//pos2</code> - Set the second position to the block at your feet.
* '''//replace <target block name> <desired block name>''' - Replace all the target blocks with the desired blocks.
* <code>//replace <target block name> <desired block name></code> - Replace all the target blocks with the desired blocks.
* '''//rotate [degrees]''' - Rotate your clipboard.
* <code>//rotate [degrees]</code> - Rotate your clipboard.
* '''//sel [tp|selection type]''' - Clear your selection, teleport to your selection, or change the type of selection (to a sphere, for example)
* <code>//sel [tp|selection type]</code> - Clear your selection, teleport to your selection, or change the type of selection (to a sphere, for example)
* '''//set <block name>''' - Set all the blocks in the region to the specified block.
* <code>//set <block name></code> - Set all the blocks in the region to the specified block.
* '''//walls <block name>''' - Create four walls in the region.
* <code>//walls <block name></code> - Create four walls in the region.
* '''//wand''' - This will give you the WorldEdit wand to make selections with. Left-click to set the first position, right-click to set the second position.
* <code>//wand</code> - This will give you the WorldEdit wand to make selections with. Left-click to set the first position, right-click to set the second position.
* '''/asc''' - Will ascend you to the next highest level.
* <code>/asc</code> - Will ascend you to the next highest level.
* '''/brush none''' - Unbind a brush from your tool
* <code>/brush none</code> - Unbind a brush from your tool
* '''/desc''' - Will descend you to the next lowest level.
* <code>/desc</code> - Will descend you to the next lowest level.
* '''/thru''' - Will teleport you through a wall.
* <code>/thru</code> - Will teleport you through a wall.
* '''/top''' - Will take you to the top.
* <code>/top</code> - Will take you to the top.


For more WorldEdit help, go to the [http://wiki.sk89q.com/wiki/WorldEdit/Reference wiki] or watch the [[Commands#WE.2FVS_Tutorials| tutorials]].
For more WorldEdit help, go to the [http://wiki.sk89q.com/wiki/WorldEdit/Reference wiki] or watch the [[Commands#WE.2FVS_Tutorials| tutorials]].


===== VoxelSniper =====
===== VoxelSniper =====
You may use VoxelSniper in the Build Contests and the Creative world
You may use VoxelSniper in the Build Contests and the Creative world


* '''/b #''' - Set the radius of your brush.
* <code>/b #</code> - Set the radius of your brush.
* '''/b <brush type>''' - Set your brush type.
* <code>/b <brush type></code> - Set your brush type.
* '''/b''' - Bring up your current brush settings.
* <code>/b</code> - Bring up your current brush settings.
* '''/u [number]''' - Undoes one (or the amount specified) Voxel command(s).
* <code>/u [number]</code> - Undoes one (or the amount specified) Voxel command(s).
* '''/v [material]''' - Set the used block type to the specified block. If you don't specify what block to use, it will automatically select the block you're looking at.
* <code>/v [material]</code> - Set the used block type to the specified block. If you don't specify what block to use, it will automatically select the block you're looking at.


Different brush types:  
Different brush types:  


* '''/b b''' - Ball. Creates a sphere.
* <code>/b b</code> - Ball. Creates a sphere.
* '''/b d''' - Disc. Creates a horizontal disc.
* <code>/b d</code> - Disc. Creates a horizontal disc.
* '''/b df''' - Disc face. Creates a vertical disc.
* <code>/b df</code> - Disc face. Creates a vertical disc.
* '''/b e <melt, fill, smooth, lift>''' - This is the erosion brush. Can be set to melt, fill, smooth, or lift. Each do different functions. Ask in-game for a more comprehensive answer.
* <code>/b e <melt, fill, smooth, lift></code> - This is the erosion brush. Can be set to melt, fill, smooth, or lift. Each do different functions. Ask in-game for a more comprehensive answer.
* '''/b s''' - Snipe.
* <code>/b s</code> - Snipe.
* '''/b v''' - Voxel. Creates a cube.
* <code>/b v</code> - Voxel. Creates a cube.
* '''/b vd''' - Voxel disc. Creates a horizontal square.
* <code>/b vd</code> - Voxel disc. Creates a horizontal square.
* '''/b vf''' - Voxel disc face. Creates a vertical square.
* <code>/b vf</code> - Voxel disc face. Creates a vertical square.


For more VoxelSniper information, first consult the [http://voxelsniper.wikia.com/wiki/VoxelSniper_Wiki#VoxelSniper_Commands wiki] and [[Commands#WE.2FVS_Tutorials| YouTube tutorials]], then ask in game.
For more VoxelSniper information, first consult the [http://voxelsniper.wikia.com/wiki/VoxelSniper_Wiki#VoxelSniper_Commands wiki] and [[Commands#WE.2FVS_Tutorials| YouTube tutorials]], then ask in game.
Line 117: Line 88:


==== OneBlock ====
==== OneBlock ====
* '''/ob count''' - Show the block count and phase
* <code>/ob</code> - The main island command
* '''/ob create''' - Create an island
* <code>/ob count</code> - Show the block count and phase
* '''/ob go''' - Teleport you to your island
* <code>/ob create</code> - Create an island
* '''/ob info <player>''' - Display info about your island or the player's island
* <code>/ob go</code> - Teleport you to your island
* '''/ob level <player>''' - Calculate your island level or show the level of another player
* <code>/ob info <player></code> - Display info about your island or the player's island
* '''/ob phases''' - Opens a GUI menu showing the phases
* <code>/ob level <player></code> - Calculate your island level or show the level of another player
* '''/ob reset''' - Restart your island and remove the old one
* <code>/ob phases</code> - Opens a GUI menu showing the phases
* '''/ob resetname''' - Reset your island name
* <code>/ob reset</code> - Restart your island and remove the old one
* '''/ob sethome''' - Set your home teleport point
* <code>/ob resetname</code> - Reset your island name
* '''/ob setname <name>''' - Set a name for your island
* <code>/ob sethome</code> - Set your home teleport point
* '''/ob settings''' - Display island settings
* <code>/ob setname <name></code> - Set a name for your island
* '''/ob spawn''' - Teleport you to the spawn
* <code>/ob settings</code> - Display island settings
* '''/ob value''' - Shows the value of any block
* <code>/ob spawn</code> - Teleport you to the spawn
* '''/ob''' - The main island command
* <code>/ob value</code> - Shows the value of any block
 
* <code>/ob ban <player></code> - Ban a player from your island
===== Team and player control commands =====
* <code>/ob banlist</code> - List banned players
* '''/ob ban <player>''' - Ban a player from your island
* <code>/ob expel <player></code> - Expel a player from your island
* '''/ob banlist''' - List banned players
* <code>/ob near</code> - Show the name of neighbouring islands around you
* '''/ob expel <player>''' - Expel a player from your island
* <code>/ob team</code> - Manage your team
* '''/ob near''' - Show the name of neighbouring islands around you
* <code>/ob top</code> - Show the Top Ten
* '''/ob team''' - Manage your team
* <code>/ob unban <player></code> - Unban a player from your island
* '''/ob top''' - Show the Top Ten
* <code>/ob warp <player></code> - Warp to the player's warp sign
* '''/ob unban <player>''' - Unban a player from your island
* <code>/ob warps</code> - Open the warps panel.
* '''/ob warp <player>''' - Warp to the player's warp sign
* '''/ob warps''' - Open the warps panel.
----
 
==== Misc. ====
These commands don't really fit into a category.
 
* '''/afk <message>''' - Mark yourself as AFK with an auto-reply message.
* '''/afk mobtargeting <false>''' - Running this command allows you to have mobs not target you if you have been afk for over four minutes.
* '''/afktime <player>''' - See how long someone has been AFK for.
* '''/allow''' - Brings up a GUI to edit trusts for protections.
* '''/allrecipes''' - Learn every recipe.
* '''/book''' - Un-sign a book, making it editable again.
* '''/boop <player>''' - Boop! Click in chat to boop the player that booped you back!
* '''/calcspeed''' - Calculate your speed in Minecraft
* '''/ci undo''' - Undo clear inventory.
* '''/cls''' - Clear your chat.
* '''/copyright [message]''' - [message]©
: For example, <code>/copyright Project Eden</code> would output <code>Project Eden©</code>
* '''/countdown''' - Countdown to 0 in chat.
* '''/currenttime [player]''' - View another player's local time.
* '''/endfarm <add | remove> <player>''' - Give or take away a player's access to your Endfarm.
* '''/facepalm [message]''' - [message] (ლ‸-)
: For example, <code>/facepalm omg no</code> would output <code>omg no (ლ‸-)</code>
* '''/faq''' - Read our FAQ list. Updated periodically.
* '''/firstjoin [player]''' - View your own or another players date of first joining the server.
* '''/hours [top] [monthly/daily/yearly] ''' - Check your play time on the server or the leaderboard.
* '''/iteminfo''' - Get the ID of the item you are holding.
* '''/kit lunch''' - Receive 8 cooked porkchops. You may use this once per day.
* '''/kit starter''' - Receive a starter kit. You may use this once per day.
* '''/name <player>''' - Shows you a players in game name.
* '''/mail send <player>''' - Send message or items to another player whether or not they are on or offline.
* '''/mail box''' - Allows you to view your own Mail Box and open any mail from other players.
* '''/modcheck <mod>''' - Check if a certain mod is allowed on the server
* '''/modcheck request <mod>''' - Request a mod to be reviewed to see if it would be allowed on the server.
* '''/mutemenu''' - Brings up a GUI that allows you to mute certain sounds, chats, reminders, and more.
* '''/ping''' - Displays your ping.
* '''/playersearch <partial name>''' - Look for players that have joined who's names contain <partial name>.
* '''/protection''' - Provides information for locks (chests, doors, etc) and homes in a GUI.
* '''/push [on|off]''' - Toggle collision
* '''/rainoff''' - Clear the rain. Alias: /snowoff
* '''/ranks''' - View a list of the [[Ranks |ranks]]
* '''/rules''' - View a list of the server rules
* '''/seen <player>''' - Check when a player was last online, or how long they have been online.
* '''/shrug [message]''' - [message] ¯\_(ツ)_/¯
: For example, <code>/shrug idk</code> would output <code>idk ¯\_(ツ)_/¯</code>
* '''/sit''' - Sit on the block you're looking at.
* '''/statistics''' - View all of your stats on the server
* '''/status [on|off]''' - Toggle an informational scoreboard on the right hand side of your screen. You can edit what is displayed with '''/status edit'''.
* '''/suicide''' - Commit suicide
* '''/swl''' - Toggle sideways log placement
* '''/tameables find <cat|donkey|fox|horse|llama|mule|parrot|skeleton_horse|wolf>''' - Tells you how many tamed animals you have in your chunk
* '''/tm [message]''' - [message]™
: For example, <code>/tm soon</code> would output <code>soon™</code>
* '''/tps''' - View the server's Ticks Per Second.
* '''/trash''' - Opens a trash bin. Additionally, this command can be used as '''/trash <item(s)>'''.
* '''/who''' - View a list of players online, sorted by rank.
* '''/whoiskoda''' - Learn about our [[Chat#KodaBear |Bot]].


==== LWC ====
==== LWC ====
Every command you will ever need for LWC.
* <code>/lwcinfo</code> - Learn about the [[Protection#LWC |LWC plugin]] and its purpose.
* '''/lwcinfo''' - Learn about the [[Protection#LWC |LWC plugin]] and its purpose.
Right click on the protection you want to apply the change to after sending the command.
Right click on the protection you want to apply the change to after sending the command.
* '''/cdonation''' - Creates a donation chest; player's can put items in, but only you can remove them.
* <code>/cdonation</code> - Creates a donation chest; player's can put items in, but only you can remove them.
* '''/cmodify -<player>''' - Remove another player's access to your LWC protection.
* <code>/cmodify -<player></code> - Remove another player's access to your LWC protection.
* '''/cmodify <player> [player2] [etc]''' - Allow another player to use your LWC protection.
* <code>/cmodify <player> [player2] [etc]</code> - Allow another player to use your LWC protection.
* '''/cpassword''' - Creates a password for the protection.
* <code>/cpassword</code> - Creates a password for the protection.
* '''/cpublic''' - Creates a public protection. This is recommended over no protection at all, because no one can lock a public protection for themselves.
* <code>/cpublic</code> - Creates a public protection. This is recommended over no protection at all, because no one can lock a public protection for themselves.
* '''/cremove''' - Remove a protection altogether. Note: You will need to preform this command before using any of the following.
* <code>/cremove</code> - Remove a protection altogether. Note: You will need to preform this command before using any of the following.
* '''/crepeat''' - Automatically repeats commands, without having to type them out again. [http://i.imgur.com/K400SOM.png Here's a tutorial on this command]
* <code>/crepeat</code> - Automatically repeats commands, without having to type them out again. [http://i.imgur.com/K400SOM.png Here's a tutorial on this command]
* '''/hopper''' - Enable hoppers on your protection. (Disabled by default due to people stealing from chests using hoppers.) Use this on the chest/furnace/etc., not the hopper.
* <code>/hopper</code> - Enable hoppers on your protection. (Disabled by default due to people stealing from chests using hoppers.) Use this on the chest/furnace/etc., not the hopper.
* '''/lock''' - Creates a private protection.
* <code>/lock</code> - Creates a private protection.
** '''/cunlock <password>''' - Access a password protected protection with the password.
* <code>/cunlock <password></code> - Access a password protected protection with the password.
 
==== Location ====
* '''/compass''' - Adds a compass to the top of your screen so you can find out what direction you're facing.
* '''/depth''' - Find out how far above/below you are relative to sea level.
* '''/getpos''' - Get your XYZ location, and some other location info.
* '''/maplink''' - Get a link to your current location on the livemap. (Only works in overworld and creative world)
 
 
==== Worlds and Warps ====
* '''/back''' - Return to your previous location after teleporting.
* '''/market''' - Warp to the Market.
* '''/spawn''' - Warp to the world spawn.
* '''/tpa <player>''' - Request to teleport to a player. Alias: /poof
* '''/tpahere <player>''' - Request to teleport a player to you. Alias: /poofhere
* '''/warps''' - Open the warps GUI.
*'''/warp buildcontest<number> - Teleports you to previous build contest worlds.
*'''/warp end''' - Warps you to the end in the survival world, please note that this command is only useable after going through the portal for the first time.
 
==== Homes ====
* '''/delhome [name]''' - Delete one of your homes.
* '''/home <name>''' - Teleport to one of your homes. Alias: /h
* '''/home <playername> <homename>''' - Teleport to another player's home. Alias: /h
* '''/homehelp''' - Find out how many homes each rank has.
* '''/homes edit''' - Open the GUI to make your changes.
* '''/homes''' - Lists your set homes.
* '''/sethome [name]''' - Set a home
 
 
==== Economy ====
* '''/bal [player]''' - View your balance, or another player's balance.
* '''/baltop''' - View the server's economic standings.
* '''/economy''' - Learn about [[Economy |Project Eden's economy]] and some ways to make money.
* '''/market''' - Warp to the server market.
* '''/pay <player> <amount>''' - Pay another player some money.
* '''/shops''' - Access the shop system.
 
 
==== McMMO ====
*'''/<skillname>''' - Shows the scoreboard for the current skill, along with more detailed information about your current bonuses
*'''/mcmmoreset''' - Open a UI that will allow you to reset any skills that you have maxed out, for a very special reward.
*'''/mcrank''' - This shows you the rank of each of your skills compared to other players on the server
*'''/mcscorboard keep''' - this locks the scoreboard up while it is visible. Use one of the previous commands first, then use this command to keep the scoreboard up until you use '''/mcscoreboard clear''' or issue another command that changes the scoreboard.  You can also use the shortened form: '''/mcsb <keep/clear>''' or '''/<skill> keep'''
*'''/mcstats''' - This lets you view all of you main [[McMMO]] stats
*'''/mctop'''  - Shows the top 10 players (by Power Level)
**'''/<skillname> ? [page]'''  - Shows help about the current skill
**'''/mctop <skillname>''' - Shows the top 10 players for the specified skill
 
==== Alerts ====
* '''/alerts add <text>''' - Add an alert word or phrase.
* '''/alerts clear''' - Clear your alerts list.
* '''/alerts del <text>''' - Remove an alert word or phrase.
* '''/alerts edit''' - Enter a conversation to edit your alerts. A command is not needed, just type like you're talking!
* '''/alerts list''' - List your alerts.
* '''/alerts mute''' - Toggle the alert sound on & off.
* '''/alerts''' - Basic alerts help command.
 
 
==== Chat ====
* '''/chatinfo''' - Learn about our [[Chat |chat system]].
Note: <nick> stands for the channel's nickname, which is usually the first letter. Ex: Global's nickname is G
* '''/ch <nick> <message>''' - Send a 'quick message' to a channel, without having to change to that channel.
* '''/ch <nick>''' - Change the channel
* '''/ignore <player>''' - Ignore a player in chat. Note that they can still see your messages.
* '''/join <nick>''' - Join a channel, enabling messages from that channel.
* '''/leave <nick>''' - Leave a channel, hiding all messages from that channel.
* '''/mail <player> <message>''' - Send an offline player mail that they can read when they log on.
* '''/msg <player> [message]''' - Send a player a private message. Exclude the message to enter a "chat" with the player.
* '''/r [message]''' - Reply to a PM. Exclude the message to enter a "chat" with the player.
*'''/deathmessages behaviour <hidden|local|shown> [player] - Sets how you want your death messages to be shown, in local chat, hidden, or shown in global chat.
 
==== Voting ====
* '''/banner <buy <name> | textures | custom>''' - For the non-craftable banners in the VPS.
* '''/vote ''' - View some basic [[Voting_and_Donating#Voting |voting information]] and links to vote.
* '''/vote points''' - View how many Vote Points you have.
* '''/vote time''' - Check if you can vote on each site.
* '''/vps''' - Open the Vote Point Store
 
 
==== Links and Information ====
* '''/discord''' - View information about [[Main_Page#Discord |Discord]]
* '''/donate''' - View information about [[Voting_and_Donating#Donating |donations and a link to the shop]].
* '''/economy''' - Information about Bear Nation's economy and how to make money.
* '''/faq''' - Frequently asked questions.
* '''/maplink''' - Get the link to your current location on the [[Main_Page#Live_Map |live map]].
* '''/rules [search <query>]''' - Rules
* '''/socialmedia''' - Get a list of Project Eden's social media.
* '''/suggestion''' - View information about submitting a suggestion.
* '''/website''' - Get the [https://projecteden.gg/ website] link.
* '''/whatworld''' - Name of the world you are currently in.
* '''/wiki [search <query>]''' - Get a link to this Wiki, or perform a search.
 
==== Staff related ====
* '''/ivebeengriefed''' - View information on what to do when you get griefed.
* '''/onlinestaff''' - View a list of online staff.
* '''/staff''' - View a list of all current staff.
* '''/ticket <message>''' - Create a ticket to [[Main_Page#Requesting_Staff_Help |request a staff member's help]]. Don't worry if no staff are online, the ticket is saved until a staff member closes it.
 
----
 
=== Elite ===
* '''/apply''' - Learn about [[Main_Page#Applying_for_Staff |applying for the Moderator rank]].
 
----
 
=== Builder ===
* '''/mgm warp < set | del> [name]''' >
* '''/asc''' - Go up a level.
* '''/craft''' - Open a crafting table.
* '''/desc''' - Go down a level.
* '''/echest''' - Open your enderchest
* '''/fly''' - Up, up, and away!
* '''/gmc''' - Creative mode (Minigame/build worlds only)
* '''/gms''' - Survival mode (Minigame/build worlds only)
* '''/kittycannon''' - Throw an exploding kitten.
* '''/pt [command]''' - Assign a command to the item you're holding. Don't include the '/'. Exclude the command argument to remove the command on the current tool.
* '''/pt toggle''' - Turn powertools on or off.
* '''/thru''' - Go through a wall.
* '''/top''' - Go up to the top block.
* '''/tppos <X> <Y> <Z> [world]''' - Teleport to certain coordinates.
 
----
 
=== Architect ===
* '''//help''' - A full list of World Edit commands. [https://www.youtube.com/watch?v=4L3RsZJrCcA&index=2&list=PLE2C2397E09051DC4 YouTube tutorial on WorldEdit]
* '''/tp <player>''' - Teleport to a player
 
----
 
=== Moderator ===
 
==== Warps ====
* '''/mgm warp <list | tp > [name]''' - Arena warps
* '''/blockcenter''' - Teleport to the center of a block
* '''/staffwarps <list | tp | set | del> [name]''' - Staff warps
* '''/xraywarps''' - Teleport to a potential Xray spot
 
==== Tickets ====
* '''/tickets <take|tp|teleport|claim> <#>''' - Teleport to a ticket's location ('''/tt <#>''')
* '''/tickets [re]open <#>''' - Reopen a closed ticket
* '''/tickets all''' - View all open and closed tickets
* '''/tickets close <#>''' - Close a ticket ('''/ct <#>''')
* '''/tickets view <#>''' - View a ticket with a certain ID
* '''/tickets''' - View currently open tickets
 
<small>''Most Ticket Commands are clickable in chat, just run /tickets help and click on the command you need.''</small>


==== CoreProtect ====
==== CoreProtect ====
Check out the [[CoreProtect]] page for a more comprehensive wiki.
Check out the [[CoreProtect]] page for a more comprehensive wiki.


* '''/co help''' - Display a list of commands
* <code>/co help</code> - Display a list of commands
* '''/co inspect''' - Toggle the inspector
* <code>/co inspect</code> - Toggle the inspector
* '''/co lookup <params>''' - Advanced block data lookup
* <code>/co lookup <params></code> - Advanced block data lookup
* '''/co restore <params>''' - Restore block data
* <code>/co restore <params></code> - Restore block data
* '''/co rollback <params>''' - Rollback block data
* <code>/co rollback <params></code> - Rollback block data
 
 
==== Chat ====
* '''/cc''' - Clear chat for non-staff members. Your chat will not be cleared.
* '''/forcechannel <player> <nick>''' - Force a player to switch channels.
 
==== Punishments ====
* '''/alts <player>''' - Check if the player has logged on with a different account or IP.
* '''/ban <player> [time] <reason>''' - Ban a player permanently or for the specified time.
* '''/altban <player> [time] [reason]''' - Ban a player's IP and their alt accounts.
* '''/calcban <# of past griefing bans> <# of blocks griefed>''' - Get a rough suggestion for ban length for griefing offenses.
* '''/history <player>''' - Check the player's warning/mute/kick/ban history.
* '''/kick <player> [reason]''' - Kick a player from the server.
* '''/mute <player> [time] <reason>''' - Mute a player
* '''/punishments''' - View the guidelines for ban length.
* '''/unban <player>''' - Lift a ban from a player.
* '''/unaltban <player>''' - Lifts a ban from a player's IP.
* '''/warn <player> <reason>''' - Warn a user.
* '''/watchlist <player> <reason>''' - The watchlist alerts staff members when the player who is listed joins, giving the reason why and letting staff to know to keep an extra eye on them.
 
==== Freezing ====
* '''/freeze <player>''' - Toggle a player's frozen state.
* '''/rh <player>''' or '''/redhand <player>''' - Forces player into local chat and sets their speed to 0
* '''/unfreeze <player>''' - Unfreeze a player.
* '''/ymc <player>''' or '''/youmaycontinue <player>''' - To be used when you no longer need a player 'redhanded'. This command sets their speed back to normal and puts them back into general chat. Please not that this command can be used on multiple players at a time (i.e. /ymc <player> <other player>).
 
==== Vanish ====
* '''/ni''' - Toggle blocking any interactions, such as redstoney things, blocks and mobs while vanished.
* '''/np''' - Toggle picking up items while vanished.
* '''/vanish fakejoin''', '''/fakejoin''' or '''/fj''' - Unvanish and broadcast a join message.
* '''/vanish fakequit''', '''/fakequit''' or '''/fq''' - Vanish and broadcast a quit message.
* '''/vanish''' - Vanish. (duh...)
 


==== Creative ====
== Donations ==
* '''/entitycap <new limit>''' - Change the entity cap on the current plot. Default 50
* '''/makedownload <player>''' - Force the player to generate a download link for their plot. The player must be inside their plot when you execute the command.
* '''/mobcap <new limit>''' - Change the mob-only cap on the current plot. Default 10.
* '''/redstone <on|off>''' - Toggle redstone in the plot (no space!)
 
 
==== Misc ====
* '''/asc''' - Go up a level.
* '''/back''' - Teleport back to the location of your death
* '''/ch s''' - Talk in the Staff Channel.
* '''/cheats [on|off]''' - disables/enables fly, god, vanish
* '''/desc''' - Go down a level.
* '''/echest''' - Access your enderchest.
* '''/endfarm <add | remove> <player> <owner>''' - Edit other player's End Farm player access list.
* '''/endfarm list <owner>''' - Allows you to view a player's End Farm player access list.
* '''/fly''' - Turn on fly
* '''/god''' - Turn on God mode (Invincibility)
* '''/hasreadrules <player>''' - Check if a player has read the rules. Alias: /hrr
* '''/hours <player>''' - Check a player's online time.
* '''/invsee <player>''' - Access/edit another player's inventory. Alias: /openinv
* '''/jump''' - Jump to where your cross-hairs are.
* '''/lava''' - Toggle placing unlimited lava
* '''/locations''' - Shows what world each player is in, along with their co-ordinates. Pressing on the co-ordinates allows you to teleport to the location.
* '''/lwcco <player>''' - Change the owner of a chest.
* '''/mcmd <command 1> ;; <command 2> [;; <etc...>]''' - Run multiple commands at once. Example: /mcmd mgm quit ;; mgm join KodaCove ;; mgm start KodaCove
* '''/nycbs''' - 'No you can't be staff' sends a message to use when responding to a new player who asks to be staff on the server.
* '''/openender <player>''' - Access/edit another player's ender chest.
* '''/s <player>''' - Teleport <player> to you.
* '''/signlines''' - Edit a sign. Example: /signlines -1 This is line 1 -2 This is line 2 -4 <empty>
* '''/spawn <player>''' - Force a player to go to spawn
* '''/speed [fly|walk] <speed>''' - Change your or another players fly or walk speed. If type is exclude, it will change the speed of whatever you are currently doing.
* '''/staffhall edit <your full ign> <name|about> <text>''' - Update your preferred name/about me in the Staff Hall in spawn
* '''/thru''' - Go through a wall.
* '''/timeafk <player>''' - See how long a player has been AFK for.
* '''/top''' - Go up to the top solid block.
* '''/tp <player>''' - Teleport to <player>
* '''/tppos <X> <Y> <Z>''' - Teleport to coordinates.
* '''/warp <player> <warp>''' - Force a player to go to a warp.
* '''/welc <player>''' - Generic welcome message.
* '''/whotf <player>''' - Displays all known information about a user.
* '''/workbench''' - Opens a crafting table.
* '''/newplayers''' - Shows the names of newly joined players, pressing on the [TP] button puts you in vanish and teleports you to the player.
 
----
 
=== Operator ===
* '''/burn <player> <seconds>''' - Set fire to a player.
* '''/cmdsign <index> <command>''' - Add commands to a sign.
* '''/cmdsign read''' - View how a command sign in front of you works.
* '''/demote <player>''' - Demote a player to the rank below.
* '''/enchant <enchantment> [level]''' - Enchant the item you are holding.
* '''/enchant remove <enchantment>''' - Remove an enchant from the item you are holding.
* '''/fix''' - Repair the item you are holding.
* '''/gmc''' - Creative mode.
* '''/gms''' - Survival mode.
* '''/inventorysnapshots <player>''' - Find and restore inventories.
* '''/kill <player>''' - Kill a player.
* '''/killentity <entity type> <radius>''' - Kill entities in a given radius.
* '''/koda <message>''' - Talk through KodaBear.
* '''/more''' - Get a full stack of what you are holding.
* '''/promote <player>''' - Promote a player to the rank above.
* '''/reboot''' - Reboot the server.
* '''/setrank <player> <rank>''' - Change a player's rank.
* '''/smite''' - Lightning.
* '''/weather [world] <type> [duration]''' - Change the weather.
 
----
 
=== Donations ===
 
==== Misc ====
* '''/autosort <chests|inventory>''' - Toggle autosorting.
* '''/autotrash''' - Configure AutoTrash (prevent picking up items you don't want.)
* '''/boost menu''' - Activate a server wide boost.
* '''/donorskull''' - Receive your skull (once per day.)
* '''/emotes''' - Use more than 30 colorful emotes in chat!
* '''/fireworkbow''' - This command will allow you to apply a Firework enchant to any bow, making the bow have a 15% chance of launching fireworks along the arrow's path.
* '''/fw''' - Launch a firework!
* '''/hat''' - Put the item you are holding on your head.
* '''/ia [on|off|menu]''' - Toggle your invisible armor, or open the configuration menu.
* '''/ptime [list|reset|day|night|dawn|17:30|4pm|4000ticks]''' - Change the visible time. It will ''not'' remove monsters at night!
* '''/pv <#>''' - Open a vault. Your first vault is #1 (/pv 1)
* '''/rainbowbeacon [set|delete|activate|stop]''' - Makes your beacon rainbow.
* '''/rba''' - Toggle rainbow armor on/off.
* '''/sort''' - Sort your inventory into nearby chests.
* '''/wings''' - Configure your particle wings.
*'''/craft''' and '''/workbench''' - Gives you access to a virtual workbench, allowing you to craft from anywhere.
*'''/nickname <text>''' - Changes your in game name.
*'''/nickname reset''' - Resets your nickname back to your in game name.


==== Pets ====
==== Pets ====
* '''/pet hat''' - Wear your pet on your head.
* <code>/pet hat</code> - Wear your pet on your head.
* '''/pet list''' - Lists all the pets available.
* <code>/pet list</code> - Lists all the pets available.
* '''/pet menu''' - Opens the pet selection menu.
* <code>/pet menu</code> - Opens the pet selection menu.
* '''/pet remove''' - Remove your pet.
* <code>/pet remove</code> - Remove your pet.
* '''/pet ride''' - Ride your pet (Only for horses and llamas.)
* <code>/pet ride</code> - Ride your pet (Only for horses and llamas.)
* '''/pet summon <pet>''' - Spawns a pet.
* <code>/pet summon <pet></code> - Spawns a pet.
* '''/pet''' - Opens the pet selection menu.
* <code>/pet</code> - Opens the pet selection menu.
<!--* '''/pet select''' - Open the pet selector GUI menu.
<!--* <code>/pet select</code> - Open the pet selector GUI menu.
* '''/pet [PetType]:[options];[name]''' - Spawn in your pet. Ex: /pet sheep:baby,orange;ShaunTheSheep. It's recommended that you simply use the GUI (see command above.)
* <code>/pet [PetType]:[options];[name]</code> - Spawn in your pet. Ex: /pet sheep:baby,orange;ShaunTheSheep. It's recommended that you simply use the GUI (see command above.)
* '''/pet name''' - Get prompted to change the name of your pet.
* <code>/pet name</code> - Get prompted to change the name of your pet.
* '''/pet default set current''' - Set your current pet as your default pet, making it spawn in automatically each time you log in.
* <code>/pet default set current</code> - Set your current pet as your default pet, making it spawn in automatically each time you log in.
* '''/pet menu''' - Show the GUI menu for your current pet. '''TIP:''' Right clicking it will show this menu as well.
* <code>/pet menu</code> - Show the GUI menu for your current pet. <code>TIP:<code> Right clicking it will show this menu as well.
* '''/pet hat''' - Put your pet on your head. (This may prevent you from teleporting anywhere until you relog.)
* <code>/pet hat</code> - Put your pet on your head. (This may prevent you from teleporting anywhere until you relog.)
* '''/pet ride''' - Ride your pet. (only for horses!).
* <code>/pet ride</code> - Ride your pet. (only for horses!).
* '''/pet hide''' - Hide your pet from view (does not remove it).
* <code>/pet hide</code> - Hide your pet from view (does not remove it).
* '''/pet show''' - Show your hidden pet.
* <code>/pet show</code> - Show your hidden pet.
* '''/pet remove''' - Remove your current pet.
* <code>/pet remove</code> - Remove your current pet.
* '''/pet call''' - Call your pet to your side.
* <code>/pet call</code> - Call your pet to your side.
* '''/pet list''' - List all available pets and corresponding data types. Types that you don't have permission for will show in red, and types that you do have permission for will show in green.
* <code>/pet list</code> - List all available pets and corresponding data types. Types that you don't have permission for will show in red, and types that you do have permission for will show in green.
* '''/pet info''' - Show information on your currently active pet.-->
* <code>/pet info</code> - Show information on your currently active pet.-->
 
==== Prefix ====
* '''/prefix checkmark''' - Put a checkmark before your name (and prefix if applicable) in-game.
: It could look something like this: <code>[G] ✔ [''Owner''] ''Pugabyte'' '''>''' Hello!</code> or this: <code>[G] ✔ lilminipug '''>''' Hello!</code>. All donators get this perk.
* '''/prefix <text|reset>''' - Set or clear your prefix. Use [[Main_Page#Colors_.26_Formats |color codes]] if you wish, they are not necessary.
*'''/prefix gradient <color1,color2,color3> <text>''' - Creates a gradient in your prefix with the colors you specify.
*'''/prefix rainbow <text>''' - Makes your prefix have a rainbow color scheme.
 
==== Item name====
* '''/itemname <text> ''' - Set the name of the item you are holding
* '''/itemname gradient <color1,color2,color3> <text>''' - Creates a gradient for the item name with the colors you specify.
*'''/itemname rainbow <text>''' - Makes the name of your item have a rainbow color scheme.
To use format codes, use '''--<format>''' at the end of the command.
: For example, <code>/itemname &2Sword --bold</code> would rename the item to <span style="color: #00AA00">'''Sword'''</span>.
 
==== Entity name====
* '''/entityname <text>''' - Change the name of the entity you are looking at to anything you want.
* '''/entityname gradient <color1,color2,color3> <text>''' - Creates a gradient for the entity name.
* '''/entityname rainbow <text>''' - Makes the entities name have a rainbow color scheme.
To use format codes, use '''--<format>''' at the end of the command.
: For example, <code>/entityname &6Bunny --bold</code> would rename the entity to <span style="color: orange">'''Bunny'''</span>.


==== NPCs ====
==== NPCs ====
* '''/npc age <baby|adult>''' - Change the type of your NPC
* <code>/npc age <baby|adult></code> - Change the type of your NPC
* '''/npc create <name> [--type <mob type>]''' - Create an NPC. Defaults to a player. Dragon, wither and giant are not allowed
* <code>/npc create <name> [--type <mob type>]</code> - Create an NPC. Defaults to a player. Dragon, wither and giant are not allowed
* '''/npc equip''' - Enter the equipment editor. Right click the NPC to make them hold/wear the item you are holding.
* <code>/npc equip</code> - Enter the equipment editor. Right click the NPC to make them hold/wear the item you are holding.
* '''/npc look''' - Make the NPC look at the nearest player.
* <code>/npc look</code> - Make the NPC look at the nearest player.
* '''/npc path''' - Toggle the path editor (to make your NPC walk along a specific path.)
* <code>/npc path</code> - Toggle the path editor (to make your NPC walk along a specific path.)
* '''/npc power''' - Toggle whether a creeper is powered or not.
* <code>/npc power</code> - Toggle whether a creeper is powered or not.
* '''/npc prof <normal | farmer | librarian | priest | blacksmith | butcher | nitwit | husk (zombie villager only)>''' - Change the profession of a villager.
* <code>/npc prof <normal | farmer | librarian | priest | blacksmith | butcher | nitwit | husk (zombie villager only)></code> - Change the profession of a villager.
* '''/npc remove''' - Delete the NPC.
* <code>/npc remove</code> - Delete the NPC.
* '''/npc rename <name>''' - Change the visible name of the NPC.
* <code>/npc rename <name></code> - Change the visible name of the NPC.
* '''/npc sel''' - Select the NPC. Required to do any of the below commands (creation autoselects them.)
* <code>/npc sel</code> - Select the NPC. Required to do any of the below commands (creation autoselects them.)
* '''/npc skin <name>''' - Change the skin of a player NPC.
* <code>/npc skin <name></code> - Change the skin of a player NPC.
* '''/npc skinlayers <--cape|--hat|--jacket|--sleeves|--pants> <true|false>''' - Toggle the shown layers of a skin.
* <code>/npc skinlayers <--cape|--hat|--jacket|--sleeves|--pants> <true|false></code> - Toggle the shown layers of a skin.
* '''/npc text''' - Toggle the editor to make the NPC say something to nearby players.
* <code>/npc text</code> - Toggle the editor to make the NPC say something to nearby players.
* '''/npc tphere''' - Teleport your selected NPC to you.
* <code>/npc tphere</code> - Teleport your selected NPC to you.
* '''/npc type <mob type>''' - Change the type of your NPC.
* <code>/npc type <mob type></code> - Change the type of your NPC.
* '''/npc zombiemod <-b|-v>''' - Use -b to make it a baby zombie, and -v for villager. Use the profession command to make it a husk.
* <code>/npc zombiemod <-b|-v></code> - Use -b to make it a baby zombie, and -v for villager. Use the profession command to make it a husk.
<!-- * '''/npc skeletontype <0|1>''' - Change the type of the skeleton (0 for normal, 1 for wither) -->
<!-- * <code>/npc skeletontype <0|1></code> - Change the type of the skeleton (0 for normal, 1 for wither) -->


==== Disguises ====
==== Disguises ====
'''''Warning''''' - Disguising while in creative may remove your armor/elytra/hat!
'''''Warning''''' - Disguising while in creative may remove your armor/elytra/hat!
* '''/dis <type> [options...]'''
* <code>/dis <type> [options...]</code>
* '''/dvs''' - Toggle viewing your disguise.
* <code>/dvs</code> - Toggle viewing your disguise.
* '''/undis''' - Undisguise.
* <code>/undis</code> - Undisguise.

Revision as of 21:21, 10 March 2023

On this page, you can find list of every command you will ever need, sorted by rank.

<argument> - Required to complete the command.

[argument] - Not required to complete the command; An optional argument.


3rd party plugins

Plots
  • /plot add <player> - Allow a player to build in your plot while you are online.
  • /plot auto - Automatically claim a plot near spawn.
  • /plot claim - Claim the plot you are currently in
  • /plot clear - Clear your plot and start over
  • /plot delete - Clear your plot and un-claim it
  • /plot flag remove <flag> - Unset a flag
  • /plot flag set device-interact <true | false> - Allow players to interact with pressure plates, buttons and levers
  • /plot flag set time <time in ticks> - Change the time in your plot (6000 ticks = noon, 18000 ticks = midnight)
  • /plot flag set weather <clear | rain> - Change the weather in your plot
  • /plot home - Teleport to your plot's home
  • /plot limit - View how many plots you can claim.
  • /plot merge - Merge the plot you are facing with the plot you are in.
  • /plot middle|center - Teleport to the center of your plot
  • /plot remove <player> - Remove a player's permissions to your plot
  • /plot schematic paste url:<key> - Restore your plot to a previously saved state
  • /plot setbiome <biome> - Change the biome of your plot. For example, /plot setbiome minecraft:mushroom_fields
  • /plot sethome - Set your plots home
  • /plot unmerge - Break the plots back into individual plots. All work in the path area will be deleted.
  • /plot visit <player> - Teleport to a player's plot
WorldEdit

You may use WorldEdit in the Build Contests and the Creative world

  • //br s [-h] <block name> [radius] - Basic sphere brush tool. Will place spheres of the specified block ID. Using -h can make it hollow spheres. If you don't set a radius, it will be automatically set to 2.
  • //center <block name> - Set the center block(s) in the region and to the specified block.
  • //contract <amount> - contract your selection. You may also use the custom variants: //contractall, //contracth (horizontal), and //contractv (vertical).
  • //copy - Copy the contents of the selection. Be aware that it copies relative to where you are.
  • //count <block name> - Count how many blocks there are of the specified type in a selection.
  • //expand <amount> - Expand your selection. You may also use the custom variants: //expandall, //expandh (horizontal), and //expandv (vertical).
  • //fill <block name> <radius> [depth] - Fill in an area with the specified block type. Can also specify how far below to fill.
  • //flip [direction] - Flip the clipboard. If you don't specify a direction, it will flip whatever direction you're already looking.
  • //hpos1 - Set the first position to the block you're looking at.
  • //hpos2 - Set the second position to the block you're looking at.
  • //mask <block name> - Makes a brush only affect the specified block type.
  • //move [amount] [direction] [block name] - This command will, without anything specified, move the entire selection one block in whatever cardinal direction you're facing (north, east, south, west). You can specify the amount of blocks to move it. You can specify the direction. You can also specify a block type to replace all the moved blocks.
  • //naturalize - Replace the top three blocks of the selection's surface with grass/dirt. Make sure to set all blocks to be naturalized as stone!
  • //outline <block name> - Create four walls, a floor, and a ceiling.
  • //paste [-a] - Paste whatever you have copied to your clipboard. Using -a will not paste air blocks.
  • //pos1 - Set the first position to the block at your feet.
  • //pos2 - Set the second position to the block at your feet.
  • //replace <target block name> <desired block name> - Replace all the target blocks with the desired blocks.
  • //rotate [degrees] - Rotate your clipboard.
  • //sel [tp|selection type] - Clear your selection, teleport to your selection, or change the type of selection (to a sphere, for example)
  • //set <block name> - Set all the blocks in the region to the specified block.
  • //walls <block name> - Create four walls in the region.
  • //wand - This will give you the WorldEdit wand to make selections with. Left-click to set the first position, right-click to set the second position.
  • /asc - Will ascend you to the next highest level.
  • /brush none - Unbind a brush from your tool
  • /desc - Will descend you to the next lowest level.
  • /thru - Will teleport you through a wall.
  • /top - Will take you to the top.

For more WorldEdit help, go to the wiki or watch the tutorials.

VoxelSniper

You may use VoxelSniper in the Build Contests and the Creative world

  • /b # - Set the radius of your brush.
  • /b <brush type> - Set your brush type.
  • /b - Bring up your current brush settings.
  • /u [number] - Undoes one (or the amount specified) Voxel command(s).
  • /v [material] - Set the used block type to the specified block. If you don't specify what block to use, it will automatically select the block you're looking at.

Different brush types:

  • /b b - Ball. Creates a sphere.
  • /b d - Disc. Creates a horizontal disc.
  • /b df - Disc face. Creates a vertical disc.
  • /b e <melt, fill, smooth, lift> - This is the erosion brush. Can be set to melt, fill, smooth, or lift. Each do different functions. Ask in-game for a more comprehensive answer.
  • /b s - Snipe.
  • /b v - Voxel. Creates a cube.
  • /b vd - Voxel disc. Creates a horizontal square.
  • /b vf - Voxel disc face. Creates a vertical square.

For more VoxelSniper information, first consult the wiki and YouTube tutorials, then ask in game.

WE/VS Tutorials

World Edit Command Guide

OneBlock

  • /ob - The main island command
  • /ob count - Show the block count and phase
  • /ob create - Create an island
  • /ob go - Teleport you to your island
  • /ob info <player> - Display info about your island or the player's island
  • /ob level <player> - Calculate your island level or show the level of another player
  • /ob phases - Opens a GUI menu showing the phases
  • /ob reset - Restart your island and remove the old one
  • /ob resetname - Reset your island name
  • /ob sethome - Set your home teleport point
  • /ob setname <name> - Set a name for your island
  • /ob settings - Display island settings
  • /ob spawn - Teleport you to the spawn
  • /ob value - Shows the value of any block
  • /ob ban <player> - Ban a player from your island
  • /ob banlist - List banned players
  • /ob expel <player> - Expel a player from your island
  • /ob near - Show the name of neighbouring islands around you
  • /ob team - Manage your team
  • /ob top - Show the Top Ten
  • /ob unban <player> - Unban a player from your island
  • /ob warp <player> - Warp to the player's warp sign
  • /ob warps - Open the warps panel.

LWC

  • /lwcinfo - Learn about the LWC plugin and its purpose.

Right click on the protection you want to apply the change to after sending the command.

  • /cdonation - Creates a donation chest; player's can put items in, but only you can remove them.
  • /cmodify -<player> - Remove another player's access to your LWC protection.
  • /cmodify <player> [player2] [etc] - Allow another player to use your LWC protection.
  • /cpassword - Creates a password for the protection.
  • /cpublic - Creates a public protection. This is recommended over no protection at all, because no one can lock a public protection for themselves.
  • /cremove - Remove a protection altogether. Note: You will need to preform this command before using any of the following.
  • /crepeat - Automatically repeats commands, without having to type them out again. Here's a tutorial on this command
  • /hopper - Enable hoppers on your protection. (Disabled by default due to people stealing from chests using hoppers.) Use this on the chest/furnace/etc., not the hopper.
  • /lock - Creates a private protection.
  • /cunlock <password> - Access a password protected protection with the password.

CoreProtect

Check out the CoreProtect page for a more comprehensive wiki.

  • /co help - Display a list of commands
  • /co inspect - Toggle the inspector
  • /co lookup <params> - Advanced block data lookup
  • /co restore <params> - Restore block data
  • /co rollback <params> - Rollback block data

Donations

Pets

  • /pet hat - Wear your pet on your head.
  • /pet list - Lists all the pets available.
  • /pet menu - Opens the pet selection menu.
  • /pet remove - Remove your pet.
  • /pet ride - Ride your pet (Only for horses and llamas.)
  • /pet summon <pet> - Spawns a pet.
  • /pet - Opens the pet selection menu.

NPCs

  • /npc age <baby|adult> - Change the type of your NPC
  • /npc create <name> [--type <mob type>] - Create an NPC. Defaults to a player. Dragon, wither and giant are not allowed
  • /npc equip - Enter the equipment editor. Right click the NPC to make them hold/wear the item you are holding.
  • /npc look - Make the NPC look at the nearest player.
  • /npc path - Toggle the path editor (to make your NPC walk along a specific path.)
  • /npc power - Toggle whether a creeper is powered or not.
  • /npc prof <normal | farmer | librarian | priest | blacksmith | butcher | nitwit | husk (zombie villager only)> - Change the profession of a villager.
  • /npc remove - Delete the NPC.
  • /npc rename <name> - Change the visible name of the NPC.
  • /npc sel - Select the NPC. Required to do any of the below commands (creation autoselects them.)
  • /npc skin <name> - Change the skin of a player NPC.
  • /npc skinlayers <--cape|--hat|--jacket|--sleeves|--pants> <true|false> - Toggle the shown layers of a skin.
  • /npc text - Toggle the editor to make the NPC say something to nearby players.
  • /npc tphere - Teleport your selected NPC to you.
  • /npc type <mob type> - Change the type of your NPC.
  • /npc zombiemod <-b|-v> - Use -b to make it a baby zombie, and -v for villager. Use the profession command to make it a husk.

Disguises

Warning - Disguising while in creative may remove your armor/elytra/hat!

  • /dis <type> [options...]
  • /dvs - Toggle viewing your disguise.
  • /undis - Undisguise.