Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: PGMDev/Community

Dev build 2da00a1

22 Jun 23:26
2da00a1

Choose a tag to compare

Dev build 2da00a1 Pre-release
Pre-release
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

13 Jun 06:47
d308674

Choose a tag to compare

Dev build d308674 Pre-release
Pre-release
Post Friendship update to main thread (#109)

Signed-off-by: Christopher White <[email protected]>

Dev build 0ebe4c1

11 May 07:06
0ebe4c1

Choose a tag to compare

Dev build 0ebe4c1 Pre-release
Pre-release
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

25 Apr 06:57
a1af184

Choose a tag to compare

Dev build a1af184 Pre-release
Pre-release
Prevent oversized alt lookup chat messages

Signed-off-by: applenick <[email protected]>

Dev build 91423ee

23 Apr 18:22
91423ee

Choose a tag to compare

Dev build 91423ee Pre-release
Pre-release
Fix compile issue with instantIgnite

Signed-off-by: applenick <[email protected]>

Dev build 7414c88

23 Apr 19:47
7414c88

Choose a tag to compare

Dev build 7414c88 Pre-release
Pre-release
Add contributing and code of conduct docs

Signed-off-by: applenick <[email protected]>

Dev build 42b91d5

15 Apr 18:17
42b91d5

Choose a tag to compare

Dev build 42b91d5 Pre-release
Pre-release
Fix fake skins for nicknamed players on SportPaper (#108)

Signed-off-by: BT (calcastor/mame) <[email protected]>

Dev build 7030398

11 Apr 17:28
7030398

Choose a tag to compare

Dev build 7030398 Pre-release
Pre-release
Prevent accidental supervotes

Signed-off-by: applenick <[email protected]>

Dev build 80f3b55

06 Apr 07:43
80f3b55

Choose a tag to compare

Dev build 80f3b55 Pre-release
Pre-release
Tighten alt-risk recent-ban handling

Signed-off-by: applenick <[email protected]>

Dev build fb1dbd5

04 Apr 18:04
fb1dbd5

Choose a tag to compare

Dev build fb1dbd5 Pre-release
Pre-release
Fix empty-result pagination in lookup and related commands

Signed-off-by: applenick <[email protected]>