Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. #################################################
  2. ##---------------------------------------------##
  3. ##- Default configuration cIP plugin by P_S -##
  4. ##- www.ps-bred02.eu -##
  5. ##---------------------------------------------##
  6. #################################################
  7.  
  8.  
  9. ###################################
  10. ######### Start of Config #########
  11. ###################################
  12.  
  13. ###### Prefix for chat info
  14. ###### string with chat prefix (color codes are enabled)
  15. ###### default: '&f[&aPUPPAAA&f]'
  16. chatPrefix: '&f[&aPUPPAAA&f]'
  17.  
  18. ###### Text which replace IP
  19. ###### string with text replacement (color codes are enabled)
  20. ###### default: '&cCENSURATO'
  21. chatReplacement: '&cCENSURATO'
  22.  
  23. ###### Replace numeric IP (XXX.XXX.XXX.XXX / XXX.XXX.XXX.XXX:XXXXX)
  24. ###### false = disabled, true = enbaled
  25. ###### default: true
  26. numericIP: true
  27.  
  28. ###### Replace domain IP (xxxxxxxx.xx:XXXXX)
  29. ###### false = disabled, true = enbaled
  30. ###### default: true
  31. domainIP: true
  32.  
  33. ###### Replace domain IP include no port (xxxxxxxx.xx)
  34. ###### false = disabled, true = enbaled
  35. ###### default: true
  36. domainIPNoPort: true
  37.  
  38. ###### Enables signs censorship
  39. ###### false = disabled, true = enbaled
  40. ###### default: true
  41. signCensorship: true
  42.  
  43. ###### Punish player with specified command
  44. ###### false = disabled, true = enbaled
  45. ###### default: false
  46. commandPunishment: false
  47.  
  48. ###### Player punish command
  49. ###### string with console command without / (#PNM will be replaced with players name)
  50. ###### default: "kick #PNM Do not spam IP!"
  51. runCommand: "kick #PNM NON SPAMMARE LOL!"
  52.  
  53. ###### Replace domain with these domain name endings
  54. ###### string whit domain name endings separated with |
  55. ###### default: "com|org|net|co|cc|de|cz|eu|sk"
  56. countryCodes: "com|org|net|co|cc|de|cz|eu|sk"
  57.  
  58. ###### Metrics stats
  59. ###### false = disabled, true = enbaled
  60. ###### default: true
  61. metrics: false
  62.  
  63. ###### Auto update checker
  64. ###### false = disabled, true = enbaled
  65. ###### default: true
  66. updateChecker: false
  67.  
  68.  
  69.  
  70.  
  71. ###################################
  72. ########## END of Config ##########
  73. ###################################
  74.  
  75. ###### Plugin version | Provides info for plugin and auto update system
  76. ###### number string X.X.X
  77. ######
  78. ###### Do not edit !!!
  79. ######
  80. version: 0.4.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement