Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #AntiLog by PhilipsNostrum
  2. #Configuration help: http://dev.bukkit.org/bukkit-plugins/antilog/pages/configuration/
  3. #Time in seconds a player stays logged for
  4. tagTime: 10
  5. #PvP tags
  6. playersTag: true
  7. #Mob attack tags
  8. mobsTag: false
  9. #Whether players with the permission antilog.exempt don't get tagged
  10. exemptPerm: true
  11. #Whether players already tagged can be hit regardless of other plugins (example: WorldGuard region)
  12. tagAlwaysHit: false
  13. #Commands that may be used
  14. allowedCmds:
  15. - msg
  16. - tell
  17. - w
  18. - t
  19. - r
  20. - reply
  21. - gmc
  22. - god
  23. - creative
  24. #Broadcast logMsg when someone logs
  25. broadcastLog: true
  26. ##MESSAGES##
  27. #message when someone logs <player> will be replaced with the player name
  28. logMsg: '&6Player &c<player> &6combat logged!'
  29. #message to send a player when he is tagged <tagTime> will be replaced with the tagtime
  30. tagMsg: '&eYou have been tagged for &4<tagTime> seconds. &eDo not log out!'
  31. #message to send a player when he is untagged
  32. untagMsg: '&eYou are now untagged! You may log out!'
  33. #message to send a player when he types an unallowed command
  34. noCommandMsg: '&eYou can not use commands while tagged!'
  35. #DON'T TOUCH THIS LINE!
  36. confVersion: '1.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement