33## Releases available on [ Modrinth] ( https://modrinth.com/plugin/simplepms )
44
55Simple plugin for handling direct messaging that features:
6+
67- Message and Reply
78- Toggle messages on or off
89- Block users
@@ -25,18 +26,20 @@ Simple plugin for handling direct messaging that features:
2526
2627### Permissions
2728
28- | Permission | What it do |
29- | -----------------------------| ------------------------------------------------------------------------------------------------------------------|
30- | ` message.reload ` | Allows reloading the config/locale |
31- | ` message.basic.* ` | Gives all basic messaging functionality |
32- | ` message.basic.send ` | Allows sending messages |
33- | ` message.basic.receive ` | Allows receiving messages |
34- | ` message.basic.toggle ` | Allows toggling direct messages on or off |
35- | ` message.basic.block ` | Allows blocking, unblocking, and listing your blocked users |
36- | ` message.admin.* ` | Gives all subsequent admin permissions |
37- | ` message.admin.override ` | Allows messaging users who have their messages disabled, have you blocked, or do not have the receive permission |
38- | ` message.admin.social-spy ` | Shows a log of direct messages being sent between players |
39- | ` message.admin.console-spy ` | Shows a log of any direct messages being sent between the console and players (from this plugin) |
29+ | Permission | Default | What it do |
30+ | ------------------------------| :-------:| ------------------------------------------------------------------------------------------------------------------|
31+ | ` message.reload ` | OP | Allows reloading the config/locale |
32+ | ` message.basic.* ` | ` true ` | Gives all basic messaging functionality |
33+ | ` message.basic.send ` | ` true ` | Allows sending messages |
34+ | ` message.basic.receive ` | ` true ` | Allows receiving messages |
35+ | ` message.basic.toggle ` | ` true ` | Allows toggling direct messages on or off |
36+ | ` message.basic.block ` | ` true ` | Allows blocking, unblocking, and listing your blocked users |
37+ | ` message.admin.* ` | OP | Gives all subsequent admin permissions |
38+ | ` message.admin.override ` | OP | Allows messaging users who have their messages disabled, have you blocked, or do not have the receive permission |
39+ | ` message.admin.social-spy ` | OP | Shows a log of direct messages being sent between players |
40+ | ` message.admin.console-spy ` | OP | Shows a log of any direct messages being sent between the console and players (from this plugin) |
41+ | ` message.bypass.social-spy ` | OP | Prevents messages you send or messages being sent to you from being shown to others with social spy |
42+ | ` message.bypass.command-spy ` | OP | Prevents commands you send from being shown to social spy |
4043
4144### PlaceholderAPI integration
4245
@@ -46,5 +49,5 @@ You can use placeholderAPI placeholders in the messages in the config by doing:
4649<br >You will need placeholderAPI installed for those placeholders to work
4750
4851> Note: This only works in the ` config.yml `
49- >
52+ >
5053> This will not work for messages in the ` locale.yml `
0 commit comments