-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Notify when a player join/leave your lobby #2653
base: beta
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you had some small typos
src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java
Outdated
Show resolved
Hide resolved
…er/MarkedPlayerConfig.java Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com>
…er/MarkedPlayerConfig.java Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com>
…er/MarkedPlayerConfig.java Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com>
public Property<String> playersList = Property.of("hypixel,Minikloon"); | ||
|
||
@Expose | ||
@ConfigOption(name = "Use Prefix", desc = "Should the [SkyHanni] prefix should be in the join/leave message ?") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting around the question mark is incorret
…SkyHanni into trackedplayer-joinleave
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
…leave # Conflicts: # src/main/java/at/hannibal2/skyhanni/features/misc/MarkedPlayerManager.kt
Conflicts have been resolved! 🎉 |
What
Previously:
Notify you when a marked player join or leave your lobby.
Changelog New Features