Advertisement
Guest User

nbdRoulette config.yml v1.0

a guest
May 3rd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.47 KB | None | 0 0
  1. # Configuration file for nbdRoulette v1.0
  2.  
  3. # Made with a keyboard and computer
  4. # Report bugs / problems to me on discord!
  5. # https://discord.gg/j6Yj5B8
  6. # -nbdSteve
  7.  
  8. # Name of the GUI opened with /spin.
  9. GUIname: '&b&lnbd&f&lRoulette'
  10.  
  11. # Item used in the GUI.
  12. GUIitem: NETHER_STAR
  13.  
  14. # That items name.
  15. itemName: '&d&lClick To Spin'
  16.  
  17. # That items lore.
  18. itemLore1: '&7&m-------------------------'
  19. itemLore2: '&f&lENTRY FEE &b> &7$50,000'
  20. itemLore3: '&a '
  21. itemLore4: '&c&lMINIMUM PRIZE &4> &c$1'
  22. itemLore5: '&a&lMAXIMUM PRIZE &2> &a$120,000'
  23. itemLore6: '&7&oSpin at your own risk'
  24. itemLore7: '&7&m-------------------------'
  25.  
  26. # The cost of each spin (the entry fee).
  27. SpinCost: 50000
  28. # Sound played when each title is displayed.
  29. SpinSound: ANVIL_LAND
  30. SpinVolume: 1
  31. SpinPitch: 1
  32.  
  33. # The maximum amount of money that can be won from doing /spin.
  34. MaxWin: 120000
  35.  
  36. # The sound played when the player runs the /spin command to open the GUI.
  37. OpenSpin: SUCCESSFUL_HIT
  38. OpenSpinVolume: 1
  39. OpenSpinPitch: 1
  40.  
  41. # Messages Prefix.
  42. Prefix: '&b&lnbd&f&lRoulette &b&l> '
  43. ReloadMSG: '&7You &a&nsuccessfully&7 reloaded the configuration.'
  44. NoPermissionMSG: '&7You &c&ndo not&7 have permission to do that.'
  45.  
  46. # Title displayed in the player wins the roll.
  47. # %winnings% placeholder replaces the amount of money that the player
  48. # is going to receive from the roll, if it is more than the cost to enter,
  49. # it is considered a 'WIN'.
  50. WinTitle: '&a&lGAIN'
  51. WinSub: '&7+ &a$%winnings%'
  52. # Sound played if the player wins the roll.
  53. WinSound: LEVEL_UP
  54. WinPitch: 1
  55. WinVolume: 3
  56.  
  57. # Title displayed in the player loses the roll.
  58. # %winnings% placeholder replaces the amount of money that the player
  59. # is going to receive from the roll, if it is less than the cost to enter,
  60. # it is considered a 'LOSS'.
  61. LoseTitle: '&c&lLOSS'
  62. LoseSub: '&7+ &c$%winnings%'
  63. # Sound played if the player loses the roll.
  64. LoseSound: ANVIL_BREAK
  65. LosePitch: 0
  66. LoseVolume: 1
  67.  
  68. # Title displayed if the player does not have enough money to enter.
  69. # %balance% placeholder replaces with the players current balance.
  70. InsufficientTitle: '&c&lINSUFFICIENT'
  71. InsufficientSub: '&7Your Balance: &f$%balance%'
  72. # Sound played if the player has insufficient funds
  73. InsufficientSound: BAT_TAKEOFF
  74. InsufficientPitch: 1
  75. InsufficientVolume: 1
  76.  
  77. # The sound played when the amount of money received is shown.
  78. # This is the second to last title displayed after doing /spin.
  79. MoneyRevealSound: WITHER_SPAWN
  80. MoneyRevealVolume: 1
  81. MoneyRevealPitch: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement