Skip to content

Bestem0r/BestemorCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BestemorCore

Core API used for all plugins made by Bestem0r.

Features

  • JavaPlugin implementation which reduces boilerplate code
  • Static ConfigManager with color, currency, prefix and placeholder replacement
  • Sub-command system with auto-generated tab completion and help command
  • Easy-to-use menu system with clickable items and paging menu support
  • Item builder directly from config
  • Language and per-version config files
  • Automatic configuration updater
  • Advanced chat listener
  • Spigot version and mc version utils

Add to Maven project

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.Bestem0r</groupId>
    <artifactId>BestemorCore</artifactId>
    <version>1.2.1</version>
</dependency>