NullTxt

Results 10 comments of NullTxt

It seems like this may be an issue with the waypoints plugin (or mod) if it modifies the /tp command

Your version for luckperms is out of date

From just looking at it it seems it could be caused by like half of your skript plugins failing to load

See #1397 and #1509

> Did some poking around, currently DSRV defaults to listening to `AsyncPlayerPreLogin` at `LOWEST`, which is before LuckPerms loads at LOW. By `PlayerLogin` at `LOW`, LP will kick players if...

> This is a bit iffy due to `GuildMemberUpdateBoostTimeEvent` existing Yea I was thinking about having to do all the checks but in all honesty it doesn't really do that...

I think thats a really cool idea, the only thing is would every time the placeholder field is updated be a request to the discord api. Which depending on server...

> > I think thats a really cool idea, the only thing is would every time the placeholder field is updated be a request to the discord api. Which depending...

You can fix this by running `window.localStorage.setItem("showArchivedGroupsInPopup", false)` in the console for the manage groups window which will disable it (you can enable it by doing `window.localStorage.setItem("showArchivedGroupsInPopup", true)`)

> > You can fix this by running `window.localStorage.setItem("showArchivedGroupsInPopup", false)` > > in the console for the manage groups window which will disable it > > (you can enable it...