Configuration files

config.yml - main config file.
Contents:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#list of permissions, that added to the muted player
add-permissions:
    list:
#string list; muted player's cant teleport to spawn
    - -commandbook.spawn
notify:
#enable notify of a muted players, when they try chat
    enabled: true
#enable notify of the remaining time
    time: true
#add group muted to muted players
set-group: muted
#damage player, when he try chat
damage: 2 #half-heart
#disable all commands (except /mymute, /getmute, /unmute) for muted players
disable-commands: false

swear.yml - main config file of swear-system.
Contents:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
settings:
    damage:
#damaging
        damage: 2
#with a message to start damaging
        from: 3
    mute:
#for what time
        time: 60
#with a message to mute
        from: 5
swears:
#list of a swear's words
   - sh**t

(i hope you understand, that you should remove * :))

lang.yml - in-game messages config file. Contents in-game messages strings.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes