minecraft-server
Here are 970 public repositories matching this topic...
-
Updated
Apr 18, 2021 - Shell
-
Updated
Apr 19, 2021 - PHP
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
API Event Coverage
-
Updated
Feb 16, 2021 - Java
-
Updated
Apr 18, 2021 - Java
Entity physics
Implement entity physics: gravity and collisions with blocks.
The basic algorithm for Minecraft entity physics is, each tick, to:
- Add velocity to position.
- For each axis (X/Y/Z) individually, check for collisions between the entity's bounding box and blocks. If there are any, clamp the entity's position to the edge of the block. There are some useful details on collision detection [here
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Apr 18, 2021 - Java
-
Updated
Sep 19, 2020 - C#
-
Updated
Apr 17, 2021 - Shell
Event Priority
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 1, 2021 - Shell
Having the ability to breed parrots would be really cool. It wouldn't have to be huge nor involve baby parrots (although I imagine they'd be adorable) but it would just add a little something that would make sense in the game.
-
Updated
Apr 18, 2021 - Java
-
Updated
Apr 19, 2021 - Java
Leverage C#'s XML doc, Godoc, Javadoc, JSDoc, Perldoc, PHPDoc, Pydoc, and RDoc syntax to document MineStat code.
-
Updated
Apr 8, 2021 - Java
-
Updated
Feb 23, 2021 - Ruby
-
Updated
Mar 25, 2021 - Java
Describe the bug
The balena server itself has the time synced but the minecraft application is showing as four hours ahead causing a Incorrect Header Check error when attempting to log on to the server.
Raspberry Pi 4 8gb
- balenaOS 2.71.3+rev1
- SUPERVISOR VERSION 12.3.5
Minecraft (please complete the following information):
Windows, forge server (Invicta 1)
**Addition
-
Updated
Apr 18, 2021 - Java
-
Updated
Jun 30, 2020 - Java
-
Updated
Apr 14, 2021 - Java
-
Updated
Apr 16, 2021 - Java
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."


Expected behavior
[14:22:52 INFO]: Time elapsed: 30 ms
[14:22:52 INFO]: Time elapsed: 32 ms
[14:22:52 INFO]: Time elapsed: 34 ms
or any reasonable number
Observed/Actual behavior
[14:22:52 INFO]: Time elapsed: 42177403 ms
[14:22:52 INFO]: Time elapsed: 42177405 ms
[14:22:52 INFO]: Time elapsed: 42177407 ms
Which corresponds to 11.71 hours
Steps/models to reproduce