cuberite / Core

Plugin for Cuberite that implements default commands and some additional functionality
Other
64 stars 41 forks source link

Implementing Minecraft default commands #158

Open bibo38 opened 8 years ago

bibo38 commented 8 years ago

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

madmaxoft commented 8 years ago

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 commented 8 years ago

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

HelenaKitty commented 7 years ago

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.