Guest User

Untitled

a guest
Apr 15th, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 11.35 KB | None | 0 0
  1. # DeluxeMenus 1.13.1-Release main configuration file
  2. #
  3. # A full wiki on how to use this plugin can be found at:
  4. # https://github.com/help-chat/DeluxeMenus/wiki
  5.  
  6. debug: false
  7. check_updates: true
  8. gui_menus:
  9.   minions:
  10.     menu_title: '&aMinions'
  11.     open_command: mshop
  12.     size: 9
  13.     items:
  14.       '1':
  15.         material: Cobblestone
  16.         slot: 0
  17.         display_name: '&aCobblestone minion'
  18.         lore:
  19.         - '&aThis Minion Cost 30K!'
  20.         right_click_requirement:
  21.           requirements:
  22.             balance:
  23.               type: has money
  24.               amount: 30000
  25.           deny_commands:
  26.           - '[message] &cYou do not have enough money to buy this minion!'
  27.           - '[close]'
  28.         right_click_commands:
  29.         - '[message] &cThis minion cost 30,000'
  30.         - '[console] msetup give minion cob1 %player_name% 1'
  31.         - '[console] eco take %player_name% 30000'
  32.       '2':
  33.         material: Iron
  34.         slot: 1
  35.         display_name: '&aIron minion'
  36.         lore:
  37.         - '&aThis Minion Cost 30K!'
  38.         right_click_requirement:
  39.           requirements:
  40.             balance:
  41.               type: has money
  42.               amount: 30000
  43.           deny_commands:
  44.           - '[message] &cYou do not have enough money to buy this minion!'
  45.           - '[close]'
  46.         right_click_commands:
  47.         - '[message] &cThis minion cost 30,000'
  48.         - '[console] msetup give minion iron1 %player_name% 1'
  49.         - '[console] eco take %player_name% 30000'
  50. jobs:
  51.   menu_title: '&f&nJobs'
  52.   open_command: jobs
  53.   size: 54
  54.   items:
  55.     '1':
  56.       material: 17
  57.       data: 2
  58.       slot: 10
  59.       display_name: '&aWoodcutter'
  60.       left_click_commands:
  61.       - '[player] jobs join woodcutter'
  62.       right_click_commands:
  63.       - '[player] jobs join woodcutter'
  64.       lore:
  65.       - '&7Join to the job: &bwoodcutter&7'
  66.       - ' '
  67.       - '&7Cut down trees to get'
  68.       - '&7paid in this job.'
  69.       - ' '
  70.       - ' '
  71.       - '&fPaid actions:'
  72.       - '&e&l-&7 Breaking blocks'
  73.       - '&e&l-&7 Growing up plants'
  74.       - ' '
  75.       - '&8&l- &aRight click to join'
  76.     '2':
  77.       material: 270
  78.       slot: 11
  79.       display_name: '&aMiner'
  80.       left_click_commands:
  81.       - '[player] jobs join miner'
  82.       right_click_commands:
  83.       - '[player] jobs join miner'
  84.       lore:
  85.       - '&7Join to the job: &bminer&7'
  86.       - ' '
  87.       - '&7Mine some minerals and'
  88.       - '&7place blocks.'
  89.       - ' '
  90.       - '&fPaid actions:'
  91.       - '&e&l-&7 Breaking blocks'
  92.       - '&e&l-&7 Placing blocks'
  93.       - '&e&l-&7 Explode'
  94.       - ' '
  95.       - '&8&l- &aRight click to join'
  96.     '3':
  97.       material: 108
  98.       data: 3
  99.       slot: 12
  100.       display_name: '&aBuilder'
  101.       left_click_commands:
  102.       - '[player] jobs join builder'
  103.       right_click_commands:
  104.       - '[player] jobs join builder'
  105.       lore:
  106.       - '&7Join to the job: &bbuilder&7'
  107.       - ' '
  108.       - '&7Build structures and more'
  109.       - '&7things to get paid.'
  110.       - ' '
  111.       - '&fPaid actions:'
  112.       - '&e&l-&7 Placing blocks'
  113.       - ' '
  114.       - '&8&l- &aRight click to join'
  115.     '4':
  116.       material: 284
  117.       slot: 13
  118.       display_name: '&aDigger'
  119.       left_click_commands:
  120.       - '[player] jobs join digger'
  121.       right_click_commands:
  122.       - '[player] jobs join cavador'
  123.       lore:
  124.       - '&7Join to the job: &bdigger&7'
  125.       - ' '
  126.       - '&7Modify all the terrain'
  127.       - '&7with a shovel breaking blocks.'
  128.       - ' '
  129.       - '&fPaid actions:'
  130.       - '&e&l-&7 Breaking blocks'
  131.       - '&e&l-&7 Growing up plants'
  132.       - ' '
  133.       - '&8&l- &aRight click to join'
  134.     '5':
  135.       material: 290
  136.       slot: 14
  137.       display_name: '&aFarmer'
  138.       left_click_commands:
  139.       - '[player] jobs join farmer'
  140.       right_click_commands:
  141.       - '[player] jobs join farer'
  142.       lore:
  143.       - '&7Join to the job: &bfarmer&7'
  144.       - ' '
  145.       - '&7Own or take care of a farm'
  146.       - '&7and get paid for it.'
  147.       - ' '
  148.       - '&fPaid actions:'
  149.       - '&e&l-&7 Breaking blocks'
  150.       - '&e&l-&7 Placing blocks'
  151.       - '&e&l-&7 Grow animals'
  152.       - '&e&l-&7 Tame'
  153.       - '&e&l-&7 Shear'
  154.       - '&e&l-&7 Milking cows'
  155.       - ' '
  156.       - '&8&l- &aRight click to join'
  157.     '6':
  158.       material: 261
  159.       slot: 15
  160.       display_name: '&aHunter'
  161.       left_click_commands:
  162.       - '[player] jobs join hunter'
  163.       right_click_commands:
  164.       - '[player] jobs join hunter'
  165.       lore:
  166.       - '&7Join to the job: &bhunter&7'
  167.       - ' '
  168.       - '&7Hunt and tame animals'
  169.       - '&7and kill players/mobs.'
  170.       - ' '
  171.       - '&fPaid actions:'
  172.       - '&e&l-&7 Kills'
  173.       - '&e&l-&7 Tame'
  174.       - ' '
  175.       - '&8&l- &aRight click to join'
  176.     '7':
  177.       material: 301
  178.       slot: 16
  179.       display_name: '&aExplorer'
  180.       left_click_commands:
  181.       - '[player] jobs join explorer'
  182.       right_click_commands:
  183.       - '[player] jobs join explorer'
  184.       lore:
  185.       - '&7Join to the job: &bExplorer&7'
  186.       - ' '
  187.       - '&7Walk, run and explore all'
  188.       - '&7the world.'
  189.       - ' '
  190.       - '&fPaid actions:'
  191.       - '&e&l-&7 Explore'
  192.       - ' '
  193.       - '&8&l- &aRight click to join'
  194.     '8':
  195.       material: 61
  196.       slot: 29
  197.       display_name: '&aCrafter'
  198.       left_click_commands:
  199.       - '[player] jobs join crafter'
  200.       right_click_commands:
  201.       - '[player] jobs join crafter'
  202.       lore:
  203.       - '&7Join to the job: &bcrafter&7'
  204.       - ' '
  205.       - '&7Craft multiple items'
  206.       - '&7to get paid.'
  207.       - ' '
  208.       - '&fPaid actions:'
  209.       - '&e&l-&7 Craft'
  210.       - '&e&l-&7 Furnace'
  211.       - ' '
  212.       - '&8&l- &aRight click to join'
  213.     '10':
  214.       material: 346
  215.       slot: 30
  216.       display_name: '&aFisherman'
  217.       left_click_commands:
  218.       - '[player] jobs join fisherman'
  219.       right_click_commands:
  220.       - '[player] jobs join fisherman'
  221.       lore:
  222.       - '&7Join to the job: &bfisherman&7'
  223.       - ' '
  224.       - '&7Catch fishes/items with your'
  225.       - '&7fishing rod to get paid. '
  226.       - ' '
  227.       - '&fPaid actions:'
  228.       - '&e&l-&7 Kills'
  229.       - '&e&l-&7 Fishing'
  230.       - ' '
  231.       - '&8&l- &aRight click to join'
  232.     '11':
  233.       material: 58
  234.       slot: 31
  235.       display_name: '&aWeaponsmith'
  236.       left_click_commands:
  237.       - '[player] jobs join weaponsmith'
  238.       right_click_commands:
  239.       - '[player] jobs join weaponsmith'
  240.       lore:
  241.       - '&7Join to the job: &bweaponsmith&7'
  242.       - ' '
  243.       - '&7Craft and repair armors,'
  244.       - '&7items, and weapons.'
  245.       - ' '
  246.       - '&fPaid actions:'
  247.       - '&e&l-&7 Craft'
  248.       - '&e&l-&7 Furnace'
  249.       - '&e&l-&7 Repair'
  250.       - ' '
  251.       - '&8&l- &aRight click to join'
  252.     '12':
  253.       material: 379
  254.       slot: 32
  255.       display_name: '&aBrewer'
  256.       left_click_commands:
  257.       - '[player] jobs join brewer'
  258.       right_click_commands:
  259.       - '[player] jobs join brewer'
  260.       lore:
  261.       - '&7Join to the job: &bbrewer&7'
  262.       - ' '
  263.       - '&7Craft potions and'
  264.       - '&7more things'
  265.       - ' '
  266.       - '&fPaid actions:'
  267.       - '&e&l-&7 Potions'
  268.       - ' '
  269.       - '&8&l- &aRight click to join'
  270.     '13':
  271.       material: 116
  272.       slot: 33
  273.       display_name: '&aEnchanter'
  274.       left_click_commands:
  275.       - '[player] jobs join enchanter'
  276.       right_click_commands:
  277.       - '[player] jobs join enchanter'
  278.       lore:
  279.       - '&7Join to the job: &benchanter&7'
  280.       - ' '
  281.       - '&7Enchant armor, weapons and'
  282.       - '&7tools!'
  283.       - ' '
  284.       - '&fPaid actions:'
  285.       - '&e&l-&7 Enchant'
  286.       - ' '
  287.       - '&8&l- &aRight click to join'
  288.     '14':
  289.       material: 166
  290.       slot: 19
  291.       display_name: '&cWoodcutter'
  292.       left_click_commands:
  293.       - '[player] jobs leave woodcutter'
  294.       right_click_commands:
  295.       - '[player] jobs leave woodcutter'
  296.       lore:
  297.       - '&7Leave the job: &bwoodcutter&7'
  298.       - ' '
  299.       - '&8&l- &cRight click to leave'
  300.     '15':
  301.       material: 166
  302.       slot: 20
  303.       display_name: '&cMiner'
  304.       left_click_commands:
  305.       - '[player] jobs leave miner'
  306.       right_click_commands:
  307.       - '[player] jobs leave miner'
  308.       lore:
  309.       - '&7Leave the job: &bminer&7'
  310.       - ' '
  311.       - '&8&l- &cRight click to leave'
  312.     '16':
  313.       material: 166
  314.       slot: 21
  315.       display_name: '&cBuilder'
  316.       left_click_commands:
  317.       - '[player] jobs leave builder'
  318.       right_click_commands:
  319.       - '[player] jobs leave builder'
  320.       lore:
  321.       - '&7Leave the job: &bbuilder&7'
  322.       - ' '
  323.       - '&8&l- &cRight click to leave'
  324.     '17':
  325.       material: 166
  326.       slot: 22
  327.       display_name: '&cDigger'
  328.       left_click_commands:
  329.       - '[player] jobs leave digger'
  330.       right_click_commands:
  331.       - '[player] jobs leave digger'
  332.       lore:
  333.       - '&7Leave the job: &bdigger&7'
  334.       - ' '
  335.       - '&8&l- &cRight click to leave'
  336.     '18':
  337.       material: 166
  338.       slot: 23
  339.       display_name: '&cFarmer'
  340.       left_click_commands:
  341.       - '[player] jobs leave farmer'
  342.       right_click_commands:
  343.       - '[player] jobs leave farmer'
  344.       lore:
  345.       - '&7Leave the job: &bfarmer&7'
  346.       - ' '
  347.       - '&8&l- &cRight click to leave'
  348.     '19':
  349.       material: 166
  350.       slot: 24
  351.       display_name: '&cHunter'
  352.       left_click_commands:
  353.       - '[player] jobs leave hunter'
  354.       right_click_commands:
  355.       - '[player] jobs leave hunter'
  356.       lore:
  357.       - '&7Leave the job: &bhunter&7'
  358.       - ' '
  359.       - '&8&l- &cRight click to leave'
  360.     '20':
  361.       material: 166
  362.       slot: 25
  363.       display_name: '&cExplorer'
  364.       left_click_commands:
  365.       - '[player] jobs leave explorer'
  366.       right_click_commands:
  367.       - '[player] jobs leave explorer'
  368.       lore:
  369.       - '&7Leave the job: &bexplorer&7'
  370.       - ' '
  371.       - '&8&l- &cRight click to leave'
  372.     '21':
  373.       material: 166
  374.       slot: 38
  375.       display_name: '&cCrafter'
  376.       left_click_commands:
  377.       - '[player] jobs leave crafter'
  378.       right_click_commands:
  379.       - '[player] jobs leave crafter'
  380.       lore:
  381.       - '&7Leave the job: &bcrafter&7'
  382.       - ' '
  383.       - '&8&l- &cRight click to leave'
  384.     '22':
  385.       material: 166
  386.       slot: 39
  387.       display_name: '&cFisherman'
  388.       left_click_commands:
  389.       - '[player] jobs leave fisherman'
  390.       right_click_commands:
  391.       - '[player] jobs leave fisherman'
  392.       lore:
  393.       - '&7Leave the job: &bfisherman&7'
  394.       - ' '
  395.       - '&8&l- &cRight click to leave'
  396.     '23':
  397.       material: 166
  398.       slot: 40
  399.       display_name: '&cWeaponsmith'
  400.       left_click_commands:
  401.       - '[player] jobs leave weaponsmith'
  402.       right_click_commands:
  403.       - '[player] jobs leave weaponsmith'
  404.       lore:
  405.       - '&7Leave the job: &bweaponsmith&7'
  406.       - ' '
  407.       - '&8&l- &cRight click to leave'
  408.     '24':
  409.       material: 166
  410.       slot: 41
  411.       display_name: '&cPocionero'
  412.       left_click_commands:
  413.       - '[player] jobs leave brewer'
  414.       right_click_commands:
  415.       - '[player] jobs leave brewer'
  416.       lore:
  417.       - '&7Leave the job: &bbrewer&7'
  418.       - ' '
  419.       - '&8&l- &cRight click to leave'
  420.     '25':
  421.       material: 166
  422.       slot: 42
  423.       display_name: '&cEnchanter'
  424.       left_click_commands:
  425.       - '[player] jobs leave enchanter'
  426.       right_click_commands:
  427.       - '[player] jobs leave enchanter'
  428.       lore:
  429.       - '&7Leave the job: &benchanter&7'
  430.       - ' '
  431.       - '&8&l- &cRight click to leave'
Advertisement
Add Comment
Please, Sign In to add comment