Advertisement
Charther

Untitled

Mar 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. ### CombatLogger ###
  2. CombatLog:
  3. # What should be the combat time limit ?.
  4. Time: 30
  5. # Message when the player enters, exits or executes a combat command.
  6. Message:
  7. # When the player enters combat.
  8. Enter-Combat: "&6&lSilex &7» &eYou have entered into combat do not &6disconnect &eor you will die."
  9. # When the player leaves combat.
  10. Out-of-Combat: "&6&lSilex &7» &eYou have come out of combat you can &6disconnect."
  11. # When the player executes a command in combat.
  12. Block-Command-in-Combat: "&6&lSilex &7» &eYou can not this command when you are in combat."
  13. # Message for all players, when the player disconnects in combat.
  14. Broadcast-Out-of-Combat: "&6&lSilex &7» &c{PLAYER} &ehas disconnected in combat."
  15. # Block commands when the player enters combat.
  16. Bloqued-Commands:
  17. - kit
  18. - spawn
  19.  
  20. ### Enderpearl ###
  21. Enderpearl:
  22. # Enderpearl cooldown cooldown time (in seconds).
  23. Time: 16
  24. # Messages from the ender pearl when interacting with the object.
  25. Message:
  26. # The counting of the ender pearl begins.
  27. Cooldown-Remaining: "&6&lSilex &7» &eYou still have a &5&lEnderpearl &ecooldown for another &6%enderpearl_cooldown%&e."
  28. # In the item begins the count of the ender pearl.
  29. Item-DisplayName-Cooldown-Remaining: "&6&lSilex &7» &eEnderpearl Cooldown: &6%enderpearl_cooldown%s&e."
  30. # In the item begins the count of the ender pearl.
  31. Cooldown-Ended: "&6&lSilex &7» &eYour &5&lEnderpearl &ecooldown has expired."
  32. # The count is finished in the item of the enderpearl.
  33. Item-DisplayName-Ended-Cooldown-Remaining: "&6&lSilex &7» &eEnderpearl Cooldown ended."
  34.  
  35. Spawn:
  36. # Time limit to be teleported to the spawn point.
  37. Time: 10
  38. # Teleportation messages when moving, or hurting the player.
  39. Message:
  40. # Cancellation of teleportation when the player moves.
  41. Cancelled-Moved: "&cTeleporting cancelled because you moved."
  42. # Cancellation of teleportation when the player damage.
  43. Cancelled-Damaged: "&cTeleporting cancelled because you were damaged."
  44. # When the player reaches the spawn point.
  45. Teleported: "&eYou has been teleported to &6Spawn&e."
  46. # When you try to place the command once the teleportation has started.
  47. IsRunning: "&cYou already teleporting to spawn."
  48. # When you start teleportation.
  49. Start: "&eTeleporting to spawn in &6%seconds% seconds."
  50. # Coordinates of the spawn area.
  51. Area:
  52. X: 0.0
  53. Y: 50.0
  54. Z: 0.0
  55. World: world
  56. # Fix bug's spawn location.
  57. CreateHelix:
  58. # Change to true or false
  59. Enabled: true
  60.  
  61. ### Protection ###
  62. Protection:
  63. Blocks:
  64. Enabled: true
  65. Break: "&eYou can not break &6blocks &ein the area."
  66. Place: "&eYou can not place &6blocks &ein the area."
  67. Plugins:
  68. Enabled: true
  69. Message: "&cWhat are you trying to do ah? you can not do this."
  70. Commands:
  71. - plugins
  72. - pl
  73. - bukkit
  74. - ver
  75. - version
  76. - about
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement