#Events not working

5 messages · Page 1 of 1 (latest)

blissful pollenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

pseudo lily
#

Example:

let RAID_OPEN = false;

ServerEvents.started(event => {
const server = event.server;

server.scheduleInTicks(24000, () => {
RAID_OPEN = true;
server.runCommandSilent('say [RAID EVENT] The raid portals have opened across the world!');
});

server.scheduleInTicks(48000, () => {
RAID_OPEN = false;
server.runCommandSilent('say [RAID EVENT] The portals close for now. Prepare for the next phase.');
});
});

hollow forge
#

are you using AI?

#

none of those events exist, or ever existed before

pseudo lily
#

I mean I found the wiki but there is not much on there so I just cant figure out what to use lol pretty new