I've added the server files for Zombie Manic. I will not assist in setting it up as I don't have the time. Please don't message me asking for help. I've included a folder with anything I think you'll need to set it up and notes explaining anything that might not be obvious. If you can setup a mysql database and run a Spigot server then you should be able to get it working.
Zombie Manic Server Files
Some additional notes for setting up the server after someone reported problems.
ZMItemLimit plugin might not work. Just remove it if you see errors related to it in the logs
the included sql file needs to imported into the database, not just left with the server files
left out out a required table in the sql file. Here is an sql query to generate
CREATE TABLE IF NOT EXISTS player_packages ( id int(11) NOT NULL, package_id int(11) NOT NULL, player_id int(11) NOT NULL, start_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, days int(11) NOT NULL, paid int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=750 ;
The sql file may to set the ID field for the tables as the primary key and auto-increment. You will need to turn these settings on for each table.
The format of the coords in map config files is x, z, y, yaw. Yaw is the direction the player is facing when they spawn.
Link to original Post: https://www.reddit.com/r/zombiemanic/comments/akyq78/zombie_manic_downloads/