Core icon indicating copy to clipboard operation
Core copied to clipboard

Implementing Minecraft default commands

Open bibo38 opened this issue 10 years ago • 3 comments

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

bibo38 avatar Oct 31 '15 12:10 bibo38

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

madmaxoft avatar Oct 31 '15 13:10 madmaxoft

Here's the forum thread with discussion: https://forum.cuberite.org/thread-2195.html

madmaxoft avatar Oct 31 '15 14:10 madmaxoft

I could make use of several of these commands myself, though I am just a tester and not the right person to be implementing them.

HelenaKitty avatar Mar 01 '17 09:03 HelenaKitty