The Wayback Machine - https://web.archive.org/web/20210915181545/https://github.com/topics/minecraft-server
Skip to content
#

minecraft-server

Here are 1,177 public repositories matching this topic...

Toseflo
Toseflo commented Sep 13, 2021

Expected behavior

There should be a config option to change the spawn limit of underground water creatures (glow squids and axolotls).

Observed/Actual behavior

In paper.yml, there is a spawn-limits config option, but underground water creatures are missing.

Steps/models to reproduce

Change every spawn-limits value to 0 in paper.yml
Run the new /paper mobcaps command
Notice how u

caelunshun
caelunshun commented Mar 2, 2021

Implement entity physics: gravity and collisions with blocks.

The basic algorithm for Minecraft entity physics is, each tick, to:

  1. Add velocity to position.
  2. 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
robinbraemer
robinbraemer commented Jul 23, 2021

Report by @LaysDragon:

announceForge options seems not working at all? (server list only show vanilla server)
Its a strange options,it in the status field in the example config(https://github.com/minekube/gate/blob/master/config.yml) but outside the status field in go struct(https://github.com/minekube/gate/blob/master/pkg/edition/java/config/config.go)
And i still not success set it work wit

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