Rename project to Griefus and delete unnecessary contents

This commit is contained in:
Roman Zhuravlev 2025-11-02 00:14:19 +05:00
parent 87e2261cdb
commit 3418639582

View file

@ -1,46 +1,20 @@
![CoreProtect](https://userfolio.com/uploads/coreprotect-banner-v19.png) Griefus
[![Artistic License 2.0](https://img.shields.io/github/license/PlayPro/CoreProtect?&logo=github)](LICENSE)
[![GitHub Workflows](https://github.com/PlayPro/CoreProtect/actions/workflows/build.yml/badge.svg)](https://github.com/PlayPro/CoreProtect/actions)
[![Netlify Status](https://img.shields.io/netlify/c1d26a0f-65c5-4e4b-95d7-e08af671ab67)](https://app.netlify.com/sites/coreprotect/deploys)
[![CodeFactor](https://www.codefactor.io/repository/github/playpro/coreprotect/badge)](https://www.codefactor.io/repository/github/playpro/coreprotect)
[![Join us on Discord](https://img.shields.io/discord/348680641560313868.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/b4DZ4jy)
CoreProtect
=========== ===========
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers. Griefus is a blazing fast data logging and anti-griefing tool for Minecraft servers.
For a detailed description of the plugin, please visit [coreprotect.net](https://coreprotect.net).
| Quick Links | |
| --- | --- |
| CoreProtect Discord: | [discord.gg/b4DZ4jy](https://discord.gg/b4DZ4jy) |
| CoreProtect Patreon: | [patreon.com/coreprotect](https://www.patreon.com/coreprotect) |
| CoreProtect Documentation: | [docs.coreprotect.net](https://docs.coreprotect.net) |
| Downloads for MC 1.14 - 1.21: | [coreprotect.net/latest](https://coreprotect.net/latest/) |
| Downloads for MC 1.8 - 1.12: | [coreprotect.net/legacy](https://coreprotect.net/legacy/) |
bStats
------
[![bStats Graph Data](https://bstats.org/signatures/bukkit/CoreProtect.svg)](https://bstats.org/plugin/bukkit/CoreProtect)
API
------
### [API Documentation](https://docs.coreprotect.net/api/)
### Dependency Information ### Dependency Information
Maven Maven
```xml ```xml
<repository> <repository>
<id>playpro-repo</id> <id>zhdev-repo</id>
<url>https://maven.playpro.com</url> <url>https://maven.zhira.net/repository/zhdev/</url>
</repository> </repository>
``` ```
```xml ```xml
<dependency> <dependency>
<groupId>net.coreprotect</groupId> <groupId>org.zhdev</groupId>
<artifactId>coreprotect</artifactId> <artifactId>griefus</artifactId>
<version>23.0</version> <version>23.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -48,8 +22,4 @@ Maven
Contributing Contributing
------ ------
CoreProtect is an open source project, and gladly accepts community contributions. Griefus is an open source project, and gladly accepts community contributions.
If you'd like to contribute, please read our contributing guidelines here: [CONTRIBUTING.md](CONTRIBUTING.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CONTRIBUTING.md#code-of-conduct)