Information

Abyss Collectors is a highly configurable collectors plugin designed to provide your players with the best possible experience when farming mobs. There are two choices: iChest and Filled. The first is the traditional Void Chest style, and the second is the PvPWars iChest style collector. You can also enable vacuums and vacuum upgrades, which draw mobs in and damage them in intervals, allowing you to slowly kill them and collect their drops.

Dependencies

  • AbyssLib (required)

  • Any Supported Holograms Plugin (required)

    • DecentHolograms

    • CMI

    • HolographicDisplays

Commands

  • /collectors give <player> <type> <amount>

Note: Admins need the abysscollectors.admin permission to see the admin help menu & use the commands

Showcase

Short Showcase Video

Frequently asked questions

How do I remove the vacuum upgrades button?

After disabling the vacuum in the configuration, set the vacuum upgrades button slot to -1 to remove it entirely from the menu.

Default Configuration Files

Collectors Types Configuration File
collectors:
    "filled":
        item:
            material: "BEACON"
            name: "&6&l[&e&l!&6&l] &eFilled Collector"
            lore:
                - "&7&o(( Click to place down &f&ocollector&7&o. ))"
        vacuum:
            enabled: true
            radius: 5
            speed: 0.2
            damage-interval: 0.5 # seconds
            damage: 2 #1 heart
            collect-items: false
        ichest: false
        hologram:
            enabled: true
            y-offset: 2.5
            lines:
                - "&6&l[&e&l!&6&l] &eFilled Collector"
                - "&8(Filled Collector)"
                - ""
                - "&eWorth: &2$&a%worth-vault%"
                - "&eTotal Items: &f%amount%x"
    "ichest":
        item:
            material: "BEACON"
            name: "&6&l[&e&l!&6&l] &eiChest Collector"
            lore:
                - "&7&o(( Click to place down &f&ocollector&7&o. ))"
        vacuum:
            enabled: true
            radius: 5
            speed: 0.2
            damage-interval: 0.5 # seconds
            damage: 2 #1 heart
            collect-items: false
        ichest: true
        hologram:
            enabled: true
            y-offset: 2.5
            lines:
                - "&6&l[&e&l!&6&l] &eiChest Collector"
                - "&8(iChest Collector)"
                - ""
                - "&eWorth: &2$&a%worth-vault%"
                - "&eTotal Items: &f%amount%x"
Main Configuration File
drops:
    - "ROTTEN_FLESH"

prices:
    - "ROTTEN_FLESH;10;Vault" #Item, Price, Economy

holo-economies:
    - "Vault" #Just to use in the holograms
Messages Configuration File
messages:
    "no-permission":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cNo permission"
    "cannot-interact":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou cannot place/break/interact with collectors here!"
    "admin-help":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&3&m---------------------------------------"
                - " "
                - "&b&lAbyss&3&lCollectors &8&l┃ &bAdmin Help"
                - "&7&oMade by &f&oRelocation#0001&7&o."
                - " "
                - "&7<> = Required"
                - "&7[] = Optional"
                - " "
                - "&3&lCOMMANDS:"
                - "&3&l» &b/collectors give <player> <type> <amount>"
                - " "
                - "&3&m---------------------------------------"
    "given-collector":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have given &3%player% %amount%x %type%&b collector(s)."
    "received-collector":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have received &3%amount%x %type%&b collector(s)."
    "already-in-chunk":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cThere is already a &4collector&c in this chunk!"
    "placed-collector":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have placed a &3collector&b in this chunk."
    "removed-collector":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have removed the &3collector&b in this chunk."
    "sold-item":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have sold &3%amount%x %item%&b"
                - " "
                - "&b&lSALE SUMMARY:"
                - "&3- &bMoney: &f$%vault%"
    "purchased-upgrade":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have purchased an upgrade for &3$%amount%&b."
    "not-enough":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:                - "&c&lAbyss &8- &cYou cannot &4afford&c this."

Last updated