Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
Find a file
2026-06-14 01:42:19 +05:00
.github Remove duplicate section in build.yml 2026-04-22 15:00:31 -06:00
docs Merge branch 'master' of github.com:PlayPro/CoreProtect 2026-05-29 18:52:35 +05:00
lang Add command lookup format phrase 2026-06-08 17:07:22 +05:00
src/main Fix line breaks 2026-06-14 01:42:19 +05:00
.gitignore Unify README.md 2026-05-27 13:58:29 -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 Rename branch 2026-06-08 17:12:40 +05:00
README.md Bump version 2026-05-29 21:06:57 +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>24.0</version>
    <scope>provided</scope>
</dependency>

Contributing

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