minecraft-server
Here are 653 public repositories matching this topic...
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
1.13 Tasks
Glowstone needs your help with the huge 1.13 technical update!
1.13 project board
1.13 task list
#957 - 1.13 PR. Please base your contributions on and make PRs to this branch (1.13).
Glowkit 1.13 - If you need to make API changes, bas
-
Updated
Jun 28, 2020 - Java
When an arrow flies, it can stop in the air, and also, it does not fly not at the speed with which it flies in vanilla
Want to back this issue? Post a bounty on it! We accept bounties via [Bountys
-
Updated
Jun 29, 2020 - JavaScript
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.
-
Try to interact with the block
-
Try to place the held item at the location
-
Try to place the held item at the location + face
-
Interacting with blocks simple mat
-
Updated
Jun 27, 2020 - C#
-
Updated
Jun 28, 2020 - Shell
I am currently running
- SpongeForge version: 1.12.2-2838-7.1.7-RC3902
- SpongeVanilla version: 1.12.2-7.1.7-RC272
- Java version: 8
- Operating System: Windows 10
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
-
Updated
May 12, 2020 - Java
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Jun 28, 2020 - Java
PoC
- Join server
- Execute teleport command (eg. /tp 70 90 10)
- Leave server while command is executing
- Just look, server is broken and player counter says you're still online
Error after executing command and leaving
2018-12-02 14:10:14.019 INFO 17844 --- [ch
Request to add support to include MythicMobs placeholders inside damage parameters
Link to the MythicMobs page : https://www.mythicmobs.net/manual/doku.php/skills/stringvariables
Example how it would work below ^^
This would greatly help with scaling for mobs and players aswel
-
Updated
Feb 8, 2019 - Go
-
Updated
Jun 24, 2020 - Shell
-
Updated
Jun 27, 2020 - Java
-
Updated
Jul 4, 2019 - Java
-
Updated
Jun 14, 2020 - Shell
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.
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."


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
/giveonly provides usernames,