minecraft-server
Here are 1,365 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Shell
-
Updated
Mar 1, 2022 - 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
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
Mar 1, 2022 - Java
-
Updated
Mar 1, 2022 - Java
-
Updated
Feb 22, 2022 - Java
-
Updated
Mar 1, 2022 - Shell
-
Updated
Feb 27, 2022 - Java
-
Updated
Aug 29, 2021 - Shell
-
Updated
Mar 1, 2022 - Java
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Oct 13, 2021 - C#
-
Updated
Feb 17, 2022 - Java
-
Updated
Feb 28, 2022 - Java
-
Updated
Dec 13, 2021 - Shell
-
Updated
Mar 1, 2022 - Java
-
Updated
Mar 1, 2022 - Go
-
Updated
Feb 28, 2022 - Java
-
Updated
Feb 26, 2022 - Go
-
Updated
Mar 1, 2022 - Java
Leverage C#'s XML doc, Godoc, Javadoc, JSDoc, Perldoc, PHPDoc, Pydoc, and RDoc syntax to document MineStat code.
-
Updated
Mar 1, 2022 - C++
-
Updated
Mar 1, 2022 - Java
Depends on #66.
https://wiki.vg/Protocol#Update_Light
-
Updated
Feb 7, 2022 - Rust
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."
Is your feature request related to a problem?
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
Describe the solution you'd like.
I would like there to be a Entity#hideEntityByDefault w