Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.56 KB | None | 0 0
  1. ### Want to see debug messages in console? (true/false)
  2. debug: true
  3.  
  4. ### Optional Native Features
  5. native:
  6.   ## Want to automatically sell mined blocks depending on the price set in the autosell.yml file? (true/false)
  7.   autosell: false
  8.  
  9.   ## Want to automatically pickup drops from mined blocks. (true/false
  10.   autopickup: false
  11.  
  12. ### Whether to allow players to close out of the miner gui.
  13. allow-close-miner: false
  14. automine:
  15.   # Whether to teleport to player to spawn of the default world or their previous location when exiting the autominer.
  16.   teleport-to-spawn: false
  17.  
  18.   ## Whether miner time is unlimited or not.
  19.   unlimited-time: false
  20.  
  21.   ## Open the miner gui when they enter a automine room?
  22.   show-gui: true
  23.  
  24.   ## Mine Speed (value is in ticks. 20 = 1 Second.)
  25.   speed: 20
  26.  
  27.   ## Hide rooms that are unavailable from the menu.
  28.   hide-unavailable-rooms: false
  29.  
  30.   ## Commands to be unavailable while in a AutoMine room.
  31.   command-blacklist:
  32.  - 'spawn'
  33.  
  34.   ## Commands to be allowed while inside a AutoMine room. Ignores the blacklist.
  35.   command-whitelist: []
  36.  
  37.   ## Default Time given to new players (in minutes)
  38.   default-time: 0
  39.  
  40.   # Do you want to hide occupied rooms from the room list?
  41.   hide-occupied-rooms: false
  42.  
  43.   # Do you want mines to be added in the first available slot? if false, will set them to the slot specified in their data file.
  44.   add-mines-dynamically: false
  45.  
  46. automatic-rankup:
  47.   enabled: true
  48.   command:
  49.  - rankup
  50.   - prestige
  51.   interval: 15
  52.   disabled-placeholder: DISABLED
  53.   enabled-placeholder: ENABLED
  54. useMySQL: false
  55. host: localhost
  56. port: 3306
  57. database: xlautominer
  58. user: root
  59. password: password
  60. claim-time:
  61.   enabled: true
  62.   amount: 30
  63.   permission:
  64.       daily120:
  65.         perm: xlautominer.120daily
  66.         amount: 120
  67.   interval: 86400
  68. blockminer:
  69.   # Whether to use Tokens as cost when upgrading.
  70.   usetokens: false
  71.  
  72.   # Whether to use a formula calculation when deciding on upgrade costs.
  73.   useformula: false
  74.   # The formula to use when calculating upgrade cost.
  75.   formula: "300*1.34^{level}"
  76.  
  77.   # Set the cost for specific levels. (only applicable if useformula = false.
  78.   cost:
  79.     '1': 300
  80.     '2': 600
  81.     '3': 1200
  82.     '4': 2400
  83.  
  84.   # The max level the blockminer can be upgraded too.
  85.   maxlevel: 5
  86. gui:
  87.   automine:
  88.     title: '&1Auto Mine'
  89.     size: 27
  90.     filler:
  91.       material: STAINED_GLASS_PANE
  92.       data: 15
  93.       amount: 1
  94.       slots:
  95.      - 0
  96.       - 1
  97.       - 2
  98.       - 3
  99.       - 4
  100.       - 5
  101.       - 6
  102.       - 7
  103.       - 8
  104.       - 9
  105.       - 10
  106.       - 12
  107.       - 13
  108.       - 14
  109.       - 16
  110.       - 17
  111.       - 18
  112.       - 19
  113.       - 20
  114.       - 21
  115.       - 22
  116.       - 23
  117.       - 24
  118.       - 25
  119.     exit:
  120.       material: ARROW
  121.       data: 0
  122.       amount: 1
  123.       displayname: '&cExit'
  124.       lore:
  125.      - '&7Click to exit'
  126.       slot: 26
  127.     options:
  128.       material: SIGN
  129.       data: 0
  130.       amount: 1
  131.       displayname: '&l&bOptions'
  132.       lore:
  133.      - '&7Click to open the Options Menu'
  134.       slot: 13
  135.     timeleft:
  136.       material: WATCH
  137.       data: 0
  138.       amount: 1
  139.       displayname: '&l&5Time Left'
  140.       lore:
  141.      - '&7%miner_time_left%'
  142.       - ''
  143.       - '&7Daily Time: &e+30&7 Minutes'
  144.       slot: 11
  145.     stats:
  146.       material: DIAMOND_PICKAXE
  147.       data: 0
  148.       amount: 1
  149.       displayname: '&l&aAutoMiner Stats'
  150.       lore:
  151.      - ''
  152.       - '&7Block Miner lv:&e %block_miner_level%'
  153.       - ''
  154.       - '&7Money made:&e $%miner_money_made%'
  155.       - '&7Blocks broken:&e %miner_blocks_broken%'
  156.       slot: 15
  157.   options:
  158.     title: '&1Options'
  159.     size: 27
  160.     back:
  161.       material: ARROW
  162.       data: 0
  163.       amount: 1
  164.       displayname: '&cBack'
  165.       lore:
  166.      - '&7Click to go back'
  167.       slot: 26
  168.     blockminer:
  169.       material: PAINTING
  170.       data: 0
  171.       amount: 1
  172.       displayname: '&5Upgrade Block Miner'
  173.       lore:
  174.      - '&7Make money faster'
  175.       - ''
  176.       - '&aUpgrade Cost: &f$%block_miner_cost%'
  177.       - '&aCurrent Level: &f%block_miner_level%'
  178.       - '&aMax Level: &f%block_miner_maxlevel%'
  179.       slot: 15
  180.     autorankup:
  181.       material: PAINTING
  182.       data: 0
  183.       amount: 1
  184.       displayname: '&l&1Auto Rankup'
  185.       lore:
  186.      - '&7Click to toggle the'
  187.       - '&7Auto-Rankup feature'
  188.       - ''
  189.       - '&7This feature will rankup when'
  190.       - '&7you have enough money!'
  191.       - '&7Enabled: %autorankup%'
  192.       slot: 11
  193.     filler:
  194.       material: STAINED_GLASS_PANE
  195.       data: 15
  196.       amount: 1
  197.       slots:
  198.      - 0
  199.       - 1
  200.       - 2
  201.       - 3
  202.       - 4
  203.       - 5
  204.       - 6
  205.       - 7
  206.       - 8
  207.       - 9
  208.       - 10
  209.       - 12
  210.       - 13
  211.       - 14
  212.       - 16
  213.       - 17
  214.       - 18
  215.       - 19
  216.       - 20
  217.       - 21
  218.       - 22
  219.       - 23
  220.       - 24
  221.       - 25
  222.   mainmenu:
  223.     title: '&1Auto Mines'
  224.     size: 54
  225.     mine:
  226.       vacant:
  227.         material: WOOL
  228.         data: 5
  229.         amount: 1
  230.         displayname: '&a%displayname%'
  231.         lore:
  232.        - '&aVacant'
  233.         - '&7Click to join!'
  234.       occupied:
  235.         material: WOOL
  236.         data: 14
  237.         amount: 1
  238.         displayname: '&4%displayname%'
  239.         lore:
  240.         - '&cOccupied by: %occupied_by%'
  241.         - '&cTime Left: %occupied_time_left%'
  242.         - '&cTime Occupied: %occupied_time%'
  243.         - ''
  244.         - '&cClick to refresh'
  245.     filler:
  246.       material: STAINED_GLASS_PANE
  247.       data: 15
  248.       amount: 1
  249.       slots:
  250.      - 36
  251.       - 37
  252.       - 38
  253.       - 39
  254.       - 40
  255.       - 41
  256.       - 42
  257.       - 43
  258.       - 44
  259.       - 45
  260.       - 46
  261.       - 48
  262.       - 50
  263.       - 52
  264.       - 53
  265.     options:
  266.       material: SIGN
  267.       data: 0
  268.       amount: 1
  269.       displayname: '&l&bOptions'
  270.       lore:
  271.      - '&7Click to open the Options Menu'
  272.       slot: 47
  273.     dmines:
  274.       material: DIAMOND_PICKAXE
  275.       data: 0
  276.       amount: 1
  277.       displayname: '&l&aDonator Mines'
  278.       lore:
  279.      - ''
  280.       - '&7Click to see donator mines'
  281.       slot: 49
  282.       hide: false
  283.     mines:
  284.       material: IRON_PICKAXE
  285.       data: 0
  286.       amount: 1
  287.       displayname: '&l&aNormal Mines'
  288.       lore:
  289.      - ''
  290.       - '&7Click to see normal mines'
  291.       slot: 49
  292.       hide: false
  293.     stats:
  294.       material: SKULL_ITEM
  295.       data: 3
  296.       amount: 1
  297.       displayname: '&l&aAutoMiner Stats'
  298.       lore:
  299.       - '&7Block Miner lv: &e%block_miner_level%'
  300.       - '&7Time Left: &e%miner_timeleft%'
  301.       - '&7Daily Time: &e+%time_claim_amount% minutes'
  302.       - '&7Click to claim daily time in: &e%time_claim_remaining%'
  303.       slot: 51
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement