Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. #################################################
  2. ##---------------------------------------------##
  3. ##- cIP plugin by P_S 2013 -##
  4. ##---------------------------------------------##
  5. ##- www.ps-bred02.eu -##
  6. ##- BukkitDev http://bit.ly/WId60G -##
  7. ##- Bug report to http://bit.ly/WnvG3y -##
  8. ##---------------------------------------------##
  9. #################################################
  10.  
  11.  
  12. ###################################
  13. ######### Start of Config #########
  14. ###################################
  15.  
  16. ###### Prefix for chat info
  17. ###### string with chat prefix (color codes are enabled)
  18. ###### default: '&f[&acIP&f]'
  19. chatPrefix: '&f[&aIP&f]'
  20.  
  21. ###### Text which replace IP
  22. ###### string with text replacement (color codes are enabled) [After replacement will be colours reseted]
  23. ###### default: '&cCensored'
  24. chatReplacement: '&cCensurado'
  25.  
  26. ###### Replace numeric IPv4 (XXX.XXX.XXX.XXX / XXX.XXX.XXX.XXX:XXXXX [http://wikipedia.org/wiki/IPv4])
  27. ###### false = disabled, true = enabled
  28. ###### default: true
  29. numericIPv4: true
  30.  
  31. ###### Replace numeric IPv6 (XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX [http://wikipedia.org/wiki/IPv6])
  32. ###### false = disabled, true = enabled
  33. ###### default: true
  34. numericIPv6: false
  35.  
  36. ###### Replace domain IP (xxxxxxxx.xx:XXXXX)
  37. ###### false = disabled, true = enabled
  38. ###### default: true
  39. domainIP: true
  40.  
  41. ###### Enables signs censorship
  42. ###### false = disabled, true = enabled
  43. ###### default: true
  44. signCensorship: true
  45.  
  46. ###### Censorship Logger (Logs every censored message)
  47. ###### false = disabled, true = enabled
  48. ###### default: true
  49. censorshipLogger: true
  50.  
  51. ###### Notify Admin on punishment
  52. ###### false = disabled, true = enabled
  53. ###### default: true
  54. notifyAdmin: false
  55.  
  56. ###### Punish player with specified command
  57. ###### false = disabled, true = enabled
  58. ###### default: false
  59. commandPunishment: true
  60.  
  61. ###### Player punish command
  62. ###### string with console command/s without '/' prefix, different commands split by ';'
  63. ###### (#PNM will be replaced with players name | #PIP will be replaced with players IP)
  64. ###### In case of multiple commands do not let ';' as last character or after ';' do not write spaces !
  65. ###### (Wrong one > 'kick #PNM Example; say Player #PNM was kicked;', Correct one > 'kick #PNM Example;say Player #PNM was kicked')
  66. ###### default: 'ban-ip #PIP;ban #PNM &f[&acIP&f] &cDo not write ads ...'
  67. #runCommand: 'ban-ip #PIP;ban #PNM &f[&acIP&f] &cDo not write ads ...'
  68. runCommand: 'warn #PNM -s Publicar servidores/links;kick #PNM -s Nao publique links ou IPs'
  69.  
  70. ###### Whitelist enabled
  71. ###### false = disabled, true = enabled
  72. ###### default: true
  73. whitelist: true
  74.  
  75. ###### IP and Domain Whitelist
  76. ###### false = disabled, true = enabled
  77. ###### default: list
  78. whitelistEn:
  79. - 'pacocacraft.no-ip.biz'
  80. - 'pacocacraft.no-ip.biz:25565'
  81. - 'pacocacraft.no-ip.biz:25566'
  82. - 'pacocapvp.no-ip.biz'
  83. - 'pacocapvp.no-ip.biz:25565'
  84. - 'vilacraft.no-ip.biz'
  85. - 'vilacraft.no-ip.biz:25565'
  86. - 'playhard.no-ip.biz'
  87. - 'playhard.no-ip.biz:25565'
  88. - 'vilafactions.no-ip.biz'
  89. - 'vilafactions.no-ip.biz:25565'
  90. - 'potatoserver.no-ip.biz'
  91. - 'potatoserver.no-ip.biz:25565'
  92. - 'potatocriativo.no-ip.biz'
  93. - 'potatocriativo.no-ip.biz:25565'
  94. - 'potatoterciario.no-ip.biz'
  95. - 'potatoterciario.no-ip.biz:25565'
  96. - 'potatoescraft.no-ip.biz'
  97. - 'potatoescraft.no-ip.biz:25565'
  98.  
  99. ###### Command Whitelist
  100. ###### false = disabled, true = enabled
  101. ###### default: list
  102. whitelistEm:
  103. - '/kick'
  104. - '/ban'
  105. - '/unban'
  106.  
  107. ###### Metrics stats (We'll be very happy if you'll keep it on :) ...)
  108. ###### false = disabled, true = enabled
  109. ###### default: true
  110. metrics: false
  111.  
  112. ###### Auto update and archive old config file
  113. ###### false = disabled, true = enabled
  114. ###### default: true
  115. configUpdater: false
  116.  
  117. ###### Auto update checker
  118. ###### false = disabled, true = enabled
  119. ###### default: true
  120. updateChecker: false
  121.  
  122.  
  123.  
  124.  
  125. ###################################
  126. ########## END of Config ##########
  127. ###################################
  128.  
  129. ###### Plugin version | Provides info for plugin and auto update system
  130. ###### number string X.X.X
  131. ######
  132. ###### Do not edit !!!
  133. ######
  134. version: 0.6.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement