ChunkCollector (Now Open SRC)

 ChunkCollector (Now Open SRC) 1.3

ChunkCollector (Now Open SRC)
Code:
Options:
  debugging: true
  auto-purge:
    enabled: true
    # How often should the plugin attempt to remove invalid chunk collectors?
    interval: 10 # In ticks. ( 20 ticks is 1 second. )
  auto-save:
    enabled: true
    # How often should the plugin attempt to save data in file?
    # In case of a crash, data will be saved and chunk collectors will not be lost.
    interval: 10 # In seconds
  auto-collect:
    # How often should chunk collectors collect sellable items from the ground?
    interval: 120 # In ticks. 200 = 10 seconds.
  hooks:
    holographicdisplays: true


 
Collector:
  item:
    name: '&b&lChunk Collector'
    lore:
    - '&7Transports a selection of dropped'
    - '&7items in a chunk into this container.'
    - ''
    - '&e&lInformation:'
    - '&8- &fRadius: &bOne Chunk'
    - '&8- &fSelected Items:'
    - '&f   -&7 Sugar Cane'
    - '&f   -&7 Cactus'
    - '&f   -&7 Diamond Block'
    - '&f   -&7 Emerald Block'
    - '&f   -&7 Iron Block'
    - '&f   -&7 Bone'
    - '&f   -&7 Blaze Rod'
    - '&f   -&7 String'
    - '&f   -&7 TNT &8(Deposit in TNT Bank)'
    - '&f   -&7 Ender Pearl'
    - '&f   -&7 Gun Powder'
    - '&f   -&7 Gold Block'
    - ''
    - '&c&lNote: &7You may only remove chunk'
    - '&7collectors in your own claims or wild.'
    - ''
    - '&3&nshop.BlizzardMC.org'
  hologram:
  - '&b&lChunk Collector'
  - ''
  - '&fValue: &a$%money%'
  - ''
  - '&7&oRight-Click to Open'
  - '&7&oLeft-Click to Update'
  - '&7&oShift-Click to Sell All'



Inventory:
  name: Collector > Menu
  rows: 6

Decorate:
  info:
    item: book
    name: "&b&lInformation"
    lore:
    - "&7Specific dropped items in this same"
    - "&7chunk will automatically be collected"
    - "&7and transported into this storage unit."
    - ""
    - "&7You can sell items for money that'll"
    - "&7be sent to your personal balance."
    slot: 40
  glass:
    item: black_stained_glass_pane
    name: "&c"
    enchanted: true
    slots: all
     
Delete:
  glass:
    item: red_stained_glass_pane
    name: "&c&lDelete Chunk Collector"
    inventory-close: true
    lore:
    - "&7Click to confirm action, the item will"
    - "&7be teleported to your inventory."
    - ""
    - "&c&lNote: &7Deleting this will lose all"
    - "&7collected items, they will not be retrievable."
    slots: 41

Holo-Toggle:
  glass:
    slots: 37
    enabled:
      item: armor_stand
      name: "&a&lHologram"
      lore:
      - "&7Click to toggle this Chunk"
      - "&7Collector's Hologram..."
      - ""
      - "&7Status: &a&lENABLED"
      - ""
      - "&7Click to &cDisable&7 the Hologram."
    disabled:
      item: barrier
      name: "&c&lHologram"
      enchanted: true
      lore:
      - "&7Click to toggle this Chunk"
      - "&7Collector's Hologram..."
      - ""
      - "&7Status: &c&lDISABLED"
      - ""
      - "&7Click to &aEnable&7 the Hologram."

Sell-all:
  glass:
    item: lime_stained_glass_pane
    name: "&a&lSell All Contents"
    inventory-close: true
    lore:
    - "&7Click to confirm action, you will"
    - "&7sell everything contained."
    - ""
    - "&b&lInformation:"
    - "&3&l» &fTotal Value: &7$%value%"
    - ""
    slots: 39

Sell:
  emerald:
    item: 'EMERALD'
    name: '&b&lEmerald'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Emerald'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - '&8- &fMob: &cSilverfish'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 19
  melon:
    item: 'SPECKLED_MELON'
    name: '&b&lGlistering Melon'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Glistering Melon'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - '&8- &fMob: &cSquid'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 12
  charge:
    item: 'FIREWORK_CHARGE'
    name: '&b&lFirework Charge'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Firework Charge'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - '&8- &fMob: &cHorse'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 13
  star:
    item: 'NETHER_STAR'
    name: '&b&lNether Star'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Nether Star'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - '&8- &fMob: &cOcelot'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 25.0
    slot: 14
  cane:
    item: 'sugar_cane'
    name: '&b&lSugar Cane'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Sugar Cane'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 20
  cactus:
    item: 'cactus'
    name: '&b&lCactus'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Cactus'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 21
  diamond:
    item: 'diamond_block'
    name: '&b&lDiamond Block'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Diamond Block'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 22
  emerald_block:
    item: 'emerald_block'
    name: '&b&lEmerald Block'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Emerald Block'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 23
  iron:
    item: 'iron_block'
    name: '&b&lIron Block'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Iron Block'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 24
  bone:
    item: 'bone'
    name: '&b&lBone'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Bone'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 28
  rod:
    item: 'blaze_rod'
    name: '&b&lBlaze Rod'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Blaze Rod'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 29
  string:
    item: 'string'
    name: '&b&lString'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6String'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 30
  tnts:
    item: 'tnt'
    name: '&b&lTNT'
    lore:
    - '&7&nLeft-Click&7 to Deposit &nAll&7 &8(/f tnt)'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &b%amount% TNT'
    - ''
    - '&a&lCommands:'
    - '&8- &f/f tnt &8(View TNT Balance)'
    - '&8- &f/f tnt take <amount> &8(Withdraw TNT from Faction)'
    - '&8- &f/f tnt add <amount> &8(Deposit TNT into Faction)'
    - ''
    - '&7TNT Bank: A virtual storage where faction'
    - '&7members can deposit and withdraw tnt.'
    enchanted: true
    price: 1.0
    slot: 31
  pearl:
    item: 'ender_pearl'
    name: '&b&lEnder Pearl'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Ender Pearl'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 32
  powder:
    item: 'sulphur'
    name: '&b&lGun Powder'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Gun Powder'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 33
  gold:
    item: 'gold_block'
    name: '&b&lGold Block'
    lore:
    - '&7&nLeft-Click&7 to Sell &nAll'
    - ''
    - '&e&lInformation:'
    - '&8- &fStored: &d%amount%x'
    - '&8- &fItem: &6Gold Block'
    - '&8- &fTotal Value: &a$%value% &7($%price%/per)'
    - ''
    - '&7&nshop.BlizzardMC.org'
    enchanted: true
    price: 1.0
    slot: 34

Latest reviews

i rated a 3 as you have not stated the permissions if any and if there isnt any then please state if there is or not

Similar resources

BlizzardMCCrystals (BlizzardMC) [NOW OPEN SRC] N
0.00 star(s) 0 ratings
Downloads
134
Updated
Discord JS Bot - Open Source - Free 24/7 Hosting RealNotSound
3.33 star(s) 3 ratings
Downloads
94
Updated
My setups SkyBlock - Factions - Practice - Hub (Click on setup to open setup page)   [IMG]1.8.8  W S
⭐ SkyBlock Setup (S2) ⭐ Upgrades - Enchants - Statues - Quests - Custom Hoppers 6.5
1.00 star(s) 1 ratings
Downloads
451
Updated
BlackSpigot General Chat
Rules Help Users
    S @ SexyRapidFish: 1000+ LEAKED STUFF FREE; EVERYTHING CRACKED NO VIRUSSES; flexleaksdotn et
    Top