Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. # +--------------------------------------------------------------------------+ #
  2. # < PvPManager Configuration File > #
  3. # <--------------------------------------------------------------------------> #
  4. # < For a more detailed explanation of each setting go to > #
  5. # < http://dev.bukkit.org/bukkit-plugins/pvpmanager/pages/configuration/ > #
  6. # +--------------------------------------------------------------------------+ #
  7.  
  8. # Informs PvPManager if the config is updated, do not touch it unless you want to reset the config
  9. Config Version: 24
  10. # This changes the plugin's messages to the specified language.
  11. # Currently there is - en ru ch es
  12. Locale: en
  13.  
  14. # Should blood animation on PvP be enabled
  15. PvP Blood: true
  16.  
  17. # Should soup instantly heal you
  18. Auto Soup:
  19. Enabled: false
  20. Health Gain: 6
  21.  
  22. # What should be disabled on PvP
  23. # Disabling disguises support DisguiseCraft and LibsDisguises
  24. # Ignore Zones For Tagged - Players can be attacked in safe zones if in combat(They can't run away from fight)
  25. # Ignore No Damage Hits - Plugin will ignore hits from snowballs, eggs and fishing rod
  26. Disable Fly: true
  27. Disable GameMode: true
  28. Disable Disguise: true
  29. Disable Invisibility: false
  30. Ignore Zones For Tagged: false
  31. Ignore No Damage Hits: false
  32.  
  33. # This section defines everything that will happen when a player is tagged in combat
  34. # Silent - Should messages be sent when players are in/out combat
  35. # Time(seconds) - For how many seconds should the player be tagged
  36. # Name Tag Color - Choose the color above the player when in combat, write 'none' to disable, you can also
  37. # write a prefix but make sure it's under 16 characters. Example - '&c[Tagged] '
  38. # Stop Commands - Should commands be blocked in combat(Example - To prevent teleports)
  39. # -> Allowed Commands - All commands will be blocked except the ones here
  40. # Punishments - When player logs out in combat (PvP log), should he be punished?
  41. # -> Broadcast PvPLog - Broadcast to all the players when someone PvP logs
  42. # -> Log To File - Log all pvp loggers to a file
  43. # -> Fine - Take money from player when he PvP logs (needs Vault)
  44. In Combat:
  45. Enabled: true
  46. Silent: false
  47. Time(seconds): 10
  48. Name Tag Color: '&c'
  49. Only Tag Attacker: false
  50. Block EnderPearl: true
  51. Stop Commands:
  52. Enabled: true
  53. Allowed Commands:
  54. - tell
  55. - money
  56. Punishments:
  57. Enabled: true
  58. Broadcast PvPLog: true
  59. Log To File: true
  60. Kill on Logout: true
  61. Drops:
  62. Inventory: true
  63. Experience: true
  64. Armor: true
  65. Fine:
  66. Enabled: false
  67. Amount: 10.0
  68.  
  69. # Section with settings triggered when a player kills another player
  70. # Transfer Drops - Transfer drops directly to killer instead of dropping on the ground
  71. # Money Reward - Amount of money player gets as reward (0 to disable)
  72. # Money Penalty - Amount of money player loses for dying in PvP (0 to disable)
  73. # Commands On Kill - Commands to execute on kill (<player> is the killer)
  74. Player Kills:
  75. Transfer Drops: false
  76. Money Reward: 0
  77. Money Penalty: 0
  78. Commands On Kill:
  79. Enabled: false
  80. Commands:
  81. - heal <player>
  82.  
  83. # Section for PvP Toggle command(/pvp)
  84. # Broadcast - Broadcast a message when players toggle PvP
  85. # Cooldown(seconds) - How many seconds players have to wait until they can use /pvp again
  86. # Toggle Off on Death - Toggle automatically PvP off for a player on death(if player has toggle permission)
  87. # NameTags - Control if the nametag of the player should have colors when pvp is turned on/off.
  88. # You can write 'none' to disable one of the nametags, use "Enabled - false" to disable both
  89. PvP Toggle:
  90. Broadcast: false
  91. Cooldown(seconds): 15
  92. Toggle Off on Death: false
  93. NameTags:
  94. Enabled: false
  95. Color On: '&1'
  96. Color Off: '&2'
  97.  
  98. # Should toggle PvP signs be enabled? (Similar to /pvp command but by clicking signs)
  99. # To create a toggle sign write [pvpmanager] on the first line (remember you need the right permission)
  100. # Disable Toggle Command - Should /pvp command be disabled in order to force using of signs by players?
  101. Toggle Signs:
  102. Enabled: true
  103. Disable Toggle Command: false
  104.  
  105. # This feature prevents player abuse by killing the same player several times to rise in rank or get rewards
  106. # Example - If a player X kills player Y more than 5 times, it executes the commands defined(kick, jail, etc)
  107. # In this case, it would check every 60 seconds for abusers
  108. # Respawn Protection - After respawn, how many seconds should players be protected (0 to disable)
  109. Kill Abuse:
  110. Enabled: true
  111. Max Kills: 5
  112. Time Limit: 60
  113. Commands on Abuse:
  114. - kick <player> Kill Abuse Is Not Allowed!
  115. Respawn Protection: 5
  116.  
  117. # Should new players on your server be protected from PvP (If they want to PvP just use /pvp disable protection)
  118. # Time(minutes) - If so, for how many minutes should protection last
  119. # Block Pick Items - Block players from picking up items while they have protection
  120. Newbie Protection:
  121. Enabled: true
  122. Time(minutes): 5
  123. Block Pick Items: false
  124.  
  125. # Default PvP - All players should start with PvP ON(=true) or OFF(=false) by default(Only works for new players)
  126. Default PvP: true
  127.  
  128. # Should PvPManager be allowed to check for updates and tell you about them
  129. # Auto Update - After checking should we download it automatically for you?
  130. Update Check:
  131. Enabled: true
  132. Auto Update: true
  133.  
  134. # In these worlds PvPManager will not have any effect
  135. World Exclusions:
  136. - Example
  137. - Example2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement