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

https://github.com/justdrven/hypixelsumo

This plugin is inspired by Hypixel Sumo
https://github.com/justdrven/hypixelsumo

configuration development hypixel java

Last synced: 8 months ago
JSON representation

This plugin is inspired by Hypixel Sumo

Awesome Lists containing this project

README

          

# Hypixel Sumo

This plugin is only inspired by **Hypixel's sumo**. The plugin is for 1.8 spigot version.
This plugin is only for my portfolio.

The minigame is not intended for the production side.

# Requirements

- Java 8
- Spigot server on 1.8 version

# How To Build

- Install gradle build tool [here](https://gradle.org).
- Type `./gradlew shadowJar shadowJar` in terminal.

### Map Config

The minigame require 'mapConfig.json' file.

Here is example file.

```json
{
"mapName": "Test Map",
"authors": "Hypixel Builders",
"worldName": "sumo_map",
"mode": "Sumo Duel",
"version": "1.4",
"locations": {
"spectators": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"yaw": 0.0,
"pitch": 0.0
},
"red": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"yaw": 0.0,
"pitch": 0.0
},
"blue": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"yaw": 0.0,
"pitch": 0.0
}
}
}
```

---

Developed by: **JustDrven**