Advertisement
spigotdev

AsylumMines - Config.yml

Dec 4th, 2018
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # Welcome to the configuration of AsylumMines
  2. # Update Checker
  3. # Should the plugin check for updates?
  4.  
  5. Update Checker: True
  6.  
  7. # Mine Fly Configuration
  8. Maximum Mine Fly Height: 4
  9.  
  10. # What should the range be for detecting how close a player is around the mine?
  11. # This is starting outside of the mine's region.
  12.  
  13. Range Detection: 5
  14.  
  15. # What should the countdown be?
  16. Countdown:
  17. - 60
  18. - 30
  19. - 15
  20. - 5
  21. - 4
  22. - 3
  23. - 2
  24. - 1
  25. # Configuration of Holograms
  26. Hologram:
  27. Types:
  28. Percent Mined:
  29. - "&8(&bA&fM&8)"
  30. - "&fMine &b%MNE% &fhas &b%PMINED% &fmined."
  31. Percentage Left:
  32. - "&8(&bA&fM&8)"
  33. - "&fMine &b%MNE% &fhas &b%PLEFT% &fleft"
  34. Blocks Mined:
  35. - "&8(&bA&fM&8)"
  36. - "&fMine &b%MNE% &fhas &b%MINED% &fblocks"
  37. Time Left:
  38. - "&8(&bA&fM&8)"
  39. - "&fMine &b%mine% &fwill reset in &a%TIME%"
  40. # Configuration of Signs
  41. Sign:
  42. Types:
  43. Percentage Mined:
  44. 1: "&8(&bA&fM&8)"
  45. 2: "&9Percentage Mined"
  46. 3: "&f%PMINED%"
  47. 4: "&8(&bA&fM&8)"
  48. Percentage Left:
  49. 1: "&8(&bA&fM&8)"
  50. 2: "&9Percentage Left"
  51. 3: "&f%PLEFT%"
  52. 4: "&8(&bA&fM&8)"
  53. Blocks Mined:
  54. 1: "&8(&bA&fM&8)"
  55. 2: "&9Blocks Mined"
  56. 3: "&f%MINED%"
  57. 4: "&8(&bA&fM&8)"
  58. Time Left:
  59. 1: "&8(&bA&fM&8)"
  60. 2: "&9Resetting in"
  61. 3: "&f%TIMEURESET%"
  62. 4: "&8(&bA&fM&8)"
  63. Reset Mine:
  64. 1: "&8(&bA&fM&8)"
  65. 2: "&9Click to reset"
  66. 3: "&9this mine"
  67. 4: "&8(&bA&fM&8)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement