#Need some help writing rate-limiting modifications to Adonis

1 messages · Page 1 of 1 (latest)

glossy star
#

How can people run ;color in your game

grizzled crow
#

I allowed all users to run all avatar-related commands

glossy star
#

or any commands with ;

grizzled crow
#

;color ;avataritem ;rhats etc

glossy star
#

did you know the equivlants with ! exists

#

and they have like some debounces or some checks for that idk

#

; are admin

trim bronzeBOT
#
Commands

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

Description

Give the target player(s) the avatar/catalog item matching <ID> and adds it to their HumanoidDescription.

Example

:AvatarItem Builderman <ID>

Arguments

<player>, <ID>

Admin level

Moderators

Prefix

None

Fun

False

#
Commands

avataritem, accessory, hat, donorhat, shirt, donorshirt, tshirt, donortshirt, givetshirt, shirt, donorshirt, giveshirt, pants, donorpants, givepants, face, donorface, animation, anim

Description

Gives yourself the avatar item that belongs to <ID>

Example

!DonorAvatarItem <ID>

Arguments

<ID>

Admin level

Donors

Prefix

None

Fun

False

grizzled crow
#

we overwrote avataritem in particular and just assigned it to the normal admin prefix for no real reason in particular

near osprey
#

wouldn't settings.CommandCooldowns work?

grizzled crow
#

can you input aliases in there

#

or, rather

#

force every alias to have a cooldown

#

using it

near osprey
#

as far as i can tell, it only lets you do actual commands not aliases specifically

grizzled crow
#

then no sadly

glossy star
#

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)

grizzled crow
#

can help, yes, but is not what i asked for

glossy star
#

then No

grizzled crow
#

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

glossy star
#

steal kronos' mainmodule

near osprey
#

im pretty sure adonis's alias code is all from kronos but just written a bit more nicely

#

(it still hurts my head though)

grizzled crow
#

what is kronos

glossy star
#

We don't have to go down THAT rabbit hole.

grizzled crow
#

WELL

#

you brought it up

#

but

#

Alright then

near osprey
#

pbcc fork of adonis

#

thats really all it was

grizzled crow
#

what is pbcc

near osprey
#

pinewood computer core

grizzled crow
#

ok then

near osprey
#

its a cool "universe" on the "roblox metaverse"

glossy star
#

pb

#

more like lead

grizzled crow
#

I have never heard of it but

glossy star
#

CHemistry

near osprey
grizzled crow
#

I guess I'll just fork adonis and implement rate limiting to it myself

near osprey
#

but i'm pretty sure you'll have to fork adonis to do it