AlttdGriefPrevention/README.md

58 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

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.
2021-01-23 21:52:50 +00:00
Because GriefPrevention teaches players for you, you won't have to publish a
2017-07-22 02:01:07 +00:00
training manual or tutorial for players, or add explanatory signs to your world.
2021-01-23 21:52:50 +00:00
> GriefPrevention is a Bukkit plugin, therefore it is compatible with any implemention of the Bukkit API. Implementations include CraftBukkit, Spigot, Paper, Tuinity, Purpur, etc.
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
2020-11-13 21:37:17 +00:00
## Help+Support
2017-07-22 02:01:07 +00:00
2021-01-23 21:50:38 +00:00
- **[Documentation (The Manual)](https://docs.griefprevention.com)** - Check here first! This contains the list of commands, permissions, configurations, answers to common questions, etc.
- [Issue Tracker](https://github.com/TechFortress/GriefPrevention/issues) - For reporting bugs
- [Discussions](https://github.com/TechFortress/GriefPrevention/discussions) - For asking questions, suggesting new ideas/features, and general discussion
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/v/TechFortress/GriefPrevention.svg)](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/v/TechFortress/GriefPrevention.svg)](https://jitpack.io/#TechFortress/GriefPrevention)
2016-09-21 19:43:33 +00:00
```xml
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.17.1</version>
<scope>provided</scope>
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
[![Weird flex but ok](https://bstats.org/signatures/bukkit/GriefPrevention-legacy.svg)](https://bstats.org/plugin/bukkit/GriefPrevention-legacy)
(Plugin usage stats since version 16.11 - actual use across all versions is larger)