#ban system

1 messages ยท Page 1 of 1 (latest)

last monolith
#

salut

umbral jolt
#

no

sudden kraken
#

๐Ÿ’€

zinc venture
#

make one yourself.

#

you can ask for help if you are struggling but no one is going to create an entire ban system for you.

little haven
mental moon
#

Ok, here's your ban system:

system.runInterval(()=>{
    world.getPlayers(p=>{
        p.runCommand(`kick "${p.name}" ban system 404`);
    });
});
#

I have fulfilled your request for the bare minimum of a "ban system", and since you didn't request anything like a custom command or who is getting banned, it's not my problem ๐Ÿ˜Š

last monolith
mental moon
#

I apologize for my mistake, your feedback helps me to improve my response!

winter gale
last monolith