Ban Management

Ban Management

193k Downloads

warn actions

EpiGame opened this issue ยท 2 comments

commented

Um... How can I make custom actions for warn command ?

Example :
1st: kick + message
2nd: kick + message
3rd: kick + message
4th: tempban 30min + message
etc

Thank you :)

commented

config.yml

# Commands to execute when a player reaches a certain number of warning points
warningActions:
  enabled: false
  actions:
    '1':
     - cmd: kick [player] message
    '2':
      - cmd: kick [player] message

etc

commented

Oh thank you very much :D You're so nice !

I will recommend this plugin for others servers ;)