2020-12-13 07:47:21 +00:00
# GriefPrevention - The self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.
2017-07-22 02:01:07 +00:00
2021-01-23 21:45:55 +00:00
Stop responding to grief and prevent it instead. GriefPrevention stops grief
before it starts automatically without any effort from administrators,
and with very little (self service) effort from players.
2017-07-22 02:01:07 +00:00
Because Grief Prevention teaches players for you, you won't have to publish a
training manual or tutorial for players, or add explanatory signs to your world.
2020-11-13 21:37:17 +00:00
## Downloads
2017-07-22 02:01:07 +00:00
2020-11-13 21:37:17 +00:00
- [Downloads ](https://dev.bukkit.org/projects/grief-prevention/files )
- [Release Notes ](https://github.com/TechFortress/GriefPrevention/releases )
2017-07-22 02:01:07 +00:00
2021-01-23 21:45:55 +00:00
## Documentation for Commands, Permissions, Configuration, FAQ, etc.
- **[Documentation (The Manual)](https://docs.griefprevention.com)** - Reference for commands, permissions, configurations, answers to common questions, etc.
2020-11-13 21:37:17 +00:00
## Help+Support
2017-07-22 02:01:07 +00:00
2020-12-09 08:23:44 +00:00
- [Issue Tracker ](https://github.com/TechFortress/GriefPrevention/issues ) - The place to file bug reports
- [Discussions ](https://github.com/TechFortress/GriefPrevention/discussions ) - The place to ask questions and suggest ideas/features
2017-07-22 02:01:07 +00:00
2020-12-13 09:15:05 +00:00
Community support and general discussion on GriefPrevention can be found at these sites:
2017-07-22 02:01:07 +00:00
2020-12-13 09:15:05 +00:00
- [GitHub Discussions ](https://github.com/TechFortress/GriefPrevention/discussions )
- [#GriefPrevention chat channel on IRC or discord ](https://griefprevention.com/chat )
- [Grief Prevention on dev.bukkit.org ](https://dev.bukkit.org/projects/grief-prevention )
- [GriefPrevention on spigotmc.org ](https://www.spigotmc.org/resources/griefprevention.1884/ )
2020-11-13 21:37:17 +00:00
---
2017-05-15 08:06:53 +00:00
2020-11-13 21:37:17 +00:00
### Adding GriefPrevention as a maven/gradle/etc. dependency
2016-09-21 19:43:33 +00:00
2020-11-13 21:37:17 +00:00
GriefPrevention will be added to maven central soon - in the meantime, there's this neat thing called JitPack [](https://jitpack.io/#TechFortress/GriefPrevention) that makes a public maven repo for public Github repos on the fly.
According to it, this is all you need to do to add to your pom.xml:
2016-09-21 19:43:33 +00:00
```xml
< repositories >
< repository >
< id > jitpack.io< / id >
< url > https://jitpack.io< / url >
< / repository >
< / repositories >
2016-09-21 19:45:37 +00:00
```
2016-11-21 03:40:24 +00:00
Replace `<version>` number with this number: [](https://jitpack.io/#TechFortress/GriefPrevention)
2016-09-21 19:43:33 +00:00
```xml
< dependency >
< groupId > com.github.TechFortress< / groupId >
< artifactId > GriefPrevention< / artifactId >
2021-01-19 04:27:22 +00:00
< version > 16.17.1< / version >
2016-09-21 19:43:33 +00:00
< / dependency >
```
2016-11-21 03:40:24 +00:00
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/
2019-01-10 00:25:42 +00:00
2020-11-13 21:37:17 +00:00
---
2019-01-10 00:25:42 +00:00
[](https://bstats.org/plugin/bukkit/GriefPrevention-legacy)
(Plugin usage stats since version 16.11 - actual use across all versions is larger)