Information

AbyssSides is a one-of-a-kind allegiance plugin that allows your players to choose a side and receive various benefits. Vanilla effects, currency effects, and even special custom effects like Fly! This plugin is rich in customizability and packed with small features like cooldowns to ensure your server delivers a promising experience.

Dependencies

  • AbyssLib (required)

Boosts

  • AbyssCollectors

  • AbyssEconomy

  • ShopGUIPlus

  • AutoSell

  • SuperMobCoins

  • UltraPrisonCore (Gems and Tokens)

  • Fly

  • Any vanilla potion effect

Commands

  • /sides - Opens the sides menu

Placeholders

  • %abysssides% - Displays the player's formatted side name

Configuration Files

Sides Configuration File
sides:
    "default":
        permission: "abysssides.default"
        boosts:
            - "fly"
            - "experience;2"
        effect-boosts:
            - "SPEED;0"
        "available":
            material: "LIME_DYE"
            name: "&2&l[!] &aDefault Side &7(Available)"
            lore:
                - " "
                - "&aInformation"
                - "&a- &7Side: &fDefault"
                - "&a- &7Status: &fAvailable"
                - " "
                - "&aBoosts"
                - "&a- &7Speed 1"
                - "&a- &72x Experience Boost"
                - "&a- &7Ability to fly"
                - " "
                - "&7&o(( Click me to become a part of the Default Side! ))"
        "unavailable":
            material: "RED_DYE"
            name: "&4&l[!] &cDefault Side &7(Locked)"
            lore:
                - " "
                - "&cInformation"
                - "&c- &7Side: &fDefault"
                - "&c- &7Status: &fLocked"
                - " "
                - "&cBoosts"
                - "&c- &7Speed 1"
                - "&c- &72x Experience Boost"
                - "&c- &7Ability to fly"
                - " "
                - "&7&o(( You don't have the Default Side unlocked! ))"
        "selected":
            material: "YELLOW_DYE"
            enchanted: true
            name: "&6&l[!] &eDefault Side &7(Selected)"
            lore:
                - " "
                - "&eInformation"
                - "&e- &7Side: &fDefault"
                - "&e- &7Status: &fSelected"
                - " "
                - "&eBoosts"
                - "&e- &7Speed 1"
                - "&e- &72x Experience Boost"
                - "&e- &7Ability to fly"
                - " "
                - "&7&o(( Click me to become &f&oneutral&7&o and leave your side! ))"
Main Settings Configuration File
command:
    base-command: "side"
    aliases:
        - "sides"
        - "abyssside"
        - "abysssides"

open-menu-on-join: true #Whether or not the menu should open on join if the player does not have a side
cooldown: 3600 #in seconds
Messages Configuration File
messages:
    "no-permission":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou don't have &4permission&c to do this!"
    "on-cooldown":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou can't select another side for &4%time%&c."
    "selected-side":
        sound:
            enabled: true
            value: "LEVEL_UP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have chosen the &3%side%&b side."
    "unselected-side":
        sound:
            enabled: true
            value: "LEVEL_UP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou no longer have a &3side&b."
    "experience-boost":
        sound:
            enabled: true
            value: "LEVEL_UP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have gained an extra &3%amount%&b EXP. &7(Side Boost)"
    "vault-boost":
        sound:
            enabled: true
            value: "LEVEL_UP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&b&lAbyss &8- &bYou have gained an extra &3$%amount%&b. &7(Side Boost)"

Showcase

Last updated