Advertisement
Bounen

Untitled

Aug 20th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. # この部分には、スロットマシンの全般的な設定が含まれています
  2. General_Settings:
  3.  
  4. # 一回のコインの量
  5. Activation_Amount: 2
  6.  
  7. #スロットの絵柄
  8. Item_Icons: 1, 7, 14, 15, 16, 21, 56, 66, 288, 394
  9.  
  10.  
  11. Creative_Usage_Enabled: true
  12.  
  13. # 花火の有無
  14. Fireworks_Enabled: true
  15.  
  16. Individual_Permission:
  17. Enabled: false
  18.  
  19. # パーミッション
  20. Permission: ItemSlotMachine.slot.use.<name>
  21.  
  22.  
  23. # ここでは、スロットマシンを停止させるための設定が含まれています
  24. Halt_Settings:
  25.  
  26. # スロットマシーンが停止されてから3つのアイテムフレーム(スロット)が固定されるまでの時間
  27. Tick_Delay: 5-7-5
  28.  
  29. Automatic_Halt:
  30. Enabled: true
  31. Ticks: 1
  32. # ここでは、入賞のチャンスのための設定が含まれています。
  33. Predetermined_Winning_Chance:
  34. Enabled: true
  35.  
  36. # スロットの確率(1/100 = 1%, 1/1000 = 0,1%)
  37. Value: 1/32
  38.  
  39. # ここでは、スロットマシンの異なる音の設定が含まれています
  40. Sound_Settings:
  41.  
  42. # スロットのカチカチ音の設定
  43. Ticking_Sounds:
  44. Enabled: true
  45. Broadcast: true
  46. #音
  47. Sounds: BLOCK_STONE_BREAK-1-1
  48.  
  49. # 勝利した時のサウンド
  50. Win_Sounds:
  51. Enabled: true
  52. Broadcast: true
  53. # 音
  54. Sounds: BLOCK_ANVIL_PLACE-1-1
  55.  
  56. # 負けた時のサウンド
  57. Lose_Sounds:
  58. Enabled: true
  59. Broadcast: true
  60. # 音
  61. Sounds: BLOCK_STONE_BREAK-1-1
  62.  
  63.  
  64. Player_Lock:
  65. Enabled: false
  66. Time: 10
  67.  
  68. # 当たった時の処理
  69. Command_Execution:
  70. Enabled: true
  71.  
  72. Commands: ;say §f§l<user_name>§7は§7§l§n採掘スロット§7で§6§l<money>円§7掘り当てました!
  73.  
  74. Money_Pot_Settings:
  75. Enabled: true
  76.  
  77. # 当たり金額
  78. Default_Size: 5000
  79. # 1回のストック
  80. Pot_Raise: 25
  81.  
  82. House_Cut:
  83.  
  84. # ハウスカットを適応するかどうか
  85. Enabled: false
  86.  
  87. # trueにすると'Amount'で設定される値をパーセンテージで適応させます。falseにすると量になります
  88. Percentage: true
  89.  
  90. # ハウスカットされる量。Percentageがtrueになってるとパーセンテージ減らせます
  91. Amount: 10.0
  92.  
  93. # マネーポットにおけるコンボの設定の項目
  94. # スロット終了時のコンボ(アイテムの並び方)次第でボーナスを与えることができる
  95. Combo_Settings:
  96.  
  97. # コンボを有効にするかどうかの設定
  98. Enabled: true
  99. #14 1.5 15 1.2 16 1.1 21 1.2 56 2.0 288 0.5 352 0.1 394 0.1
  100. # Combo format: <item>@<item>@<item>#<action> OR <item>@<item>@<item>#<action>#<amount>
  101. Combos: 14@14@14#MULTIPLY_POT_AND_DISTRIBUTE#1.5 OR 15@15@15#MULTIPLY_POT_AND_DISTRIBUTE#1.2 OR 16@16@16#MULTIPLY_POT_AND_DISTRIBUTE#1.1 OR 21@21@21#MULTIPLY_POT_AND_DISTRIBUTE#1.2 OR 56@56@56#MULTIPLY_POT_AND_DISTRIBUTE#2.0 OR 288@288@288#MULTIPLY_POT_AND_DISTRIBUTE#0.5 OR 352@352@352#MULTIPLY_POT_AND_DISTRIBUTE#0.1 OR 394@394@394#MULTIPLY_POT_AND_DISTRIBUTE#0.1
  102.  
  103. # アイテムポットに関する設定項目
  104. # Note that one of the pots has to be enabled, otherwise the slot machine won't work. You can also enable both if you want
  105. Item_Pot_Settings:
  106.  
  107. # アイテムポットを有効にするかどうかの設定
  108. Enabled: false
  109.  
  110. # アイテムポット内のデフォルトのアイテム。スロットで当選後、自動で補充されます(デフォルトの設定では羽が5枚、ダイヤ1個、鉄10個)
  111. # Item format: <item_id/item_name> OR <item_id/item_name>-<data> OR <item_id/item_name>-<amount>-<data>
  112. # Format: <item>(, <item>...)
  113. Default_Items: 443-1, 399-1, 282-64
  114.  
  115. # プレイヤーがコインを入れた際に追加されるアイテム。(デフォルトの設定はグロウストーンダスト2個、ラピス4個)
  116. # Item format: <item_id/item_name> OR <item_id/item_name>-<data> OR <item_id/item_name>-<amount>-<data>
  117. # Format: <item>(, <item>...)
  118. Pot_Raise:
  119.  
  120. # House_Cutに関する設定項目
  121. # (House_Cutとは、この場合、当選時にアイテムポットの中からランダムにアイテムを取り除き、残りをプレイヤーへ与える。)
  122. House_Cut:
  123.  
  124. # House_Cutを利用するかどうかの設定
  125. Enabled: true
  126.  
  127. # House_Cutで取り除かれるアイテムの量
  128. Amount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement