Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Shared interfaces for the Bukkit and BungeeCord APIs

Notifications You must be signed in to change notification settings

OvercastNetwork/minecraft-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-api

Shared interfaces for the SportBukkit and BungeeCord (OCN fork) APIs

These interfaces can be used to write hybrid code that works with both APIs. Currently, the following things are implemented, roughly speaking:

  • Plugin interface with lifecycle methods
  • Plugin metadata and lookup
  • Plugin configuration
  • Loggers
  • Online player list/search
  • Getting player name and locale
  • Sending component messages to players/console
  • Very basic permission checking
  • Event listener registration

Possible future additions:

  • Full event system
  • Task scheduler
  • Plugin channels
  • Server configuration (name, port, etc)
  • Commands
  • Scoreboard
  • Tab list

https://github.com/OvercastNetwork/BungeeCord

https://github.com/OvercastNetwork/SportBukkit

About

Shared interfaces for the Bukkit and BungeeCord APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages