Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 809 Bytes

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>