Plugin request

Heads up! You're sure that you're right here?

You are viewing the archive for plugin/mod & modpack requests.

Plugin-, mod- and modpack requests are no longer done through our forum. Instead, can request plugins, mods and modpacks here: https://aternos.org/suggest.
Information on this page is possibly outdated .
The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • I am requesting that you add a plugin called Skellett. It is a skript addon that is essential to MANY servers and would substantially increase my satisfactory rate here on Aternos. Skellett has features such as nametag rename, show player, objectives, bossbar modification, holograms, teams, item flags, team options, detecting if a curser has clicked, playsounds, dimension travel detection, entity nbt, item nbt. block nbt, and hundreds more. Adding Skellett would allow players to make skripts like this:

    command /adopt [<player>]:

    usage: &c/adopt

    permission: family.adopt

    permission message: &cYou do not have permission to perform this command! Ask an admin if you believe this to be a mistake.

    executable by: players and console

    aliases: /child

    trigger:

    if arg-player is not set:

    message "Correct usage: /adopt <player>"

    if arg-player is set:

    send "%player% wants to adopt you! Do /family accept %player% to join, or /family decline %player% to leave." to arg-player

    send "You send an adoption request to %arg-player%!" to player

    make the console execute "/scoreboard players set %arg-player% adopt 1"


    command /familyaccept [<player>]:

    usage: &c/familyaccept <player>

    permission: family.accept

    permission message: &cYou do not have permission to perform this command! Ask an admin if you believe this to be a mistake.

    executable by: players and console

    trigger:

    if arg-player is not set:

    message "Correct usage: /family accept <player>"

    if arg-player is set:

    make the console execute "/scoreboard players set %player% adopt 2"

    send "&bYou were adopted by &a%arg-player%!" to player

    send "&bYou adopted &a%player%! &bCongrats!" to arg-player

    make the console execute "/tag %player% add %arg-player%'s child"

    make the console execute "/tag %arg-player% add %player%'s parent"


    command /familydecline [<player>]:

    usage: &c/familydecline <player>

    permission: family.decline

    permission message: &cYou do not have permission to perform this command! Ask an admin if you believe this to be a mistake.

    executable by: players and console

    trigger:

    if arg-player is not set:

    message "Correct usage: /family decline <player>"

    if arg-player is set:

    make the console execute "/scoreboard players set %player% adopt 0"

    send "&cYou declined the offer to be adopted by %arg-player%!" to player

    send "&c%player% declined adoption!"


    Please take this into consideration, please and thank you :)

  • Roman

    Closed the thread.