Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Minecraft default commands #158

Open
30 of 70 tasks
bibo38 opened this issue Oct 31, 2015 · 3 comments
Open
30 of 70 tasks

Implementing Minecraft default commands #158

bibo38 opened this issue Oct 31, 2015 · 3 comments

Comments

@bibo38
Copy link

bibo38 commented Oct 31, 2015

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
@madmaxoft
Copy link
Member

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
Copy link
Member

madmaxoft commented Oct 31, 2015

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

@HelenaKitty
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants