Advertisement
Charther

Untitled

Mar 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 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. Blocked-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%secounds% seconds."
  50. # Coordinates of the spawn area.
  51. Area:
  52. X: 0.0
  53. Y: 70.0
  54. Z: 0.0
  55. World: world
  56.  
  57. ### Protection ###
  58. Protection:
  59. # Protection so that the player can not break blocks
  60. Blocks:
  61. # Change to true or false.
  62. Enabled: true
  63. # Message when the player breaks a block.
  64. Break: "&6&lSilex &7» &eYou can not break &6blocks &ein the area."
  65. # Message when you place a block.
  66. Place: "&6&lSilex &7» &eYou can not place &6blocks &ein the area."
  67. # Protection of plugins.
  68. Plugins:
  69. # Change to true or false.
  70. Enabled: true
  71. # Plugin blocking message
  72. Message: "&6&lSilex &7» &cWhat are you trying to do ah? you can not do this."
  73. Commands:
  74. - plugins
  75. - pl
  76. - bukkit
  77. - ver
  78. - version
  79. - about
  80.  
  81. ### Scoreboard ###
  82. Scoreboard:
  83. Title: '&6&lSilex &f(Beta)'
  84. Lines:
  85. - '%bars%'
  86. - '&6%player%'
  87. - ' &fKills &6» &7%kills%'
  88. - ' &fDeaths &6» &7%deaths%'
  89. - '&9&l%koth_name% &6» &7%koth_timeleft%'
  90. - '&3&lTeleporting &6» &7%spawn%'
  91. - '&4&lSpawn tag &6» &7%spawntag_timeleft%s'
  92. - '&5&lEnderpearl &6» &7%enderpearl_cooldown%s'
  93. - '%bars%'
  94. Bars: '&7&m-----------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement