An open API service indexing awesome lists of open source software.

https://github.com/huzvanec/slimechunker

Simple plugin to display slime chunks with one command
https://github.com/huzvanec/slimechunker

minecraft-plugin

Last synced: 21 days ago
JSON representation

Simple plugin to display slime chunks with one command

Awesome Lists containing this project

README

          

![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/branding/banner_resized.png)

# SlimeChunker

## What is SlimeChunker?

SlimeChunker is a simple and lightweight plugin which makes slime chunks easy to locate without needing to know the
seed.

## Supported platforms

Paper based minecraft servers **1.19.4+**

**Spigot and Bukkit are not supported!**
## Slime chunk maps

![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/images/map_crafting.png)
![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/images/map_closest.png)
![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/images/map_far.png)

## Slime chunk compass

![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/images/compass_crafting.png)
![image](https://raw.githubusercontent.com/Mandlemankiller/SlimeChunker/master/images/compass.png)

## How to build

Requirements: [Git](https://git-scm.com/), [Maven](https://maven.apache.org/)


**Clone this repository**

```git clone https://github.com/Mandlemankiller/SlimeChunker```

**Move to the folder**

```cd SlimeChunker```

**Build**

```mvn package```

**Done!**

`SlimeChunker-1.0-SNAPSHOT.jar` should be now located in `target` directory