Skip to content

Player versus anything. Extensible arenas plugin for Minecraft Bukkit/Spigot 1.8

License

Notifications You must be signed in to change notification settings

TalesOfArboria/PV-Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PVStar for Spigot 1.8

(PV* - Player versus anything)

Under heavy development, expect large changes.

A versatile arena framework designed to be extended via modules and extensions.

History

PV-Star originally started out as a private arena plugin whose main extensibility was through extending an abstract class to create different types of arenas. Unfortunately, as requirements and features were added, the plugin became more difficult to manage and less flexible.

This new iteration of PV-Star solves many of the problems of the old one by trying to be extremely simple and providing a framework for extending the functionality via modularity. Instead of extending a base class, PV-Star has one arena type that does almost nothing except basic arena functions. Customizing an arenas functionality is done by adding extensions.

Many of the features that were removed are currently being developed as separate modules in the PV-Star-Modules project.

Definitions

  • Module - Extends PV-Star functionality by adding new types, extensions, commands or anything else.
  • Extension - Can be applied to one or more arenas to modify and extend its behavior.

Features of PV-Star

  • Arena designer can easily create new arena types by mixing, matching and or adding extensions.

  • Scripting supported via NucleusFramework.

  • Built in team support.

  • Built in localization support via NucleusFramework.

  • If it doesn't have a feature, you can add it. If it has a feature you don't like, you can remove it.

Resources

  • PVStar-API - The API that module and extension developers should use.
  • PVStar Modules - A collection of pre-made modules and extensions.

Plugin dependencies

Build dependencies

See the gradle build script for build dependencies.

About

Player versus anything. Extensible arenas plugin for Minecraft Bukkit/Spigot 1.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published