You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since most Players are familar with the vanilla Minecraft Server or Bukkit, we should also add the missing default minecraft commands. This helps players to get started more easily and provides command blocks with all necessary commands(e.g. Adventure maps...).
Example: To get Operator in Cuberite you need to execute /rank [player] Admin(Note that the Operator rank has not the full permissions!), but most players are familar with /op [player]. So the /op command should be defined as a shortcut to the /rank ... Admin command.
Before someone goes on a rampage to implement all these, I think we should have a discussion about implementing the various kinds of commands (console, in-game, command-block).
Since most Players are familar with the vanilla Minecraft Server or Bukkit, we should also add the missing default minecraft commands. This helps players to get started more easily and provides command blocks with all necessary commands(e.g. Adventure maps...).
Example: To get Operator in Cuberite you need to execute
/rank [player] Admin
(Note that the Operator rank has not the full permissions!), but most players are familar with/op [player]
. So the /op command should be defined as a shortcut to the /rank ... Admin command.Here is a list of commands(based on http://minecraft.gamepedia.com/Commands#Summary_of_commands):
The text was updated successfully, but these errors were encountered: