zelytra / Daedalus

A Minecraft mini-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deadalus

release language license

Presentation

Daedalus is a project taking you back to Ancient Greece. Four human teams wander the Labyrinth of Daedalus, austere dwelling of the Minotaur and its minions. A hostile, brutal and irrevocable encounter is to expect, unless our mortal friends win the favour of the Gods of Olympus. Only one team shall emerge victorious, but which one will it be ?

Setup

Server:

First, you need to setup a paper server in 1.16.4/1.16.5. I advise you to allocate 4G ram:
java -Xms1G -Xmx4G -jar server.jar nogui

After settings up the server, download the latest release of the plugin and put it inside plugins folder of your server.

IMPORTANT : you also need to install FAWE (FastAsyncWorldEdit). The plugin maze generation depend on it to generate the Labyrinth. (The bukkit version)

NB : If you try to setup the server on your local machine, please check if you correctly have Java JDK 16 install on it unless you will not be able to launch the server.

WARNING : The plugin is not supported on spigot server. It can create some issues on labyrinth generation and shrink manager.

On Start

Before starting the server, I invite you to change these two lines inside paper.yml file (to avoid warning spam in console while maze generation) :

watchdog:  
  early-warning-every: -1
  early-warning-delay: -1

IMPORTANT : If you have small configuration (old processor or VPS) you will need to change this setting inside spigot.yml. If you don't change this variable the server will shutdown after exactly 60s of generation (WatchDog of spigot). So if you labyrinth generation is longer than 60s change this settings.

settings:  
  timeout-time: -1

At the first boot, the plugin will download the map of the mini-game (you cannot use custom map).

The map size is about 85MB so prepare the server before inviting your friends !

[Daedalus]>> Downloading map please wait...  
[Daedalus]>> Extracting files please wait...

At this point,the server will make some modifications and will need a restart. After this restart the map is setup and ready to be played !

Reset

To reset the map, you only need to reboot the server :

/stop or /restart as you want

It will reset the map (the plugin is smart, it will not download the map again, only extracting files !)

Documentation

Credits

  • Spirit__10 : Project Founder & Builder
  • Ichabodt : Artistic Director & Builder
  • Minucia : Graphic designer
  • Zelytra : Developer

Thanks

About

A Minecraft mini-game

License:GNU General Public License v3.0


Languages

Language:Java 100.0%