Skip to content

ArkFlame/ComplexBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ComplexBoilerplate

An advanced bukkit plugin boilerplate

Features

  • Auto-translate to player language.
  • Argument parser.
  • Command handler.
  • Config system with caching.
  • Update-friendly config system.
  • Controlled exceptions.
  • Subcommands system.
  • Player manager with wrapped class.
  • Bungee ChatComponent API for Legay (1.8) versions.

Command Arguments Types

  • STRING
  • LARGE_STRING
  • INT
  • BOOL
  • PLAYER
  • OFFLINE_PLAYER
  • WORLD
  • MATERIAL
  • SOUND

Custom Exceptions

  • BadArgumentException
  • MaterialNotFoundException
  • PlayerOfflineException
  • SoundNotFoundException
  • WorldNotFoundException

About

A complex boilerplate for 2LStudios projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages