Tags
Creators
Details
All versions
2.0.0
Release
SimplePMS 2.0.02 years ago 131
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.6
Platforms
Paper
Purpur
Changes
Complete rewrite
- Changes storage to SQLite or MySQL - which should fix #2 's issue of social spy settings not persisting
- There is now an option in the config named
console-has-social-spy: truewhich allows console to have the same formatted readout that people with socialspy do - Options for messaging
hidden-players(vanished) andconsole, as well as config options for what to use as the name for console. - Formatting for how names appear in direct messages and social spy are in the config, other messages can be updated in the Locale
- The server can now message itself, if you wanted to do that for some reason
- Adds 4 commands
/block <user> [reason]/unblock <user>/blocklist/msgtoggle
- Changes permissions
| Permission | What it do |
|---|---|
message.reload |
Allows reloading the config/locale |
message.basic.send |
Allows sending messages |
message.basic.receive |
Allows receiving messages |
message.basic.toggle |
Allows toggling direct messages on or off |
message.basic.block |
Allows blocking, unblocking, and listing your blocked users |
message.admin.override |
Allows messaging users who have their messages disabled, have you blocked, or do not have the receive permission |
message.admin.social-spy |
Shows a log of direct messages being sent between players |
message.admin.console-spy |
Shows a log of any direct messages being sent between the console and players (from this plugin) |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:otix5glZ:DXfSqXs5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:otix5glZ:DXfSqXs5"
}

