Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Strultz/Project-Poseidon-Infdev

 
 

Repository files navigation

Project-Poseidon-Infdev

What's Project Poseidon Infdev?

This is a fork of Project Poseidon that supports my Infdev 20100618 mod.

To download the mod, and recieve updates, join this Discord server: https://discord.gg/k7VcHmPhep

Licensing

CraftBukkit and Bukkit are licensed under GNU General Public License v3.0
Any future commits to this repository will remain under the same GNU General Public License v3.0
Libraries in the compiled .jar files distrusted may contain their own licenses.
This project contains decompiled code that is copyrighted by Mojang AB typically under the net.minecraft.server package.

How To Setup - IntelliJ IDEA

  1. Clone this project using Git or a desktop client.
  2. Open IntelliJ and create a new project in the same directory as the Project Poseidon folder.

Compiling

Compiling is done via maven. To compile a JAR, cd into the Project Poseidon directory and run the following command:

mvn clean package

You should now have a runnable JAR inside the /target folder!

Regarding the DMCA of CraftBukkit in 2014

The contributor Wolverness who first contributed on CraftBukkit in February 2012 issued a DMCA against CraftBukkit and other major forks of CraftBukkit. This project is based on the following commits:

The Bukkit and CraftBukkit commits that Project Poseidon is based on are before Wolverness started contributing.

If you were a contributor before these commits please feel free to contact me or open an issue asking for this repository to be taken down.

MC-DEV

We include files from the mc-dev GitHub repository. This code is automatically generated using minecraft_server.jar and sourced from the Bukkit repositories.

If Mojang Studios or someone on their behalf wants to have this repository removed due to including copyrighted Minecraft sources like bukkit/mc-dev, please contact me or make an issue.

How to setup ModLoaderMP support (NOT WORKING)

Please read the following: https://github.com/RhysB/Project-Poseidon/wiki/Adding-ModLoaderMP

About

A fork of Project Poseidon for my Infdev Improved mod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%