Thats why I said 'multiple times' bruh
Posts by EliPlayz32
The Aternos forums are now deprecated
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
Hello Aternos Team,
I know you probably get this a lot, but everybody wants skript updated. And If you don't update skript, you might just want to remove the skript addons (wildskript, TuSKe, skQuery, etcetera) along with skript itself. I am attempting to make a hopper + dropper multi-structure that is essentially auto crafting, but I cannot do that without skript, as it is the only plugin available that allows you to write your own code and be creative.
If there is any reason that you can not update skript, please let the community and I know, I am dying to know why this simple plugin cannot be updated.
If you do decide to update skript, here is the latest link:
https://github.com/SkriptLang/Skript/releases
Thank you, and have a nice day.
-
In order to proceed with solving this issue, we will need the server log. Post it using https://pastebin.com/
-
Please update skript, I dont know if you noticed, but they moved websites and have versions past 2.1.2 here. We need an update to skript!!
-
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