Skip to content

EpicPlanet/MIPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPM Build Status

MavenIzed Plugin Manager

Installation

MIPM requires a Bukkit Version 1.10.2-R0.1-SNAPSHOT implementation to work. It is tested on Paper.

  1. Download and put MIPM-${version}.jar into the server's plugins directory.
  2. Restart the server.

Usage

Default config.yml:

plugins: []
repositories:
- http://central.maven.org/maven2/
- http://peulia.iptime.org:8081/repository/maven-public/
- https://jitpack.io

Edit the config.yml to add plugins or repositories. e.g.

plugins:
- net.epicpla:epic-item-api:1.0.0
repositories:
- http://central.maven.org/maven2/
- http://peulia.iptime.org:8081/repository/maven-public/
- https://jitpack.io

The plugin should match the format groupId:artifactId:version. The version can be LATEST. MIPM will find the latest version of the plugin.

When MIPM is loaded, it will try to load the plugins listed in the config.yml.

Credits

MiPpeum - Project Name Motivator

About

MavenIzed Plugin Manager

Resources

Stars

Watchers

Forks

Packages

No packages published