- Compatible API Versions
- 1.0
- Sourcecode
- https://github.com/ProOmnes/PROreports
- Contributors
- Jan Pretzer
PROreports
An advanced report system for reporting players with a user interface for moderators.
Features
How to install
Commands & Permissions
Images
Maven Dependency
An advanced report system for reporting players with a user interface for moderators.
Features
- Create a report as a player with your own reason
- See all your sent reports
- Manage current reports and process them as a moderator
- Data storage with Yaml, MySQL or MongoDB
- The whole plugin is customizable
How to install
- Download the plugin.
- Put the .jar file in your 'plugins' folder.
- If you want to use MySQL as a data provider, please download DBLib and place it in your 'plugins' folder as well.
- Restart or start the server.
- Configure the plugin in config.yml and have fun using this plugin!
Commands & Permissions
Command | Usage | Permission |
---|---|---|
report | /report <optional: player> | none |
myreports | /myreports | none |
reportmanager | /reportmanager | proreports.role.moderator |
Images
Maven Dependency
XML:
<repository>
<id>proomnes-repository-snapshots</id>
<name>ProOmnes Repository</name>
<url>https://repo.proomnes.net/snapshots</url>
</repository>
<dependency>
<groupId>net.proomnes.proreports-nk</groupId>
<artifactId>PROreports-NK</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>