Skip to content
#

minecraft-server

Here are 653 public repositories matching this topic...

Paper
Zefferis
Zefferis commented Dec 7, 2018

What behaviour is expected:

Proper tab complete for alias commands from commands.yml
The /give command is shared between EssentialsX and Vanilla; ideal fix would be assigning it an alias in the commands.yml file to direct /give to the /minecraft:give command, and retain tab completion to the alias.

What behaviour is observed:

Tab completion for /give only provides usernames,

itzg
itzg commented Apr 6, 2017

Since it is quite common to have long running Minecraft servers and those servers have inherently irreplaceable data the README should include at least one recommendation for backup strategy.

Part of the solution could be extract all of the host directory paths from the mounts section of the container such as with:

docker container inspect -f "{{range .Mounts}}{{.Source}}{{end}}" e718ec
Defman
Defman commented Mar 2, 2020

The PlayerBlockPlacement packet is also responsible for any block interaction ie. opening chests or filling bottles from a cauldron. The current block placement system have to be reworked into the following three steps.

  1. Try to interact with the block

  2. Try to place the held item at the location

  3. Try to place the held item at the location + face

  4. Interacting with blocks simple mat

DAmNRelentless
DAmNRelentless commented Apr 27, 2020

Describe the new feature you are requesting
When you are adding mods to your instance, it would be cool if there was a button to open the mod's curseforge site.

Describe alternatives to this feature if Applicable
Maybe show more options when right clicking the image of the mod when you search for it.

Additional Inforomation
It would be cool to share mods with other people work

WinX64
WinX64 commented Apr 30, 2020

Contextualization

Following issue #45, it is now more important than ever to raise awareness to future users of the API to save player-related data using unique ids, instead of player names.

Names are not only variable since premium accounts can change them, they're also no longer unique as well, since players with the same name (but different account type) can join the server simultaneously

Improve this page

Add a description, image, and links to the minecraft-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minecraft-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.