SoloTurk

ApiaJackpot Config | Legacy

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