Introduction
My name is nmgreen, I've been in the Minecraft community for around 7 years now. I've worked for some of the most prestigious industry leading networks out there. I'm here to show you one of my newer free, open source projects.
ModSuite is a server moderation suite plugin that was built to have eye pleasing code, with that in mind, development was simplified with several frameworks, including Google Guice and the Checker Framework.
ModSuite is in a very early state, with that being said, it has only been tested on version 1.12.2 (although it should work for at least 1.8 - 1.12), and there have not been any known bugs from my testing sessions. If there are are any problems, I definitely recommend opening a ticket on the GitHub issue tracker and I will tend to it as soon as possible.
Commands
Listed as command, description, and the permission.
Permissions
All permissions for the commands would be "modsuite." plus the command label, so if you'd want to grant a player access to the /clearchat command, you'd give them the permission "modsuite.clearchat"
Asides from that, there are a few permissions that are in the plugin besides for commands. Of course, grant these permissions with "modsuite." at the beginning
You're able to obtain a release (or look through the source) on the project GitHub page or the MC-Market Resource Entry. Please submit any suggestions, report any issues, or leave any feedback either on this post or the GitHub issue tracker.
Thanks in advance guys.
My name is nmgreen, I've been in the Minecraft community for around 7 years now. I've worked for some of the most prestigious industry leading networks out there. I'm here to show you one of my newer free, open source projects.
ModSuite is a server moderation suite plugin that was built to have eye pleasing code, with that in mind, development was simplified with several frameworks, including Google Guice and the Checker Framework.
ModSuite is in a very early state, with that being said, it has only been tested on version 1.12.2 (although it should work for at least 1.8 - 1.12), and there have not been any known bugs from my testing sessions. If there are are any problems, I definitely recommend opening a ticket on the GitHub issue tracker and I will tend to it as soon as possible.
Commands
Listed as command, description, and the permission.
- clearchat (clear the server chat)
- freeze (freeze a target player)
- gmute (mute a player, though they will not know about it)
- invsee (view a player's inventory)
- lockchat (locks the server chat)
- modmode (toggles mod mode)
- slowchat (sets the chat interval)
- vanish (toggles vanish)
Permissions
All permissions for the commands would be "modsuite." plus the command label, so if you'd want to grant a player access to the /clearchat command, you'd give them the permission "modsuite.clearchat"
Asides from that, there are a few permissions that are in the plugin besides for commands. Of course, grant these permissions with "modsuite." at the beginning
- clearchat.exempt (exempts a player from the effects of /clearchat)
- freeze.exempt (exempts a player from the effects of /freeze)
- gmute.exempt (exempts a player from the effects of /gmute)
- chat.exempt (exempts a player from the effects of any chat related commands, such as the chat lock or delay)
- invsee.edit (allows a player to touch things in a user's inventory)
- modmode (players are added to a map which will be used for future updates)
- vanish (players with this permission will have auto vanish toggled if the config setting is enabled)
You're able to obtain a release (or look through the source) on the project GitHub page or the MC-Market Resource Entry. Please submit any suggestions, report any issues, or leave any feedback either on this post or the GitHub issue tracker.
Thanks in advance guys.
Last edited:
