Skip to content
Aaron Salyer edited this page Feb 20, 2019 · 6 revisions

Documenting the API for Primer. This should make it easier to keep up with as we grow and need to teach others.

Introduction

Primer is a plugin ,written for PocketMine-MP. It acts as the core plugin for all PrimeGames servers. Currently, it has not been implemented and is still in development stages. The intent of this plugin is to heavily reduce the need for additional plugins and streamline server performance.

Target

The goal for Primer is to reach a level where servers will only need 2 plugins to be completely functional (Primer + Game Mode). Primer should handle all functions that are required on multiple servers. Game Mode plugins should handle game specific functions and rely on Primer for most of the consistent needs.

Features

  • Global Bans by UUID
  • Global Ranks
  • Global Currency
  • Chat Channels
  • Translations
  • Custom Entities
  • Holograms (Floating Text)
  • MySQL Provider
  • Advertisements and Broadcasts
  • BossBar
  • Windows (Forms)
  • Areas and Regions
  • Teams
  • Selector
  • Panels
  • Custom Enchants (Still in Development)

Clone this wiki locally