EarthCountry is a multiplayer modpack for Minecraft created to play with our friends on a pseudo-political server It was tech based and the server was hosted with an Earth terrain recreation map (EarthCountry V1)
Today, it's the same as before, but updated to 1.19.2 for the V2.5, named Aetheria Politics, is now with mod modifications (through KubeJS and recipe manipulation inside the .jar when necessary)
- Lights for his ideas and co-founding
- You that awaits the release
- Every Forge and former Forge mod creators in 1.16 (V1) and 1.19.2 (v2.5)
- Forge team for their modloader
- Mojang, Notch and Microsoft for Minecraft as a whole
- Crafty Controller for the easy gui setup server and monitoring
- NKN1396 for it's Reaction Role bot
- jagrosh for it's Music bot
- Arisamiga for it's Support Ticket bot
- PetyXbron for it's Server Status bot
No dates are given but you can expect it to release just before January 2025
MIT (ReactionRole bot)
GPL-3.0 (ServerStatus bot)
Apache-2.0 (SupportTicket bot)
- Custom crafts
- Custom tags
- Reworked tags (is necessary)
- Questbook
- Guidebook
- Wiki
- New machineries
.
.
You'll need either gitgui or replace git steps by downloading yourself the repo
Install Java JDK 17
sudo apt update && apt install openjdk-17-jdk openjdk-17-jre
or on windows :
winget install Oracle.JDK.17
Clone the project
git clone Link
(Link can be copied on the repo page)
Launch the run.sh or run.bat according to your operating system
Alternatively you can see Crafty Controller to also have a webpage to administrate the server. Crafty Controller
.
The music bot uses, for the time being, JMusicBot from jagrosh. Go see it on his page. JMusic Bot by jagrosh
Install npm
sudo apt update && apt install nodejs npm
or on windows :
winget install openjs.nodejs
Clone the project
git clone Link
(Link can be copied on the repo page)
Go to the project directory
cd ProjectDirectoryCreated
Install dependencies
npm i
Change the token by your bot token and edit the config file to match your needs (see the readme in the corresponding repo)
Start the bot
npm start