Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 17.79 KB | None | 0 0
  1. #   _____            _   _                      ___  
  2. #  / ____|          | | | |                    |__ \
  3. # | (___   ___ _   _| |_| |__   ___ _ __  __   __ ) |
  4. #  \___ \ / __| | | | __| '_ \ / _ \ '__| \ \ / // /
  5. #  ____) | (__| |_| | |_| | | |  __/ |     \ V // /_
  6. # |_____/ \___|\__, |\__|_| |_|\___|_|      \_/|____|
  7. #               __/ |                                
  8. #              |___/                                
  9.  
  10. # Scyther v2 - Harvester Hoe, a premium resource made by Norska. https://norska.dev
  11.  
  12. #Here you can configure the ShopGUI+ hook options:
  13. #--------------------------------------------------------------------------------------------------------------------------------
  14. # 1. Enabling this hook will fetch item prices directly from ShopGUI+, including any modifiers players may have.
  15. #--------------------------------------------------------------------------------------------------------------------------------
  16. shopguiplus:
  17.    enableHook: true
  18.  
  19. #Here you can configure the HolographicDisplays hook options:
  20. #--------------------------------------------------------------------------------------------------------------------------------
  21. # 1. The line that contains "$item" must not contain anything else at all
  22. # 2. You can have the "$money" AND "$amount" placeholders ONLY on the autosell layout
  23. # 3. displayTime is in seconds
  24. #--------------------------------------------------------------------------------------------------------------------------------
  25. holograms:
  26.    enableHook: true
  27.    displayTime: 3
  28.    autoCollect:
  29.       layout:
  30.      - '&a&lGOT:&r'
  31.       - '&fx$amount items&r'
  32.       - '$item'
  33.    autoSell:
  34.       layout:
  35.      - '&a&lMADE:&r'
  36.       - '&f$$money'
  37.       - '$item'
  38.  
  39. #Here you can configure the MCMMO hook options:
  40. #--------------------------------------------------------------------------------------------------------------------------------
  41. # 1. Keep in mind that the EXP is multiplied by the amount of drops when using the harvester hoe on crops
  42. # 2. herbalismIncreaseOnAutosell = If set to true, it will also increase HERBALISM when using autosell on crops
  43. # 3. herbalismIncreaseOnAutocollect = If set to true, HERBALISM will be increased when using autocollect on crops
  44. #--------------------------------------------------------------------------------------------------------------------------------
  45. mcmmo:
  46.    enableHook: false
  47.    settings:
  48.       herbalismIncreaseOnAutosell: true
  49.       herbalismIncreaseOnAutocollect: true
  50.    sugarcaneEXP: 10
  51.    carrotEXP: 10
  52.    wheatEXP: 10
  53.    potatoEXP: 10
  54.    netherwartEXP: 10
  55.    cocoaEXP: 10
  56.    beetrootEXP: 10
  57.    sweetBerriesEXP: 10
  58.    bambooEXP: 10
  59.    melonEXP: 10
  60.    pumpkinEXP: 10
  61.  
  62. #Here are a few notes for the modes system:
  63. #--------------------------------------------------------------------------------------------------------------------------------
  64. # 1. If you enabled the permissionSystem option make sure that default hoe mode is set to a mode that's accessible by all players
  65. # 3. To avoid errors make sure that the default mode (in the "Item" section) is also enabled here in the modes section.
  66. # 4. After making changes make sure to reload the configuration using /hoe reload
  67. #--------------------------------------------------------------------------------------------------------------------------------
  68. modes:
  69.    permissionSystem:
  70.       enabled: false
  71.       autocollectPermission: 'scyther.autocollect'
  72.       noCollectPermission:
  73.      - '&c&lERROR! &7Only players with special permission can switch to this mode!'
  74.       noCollectUsePermission:
  75.      - '&c&lERROR! &7Only players with special permission can use this mode!'
  76.       autosellPermission: 'scyther.autosell'
  77.       noSellPermission:
  78.      - '&c&lERROR! &7Only players with special permission can switch to this mode!'
  79.       noSellUsePermission:
  80.      - '&c&lERROR! &7Only players with special permission can use this mode!'
  81.       dirtDiggerPermission: 'scyther.dirtdigger'
  82.       noDiggerPermission:
  83.      - '&c&lERROR! &7Only players with special permission can switch to this mode!'
  84.       noDiggerUsePermission:
  85.      - '&c&lERROR! &7Only players with special permission can use this mode!'
  86.    autocollectEnabled: true
  87.    autosellEnabled: true
  88.    dirtDiggerEnabled: true
  89.  
  90. #Here you can configure the full inventory feature:
  91. #--------------------------------------------------------------------------------------------------------------------------------
  92. # dropItems: true = will drop items to the ground if inventory is full , false = will not drop items to the ground if inventory is full
  93. #--------------------------------------------------------------------------------------------------------------------------------
  94. fullInventory:
  95.    dropItems: true
  96.    actionbar:
  97.       enabled: true
  98.       message: '&aHarvester Hoe &8» &cYour inventory is full!'
  99.    title:
  100.       enabled: false
  101.       titleMessage: '&c&lATTENTION!'
  102.       subtitleMessage: '&7(Your inventory is full!)'
  103.      
  104. #Here you can configure the confirm drop feature:
  105. #--------------------------------------------------------------------------------------------------------------------------------
  106. # confirmDrop.enabled: true = will ask the user to confirm (drop the item again) within your configured time.
  107. # confirmDrop.interval: <Integer> = the time (seconds) in which the user has to drop the item again. The value must be a positive integer.
  108. #--------------------------------------------------------------------------------------------------------------------------------
  109. confirmDrop:
  110.    enabled: true
  111.    interval: 10
  112.    messages:
  113.       confirmDrop:
  114.      - '&aHarvester Hoe &8» &fConfirm your drop by pressing Q within the next $time seconds!'
  115.       itemDropped:
  116.      - '&aHarvester Hoe &8» &fYou have successfully dropped your harvester hoe!'
  117.  
  118. #Here you can configure other settings:
  119. #--------------------------------------------------------------------------------------------------------------------------------
  120. # other.infiniteDisplay = How the infinite uses displays on an item/messages when giving infinite-uses wands:
  121. # other.moneyMaximumFractionDigits = How the money in messages/holograms is displayed. (e.g the value of 4 can show money like $1.875)
  122. #--------------------------------------------------------------------------------------------------------------------------------      
  123. other:
  124.    infiniteDisplay: "Infinite"
  125.    moneyMaximumFractionDigits: 4
  126.  
  127. #Extra configuration:
  128. #--------------------------------------------------------------------------------------------------------------------------------
  129. #If set to true you'll only be able to break the crops below with the special tool!
  130. #You may want to enable this so irrelevant blocks won't break & durability will not go to waste!
  131. #--------------------------------------------------------------------------------------------------------------------------------
  132. extra:
  133.    cropsOnly: false
  134.    message: '&aHarvester Hoe &8» &fThis tool can only be used on &ccrops&f!'
  135.    
  136. #Here you can configure all everything crop related:
  137. #--------------------------------------------------------------------------------------------------------------------------------
  138. # Enabled      // If set to true the special tool will work on those crops.
  139. # Worth        // Set the worth for every (x1) item/crop that drops.
  140. # Name         // Set the name that's being used in the messages.
  141. # Min_Drop     // Set the minimum amount of drops the crop will drop when broken with the special tool. THIS ONLY WORKS ON CARROTS, POTATOES, WHEAT, NETHERWARTS, COCOABEANS, BEETROOTS, SWEET BERRIES!
  142. # Max_Drop     // Set the maximum amount of drops the crop will drop when broken with the special tool. THIS ONLY WORKS ON CARROTS, POTATOES, WHEAT, NETHERWARTS, COCOABEANS, BEETROOTS, SWEET BERRIES!
  143. # Actionbar     // If set to true there will be an actionbar message sent whenever you harvest crops with the special tool.
  144. # Actionbar_Me.// Set the actionbar message. Placeholders: $money, $amount $cropname
  145. # ChatMessage  // If set to true there will be a chat message sent whenever you harvest crops with the special tool.
  146. # ChatMessageM // Set the chatmessage message. Placeholders: $money, $amount $cropname
  147.  
  148. #EXTRA NOTES:
  149.  
  150. #    1. All crops are being automatically replanted, meaning all drops are reduced by one (for the replanting).
  151. #      1.1 Sugarcane is excluded, the first sugarcane block is not being counted in the first place.
  152. #    2. You can use Min_Drop and Max_Drop only for Carrots, Potatoes, Wheat, Netherwarts, Cocoa Beans, Beetroots, Sweet Berries.
  153. #    3. The harvester hoe will only let you harvest a crop once it has reached its ripe state.
  154.  
  155. #--------------------------------------------------------------------------------------------------------------------------------  
  156.  
  157. cropNotRipe: '&aHarvester Hoe:&r &fThe crop is not ripe yet!'
  158.  
  159. carrots:
  160.    enabled: true
  161.    worth: 8.00
  162.    name: '&6&l&nCARROTS'
  163.    minDrop: 2
  164.    maxDrop: 6
  165.    actionbar: true
  166.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount carrots&f!'
  167.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount carrots&f!'
  168.    chatMessage: false
  169.    chatMessageAutosell:
  170.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  171.    chatMessageAutocollect:
  172.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  173. sugarCane:
  174.    enabled: true
  175.    worth: 8.00
  176.    name: '&2&l&nSUGARCANE'
  177.    actionbar: true
  178.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount sugarcane&f!'
  179.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount sugarcane&f!'
  180.    chatMessage: false
  181.    chatMessageAutosell:
  182.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  183.    chatMessageAutocollect:
  184.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  185. potatoes:
  186.    enabled: true
  187.    worth: 9.00
  188.    name: '&e&l&nPOTATOES'
  189.    minDrop: 2
  190.    maxDrop: 6
  191.    actionbar: true
  192.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount potatoes&f!'
  193.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount potatoes&f!'
  194.    chatMessage: false
  195.    chatMessageAutosell:
  196.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  197.    chatMessageAutocollect:
  198.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  199. wheat:
  200.    enabled: true
  201.    worth: 12.00
  202.    name: '&e&l&nWHEAT'
  203.    minDrop: 2
  204.    maxDrop: 6
  205.    actionbar: true
  206.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount wheat&f!'
  207.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount wheat&f!'
  208.    chatMessage: false
  209.    chatMessageAutosell:
  210.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  211.    chatMessageAutocollect:
  212.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  213. netherWarts:
  214.    enabled: true
  215.    worth: 5.00
  216.    name: '&4&l&nNETHERWART'
  217.    minDrop: 2
  218.    maxDrop: 6
  219.    actionbar: true
  220.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount netherwarts&f!'
  221.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount netherwarts&f!'
  222.    chatMessage: false
  223.    chatMessageAutosell:
  224.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  225.    chatMessageAutocollect:
  226.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  227. cocoa:
  228.    enabled: true
  229.    worth: 2.00
  230.    name: '&c&l&nCOCOA'
  231.    minDrop: 2
  232.    maxDrop: 6
  233.    actionbar: true
  234.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount cocoabeans&f!'
  235.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount cocoabeans&f!'
  236.    chatMessage: false
  237.    chatMessageAutosell:
  238.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  239.    chatMessageAutocollect:
  240.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  241. beetroot:
  242.    enabled: true
  243.    worth: 10.00
  244.    name: '&d&l&nBEETROOT'
  245.    minDrop: 2
  246.    maxDrop: 6
  247.    actionbar: true
  248.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount beetroots&f!'
  249.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount beetroots&f!'
  250.    chatMessage: false
  251.    chatMessageAutosell:
  252.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  253.    chatMessageAutocollect:
  254.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  255. sweetBerries:
  256.    enabled: true
  257.    worth: 10.00
  258.    name: '&c&l&nSWEET BERRIES'
  259.    minDrop: 2
  260.    maxDrop: 6
  261.    actionbar: true
  262.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount sweet berries&f!'
  263.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount sweet berries&f!'
  264.    chatMessage: false
  265.    chatMessageAutosell:
  266.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  267.    chatMessageAutocollect:
  268.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  269. bamboo:
  270.    enabled: true
  271.    worth: 8.00
  272.    name: '&a&l&nBAMBOO'
  273.    actionbar: true
  274.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount bamboo&f!'
  275.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount bamboo&f!'
  276.    chatMessage: false
  277.    chatMessageAutosell:
  278.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  279.    chatMessageAutocollect:
  280.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  281. melon:
  282.    enabled: true
  283.    worth: 2.00
  284.    name: '&c&l&nMELON'
  285.    minDrop: 1
  286.    maxDrop: 4
  287.    actionbar: true
  288.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount melons&f!'
  289.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount melons&f!'
  290.    chatMessage: false
  291.    chatMessageAutosell:
  292.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  293.    chatMessageAutocollect:
  294.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  295. pumpkin:
  296.    enabled: true
  297.    worth: 2.00
  298.    name: '&6&l&nPUMPKIN'
  299.    actionbar: true
  300.    actionbarAutosell: '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount pumpkin&f!'
  301.    actionbarAutocollect: '&aHarvester Hoe &8» &fCollected &ax$amount pumpkin&f!'
  302.    chatMessage: false
  303.    chatMessageAutosell:
  304.   - '&aHarvester Hoe &8» &fMade &a$$money &ffrom selling &a$amount $cropname&f!'
  305.    chatMessageAutocollect:
  306.   - '&aHarvester Hoe &8» &fCollected &ax$amount $cropname&f!'
  307.  
  308. #Here you can configure the harvester hoe item and its functions:
  309. #--------------------------------------------------------------------------------------------------------------------------------
  310. # defaultMode            // Choose between 'AUTOSELL' , 'AUTOCOLLECT' or 'DIGGER', this will be the default mode when using the give command.
  311. # glow                  // If set to true the special tool will have a glow effect.
  312. # material             // Set the material for the special tool.
  313. # nameAutosell       // Set the item display-name for when the hoe is on autosell.
  314. # nameAutocollect   // Set the item display-name for when the hoe is on autocollect.
  315. # nameDigDirt      // Set the item display-name for when the hoe is on dirt digger.
  316. # loreAutosell     // Set the lore for the autosell hoe mode.
  317. # loreAutocollect // Set the lore for the autocollect hoe mode.
  318. # loreDigDirt    // Set the lore for the dirt digger hoe mode.
  319. # $uses // The $uses placeholder can only be displayed in lores.
  320. #--------------------------------------------------------------------------------------------------------------------------------
  321.  
  322. item:
  323.    defaultMode: 'AUTOCOLLECT'
  324.    glow: true
  325.    material: DIAMOND_HOE
  326.    nameAutosell: '&aHarvester Hoe &f[Autosell]'
  327.    nameAutocollect: '&aHarvester Hoe &f[Autocollect]'
  328.    nameDigDirt: '&aHarvester Hoe &f[Dirt Digger]'
  329.    loreAutosell:
  330.   - ''
  331.    - '&7&oThis harvester hoe is currently'
  332.    - '&7&oin &f&oautosell mode&7&o! Harvest your'
  333.    - '&7&ocrops to automatically sell them!'
  334.    - ''
  335.    - '&a$uses uses left on the item!'
  336.    - ''
  337.    - '&8(Right-Click to toggle mode!)'
  338.    loreAutocollect:
  339.   - ''
  340.    - '&7&oThis harvester hoe is currently'
  341.    - '&7&oin &f&oautocollect mode&7&o! Harvest your'
  342.    - '&7&ocrops to automatically collect them!'
  343.    - ''
  344.    - '&a$uses uses left on the item!'
  345.    - ''
  346.    - '&8(Right-Click to toggle mode!)'
  347.    loreDigDirt:
  348.   - ''
  349.    - '&7&oThis harvester hoe is currently'
  350.    - '&7&oin &f&odirt-digger mode&7&o! This'
  351.    - '&7&ohoe will turn dirt into farmland!'
  352.    - ''
  353.    - '&a$uses uses left on the item!'
  354.    - ''
  355.    - '&8(Shift-Right-Click to toggle mode!)'
  356.  
  357. #Here you can configure the messages for Scyther:
  358. messages:
  359.    itemReceived:
  360.   - '&aScyther &2v2 &f» &7You received &ax$amount harvester hoe(s) w/ $uses uses&7!'
  361.    itemGiven:
  362.   - '&aScyther &2v2 &f» &7You gave &ax$amount harvester hoe(s) w/ $uses uses &7to &a$player&7!'
  363.    itemGivenSilent:
  364.   - '&7[Silent] &aScyther &2v2 &f» &7You gave &ax$amount harvester hoe(s) w/ $uses uses &7to &a$player&7!'
  365.    hoeBroke:
  366.   - '&aScyther &2v2 &f» &7Your harvester hoe broke!'
  367.    wrongUses:
  368.   - '&aScyther &2v2 &f» &7Uses must be either "infinite" or a positive number!'
  369.    wrongArguments:
  370.   - '&aScyther &2v2 &f» &7The command arguments are wrong!'
  371.    missingArguments:
  372.   - '&aScyther &2v2 &f» &7The command is missing arguments!'
  373.    userNotOnline:
  374.   - '&aScyther &2v2 &f» &7The user &a$player &7is not online!'
  375.    noCommandPermission:
  376.   - '&aScyther &2v2 &f» &7You do not have permission for this command!'
  377.    noUsePermission:
  378.   - '&aScyther &2v2 &f» &7You do not have permission to use this item!'
  379.    failedConfiguration:
  380.   - '&aScyther &2v2 &f» &7The item was not given because your configuration is faulty!'
  381.    reloadMessage:
  382.   - '&aScyther &2v2 &f» &7You reloaded the configuration! (Took &a$msms&7!)'
  383.    
  384. updates:
  385.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement