Skip to content
simplyianm edited this page Aug 30, 2012 · 6 revisions

Welcome to the Politics wiki!

Politics is an advanced sub-community management plugin, similar to the likes of Towny or Factions. However, Politics has built with more goals in mind:

  1. Flexibility. Towny and Factions are locked in to their specific mindsets regarding PVP and Towns etc. They do not offer the same degree of flexibility that Politics has which enables creation of basically any style of clan/guild/group server.

  2. Efficient, well-documented, and clean code. The source code of Politics is very clean and follows some general standards set by Spout. We write Javadoc documentation for everything allowing developers to easily hook into our plugin and create their own additions to Politics. All of our code is made to provide the fastest way possible to prevent using too much RAM and eating up CPU power. For example, we utilize BSON to store all of our data as opposed to using JSON or an expensive MySQL connection. This allows the plugin to be very quick.

  3. Fun. Because we allow all kinds of playing styles, PVP or not, Politics can be tailored to fit any style of playing. We want everyone who uses our plugin to have fun, and they can make that fun work however they want.

Clone this wiki locally