Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # Settings.yml Configuration file - CombatLogger v0.0.5
  2. ---
  3. # Time before a player can logout safely or execute commands (in seconds)
  4. time: 10
  5. # Kill a player if they disconnect whilst in combat
  6. kill-on-log: true
  7. # List of commands players cannot execute while in combat
  8. banned-commands:
  9. - tp
  10. - warp
  11. - tpa
  12. - spawn
  13. - kit nodebuff
  14. - kit gapple
  15. - kit diamond
  16. - kit fist
  17. - kit soup
  18. - advancedkits nodebuff
  19. - advancedkits gapple
  20. - advancedkits diamond
  21. - advancedkits fist
  22. - advancedkits soup
  23. - kit
  24. - advancedkits
  25. messages:
  26. player-tagged: "&c- &6You are now in combat, do not logout or you will be punished!"
  27. player-tagged-timeout: "&6- &aYou are no longer in combat!"
  28. player-run-banned-command: "&c- &6You cannot execute this command whilst in combat!"
  29. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement