Skip to content

RedstoneWorld/RedUtilities

Repository files navigation

RedUtilities

RedUtilities is a small Java toolkit for Minecraft plugin development. The preparation of the methods was designed for the application of RedstoneWorld plugins, but can be useful with any pattern.

Development with RedUtilities

Note: Replace %version% with the latest version of RedUtilities:

Latest version of 'RedUtilities' @ Cloudsmith

Usage with Maven

Add the following to your Java project pom.xml file:

<dependency>
  <groupId>de.redstoneworld.redutilities</groupId>
  <artifactId>RedUtilities</artifactId>
  <version>%version%</version>
</dependency>

Usage with Gradle

Add the following to your Java project build.gradle file:

dependencies {
        implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
        }

Javadoc

You can find the Javadoc of RedUtilities here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages