main/ExampleConfig

Example Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Tells the target player that he has a strike.
TellPlayer: true

#If true, when a player joins the server will broadcast how many strike that player has.
UseJoinMessage: false

#Message that is broadcasted if a player has strikes. Use %player% for player and %strikes% for number of strikes.
JoinMessage: '%player% has %strikes% strikes.'

#Set this true if you want to enable auto banning.
AutoBan: false

#Amount of strikes to ban a player. Only works if autoban is set to true.
StrikesToBan: 3

#If true, plugin will use per strike punishments.
StrikePunishments: false

#Define strike punishments
Punishments:
  1: 'tjail %player% 2h'
  2: 'tjail %player% 5h'
  3: 'tempban %player% 5d'

Comments

Posts Quoted:
Reply
Clear All Quotes