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
- Host: GitHub
- URL: https://github.com/justdrven/hypixelsumo
- Owner: JustDrven
- Created: 2025-03-31T16:23:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-31T16:25:55.000Z (about 1 year ago)
- Last Synced: 2025-06-25T03:40:31.490Z (12 months ago)
- Topics: configuration, development, hypixel, java
- Language: Java
- Homepage: https://hypixel.net
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**