diff --git a/README.md b/README.md
index f858ea4..99ba23b 100644
--- a/README.md
+++ b/README.md
@@ -22,13 +22,69 @@ Cross Server Messaging Platform for Velocity
/message |
Any name of an online player |
Any Message |
- osmc.message.send |
+ osmc.message.send (Default) |
/msg |
Any name of an online player |
Any Message |
- osmc.message.send |
+ osmc.message.send (Default) |
+
+
+
+
+### Reply:
+
+ /reply
+ /r
+
+#### Arguments:
+
+
+
+ Base Command |
+ Message |
+ Permission |
+
+
+
+
+ /reply |
+ Any Message |
+ osmc.message.reply (Default) |
+
+
+ /r |
+ Any Message |
+ osmc.message.reply (Default) |
+
+
+
+
+### SocialSpy:
+
+ /socialspy
+ /ss
+
+#### Arguments:
+
+
+
+ Base Command |
+ Action |
+ Permission |
+
+
+
+
+ /socialspy |
+ Turn On, Off or Toggle |
+ osmc.message.socialspy |
+
+
+ /ss |
+ Turn On, Off or Toggle |
+ osmc.message.socialspy |
@@ -38,19 +94,46 @@ Cross Server Messaging Platform for Velocity
```toml
# Plugin Settings
[plugin]
-enabled=true
+ enabled=true
# Messages:
# Customise using MiniMessage
# Link: https://docs.adventure.kyori.net/minimessage.html#format
# Placeholders: , ,
[messages]
-message-sent="[YOU → ]:
"
-message-received="[ → YOU]:
"
+ message-sent="[YOU → ]:
"
+ message-received="[ → YOU]:
"
+ message-socialspy="SocialSpy: → : "
+
+# Aliases:
+# Customise using a TOML string arrray.
+[aliases]
+ message=["msg", "tell"]
+ reply=["r"]
+ socialspy=["ss"]
+
+# Error messages:
+# Customise using MiniMessage
+# Link: https://docs.adventure.kyori.net/minimessage.html#format
+# Placeholders: None
+[error-messages]
+ # General
+ no-permission="You do not have permission to execute this command."
+ # Message
+ message-player-not-found="That player was not found."
+ message-usage="Usage: /message \\ \\"
+ # Reply
+ reply-no-player-found="Unable to reply."
+ reply-usage="Usage: /reply \\"
+
+[developer-info]
+ config-version=0.3
```
### Default:
+// More images soon!
+
### Don't understand X? Take a look at some docs:
* MiniMessage: The Components
* MiniMessage: Placeholders
@@ -60,4 +143,4 @@ message-received="[
* @KyoriPowered
## Download:
-https://github.com/OskarsMC-Network/message/releases/tag/0.1.0
\ No newline at end of file
+https://github.com/OskarsMC-Plugins/message/releases/tag/0.2.0
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c3ffe43..1a4208e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.oskarsmc
message
- 0.1.0
+ 0.2.0
jar
Message