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