1
0
Files
mineplex-crepe/README.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

2022-07-05 21:20:58 +07:00
# Mineplex
Mineplex source code dated back to 2018
2022-07-05 21:22:06 +07:00
2023-05-19 13:59:11 +07:00
## Table of contents
- Redis server files, ready to run
- Webserver (this will be required to run so the server can fetch the data)
- Plugins[Modified] (You should be compiling this)
- Mysql dump
2023-05-20 12:01:00 +07:00
## Requirements
1. Java 1.8
2. Maven
3. Mineplex's custom spigot maven dependency: ``mvn install:install-file -Dfile=\path\to\spigot-1.0.jar -DgroupId=com.mineplex -DartifactId=spigot -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true``
2023-05-20 21:39:06 +07:00
## Working status
- ✅ Arcade
- ❓ Hub
- ❓ NanoGames
- ❓ Networking/Bungee related
- ❓ Clans
- ❓ StaffServer
- ❓ GemsHunter
2023-05-20 12:01:00 +07:00
## Building
``mvn package``
2023-05-19 13:59:11 +07:00
## Short guide
After getting your bareboned server with the software in Patches/craftbukkit.jar and compiled Arcade or Hub (i dont know why you are even running this)
Proceed to https://youtu.be/7pADz6B2z_s
Needs any helps? Contact my discord and i'll try to help you as much as I can
<3.
2023-05-20 01:12:54 +07:00
## TODO LIST
- [] Fixing current codebase/maven
- [] Proper guide for setting up
- [] Backend refactor instead of a broken boilerplate
- [] Redis scripts for easier setup(?)
- [] Custom game maps
2023-05-19 13:59:11 +07:00
Dear Mineplex, if you have any issues with this repo, please contact me immediently.
2023-05-20 01:12:54 +07:00