Configuration

I think that configuration PointPermission is very simple. I describe below what you change in you config.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//In this list you write what services are show after type /services
serviceslist:
- ze21
- ab12
services:
  //You below have service code - you using this code for buying services
  ze21:
    //Service name what you want
    name: Premium
    //You can add commands. They are executed after buing a service
    commands:
    - setrank PLAYER Premium
    //Value of points to buy service. After buing this value was removed from player's account.
    price: 10
    //Information about service. There you can write something about service, for e.g. time of working, additional features, etc.
    info: Give permission to ... service working - X .
  ab12:
    name: test
    commands:
    - give PLAYER 1 1
    price: 1
    info: Your message.
//This option show value of your points when you type somenting on chat.
Chat: true
//You want to get points for kill player set this function to true if you not set this function to false
PointsForKillPlayer: true
//If you kill player you will get number of points below
ValuePointsForKillPlayer: 3
//Number of start points. Function is working when player join to server first time.
StartPoints: 5
//Do you want to PointPermission signs working?
Signs: true