Minecraft/server/commands: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
reference: server commands
AdminCmd
 
Line 5: Line 5:
* 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: