Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Find a file
2025-11-02 07:50:43 +05:00
.github Update stale.yml 2025-09-02 09:29:17 -06:00
docs Rename project to Griefus 2025-11-02 04:56:48 +05:00
lang Rename project to Griefus 2025-11-02 04:56:48 +05:00
src/main Remove unused variable 2025-11-02 05:44:30 +05:00
.gitignore Month / Year param support 2025-03-17 13:51:32 -06:00
LICENSE Set project license (The Artistic License 2.0) 2017-08-21 23:25:55 -06:00
mkdocs.yml Rename project to Griefus 2025-11-02 04:56:48 +05:00
pom.xml Remove bstats dependency 2025-11-02 05:02:27 +05:00
README.md Rename groupId 2025-11-02 07:50:43 +05:00
requirements.txt Bump mkdocs from 1.2.3 to 1.3.1 2022-09-09 16:01:48 -06:00

Griefus

Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.

Dependency Information

Maven

<repository>
    <id>zhdev-repo</id>
    <url>https://maven.zhira.net/repository/zhdev/</url>
</repository>
<dependency>
    <groupId>org.zhdev.griefus</groupId>
    <artifactId>griefus</artifactId>
    <version>23.0</version>
    <scope>provided</scope>
</dependency>

Contributing

Griefus is an open source project, and gladly accepts community contributions.