Difference between revisions of "Minecraft/server/commands"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==Syntax== * From the graphic (game) console, commands must be prefixed with "/". * From the admin (text) console, omit the "/". * Usernames are apparently ''not'' case-sensit...")
 
(AdminCmd)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
==Reference==
 +
* [http://www.minecraftwiki.net/wiki/SMP_Server_commands Server commands]: basic Minecraft commands available without plugins
 
==Syntax==
 
==Syntax==
 
* From the graphic (game) console, commands must be prefixed with "/".
 
* From the graphic (game) console, commands must be prefixed with "/".
 
* From the admin (text) console, omit the "/".
 
* From the admin (text) console, omit the "/".
 
* Usernames are apparently ''not'' case-sensitive.
 
* Usernames are apparently ''not'' case-sensitive.
==Related==
+
==Plugins==
* [[Minecraft/server/PermissionsBukkit]] has its own set of commands
+
Most plugins add their own commands:
 +
* [http://dev.bukkit.org/server-mods/admincmd/ AdminCmd]
 +
* [[Minecraft/server/PermissionsBukkit|PermissionsBukkit]]

Latest revision as of 22:21, 4 April 2012

Reference

Syntax

  • From the graphic (game) console, commands must be prefixed with "/".
  • From the admin (text) console, omit the "/".
  • Usernames are apparently not case-sensitive.

Plugins

Most plugins add their own commands: