Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 7da0e61

Browse files
committed
minor bugfix
1 parent 640ad5a commit 7da0e61

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

.idea/workspace.xml

Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/pw/ipex/plex/mods/messaging/PlexMessagingChatMessageConstructor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class PlexMessagingChatMessageConstructor {
1515

1616
static {
1717
addGroupChannelClass("party", new PlexMessagingChannelClassWrapper(PlexMessagingPartyChatChannel.class, "@Party").setName("Party").setDescription("Type a name to invite them to the party.").setAutoCommand("/party invite {name}").setForegroundColour(0xffe820e8));
18-
addGroupChannelClass("team", new PlexMessagingChannelClassWrapper(PlexMessagingTeamChatChannel.class, "#Party").setName("Team").setDescription("Type below to use team chat (in-game only)").setForegroundColour(0xff4286f4));
18+
addGroupChannelClass("team", new PlexMessagingChannelClassWrapper(PlexMessagingTeamChatChannel.class, "#Party").setName("Team").setDescription("Type below to use team chat (in-game only)").setForegroundColour(0xff4286f4).setAutoCommand("#{name}"));
1919
addGroupChannelClass("community", new PlexMessagingChannelClassWrapper(PlexMessagingCommunityChatChannel.class, "!{name}").setName("Community").setDescription("Enter a community name below to chat in it.").setRecipientEntityName("{name}"));
2020
addGroupChannelClass("direct_message", new PlexMessagingChannelClassWrapper(PlexMessagingPrivateMessagesChannel.class, "PM.{name}").setName("PMs").setDescription("Type a player name below to private message them.").setRecipientEntityName("{name}").setForegroundColour(0xffffaa00));
2121

0 commit comments

Comments
 (0)