Skip to content

Latest commit

 

History

History
104 lines (72 loc) · 3.29 KB

README.md

File metadata and controls

104 lines (72 loc) · 3.29 KB

CanaryUtil

Build Status
Latest Build
Latest Successful Build
CanaryMod Nest Page

This is a Plugin that adds some convince methods and tries to help make plugin development a little simpler.

CanaryUtil's api is is still in a beta state. The plugin is stable but the api is still young and may change.

What it contains:

  • Fast and easy command registering without @Command for commands on the fly
  • Fast and dynamic Sub Command handling
  • Extended Logger
  • Logs your plugin's Logs to there own file
  • BungeeCord API, for all your proxy needs
  • Config File api
  • PasteBin Logging!
  • Logger will keep log files based on Hour, Day, Week, Month, or a CatchAll file
  • String to Time util

Downloads:

Releases

Latest Builds

Stable

Jenkins Build

Bleeding

Jenkins Build

Plugin Development

Maven

Dependency

    <dependency>
        <groupId>net.larry1123</groupId>
        <artifactId>CanaryUtil</artifactId>
        <version>[0.3.3,)</version>
        <!-- Will always use the latest version found (including snapshots)-->
    </dependency>

Repository:

    <repository>
        <id>repo1123</id>
        <name>Larry1123's Repo</name>
        <url>http://repo.larry1123.net/content/groups/public/</url>
    </repository>

Canary.inf

    dependencies=CanaryUtil

On top of this have users know that they need to have CanaryUtil as a plugin on their server also.

Java Docs

Primary: https://docs.larry1123.net/canaryutil/ Bleeding: https://ci.larry1123.net/job/CanaryUtil/javadocs/

Development

Git Repos

Issues

As a note please use the Latest CanaryUtil if you are going to be reporting any bugs, as they may have been fixed.