Releases: PGMDev/Community
Releases · PGMDev/Community
Dev build 2da00a1
fix(events): a bunch of small fixes (#110) * fix(HostAddMenu): filter players by correct permission Makes it so the player list in the menu is filtered by those who can host map parties (`community.event` as per MapPartyFeature) instead of `community.staff`. Signed-off-by: TTtie <[email protected]> * fix(events): require event type for `/event create`, fix NPE on null event type Creating an event using `/event create` without a type passed in throws a NPE in MapPartyFeature#create due to null event type. This commit fixes both the NPE and makes the event type required to ensure consistency between the event GUI and event commands. Signed-off-by: TTtie <[email protected]> * fix(events): require preset name for `/event preset` Makes the preset name in /event preset a required parameter as it doesn't make sense to create against a null preset. Signed-off-by: TTtie <[email protected]> * fix(events): allow removing online event hosts This commit fixes an issue where event hosts that were online couldn't be removed from the event host list due to them being resolved to a UUID. This fix is suboptimal, but given that this doesn't happen often, it is probably sufficient. Signed-off-by: TTtie <[email protected]> --------- Signed-off-by: TTtie <[email protected]>
Dev build d308674
Post Friendship update to main thread (#109) Signed-off-by: Christopher White <[email protected]>
Dev build 0ebe4c1
Fix nicknames on modern & migrate to PacketEvents (#106) Signed-off-by: BT <[email protected]> Signed-off-by: applenick <[email protected]> Co-authored-by: applenick <[email protected]>
Dev build a1af184
Prevent oversized alt lookup chat messages Signed-off-by: applenick <[email protected]>
Dev build 91423ee
Fix compile issue with instantIgnite Signed-off-by: applenick <[email protected]>
Dev build 7414c88
Add contributing and code of conduct docs Signed-off-by: applenick <[email protected]>
Dev build 42b91d5
Fix fake skins for nicknamed players on SportPaper (#108) Signed-off-by: BT (calcastor/mame) <[email protected]>
Dev build 7030398
Prevent accidental supervotes Signed-off-by: applenick <[email protected]>
Dev build 80f3b55
Tighten alt-risk recent-ban handling Signed-off-by: applenick <[email protected]>
Dev build fb1dbd5
Fix empty-result pagination in lookup and related commands Signed-off-by: applenick <[email protected]>