Skip to content

Implementing Minecraft default commands #158

@bibo38

Description

@bibo38

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):

  • /advancement (advancements not yet implemented in Cuberite)
  • /ban
  • /ban-ip
  • /banlist
  • /bossbar
  • /clear
  • /clone
  • /data
  • /datapack
  • /debug (Maybe to switch the log level, so your logs doesn't contain 100 chunk generations...)
  • /defaultgamemode
  • /deop
  • /difficulty
  • /effect
  • /enchant
  • /execute
  • /experience
  • /fill
  • /forceload
  • /function
  • /gamemode
  • /gamerule
  • /give
  • /help
  • /kick
  • /kill
  • /list
  • /locate
  • /loot
  • /me
  • /msg
  • /op
  • /pardon
  • /particle
  • /playsound
  • /recipe
  • /reload
  • /replaceitem
  • /save-all
  • /save-off
  • /save-on
  • /say
  • /schedule
  • /scoreboard
  • /seed
  • /setblock
  • /setidletimeout
  • /setworldspawn
  • /spawnpoint
  • /spectate
  • /spreadplayers
  • /stop
  • /stopsound
  • /summon
  •  /tag
  •  /team
  • /teammsg
  • /teleport
  • /tell
  • /tellraw
  • /time
  • /title
  • /tp
  • /toggledownfall
  • /trigger
  • /w
  • /weather
  • /whitelist
  • /worldborder
  • /xp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions