-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
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.
-
Ensure Simple Paintball is loaded correctly by doing
/pb help
-
Have a map (which can be on a separate world) where players can't get out
-
Create an arena by doing
/pb create <title>
Ex:/pb create Arena
-
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 -
Go to where the players will go once the game ends or when they leave the game and use
/pb set end
-
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
- If you ever misplace a spawn or want to start over, you can use
-
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. -
To create a sign, place down any sign and type:
- On line 1:
pb join
- On line 2:
<title>
- On line 1:
-
Now you have a complete arena!
- 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)