FatherWh0

Mobhunting PVP rewards config

May 13th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. pvp:
  2.  
  3. # Set pvpAllowed=false to disable rewards on killing other players.
  4. pvp-allowed: true
  5.  
  6. # Set rob-from-victim=true to steal from the victim or
  7. # rob-from-victim=false to get the reward money from the server.
  8. rob-from-victim: true
  9.  
  10. # The kill prize can be a number to steal x dollars from the killed player,
  11. # or it can be a cut in percent of his balance. Rob from victiom is about where the money comes from.
  12. # If FALSE the money comes from from the server, if TRUE the money comes from the dead player.
  13. # If you dont want the player to get any money for PVP kills, you MUST set pvp-kill-prize: 0
  14. pvp-kill-prize: '500'
  15.  
  16. # One or more console commands to be run when a player kills another player.
  17. pvp-kill-cmd: ''
  18.  
  19. # Write the message to the killer, describing the reward / console commands
  20. pvp-kill-cmd-desc: ''
  21.  
  22. # This is the chance for running the command. 1 = 100% (each time the player is killed), 0.5 ~ 50% and 0.001 = 0.1% (very rare)
  23. pvp-kill-cmd-run-chance: 0.5
  24.  
  25. # The Head price if you want playerheads to have a value like the bag of gold.
  26. pvp-head-prize: '10'
  27.  
  28. # ########################################################################
  29. # Disguises rewards
  30. # ########################################################################
  31. # Here is where can define the actions when a player is under disguise (attacker)
  32. # or when the attacked (victim)
  33. disguises:
  34.  
  35. # Disable integration with iDisguise
  36. disable-integration-i-disguise: false
  37.  
  38. # Disable integration with DisguiseCcraft
  39. disable-integration-disguisecraft: false
  40.  
  41. # Disable integration with LibsDisguises
  42. disable-integration-libsdisguises: false
  43.  
  44. # Set pvpAllowed=false to disable rewards on killing other players.
  45. remove-disguise-when-attacking: false
  46.  
  47. # Set pvpAllowed=false to disable rewards on killing other players.
  48. remove-disguise-when-attacked: false
  49.  
  50. # Bonus multiplier for killing while disgused.
  51. # Can be both positive an negative = reward or penalty
  52. # and over and under 1 = raise or lower the reward.
  53. undercover-multiplier: 1.1
  54.  
  55. # Bonus multiplier for killing a disgused player.
  56. # Can be both positive an negative = reward or penalty
  57. # and over and under 1 = raise or lower the reward.
  58. cover-blown-multiplier: 1.5
Advertisement
Add Comment
Please, Sign In to add comment