Advertisement
NovaKevin

DeathFeathers 1.0.5 - config.yml

Aug 5th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.10 KB | None | 0 0
  1. # Configuration file for DeathFeathers
  2. # https://www.spigotmc.org/resources/deathfeathers.30530/
  3. # Created by KevinNovak
  4.  
  5. # ============================================
  6. # Metrics
  7. # ============================================
  8. # Whether or not to collect data on plugin usage
  9. # Viewable at http://mcstats.org/plugin/DeathFeathers/
  10. # default: metrics: true
  11. metrics: true
  12.  
  13. # ============================================
  14. # Item
  15. # ============================================
  16. # The item which can be used to find your last death location
  17. # must be an item name, by default a feather
  18. # A list of item names can be found here:
  19. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  20. # default: item: FEATHER
  21. item: FEATHER
  22.  
  23. # Should the item that is given upon death be named?
  24. # default: itemNameEnabled: true
  25. itemNameEnabled: true
  26.  
  27. # Should the named version of the item be required,
  28. # in order to show the death location distance?
  29. # default: itemNameRequired: true
  30. itemNameRequired: true
  31.  
  32. # What should the item be named?
  33. # Color codes are supported here
  34. # default: itemName: '&6Death Feather'
  35. itemName: '&6Death Feather'
  36.  
  37. # Should the item that is given upon death have lore?
  38. # default: itemLoreEnabled: true
  39. itemLoreEnabled: true
  40.  
  41. # What should the items lore be?
  42. # Color codes are supported here
  43. # default: itemLore:
  44. #- '&3Left click to show distance'
  45. #- '&3Right click to show path'
  46. itemLore:
  47. - '&3Left click to show distance'
  48. - '&3Right click to show path'
  49.  
  50. # Should players be given the item when they respawn?
  51. # default: itemOnRespawn: true
  52. itemOnRespawn: true
  53.  
  54. # Should compasses point to players last death locations?
  55. # If you would also like players to click with a compass for distance,
  56. # then change the "item" above to be a compass, item ID 345
  57. # default: compassDirection: false
  58. compassDirection: false
  59.  
  60. # Should distances be calculated in 3 dimensions instead of 2?
  61. # in other words, should height count towards distance?
  62. # default: distance3D: false
  63. distance3D: false
  64.  
  65. # ============================================
  66. # Controls
  67. # ============================================
  68. # Which mouse button should the above item use for finding distance?
  69. # it is possible to use both or neither here, if desired
  70. # default: leftClick: true
  71. # default: rightClick: false
  72. leftClick: true
  73. rightClick: false
  74.  
  75. # Which mouse button should the above item use for showing particles paths?
  76. # it is possible to use both or neither here, if desired
  77. # default: leftClickParticles: false
  78. # default: rightClickParticles: true
  79. leftClickParticles: false
  80. rightClickParticles: true
  81.  
  82. # The distance away from the player to start and stop showing particles
  83. # Distance is in number of blocks
  84. # Stop distance must be larger than start distance
  85. # default: particleStartDistance: 0
  86. # default: particleStopDistance: 12
  87. particleStartDistance: 0
  88. particleStopDistance: 12
  89.  
  90. # ============================================
  91. # Teleportation
  92. # ============================================
  93. # The time, in seconds, to wait before teleporting to a players death location
  94. # can be bypassed with the permission deathfeathers.tp.bypass
  95. # or set to 0 to disable completely
  96. # default: delaySeconds: 5
  97. delaySeconds: 5
  98.  
  99. # The time, in seconds, before a player can use /tpdeath or /tpdeath <player>
  100. # can be bypassed with the permission deathfeathers.tp.bypass
  101. # or set to 0 to disable completely
  102. # default: cooldownSeconds: 3600
  103. cooldownSeconds: 3600
  104.  
  105. # When players teleport to a death location,
  106. # how many blocks above should they teleport?
  107. # This is to prevent accidentally picking up a players items
  108. # by default 0, meaning you will pick up any nearby items
  109. # 1 works well to avoid picking up items
  110. # default: numBlocksAbove: 0
  111. numBlocksAbove: 0
  112.  
  113. # ============================================
  114. # Logging
  115. # ============================================
  116. # Whether the console should log players death locations.
  117. # default: consoleLog: true
  118. consoleLog: true
  119.  
  120. # ============================================
  121. # General Language
  122. # ============================================
  123. # for senddistance, place the variable "{DISTANCE}" where you would like the distance
  124. # default: senddistance: '&7Your last death is &6{DISTANCE} &7blocks away.'
  125. sendDistance: '&7Your last death is &6{DISTANCE} &7blocks away.'
  126. # for teleporting, place the variable "{DELAY}" where you would like the delay time
  127. # default: teleporting: '&7Teleporting in {DELAY} seconds...'
  128. teleporting: '&7Teleporting in {DELAY} seconds...'
  129. # for cooldown, place the variable "{COOLDOWN}" where you would like the cooldown time
  130. # default: cooldown: '&7You must wait {COOLDOWN}.'
  131. cooldown: '&7You must wait {COOLDOWN}.'
  132. # for deathlog, place the variables "{PLAYER}", "{LOCATION}", and "{WORLD}" where you'd like
  133. # default: deathlog: '{PLAYER} has died at {LOCATION} in {WORLD}.'
  134. deathLog: '&7{PLAYER} has died at &6{LOCATION} &7in {WORLD}.'
  135. notPermitted: '&cYou are not permitted to do this!'
  136. notDied: '&cYou have not yet died!'
  137. anotherWorld: '&cYour death location is in another world!'
  138. tpWait: '&cYou are already teleporting!'
  139. noConsole: '&cConsole cannot run DeathFeathers commands!'
  140. noLocation: '&cPlayer death location not found!'
  141.  
  142. # ============================================
  143. # Help Menu Language
  144. # ============================================
  145. helpHeader: ' &e------------- &6Death Feathers &e-------------'
  146. helpFooter: ' &e----------------------------------------'
  147. helpNoCommands: '&7 You are not allowed to use commands.'
  148. # for helpPage, place the variable "{PAGE}" where you would like the next page number
  149. # default: helpPage: '&7 Type &6/df {PAGE} &7for more info.'
  150. helpPage: '&7 Type &6/df {PAGE} &7for more info.'
  151. helpFindDeath: '&b/finddeath &7- Show distance to your death.'
  152. helpTpDeath: '&b/tpdeath &7- Teleport to your death.'
  153. helpTpDeathOther: '&b/tpdeath <player> &7- Teleport to a players death.'
  154.  
  155. # ============================================
  156. # Variable Langauge
  157. # ============================================
  158. day: 'day'
  159. days: 'days'
  160. hour: 'hour'
  161. hours: 'hours'
  162. minute: 'minute'
  163. minutes: 'minutes'
  164. second: 'second'
  165. seconds: 'seconds'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement