Skip to content

Getting Started

Jake Gutierrez edited this page Jun 15, 2019 · 2 revisions

Simple Paintball implements Vault API's economy to reward team members at the end of around. Meaning you need to Vault API as a plugin and a compatible economy plugin.

  1. Ensure Simple Paintball is loaded correctly by doing /pb help

  2. Have a map (which can be on a separate world) where players can't get out

  3. Create an arena by doing /pb create <title> Ex: /pb create Arena

  4. Go to where the lobby location will be for that arena, which is where players wait for the game to start and use /pb set lobby to set the location

  5. Go to where the players will go once the game ends or when they leave the game and use /pb set end

  6. Setting the spawn locations for the two teams is straight forward. Go to the side where you want the team to start and a spawn by doing /pb set <blue | red> Ex: /pb set blue will add a spawn for the blue team. The plugin will select a random spawn point based on the team and place them there. You can add as many spawns as you want

    • If you ever misplace a spawn or want to start over, you can use /pb reset <red | blue> to clear the spawns for the arena
  7. Now use /pb set activate to activate the arena so that players will be able to join, if you forget to set an option, the plugin will let you know which one it is and allow you to set it.

  8. To create a sign, place down any sign and type:

    1. On line 1: pb join
    2. On line 2: <title>
  9. Now you have a complete arena!

Arena Options

  • To edit an existing arena, use /pb edit <arena> Ex: /pb edit Arena
  • To set the maximum number of players use: /pb set max <int> Ex: /pb set max 16
  • To set the minimum number of players use: /pb set min <int> Ex: /pb set min 2 (Note that the minimum number can't be smaller than 2)
Clone this wiki locally