diff --git a/README.md b/README.md index 74e3edf..c3f984d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ ![](https://github.com/FeuSalamander/Vmessage/blob/main/src/main/resources/Vmessage_desc.jpg?raw=true) -**V-Message | Simple Global Chatting, Join/leave/change message w/ LuckPerms Support for all the messages** - **Ever wanted to have your messages sent globally across your Velocity proxy with LuckPerms ranks ? Here's a simple plugin to do just that!** -- No Setup required, but you can still customize it with the config file +- 4 Events with custom messages for each + - Player Message + - Player join the network + - Player left the network + - Player server change - LuckPerms Prefix and Suffix Support -- Velocity only -- Reload command: "/vmessage reload", permission: "vmessage.reload" -- MiniMessage support, if a player want to have MiniMessage in his message he needs to have the permission "vmessage.minimessage" +- Reload command: "/vmessage reload" - Global message command: "/sendall" -- You can also check my Bukkit plugin https://github.com/FeuSalamander/MiniWalls +- MiniMessage support + + +- "vmessage.reload" to access to the reload command +- "vmessage.minimessage" the player need to have it to use MiniMessage in his messages diff --git a/src/main/resources/features.png b/src/main/resources/features.png new file mode 100644 index 0000000..37a7807 Binary files /dev/null and b/src/main/resources/features.png differ diff --git a/src/main/resources/permissions.png b/src/main/resources/permissions.png new file mode 100644 index 0000000..6c17195 Binary files /dev/null and b/src/main/resources/permissions.png differ