Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. ############################################################
  2. # +-------- Designed and Developed by JackProehl --------+ #
  3. # | Please consider donating to my PayPal account. | #
  4. # +----------------- [email protected] ------------------+ #
  5. ############################################################
  6.  
  7. # **** WATCH VIDEO ON PLUGIN PAGE FOR CONFIG HELP! ****
  8. # **** http://dev.bukkit.org/server-mods/combatlog ****
  9.  
  10. # Add me on Skype (John.Proehl) if you have any issues.
  11.  
  12. # Please report all bugs and glitches on BukkitDev.
  13.  
  14. # Do not backspace the Version number!
  15. Version: 1.7.11
  16.  
  17. ############################################################
  18. # +------------------------------------------------------+ #
  19. # | Messages | #
  20. # +------------------------------------------------------+ #
  21. ############################################################
  22.  
  23. # TO DISABLE A MESSAGE, SET IT AS 'false'!
  24.  
  25. # Message sent to ops to notify them of a CombatLog update.
  26. UpdateCheckMessage: ''
  27.  
  28. # Custom message of the day that can be turned off in the config.yml.
  29. MOTDMessage: ''
  30.  
  31. # Broadcast that it sent when a player CombatLogs.
  32. # "<player>" is replaced with the name of the CombatLogger.
  33. BroadcastMessage: '&9[AntiDeslog] &7Player: &c<player> &7deslogou em PvP'
  34.  
  35. # Message sent to a player when he attacks someone or something.
  36. TaggerMessage: '&9[AntiDeslog]&7 Voce entrou em combate com: &c<name>&7. Nao deslogue'
  37.  
  38. # Message sent to a player when he has been attacked by someone or something.
  39. TaggedMessage: '&9[AntiDeslog]&c <name> &centrou em combate com voce, Nao deslogue'
  40.  
  41. # Message sent to the player when his tag duration is over.
  42. UntagMessage: '&9[AntiDeslog]&7 Voce nao esta mais em combate, pode deslogar!'
  43.  
  44. # Message sent to a player when he types /ct to check his remaining Tag time.
  45. InCombatMessage: '&9[AntiDeslog]&7 Voce saira de combate em: &c<time> segundos '
  46.  
  47. # Message sent to a player who types /ct if he is not in Combat.
  48. NotInCombatMessage: '&9[AntiDeslog]&7 Voce nao esta em combate'
  49.  
  50. # Message sent to the player when his creative and/or fly mode is removed.
  51. RemoveModesMessage: '&9[AntiDeslog]&7 Voce entrou em PvP, Vantagens desligadas(&cfly,criativo,invisibilidade&7)'
  52.  
  53. # Message sent to the player when his potion effects are removed.
  54. RemovePotionsMessage: '&9[AntiDeslog]&7 Voce entrou em PvP, pocao de invisibilidade desativada!'
  55.  
  56. # Message sent when the player attempts to use a blocked command.
  57. BlockCommandsMessage: '&9[AntiDeslog]&7 Voce esta em combate. &cEsse comando nao e permitido quando esta em combate!'
  58.  
  59. # Message sent when the player attempts to teleport.
  60. BlockTeleportationMessage: '&9[AntiDeslog]&c Voce nao pode se teleportar quando esta em combate!'
  61.  
  62. # Message sent when the player attempts to use an enderpearl.
  63. BlockEnderpearlsMessage: '&9[AntiDeslog]&c Voce nao pode se teleportar quando esta em combate!'
  64.  
  65. # Message sent to the CombatLogger upon logging back in after being fined for CombatLogging.
  66. FineMessage: '&9[AntiDeslog]&7 Voce saiu em PvP, perdeu &cXP,ITENS &7e &cARMADURA!'
  67.  
  68. # Message sent to the CombatLogger upon logging back in after having his belongings dropped for CombatLogging.
  69. DropMessage: '&9[AntiDeslog]&7 Voce saiu em PvP, perdeu &cXP,ITENS &7e &cARMADURA!'
  70.  
  71. # Message sent to the CombatLogger upon logging back in after being killed for CombatLogging.
  72. KillMessage: '&9[AntiDeslog]&7 Voce saiu em PvP, perdeu &cXP,ITENS &7e &cARMADURA!!'
  73.  
  74. # Message sent to the CombatLogger upon logging back in after being temporarily banned for CombatLogging.
  75. BanMessage: '&9[AntiDeslog]&7 Voce foi temporariamente banido por deslogar no PvP. &lNao proxima nao deslogue!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement