norskaaa

Scyther / Default Config

Nov 24th, 2021 (edited)
1,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 15.44 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # Scyther, a premium resource by Norska#1933 [ID: 253886847690866688]                   #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord                                                   #
  7. #                                                                                       #
  8. # You are editing the config.yml file of Scyther.                                       #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. ##################################
  22. #                                #
  23. #            PATCHES             #
  24. #                                #
  25. ##################################
  26.  
  27. patches:
  28.    # Note: Will disable harvester hoe usage if the player has an item
  29.    # in their second hand, which can be abused alongside cheats in order
  30.    # to spam farm sugarcane/bamboo.
  31.    # Bypass Permission: scyther.patches.offhand
  32.    disableOffHand:
  33.       enabled: true
  34.      
  35.    # Note: Will disable placing sugarcane on top of sugarcane in order to
  36.    # farm it quicker, that way the player must wait for the sugarcane to
  37.    # grow on its own.
  38.    # Bypass Permission: scyther.patches.cane
  39.    disableCanePlacement:
  40.       enabled: true
  41.      
  42.    # Note: Will disable harvester hoe usage if the crop is next to dispensers
  43.    # which can be used alongside redstone clocks to spam farm crops.
  44.    # Bypass Permission: scyther.patches.dispensers
  45.    disableWhenNearbyDispensers:
  46.       enabled: true
  47.  
  48. ##################################
  49. #                                #
  50. #             HOOKS              #
  51. #                                #
  52. ##################################
  53.          
  54. hooks:
  55.    worldguard:
  56.       enabled: true
  57.      
  58.    griefprevention:
  59.       enabled: true
  60.    
  61.    askyblock:
  62.       enabled: true
  63.      
  64.    towny:
  65.       enabled: true
  66.      
  67.    superiorskyblock2:
  68.       enabled: true
  69.  
  70.    # Note: Autosell money will be doubled, or quadrupled if both personal and global boosters are active.
  71.    superboosters:
  72.       enabled: true
  73.      
  74.    # Note: Allows the player to gain farming experience when harvesting crops with Scyther.    
  75.    jobsreborn:
  76.       enabled: true
  77.      
  78.    # Note: EliteMasks's sellboost will affect Scyther's prices.        
  79.    elitemasks:
  80.       enabled: true
  81.  
  82.    # Note: Scyther will fetch crop prices directly from ShopGUIPlus.
  83.    shopguiplus:
  84.       enabled: true
  85.      
  86.    # Note: Here you can configure the permission item that shows up in "/is permissions", to toggle usage of harvesters for specific ranks on your island. IridiumSkyblock v3+ ONLY!
  87.    # Note: Use the placeholder %permission% in the lore!
  88.    # Note: Find customizable sounds/messages for IridiumSkyblock in Scyther's messages.yml and sounds.yml file!
  89.    iridiumskyblock:
  90.       enabled: true
  91.       permission:
  92.          material: "DIAMOND_HOE"
  93.          amount: 1
  94.          slot: 1
  95.          name: "&aUse harvester hoes"
  96.          lore:
  97.         - '&7Grant the ability to use harvester hoes on your Island.'
  98.          - ''
  99.          - '&e&lPermission'
  100.          - '%permission%'
  101.    
  102.    # Note: Allows the player to gain farming experience when harvesting crops with Scyther.
  103.    # Note: The experience gets multiplied by the amount of crops harvested.  
  104.    # Note: The experience must be set in Doubles (e.g 0.5 and not 1).
  105.    aureliumskills:
  106.       enabled: true
  107.       settings:
  108.          worksWithAutosell: true
  109.          worksWithAutocollect: true
  110.          # Note: It is suggested to use periodical payouts as it reduces API calls and therefore improves performance.
  111.          periodicalPayouts:
  112.             enabled: true
  113.             interval: 5
  114.          experience:
  115.             sugarcane: 0.5
  116.             carrot: 0.5
  117.             wheat: 0.5
  118.             potato: 0.5
  119.             netherwart: 0.5
  120.             cocoa: 0.5
  121.             beetroot: 0.5
  122.             sweetberry: 0.5
  123.             bamboo: 0.5
  124.             melon: 0.5
  125.             pumpkin: 0.5
  126.             honeycomb: 0.5
  127.    
  128.    # Note: Allows the player to gain herbalism experience when harvesting crops with Scyther.
  129.    # Note: The experience gets multiplied by the amount of crops harvested.
  130.    # Note: The experience must be set in Integers (e.g 1 and not 0.5).        
  131.    mcmmo:
  132.       enabled: true
  133.       settings:
  134.          worksWithAutosell: true
  135.          worksWithAutocollect: true
  136.          # Note: It is suggested to use periodical payouts as it reduces API calls and therefore improves performance.
  137.          periodicalPayouts:
  138.             enabled: true
  139.             interval: 5
  140.          experience:
  141.             sugarcane: 1
  142.             carrot: 1
  143.             wheat: 1
  144.             potato: 1
  145.             netherwart: 1
  146.             cocoa: 1
  147.             beetroot: 1
  148.             sweetberry: 1
  149.             bamboo: 1
  150.             melon: 1
  151.             pumpkin: 1
  152.             honeycomb: 1        
  153.  
  154. ####################################
  155. #                                  #
  156. # PERFORMANCE (PERIODICAL PAYOUTS) #
  157. #                                  #
  158. ####################################
  159.  
  160. performance:
  161.   # Note: It is suggested to use periodical payouts as it reduces API calls and therefore improves performance.
  162.    periodicalPayouts:
  163.       enabled: true
  164.       interval: 5
  165.  
  166. ##################################
  167. #                                #
  168. #           HOLOGRAMS            #
  169. #                                #
  170. ##################################
  171.  
  172. # Placeholders for names and lores for AUTOSELL:
  173. # {0} = money
  174. # {1} = boosted money
  175. # {2} = boost percentage
  176. # {3} = taxed money
  177. # {4} = tax percentage
  178. # {5} = amount
  179. # {6} = experience
  180. # {ITEM} = itemstack of crop
  181.  
  182. # Placeholders for names and lores for AUTOCOLLECT:
  183. # {0} = amount
  184. # {1} = experience
  185. # {ITEM} = itemstack of crop
  186.  
  187. # Note: Lines in layout with {ITEM} cannot contain any other placeholder.
  188.  
  189. holograms:
  190.    settings:
  191.      # Note: Default values (0.5, 2.7 and 0.5) are perfectly centered.
  192.       locationOffset:
  193.          addX: 0.5
  194.          addY: 2.7
  195.          addZ: 0.5
  196.       displayTime: 3
  197.       # Handlers: HolographicDisplays, CMI
  198.       handler: "HolographicDisplays"
  199.      
  200.    autosell:
  201.       enabled: true
  202.       layout:
  203.      - '&f&l+&a${0}'
  204.       - '&f(Boost: &a${1}&f)'
  205.       - '&f(Tax: &c${3}&f)'
  206.       - '{ITEM}'
  207.       - '&a&l+{6} XP'
  208.      
  209.    autocollect:
  210.       enabled: true
  211.       layout:
  212.      - '&f&l+&a{0} crops&r'
  213.       - '{ITEM}'
  214.       - '&a&l+{1} EXP'
  215.  
  216. ##################################
  217. #                                #
  218. #         TAXES & BOOSTS         #
  219. #                                #
  220. ##################################
  221.  
  222. # Note: decideFor can be set to MIN or MAX (case sensitive), this option is here in order for the feature to work with perm inheritance.
  223. # Note: MIN -> Grab the lowest tax (works for when higher ranks [ranks that inherit lower ranks perms] have a lower tax rate)
  224. # Note: MAX -> Grab the highest tax (works for when higher ranks [ranks that inherit lower ranks perms] have a higher tax rate)
  225.  
  226. # Note: You can add permissions to players in order to tax their sales from Scyther. Permission -> scyther.tax.<integer>
  227. taxes:
  228.    decideFor: MIN
  229.  
  230. # Note: You can add permissions to players in order to tax their sales from Scyther. Permission -> scyther.moneyboost.<integer>
  231. moneyBoost:
  232.    decideFor: MIN
  233.    
  234. ##################################
  235. #                                #
  236. #           HOE MODES            #
  237. #                                #
  238. ##################################  
  239.    
  240. modes:
  241.   # Note: Permission -> scyther.modes.autosell
  242.    autosell:
  243.       enabled: true
  244.    # Note: Permission -> scyther.modes.autocollect  
  245.    autocollect:
  246.       enabled: true
  247.    # Note: Permission -> scyther.modes.dirtdigger
  248.    dirtdigger:
  249.       enabled: true
  250.    requirePermissions: false
  251.    
  252. ##################################
  253. #                                #
  254. #    FULL INV & DROP CONFIRM     #
  255. #                                #
  256. ##################################
  257.  
  258. fullInventory:
  259.   # Note: true will drop the dropped items to the ground if inventory is full, false will remove the dropped items if inventory is full.
  260.    dropItems: true
  261.  
  262. confirmDrop:
  263.   # Note: Whether or not the user has to confirm (double drop) in order to drop a harvester hoe.
  264.    enabled: true
  265.    # Note: Time before the request times out.
  266.    timeout: 10
  267.  
  268. ##################################
  269. #                                #
  270. #    HARVESTER OWNER BINDING     #
  271. #                                #
  272. ##################################
  273.  
  274. harvesterBinding:
  275.    settings:
  276.      # Note: Whether or not to bind harvesters to their owners (player that uses the harvester for the first time).
  277.       enabled: false
  278.       disableUsageEntirely:
  279.         # Note: Whether or not to disable usage of the harvester entirely if it is not owned by the player trying to use it.
  280.          enabled: false
  281.       taxes:
  282.         # Note: Whether or not to tax the player that uses another player's harvester, for this feature to work disableUsageEntirely needs to be set to false.
  283.          enabled: false
  284.          # Note: This tax gets applied last (after other boosts, taxes, etc.). Accepted values -> Integer.
  285.          percentage: 25
  286.       placeholders:
  287.         # Note: What the {8} placeholder (ITEM section) will show when the harvester is not bound yet.
  288.          notBound: "Not bound to a player"
  289.  
  290. ##################################
  291. #                                #
  292. #    VALUE DISPLAY SETTINGS      #
  293. #                                #
  294. ##################################
  295.  
  296. displaySettings:
  297.    infiniteDisplay: "Infinite"
  298.    # Note: Format can be 1 or 2. 1 = Display 10000 as 10,000. 250000 as 250,000 etc. // 2 = Display 10000 as 10k. 1000000 as 1M etc.
  299.    numberFormatting:
  300.       format: 1    
  301.    experienceProgressBar:
  302.       symbol: "|"
  303.       color1: "&a"
  304.       color2: "&7"
  305.       length: 20
  306.  
  307. ##################################
  308. #                                #
  309. #             CROPS              #
  310. #                                #
  311. ##################################
  312.  
  313. crops:
  314.        
  315.    sugarcane:
  316.       enabled: true
  317.       worth: 5.0
  318.       experience:
  319.          autosell: 0.1
  320.          autocollect: 0.1
  321.  
  322.    bamboo:
  323.       enabled: true
  324.       worth: 5.0
  325.       experience:
  326.          autosell: 0.1
  327.          autocollect: 0.1
  328.  
  329.    carrot:
  330.       enabled: true
  331.       worth: 5.0
  332.       drops:
  333.          minimum: 2
  334.          maximum: 6
  335.       experience:
  336.          autosell: 0.1
  337.          autocollect: 0.1
  338.       exclusive:
  339.          replantafter: 0
  340.  
  341.    potato:
  342.       enabled: true
  343.       worth: 5.0
  344.       drops:
  345.          minimum: 2
  346.          maximum: 6
  347.       experience:
  348.          autosell: 0.1
  349.          autocollect: 0.1
  350.       exclusive:
  351.          replantafter: 0      
  352.          
  353.    wheat:
  354.       enabled: true
  355.       worth: 5.0
  356.       drops:
  357.          minimum: 2
  358.          maximum: 6
  359.       experience:
  360.          autosell: 0.1
  361.          autocollect: 0.1
  362.       exclusive:
  363.          replantafter: 0  
  364.          
  365.    netherwart:
  366.       enabled: true
  367.       worth: 5.0
  368.       drops:
  369.          minimum: 2
  370.          maximum: 6
  371.       experience:
  372.          autosell: 0.1
  373.          autocollect: 0.1
  374.       exclusive:
  375.          replantafter: 0
  376.          
  377.    beetroot:
  378.       enabled: true
  379.       worth: 5.0
  380.       drops:
  381.          minimum: 2
  382.          maximum: 6
  383.       experience:
  384.          autosell: 0.1
  385.          autocollect: 0.1
  386.       exclusive:
  387.          replantafter: 0  
  388.          
  389.    cocoa:
  390.       enabled: true
  391.       worth: 5.0
  392.       drops:
  393.          minimum: 2
  394.          maximum: 6
  395.       experience:
  396.          autosell: 0.1
  397.          autocollect: 0.1      
  398.  
  399.    sweetberry:
  400.       enabled: true
  401.       worth: 5.0
  402.       drops:
  403.          minimum: 2
  404.          maximum: 6
  405.       experience:
  406.          autosell: 0.1
  407.          autocollect: 0.1
  408.        
  409.    melon:
  410.       enabled: true
  411.       worth: 5.0
  412.       drops:
  413.          minimum: 2
  414.          maximum: 6
  415.       experience:
  416.          autosell: 0.1
  417.          autocollect: 0.1
  418.    
  419.    pumpkin:
  420.       enabled: true
  421.       worth: 5.0
  422.       experience:
  423.          autosell: 0.1
  424.          autocollect: 0.1
  425.  
  426.    honeycomb:
  427.       enabled: true
  428.       worth: 5.0
  429.       drops:
  430.          minimum: 2
  431.          maximum: 6
  432.       experience:
  433.          autosell: 0.1
  434.          autocollect: 0.1
  435.  
  436. ##################################
  437. #                                #
  438. #             ITEM               #
  439. #                                #
  440. ##################################
  441.  
  442. # Placeholders for names and lores:
  443. # {0} = uses
  444. # {1} = sell multiplier
  445. # {2} = drop multiplier
  446. # {3} = level
  447. # {4} = max level
  448. # {5} = experience
  449. # {6} = experience to next level
  450. # {7} = experience progress bar
  451. # {8} = owner (harvester binding feature needs to be enabled)
  452.  
  453. item:
  454.   # Note: Available modes are AUTOSELL, AUTOCOLLECT, DIRTDIGGER
  455.    defaultMode: 'AUTOSELL'
  456.    glow: false
  457.    material: WOODEN_HOE
  458.    materialData: 0
  459.    customModelData: 0
  460.    displaynames:
  461.       autosell: '&aHarvester &7» &f[&eAutosell&f] &f(Multiplier: &ax{1}&f)'
  462.       autocollect: '&aHarvester &7» &f[&6Autocollect&f] &f(Multiplier: &ax{2}&f)'
  463.       dirtdigger: '&aHarvester &7» &f[&cDigger&f]'
  464.    lores:
  465.       autosell:
  466.      - ''
  467.       - '&fInformation:'
  468.       - ' &e• &7Mode: &eAutosell'
  469.       - ' &e• &7Mult: &ex{1}'
  470.       - ' &e• &7Uses: &ex{0}'
  471.       - ''
  472.       - '&fLevelling: {7}'
  473.       - ' &d• &7Experience: &d{5}&f/&d{6}'
  474.       - ' &d• &7Current Level: &d{3}&f/&d{4}'
  475.       - ''
  476.       - '&aOwner: &f{8}'
  477.       - ''
  478.       - '&8(Right-Click to toggle mode!)'
  479.       autocollect:
  480.      - ''
  481.       - '&fInformation:'
  482.       - ' &e• &7Mode: &6Autocollect'
  483.       - ' &e• &7Mult: &ex{2}'
  484.       - ' &e• &7Uses: &ex{0}'
  485.       - ''
  486.       - '&fLevelling: {7}'
  487.       - ' &d• &7Experience: &d{5}&f/&d{6}'
  488.       - ' &d• &7Current Level: &d{3}&f/&d{4}'
  489.       - ''
  490.       - '&aOwner: &f{8}'
  491.       - ''
  492.       - '&8(Right-Click to toggle mode!)'
  493.       dirtdigger:
  494.      - ''
  495.       - '&fInformation:'
  496.       - ' &e• &7Mode: &cDigger'
  497.       - ''
  498.       - '&fLevelling: {7}'
  499.       - ' &d• &7Experience: &d{5}&f/&d{6}'
  500.       - ' &d• &7Current Level: &d{3}&f/&d{4}'
  501.       - ''
  502.       - '&aOwner: &f{8}'
  503.       - ''
  504.       - '&8(Shift-Right-Click to toggle mode!)'
  505.    itemFlags:
  506.   - "HIDE_ATTRIBUTES"
  507.    - "HIDE_ENCHANTS"
  508.    - "HIDE_PLACED_ON"
  509.    
  510. updates:
  511.    notifications: true
Add Comment
Please, Sign In to add comment