Advertisement
GuillaumeVDN

Untitled

Oct 3rd, 2019
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.79 KB | None | 0 0
  1. # Enable money bet selection menu with delta items ?
  2. # There will still be an item to enter a raw vlaue in the chat
  3. enable_money_bet_selection_menu: true
  4.  
  5. # Money bet selection menu deltas
  6. money_bet_selection_menu_deltas:
  7.  - 10,0.01
  8.   - 11,0.1
  9.   - 12,1
  10.   - 13,10
  11.   - 14,100
  12.   - 15,1000
  13.   - 16,10000
  14.   - 17,100000
  15.   - 18,1000000
  16.   - 19,-0.01
  17.   - 20,-0.1
  18.   - 21,-1
  19.   - 22,-10
  20.   - 23,-100
  21.   - 24,-1000
  22.   - 25,-10000
  23.   - 26,-100000
  24.   - 27,-1000000
  25.  
  26. # Money bet selection menu current value item
  27. money_bet_selection_menu_current_value_item:
  28.   slot: 4
  29.   type: NETHER_STAR
  30.   name: '&6Value : {value}'
  31.   lore:
  32.    - '&7Click to confirm'
  33.  
  34. # Money bet selection menu chat input item
  35. money_bet_selection_menu_chat_input_item:
  36.   slot: 8
  37.   type: NETHER_STAR
  38.   name: '&7Enter value in chat'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement