-
Minestom version: 8dcb3191f6
The world created in 1.18.2
![2022-03-25_22 31 37](https://user-images.githubusercontent.com/67860797/160203391-58006c05-cc65-434f-8256-81544107741a.png)
-
Hello!
I use this for knockback:
```kotlin
eventHandler.addListener(EntityAttackEvent::class.java) { event ->
val target = event.target
val attacker = event.enti…
-
I have the following code
```kt
fun resetBoard() {
Logger.info("Board resetting")
val batch = AbsoluteBlockBatch()
var white = true
for (x in 0 until gridX) {
for (y i…
-
Basically what happens is that it wont let me select the custom skin head and remove it from my inventory.
This is the error:
```java
java.nio.BufferUnderflowException
at java.base/jav…
-
Hey, I made a method that spawn a fallingblock when nothing is below the block (Gravity for Sand, etc) but after a while the Fallingblock entites are stacking and remove only at the end (see clip). Ho…
-
Hi there. I recently found your repository for some basic commands for Minestom and come across an issue with the language file.
```
(I18nNamespace.loadValues) - WARN - Cannot save packaged resour…
-
I noticed the error in initialization of the PlaceBlocks object and checked to see and noticed the log error on line 61 ("Unable to load allowed blocks. Will default to list of concrete blocks, creati…
-
Hi. I'm trying to load entities from saved world, but when I call `ChunkColumn.getEntities()`, it returns `[]`. I tried to do it on Minestom, and opened [discussion](https://github.com/Minestom/Minest…
ghost updated
2 years ago
-
On the latest release of the server, the server fails to start, I pinpointed the issue to the Teleport Command, line 13 looking for an integer of a system property, this is not specified in the README…
-
I think I found an actual issue this time (hopefully), when placing a block in any of the chunks, the chunk becomes dark so I assume there are no light level chunk updates or they are not occurring co…