SoloTurk

ApiaJackpot Config | Latest

Feb 13th, 2020 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 26.94 KB | None | 0 0
  1. options:
  2.  #Save-Interval
  3.   save-interval:
  4.     enabled: true
  5.     #Minute format
  6.     time: 10
  7.   #Users can play jackpot with items
  8.   playwithitems: true
  9.   #This option use with playwithitems mode because this option
  10.   wonitems: true
  11.   #Data format for TopWinner
  12.   date_format: '''&eDay &8▹ ''d ''&eMounth &8▹ ''MM ''&eYear &8▹''yyyy ''&eHour &8▹ ''HH ''&eMinute &8▹ ''mm'
  13.   #Enable FAQ
  14.   faq: true
  15.   #Enable Showing useable items for joining the bet
  16.   faqitemshow: true
  17.   #Top winner information in jackpot gui
  18.   top_winner: true
  19.   #Gui background item (This item will be used in all empty slots in jackpot gui)
  20.   gui_background:
  21.     enabled: true
  22.     item:
  23.       material: BLACK_STAINED_GLASS_PANE
  24.       datavalue: 0
  25.       enchants: []
  26.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  27.       skullname: []
  28.       lore: []
  29.       name: ' '
  30.       amount: 1
  31.   #Jackpot time (minute)
  32.   jackpot_time: 1
  33.   #Discord connection settings
  34.   discord:
  35.    #for all discord operations
  36.     enabled: true
  37.     synchronous: true
  38.     jackpot_join_channels_enabled: true
  39.     embed_avatar:
  40.       enabled: true
  41.       url: https://minotar.net/helm/{username}/64
  42.       default-url: https://i.imgur.com/LQST9kF.png
  43.       #url: https://minotar.net/helm/{uuid}/{size}
  44.     #This feature use for shows stats of jackpot at discord
  45.     channel_name_information:
  46.       enabled: true
  47.       #as minutes
  48.       time: 10
  49.   #Minimum player requirement for jackpot to start
  50.   minimum_player: 2
  51.   #Maximum player limit of jackpot
  52.   maximum_player: 10
  53.   #Minimum value for joining jackpot
  54.   minimum_money: 1000.0
  55.   #Maximum value for joining jackpot
  56.   maximum_money: 1500000.0
  57.   #Maximum money a player can join in the jackpot in 1 turn
  58.   maximum_money_total: 10000000
  59.   fear_bonus:
  60.     enabled: true
  61.     mode: fear #or static
  62.     tiers:
  63.      # If you won with chance between 0 and 25, you'll earn an extra %25
  64.       tier_1: 25
  65.       # If you won with chance between 25 and 50, you'll earn an extra %10
  66.       tier_2: 10
  67.       # If you won with chance between 50 and 75, you'll earn an extra %5
  68.       tier_3: 5
  69.       # If you won with chance between 75 and 99, you'll earn an extra %1
  70.       tier_4: 1
  71.       default: 3
  72.   tax:
  73.     enabled: true
  74.     mode: fear #or static
  75.     tiers:
  76.      #If you won with chance between 0 and 25, you'll tax with an %5  of won price
  77.       tier_1: 5
  78.       #If you won with chance between 0 and 25, you'll tax with an %10  of won price
  79.       tier_2: 10
  80.       #If you won with chance between 0 and 25, you'll tax with an %15  of won price
  81.       tier_3: 15
  82.       #If you won with chance between 0 and 25, you'll tax with an %20  of won price
  83.       tier_4: 20
  84.       #Default use when if mode is static | for very winners, you'll tax with an %25  of won price
  85.       default: 25
  86.   #This arguments for ingame
  87.   arguments:
  88.    #Reload command (for admins)
  89.     reload: reload
  90.     #Discord synchronous command (for users)
  91.     sync: sync
  92.     #Second words of promotion code example /aj promotion use ... (for users)
  93.     promotion_use: promotion use
  94.     #Second words of promotion code example /aj promotion create ... (for admins)
  95.     promotion_create: promotion create
  96.     #Help command (for everyone)
  97.     help: help
  98.     #Join jackpot with last joined money example /aj 5000 -> join jackpot with $5000 after /aj lastjoin -> join jackpot with $5000
  99.     joinwithlastprice: joinlastmoney
  100.     #Join jackpot with item example /aj item
  101.     joinjackpotwithitem: item
  102.     #This command use for jackpot items to give players
  103.     give: give
  104.     #This command use for add bet to players
  105.     freejoin: freejoin
  106.     #This command use for boost remove from players
  107.     boost_remove: boost remove
  108.     #This command use for boost give to players
  109.     boost_give: boost give
  110.     #This command use for reset stats
  111.     reset_stats: reset stats
  112.     #This command use for hologram create command /aj holo create <identifier>
  113.     holo_create: holo create
  114.     #This command use for hologram delete at your location
  115.     holo_delete: holo delete
  116.   debug_mode: false
  117. MySQL:
  118.   enabled: false
  119.   #ApiaJackpot automatically closing the connection according to the continuity of the connections.
  120.   #If you have high number of players or if jackpot used frequently set this setting to false to make connections always open.
  121.   connection_close: true
  122. # False means flatfile will be used.
  123.   host: "hostname"
  124.   database: "database"
  125.   port: 3306
  126.   user: "root"
  127.   password: "123456"
  128.   ssl: false
  129.   options:
  130.    #If you set this to true promotion codes will be usable between all of the servers you are using mysql.
  131.     promotion_codes: false
  132. discord:
  133.  #Your bot token
  134.   token: 'TOKEN_HERE'
  135.   #Discord commands example !status !balance !account-check
  136.   arguments:
  137.    #Users join the jackpot
  138.     pot: 'pot'
  139.     #Users can see current status on jackpot
  140.     status: 'status'
  141.     #Users can see money in games
  142.     money: 'balance'
  143.     #Accounts Sync Command
  144.     check: 'account-check'
  145.     #Promotion Code Commands
  146.     promotion_codes: 'usecode'
  147.     #Promotion code commands
  148.     promotion_code_create: 'pcreate'
  149.     #Users see won price and more details
  150.     profile: 'jackpot-profile'
  151.     #Users join jackpot with last used money
  152.     joinwithlastprice: 'joinlastmoney'
  153.     #If users won item but hi wasn't online save then items wait joining of this user this command check this list
  154.     itemcheck: itemcheck
  155.     #You can reload systems in discord
  156.     reload: reload
  157.     #You can see commands
  158.     help: help
  159.   #Your id of command and information channel
  160.   command_channel: 'ID_HERE'
  161.   information_channel: 'ID_HERE'
  162.   #Prefix of Discord commands
  163.   command_prefix: '!'
  164.   #Bot will add this emote to player's message which is checked.
  165.   check_emote: 'check'
  166.   #Bot's playing... area
  167.   activity:
  168.     enabled: true
  169.     #as second
  170.     period: 60
  171.     texts:
  172.      - 'PLAY|ApiaJackpot'
  173.       #default playing
  174.       - 'WWW.MCDeyiz.COM'
  175.       - 'LISTEN|Thanks for Purchase'
  176.       - 'WATCH|Our Resources'
  177.   #You can use this feautre for create another way of betting
  178.   #Users click voice channels then join bet
  179.   #You can add new bet as in the example
  180.   jackpot_join_channels:
  181.     join_5000:
  182.       id: 'CHANNEL_ID_HERE'
  183.       price: 5000
  184.     join_10000:
  185.       id: 'CHANNEL_ID_HERE'
  186.       price: 10000
  187.     join_100000:
  188.       id: 'CHANNEL_ID_HERE'
  189.       price: 100000
  190.   #This informations shows at channel names
  191.   #You can not add new channels for information
  192.   channel_name_information:
  193.     topWinner_1:
  194.       id: 'CHANNEL_ID_HERE'
  195.       name: '[1] | {PLACEHOLDER}'
  196.       #Advanced placeholder (true) Player | Price (false) Player
  197.       advanced_placeholder: true
  198.     topWinner_2:
  199.       id: 'CHANNEL_ID_HERE'
  200.       name: '[1] | {PLACEHOLDER}'
  201.       #Advanced placeholder (true) Player | Price (false) Player
  202.       advanced_placeholder: true
  203.     topWinner_3:
  204.       id: 'CHANNEL_ID_HERE'
  205.       name: '[1] | {PLACEHOLDER}'
  206.       #Advanced placeholder (true) Player | Price (false) Player
  207.       advanced_placeholder: true
  208.   #Emotes for Jackpot start message. Players can join jackpot with this emotes.
  209.   emotes:
  210.     '5000':
  211.       link: '5.png'
  212.       money: 5000
  213.       name: '5k'
  214.     '10000':
  215.       link: '10.png'
  216.       money: 10000
  217.       name: '10k'
  218.     '100000':
  219.       link: '100.png'
  220.       money: 100000
  221.       name: '100k'
  222.     #You can use different emotes in this system
  223.     'check':
  224.       link: 'check.png'
  225.       name: 'check'
  226. gui:
  227.   faq_gui_name: '&b&o✜ &eFAQ &b&o✜'
  228.   faq_gui_slots: 54
  229.   item_list_gui_name: '&b&o✜ &eItems &b&o✜'
  230.   item_list_gui_slots: 54
  231.   item_list_in_bet_gui_name: '&b&o✜ &eItems in Bet &b&o✜'
  232.   item_list_in_bet_gui_slots: 54
  233.   faq_item:
  234.     material: PLAYER_HEAD
  235.     amount: 1
  236.     enchants: []
  237.     datavalue: 0
  238.     #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  239.     skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTAzNWM1MjgwMzZiMzg0YzUzYzljOGExYTEyNTY4NWUxNmJmYjM2OWMxOTdjYzlmMDNkZmEzYjgzNWIxYWE1NSJ9fX0='
  240.   #Name of Gui
  241.   name: '&b&o✜ &eApiaJackpot &b&o✜'
  242.   gui_slots: 54
  243.   fast_join:
  244.     enabled: true
  245.     item:
  246.       name: '&8◈ &6Fastly join the bet &8◈'
  247.       lore:
  248.        - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  249.         - ''
  250.         - '&fYou can use &7/aj <int> &fcommand for join the jackpot'
  251.         - '&fbut this buttons exist for speed lovers.'
  252.         - ''
  253.         - '&8● &2&nSelected Price &8▹ &e$<MONEY>'
  254.         - ''
  255.         - '&8● &2&nAll Preferences &8●'
  256.         - ''
  257.         - '&f$5.000&8,&f$10.000&8,&f$15.000&8,&f$20.000&8,&f$25.000'
  258.         - ''
  259.         - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  260.       material: PLAYER_HEAD
  261.       amount: 1
  262.       enchants: []
  263.       datavalue: 0
  264.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM and data-value: 3; 1.13+ use PLAYER_HEAD in material and data-value: 0
  265.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzljYmI0ZDc5NGRhNGM2MDBlYWMyMGZkZDY2MmY0MjFjZDQ1NmEzOTE2N2FmN2JiOWUwNTQ2NzRlMDg1NmQxNiJ9fX0='
  266.     prices:
  267.      - '5000;20'
  268.       - '10000;21'
  269.       - '15000;22'
  270.       - '20000;23'
  271.       - '25000;24'
  272.   #Join jackpot button for last join price
  273.   last_join_price_use:
  274.     enabled: true
  275.     slot: 31
  276.     item:
  277.       name: '&8◈ &6Join Jackpot With Last Join Price &8◈'
  278.       lore:
  279.        - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  280.         - ''
  281.         - '&fYou can use this button for join jackpot with &e<MONEY>'
  282.         - ''
  283.         - '&7This price auto change for your bets'
  284.         - ''
  285.         - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  286.       material: PLAYER_HEAD
  287.       amount: 1
  288.       enchants: []
  289.       datavalue: 0
  290.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM and data-value: 3; 1.13+ use PLAYER_HEAD in material and data-value: 0
  291.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk4ZjE5NDFkNTRhNDg5ZWQ5ZWM3NGVhMTg5ZDIxYTNhOGI1NTRlNjg3NDJjZGEzZDBmZjljOGEzODllNWYxMSJ9fX0='
  292.   #information of current jackpot
  293.   jackpot_status:
  294.     enabled: true
  295.     item:
  296.       wait:
  297.         name: '&8◈ &6Jackpot Status &8◈'
  298.         lore:
  299.           - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  300.           - ''
  301.           - '&fJackpot waiting to players right now'
  302.           - ''
  303.           - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  304.         material: PLAYER_HEAD
  305.         amount: 1
  306.         enchants: []
  307.         datavalue: 1
  308.         #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  309.         skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc1YThiNmE4OTA5MGY3MjQxMDJlMDYzMzVmNzRmNjRkODdkMzRlNjY1ZDFkMDJjN2I5MDhkYWZmMjcxMTdjMiJ9fX0='
  310.         slot: 4
  311.       timer:
  312.         name: '&8◈ &6Jackpot Status &8◈'
  313.         lore:
  314.           - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  315.           - ''
  316.           - '&8● &2&nYour Stats &8●'
  317.           - ''
  318.           - '&fYour Chance &8▹ &e%<CHANCE>'
  319.           - '&fYour Deposit in Jackpot &e$<MONEY>'
  320.           - '&fFear Bonus &8▹ &e$<FEAR_BONUS>'
  321.           - ''
  322.           - '&8● &2&nGeneral Details &8●'
  323.           - ''
  324.           - '&fTotal Balance &8▹ &e$<MONEY_TOTAL>'
  325.           - '&fJackpot will stop in &e<TIME>'
  326.           - ''
  327.           - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  328.         material: PLAYER_HEAD
  329.         amount: 1
  330.         enchants: []
  331.         datavalue: 1
  332.         #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  333.         skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc1YThiNmE4OTA5MGY3MjQxMDJlMDYzMzVmNzRmNjRkODdkMzRlNjY1ZDFkMDJjN2I5MDhkYWZmMjcxMTdjMiJ9fX0='
  334.         slot: 4
  335.   #This button use to faq menu open
  336.   faq:
  337.     item:
  338.       name: '&8◈ &6FAQ &8◈'
  339.       lore:
  340.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  341.       - ''
  342.       - '&8● &2&nGeneral Details &8●'
  343.       - ''
  344.       - '&fClick and find answer to your questions'
  345.       - '&fYou can found Commands, Discord Url and more in this'
  346.       - ''
  347.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  348.       material: PLAYER_HEAD
  349.       amount: 1
  350.       enchants: []
  351.       datavalue: 0
  352.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  353.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjliNTdmNzIxZGZiODlkOTczODE5NjcyZjg2NWFlOTg3MWRiM2NkNmU1NmQwM2Y3MmEyODJkNThmNTE2MWUyNCJ9fX0='
  354.       slot: 8
  355.     back_button:
  356.       name: '&8◈ &6Back to main jackpot page &8◈'
  357.       lore:
  358.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  359.       - ''
  360.       - '&8● &2&nClick and go &8●'
  361.       - ''
  362.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  363.       material: PLAYER_HEAD
  364.       amount: 1
  365.       enchants: []
  366.       datavalue: 0
  367.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  368.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM1YThhYThhNGMwMzYwMGEyYjVhNGViNmJlYjUxZDU5MDI2MGIwOTVlZTFjZGFhOTc2YjA5YmRmZTU2NjFjNiJ9fX0='
  369.       slot: 45
  370.   top_winner:
  371.     1: #-> Rank
  372.       name: '&8◈ &6Number One of Top Winners &8◈'
  373.       lore:
  374.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  375.       - ''
  376.       - '&8● &2&n<PLAYER> &8●'
  377.       - ''
  378.       - '&fThis player won &6$<PRICE> &ffrom jackpot'
  379.       - ''
  380.       - '<TIME>'
  381.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  382.       slot: 48
  383.     2:
  384.       name: '&8◈ &6Number Two of Top Winners &8◈'
  385.       lore:
  386.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  387.       - ''
  388.       - '&8● &2&n<PLAYER> &8●'
  389.       - ''
  390.       - '&fThis player won &6$<PRICE> &ffrom jackpot'
  391.       - ''
  392.       - '<TIME>'
  393.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  394.       slot: 49
  395.     3:
  396.       name: '&8◈ &6Number Three of Top Winners &8◈'
  397.       lore:
  398.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  399.       - ''
  400.       - '&8● &2&n<PLAYER> &8●'
  401.       - ''
  402.       - '&fThis player won &6$<PRICE> &ffrom jackpot'
  403.       - ''
  404.       - '<TIME>'
  405.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  406.       slot: 50
  407.   pay_back:
  408.     status:
  409.       premium: '&aPremium'
  410.       default: '&7Default'
  411.     enabled:
  412.       name: '&8◈ &6Pay Back Boost &8◈'
  413.       lore:
  414.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  415.       - ''
  416.       - '&fIf you lost then you can receive pay back'
  417.       - ''
  418.       - '&8● &2Current Status &8▹ &aEnabled'
  419.       - '&8● &2Uses Left &8▹ &e<USES_LEFT>'
  420.       - '&8● &2Premium Status &8▹ &e<PREMIUM>'
  421.       - ''
  422.       - '&8● &2&nRefund Percentages &8●'
  423.       - ''
  424.       - '&8◷ &7%0-25 &8▹ &e%<PAY_BACK_1>'
  425.       - '&8◶ &7%25-50 &8▹ &e%<PAY_BACK_2>'
  426.       - '&8◵ &7%50-75 &8▹ &e%<PAY_BACK_3>'
  427.       - '&8◴ &7%75-99 &8▹ &e%<PAY_BACK_4>'
  428.       - ''
  429.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  430.       material: PLAYER_HEAD
  431.       amount: 1
  432.       enchants: []
  433.       datavalue: 0
  434.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  435.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjc1MDdmNjY2ZWFmZGNhYzY0MGUxM2JiMDZjNGY1NjA0ZGRmYzNmYWJjZjQ5NmU1MzBiZDkxMzgwODQ0ZjVmOSJ9fX0='
  436.       slot: 13
  437.     disabled:
  438.       name: '&8◈ &6Pay Back Boost &8◈'
  439.       lore:
  440.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  441.       - ''
  442.       - '&fIf you lost then you can receive pay back'
  443.       - ''
  444.       - '&8● &2Current Status &8▹ &cDisabled'
  445.       - '&8● &2Uses Left &8▹ &e<USES_LEFT>'
  446.       - '&8● &2Premium Status &8▹ &e<PREMIUM>'
  447.       - ''
  448.       - '&8● &2&nRefund Percentages &8●'
  449.       - ''
  450.       - '&8◷ &7%0-25 &8▹ &e%<PAY_BACK_1>'
  451.       - '&8◶ &7%25-50 &8▹ &e%<PAY_BACK_2>'
  452.       - '&8◵ &7%50-75 &8▹ &e%<PAY_BACK_3>'
  453.       - '&8◴ &7%75-99 &8▹ &e%<PAY_BACK_4>'
  454.       - ''
  455.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  456.       material: PLAYER_HEAD
  457.       amount: 1
  458.       enchants: []
  459.       datavalue: 0
  460.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  461.       skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODM1ZWY5MjMwMDMxNzY5YTJlODE5MmFiNDZhMTcxNDQxMGQ1NmMzYjliMzhhMDMwMmEwNThlNDc5NzNkN2M0ZCJ9fX0='
  462.       slot: 13
  463.   faq_item_show_button: #This button stay at FAQ Gui and use for item list showing and this items use for join the bet
  464.     name: '&8◈ &6Join the Bet With Items &8◈'
  465.     lore:
  466.    - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  467.     - ''
  468.     - '&fYou can join bet with items'
  469.     - '&fList of items you can use to join the bet'
  470.     - ''
  471.     - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  472.     material: PLAYER_HEAD
  473.     amount: 1
  474.     enchants: []
  475.     datavalue: 0
  476.     #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  477.     skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE4MTJiNGUwZjAxYmIxOTM3ZGY5Mzg5ZmU2N2UyNWZhNWQ4NzYxMjQ4NTk4MzcwMTZjNDUxNTRiZWQzY2QxZSJ9fX0='
  478.     slot: 4
  479.   faq_item_show_back_button:
  480.     name: '&8◈ &6Back to main jackpot page &8◈'
  481.     lore:
  482.    - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  483.     - ''
  484.     - '&8● &2&nClick and go &8●'
  485.     - ''
  486.     - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  487.     material: PLAYER_HEAD
  488.     amount: 1
  489.     enchants: []
  490.     datavalue: 0
  491.     #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  492.     skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM1YThhYThhNGMwMzYwMGEyYjVhNGViNmJlYjUxZDU5MDI2MGIwOTVlZTFjZGFhOTc2YjA5YmRmZTU2NjFjNiJ9fX0='
  493.     slot: 53
  494.   items_in_bet_back_button:
  495.     name: '&8◈ &6Back to main jackpot page &8◈'
  496.     lore:
  497.    - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  498.     - ''
  499.     - '&8● &2&nClick and go &8●'
  500.     - ''
  501.     - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  502.     material: PLAYER_HEAD
  503.     amount: 1
  504.     enchants: []
  505.     datavalue: 0
  506.     #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  507.     skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM1YThhYThhNGMwMzYwMGEyYjVhNGViNmJlYjUxZDU5MDI2MGIwOTVlZTFjZGFhOTc2YjA5YmRmZTU2NjFjNiJ9fX0='
  508.     slot: 53
  509.   items_in_bet_button:
  510.     name: '&8◈ &6Items in Bet &8◈'
  511.     lore:
  512.    - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  513.     - ''
  514.     - '&8● &2&nClick here and see items on bet &8●'
  515.     - ''
  516.     - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  517.     material: PLAYER_HEAD
  518.     amount: 1
  519.     enchants: []
  520.     datavalue: 0
  521.     #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  522.     skullname: 'custom-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFmODE1MWRlYjM5NTUzMjkyYjlhNjk2NzQ4MzJkZGE4MDAxNzgwY2E5ODE4MGEwNmVhZjliMzY4OTMwYjViYiJ9fX0='
  523.     slot: 40
  524.   lore_of_items_in_bet: #This is not all lore of items, this lore will add items lore on gui
  525.     - '&8● &2&nItem Owner&8 ▹ &e<PLAYER>'
  526. faq:
  527.   13: #-> Slot
  528.     question: '&8¿ &eHow can i play jackpot &8¿' #-> Question
  529.     answer:
  530.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  531.       - ''
  532.       - '&fYou can type &7/aj <int> &fingame or type &7!pot <int> &fin discord' #-> Answer
  533.       - ''
  534.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  535.   21:
  536.     question: '&8¿ &eHow can i play jackpot on offline &8¿'
  537.     answer:
  538.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  539.       - ''
  540.       - '&fEasy!'
  541.       - '&8➊ &fOpen Discord and join our server''s discord.'
  542.       - '&8➋ &fType &7!account-check &fon command channel.'
  543.       - '&8➌ &fOur bot will send you private message with code.'
  544.       - '&8➍ &fYou must type this code in game'
  545.       - '&8➎ &fSucces!'
  546.       - '&fYou can type &7!pot <int> &fin command channel of discord'
  547.       - ''
  548.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  549.   23:
  550.     question: '&8¿ &eWhat is this pay back boost &8¿'
  551.     answer:
  552.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  553.       - ''
  554.       - '&fPay back is an optional effect on bet.'
  555.       - '&fIf you lose then you will lose your money'
  556.       - '&fbut if you use pay back boost then you will'
  557.       - '&freceive a refund of some of your money.'
  558.       - '&fThis refund amount based on your chance of winning.'
  559.       - ''
  560.       - '&8● &2&nRefund Percentages &8●'
  561.       - ''
  562.       - '&8◷ &7%0-25 &8▹ &e%25'
  563.       - '&8◶ &7%25-50 &8▹ &e%10'
  564.       - '&8◵ &7%50-75 &8▹ &e%5'
  565.       - '&8◴ &7%75-99 &8▹ &e%1'
  566.       - ''
  567.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  568.   31:
  569.     question: '&8¿ &eWhat is url of discord server &8¿'
  570.     answer:
  571.      - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  572.       - ''
  573.       - '&fUrl of discord server is &7bit.ly/ApiaTeamSupport'
  574.       - ''
  575.       - '&8&m✜⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊⚊✜'
  576. actionbar:
  577.   enabled: true
  578. sounds:
  579.   enabled: true
  580.   join:
  581.     joiner: ENTITY_IRON_GOLEM_DEATH
  582.     others: ENTITY_IRON_GOLEM_DEATH
  583.   win:
  584.     winner:
  585.       fear_1: ENTITY_ENDER_DRAGON_SHOOT
  586.       fear_2: ENTITY_ENDER_DRAGON_SHOOT
  587.       fear_3: ENTITY_ENDER_DRAGON_SHOOT
  588.       fear_4: ENTITY_ENDER_DRAGON_SHOOT
  589.       #Default use when if fear mode is disabled
  590.       default: ENTITY_ENDER_DRAGON_SHOOT
  591.     losers:
  592.       fear_1: ENTITY_ENDER_DRAGON_DEATH
  593.       fear_2: ENTITY_ENDER_DRAGON_DEATH
  594.       fear_3: ENTITY_ENDER_DRAGON_DEATH
  595.       fear_4: ENTITY_ENDER_DRAGON_DEATH
  596.       #Default use when if fear mode is disabled
  597.       default: ENTITY_ENDER_DRAGON_SHOOT
  598.   maximum_player: ENTITY_IRON_GOLEM_DEATH
  599.   other_commands: ENTITY_IRON_GOLEM_DEATH
  600.   gui_clicks: CLICK
  601.   boost_item_use: CLICK
  602. boost:
  603.  #This buff is activated if the user loses money in the jackpot and returns some of his money
  604.   pay_back:
  605.     enabled: true
  606.     premium_permission: 'jackpot.boost.payback.premium'
  607.     default_tiers:
  608.      # If you won with chance between 0 and 25, you'll return %25 of player's money
  609.       tier_1: 25
  610.       # If you won with chance between 25 and 50, you'll return %10 of player's money
  611.       tier_2: 10
  612.       # If you won with chance between 50 and 75, you'll return %5 of player's money
  613.       tier_3: 5
  614.       # If you won with chance between 75 and 99, you'll return %1 of player's money
  615.       tier_4: 1
  616.     premium_tiers:
  617.      # If you won with chance between 0 and 25, you'll return %40 of player's money
  618.       tier_1: 40
  619.       # If you won with chance between 25 and 50, you'll return %30 of player's money
  620.       tier_2: 30
  621.       # If you won with chance between 50 and 75, you'll return %20 of player's money
  622.       tier_3: 20
  623.       # If you won with chance between 75 and 99, you'll return %10 of player's money
  624.       tier_4: 10
  625.     item:
  626.       name: '&6Pay Back Boost'
  627.       lore:
  628.      - '&7Click and use!'
  629.       material: EMERALD
  630.       enchants: []
  631.       datavalue: 0
  632.       #If you want to use custom skull (skullname: 'custom-value'), for 1.12.2 and lower use SKULL_ITEM; 1.13+ use PLAYER_HEAD in material
  633.       skullname: []
  634. #This item use for playing jackpot with items
  635. Items:
  636.   itemOne:
  637.     material: GHAST_TEAR
  638.     amount: 1
  639.     enchants:
  640.       enchOne:
  641.         enchantment: DAMAGE_ALL
  642.         priceperlevel: 15000
  643.         minimum_required: 1
  644.     datavalue: 0
  645.     name: '&61M Key'
  646.     lore: []
  647.     base_price: 985000
  648.     #If it is open, the item is destroyed and only its value is processed.
  649.     protection_mode: false
  650.  
  651. holograms: #These attributes cannot be changed by reload
  652.   enabled: false
  653.   open_gui_when_touch: true #If your holo plugin support this
  654.   #texts in a lang    
  655.  
  656. #Don't touch
  657. versions:
  658.   config: 2.8
  659.   lang: 2.5
  660.  
Add Comment
Please, Sign In to add comment