Skip to content
This repository was archived by the owner on Mar 24, 2019. It is now read-only.

Plajer/PLCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Replaced with Commons Box Library

PLCore

Plajer's Lair core which provides minigame utilities

It does contain some useful methods for making my minigame development (and not only!) faster and easier :)

Java docs

https://jd.plajer.xyz/minecraft/plcore

Maven repo

Add repository

    <repositories>
        <repository>
            <id>plajerlair-repo</id>
            <url>https://maven.plajer.xyz/minecraft</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
            <dependency>
            <groupId>pl.plajerlair</groupId>
            <artifactId>plcore</artifactId>
            <version>1.4.4</version>
            <scope>compile</scope>
        </dependency>

You can either use compile scope or provided based on what you want to do, however remember when you'll use this API in your projects and you'll compile them inside plugin you should repackage them using maven shade plugin.

About

Plajer's Lair core which provides minigame utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages