KitPvP

logo

GitHub Page

Version 1.1 released!

This plugin (optionally [as of version 1.1]) depends on: BarAPI
This plugin puts a bar at the top of the screen showing the current state of spawn protection (if enabled in config [as of version 1.1])

This plugin is very basic! Many more features will be added per request

This plugin creates an invisible "barrier" around the set spawnpoint. (This does NOT override any other plugins spawnpoints, and it does NOT teleport anyone to it under any circumstances).

To set the spawnpoint, type the following in chat (WITHOUT a slash): "#SETSPAWN <range>" (you must be OP to do this)

Where <range> equals how far the person can walk from your current location before losing spawn protection.

If you would like to create a border around the area, I will give an example of how the range works.

The range is a square, so that there is a square around the spawnpoint.

If you set the range to 5 blocks, the pattern would look a bit like this:

XXXXXXXXXXX
XRRRRRRRRRX
XRRRRRRRRRX
XRRRRRRRRRX
XRRRRRRRRRX
XRRRRQRRRRX
XRRRRRRRRRX
XRRRRRRRRRX
XRRRRRRRRRX
XRRRRRRRRRX
XXXXXXXXXXX
X = Boundaries
R = Inside
Q = Center

There is sort of an "algorithm" or a formula for finding the amount of blocks needed for each section:

X = Range * 2 + 1
R = Range - 1 (in each direction)
Q = Nothing. It is where you were standing.

To Do List

  • Make BarAPI optional (Done! In version 1.1)
  • Add instasoup (configurable) (Done! In version 1.1)
  • Disable hunger (configurable) (Done! In version 1.1)
  • Drop configuration
  • More admin tools
  • Kits! (Current Project)
  • Selection GUI for kits (Done! Will be in version 1.2)
  • Better configuration

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    89545
  • Created
    Feb 15, 2015
  • Last Released File
    Feb 16, 2015
  • Total Downloads
    1,788
  • License

Categories

Members

Recent Files

Bukkit