Skip to content

Commit

Permalink
oops i forgot the readme 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamarine committed Aug 17, 2022
1 parent b7e2dfb commit 4974a59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ping Me

Ping anyone from the chat with notifications!
A server-side Fabric mod that allows you to ping anyone from the chat with notifications!

Incomplete and needs further polishing.
Implemented features:
* Server-side ping functionality, with "@everyone" supported (Vanilla client compatible)
* Client-side name auto-completion (If the client has also installed the mod)

Planned features:
* Highlight the ping message

2 comments on commit 4974a59

@MarbleGateKeeper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plan for forge?

@Flamarine
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plan for forge?

Sure! This mod is really simple and only consists of two mixins (And doesn't really use any features from Fabric API), so it should be easy to port

Please sign in to comment.