Skip to content
/ NR-Core Public

NRCore is the all-in-one library from a server owner and developers stand point

Notifications You must be signed in to change notification settings

tazpvp/NR-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRCore

A lightweight plugin for all the basic and essential server commands and developer utilities

Usage

Check out the Wiki for an explanation of each of the functions in NR-Core

Maven:

<repository>
    <id>github</id>
    <url>https://maven.pkg.github.com/tazpvp/NR-Core</url>
</repository>

<dependency>
    <groupId>world.ntdi</groupId>
    <artifactId>nrcore</artifactId>
    <version>see-below</version>
    <scope>provided</scope>
</dependency>

<scope>provided</scope> Is IMPORTANT!

Check out the packages for the latest release version,