Releases: OskarsMC-Plugins/message
Releases · OskarsMC-Plugins/message
1.4.0
1.3.0 Release
Fixes a bug that completely breaks the plugin.
1.2.0 Release
1.1.0 Release
What's Changed
- Fixed configuration bug that caused the self sending message setting to be inverted
- Add <sender_server> and <reciever_server> placeholders by @4drian3d
- Update MiniMessage to 4.2.0-SNAPSHOT by @4drian3d in #12
- Added Spanish Translation by @4drian3d in #16
- File improvements by @4drian3d in #17
- Update to latest Velocity Snapshot by @4drian3d in #15
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0 Release
message 1.0.0
Message now includes a proper API, LuckPerms integration, Translations, and a check for self-sending messages. See commits and README.md for more information.
Hotfix & SS improvements
Fixes command issue in 0.2.1 and improves SocialSpy
Release 0.2.1 Hotfix
Fixes many bugs present in 0.2.0 and adds BStats Support.
Custom Errors, /reply & /socialspy, Aliases & More!
Release 0.2.0
New Commands
- /reply
- /socialspy
New Features
- Aliases
- Config version for easy updates
Custom Error Messages
- No Permission
- Player not found
- Message Usage
- Reply Usage
- Reply player not found
API
- Made message event more API friendly
Known Bugs:
Issue #8 is a known bug, however, I am not quite sure how to reproduce it at the moment.
The Start of `message`!
message
Cross Server Messaging Platform for Velocity
Commands
Broadcast:
/message <player> <message>
/msg <player> <message>
Arguments:
Base Command | Player | Message | Permission |
---|---|---|---|
/message |
Any name of an online player | Any Message | osmc.message.send |
/msg |
Any name of an online player | Any Message | osmc.message.send |
Configuration
File:
# Plugin Settings
[plugin]
enabled=true
# Messages:
# Customise using MiniMessage
# Link: https://docs.adventure.kyori.net/minimessage.html#format
# Placeholders: <sender>, <receiver>, <message>
[messages]
message-sent="<white>[<gradient:red:blue>YOU</gradient> <strikethrough>→</strikethrough> <gradient:blue:red><receiver></gradient>]</white>: <white><pre><message></pre></white>"
message-received="<white>[<gradient:red:blue><sender></gradient> <strikethrough>→</strikethrough> <gradient:blue:red>YOU</gradient>]</white>: <white><pre><message></pre></white>"
Default:
Don't understand X? Take a look at some docs:
Credits:
Download:
https://github.com/OskarsMC-Network/message/releases/tag/0.1.0