#Need some help writing rate-limiting modifications to Adonis
1 messages · Page 1 of 1 (latest)
I allowed all users to run all avatar-related commands
or any commands with ;
;color ;avataritem ;rhats etc
did you know the equivlants with ! exists
and they have like some debounces or some checks for that idk
; are admin
avataritem, giveavtaritem, catalogitem, accessory, hat, tshirt, givetshirt, shirt, giveshirt, pants, givepants, face, anim, torso, larm, leftarm, rarm, rightarm, lleg, leftleg, rleg, rightleg, head, walkanimation, walkanim, runanimation, runanim, jumpanimation, jumpanim, fallanimation, fallanim
Give the target player(s) the avatar/catalog item matching <ID> and adds it to their HumanoidDescription.
:AvatarItem Builderman <ID>
<player>, <ID>
Moderators
None
False
avataritem, accessory, hat, donorhat, shirt, donorshirt, tshirt, donortshirt, givetshirt, shirt, donorshirt, giveshirt, pants, donorpants, givepants, face, donorface, animation, anim
Gives yourself the avatar item that belongs to <ID>
!DonorAvatarItem <ID>
<ID>
Donors
None
False
does the rate limiting exist or not based on whether you're using that prefix?
we overwrote avataritem in particular and just assigned it to the normal admin prefix for no real reason in particular
wouldn't settings.CommandCooldowns work?
can you input aliases in there
or, rather
force every alias to have a cooldown
using it
as far as i can tell, it only lets you do actual commands not aliases specifically
then no sadly
alias = command1 + command2...
let alias1 be command1 + command2
if i run alias1, and then instantly alias1 that won't be funny for the server
adding a cooldown on command1 can help solve that
(have fun adjusting it)
can help, yes, but is not what i asked for
then No
I'd still like people to refresh their outfit using an alias near instantly, I'd instead like to be able to limit what aliases can do
steal kronos' mainmodule
im pretty sure adonis's alias code is all from kronos but just written a bit more nicely
(it still hurts my head though)
what is kronos
We don't have to go down THAT rabbit hole.
what is pbcc
pinewood computer core
ok then
its a cool "universe" on the "roblox metaverse"
I have never heard of it but
CHemistry
true
I guess I'll just fork adonis and implement rate limiting to it myself
but i'm pretty sure you'll have to fork adonis to do it