Rename project to Griefus

This commit is contained in:
Roman Zhuravlev 2025-11-02 04:56:48 +05:00
parent 6190c4d700
commit 50c6d76350
24 changed files with 82 additions and 87 deletions

View file

@ -62,7 +62,7 @@ With this code, you can then access the API with a call like the following:
```java
CoreProtectAPI api = getCoreProtect();
if (api != null){ // Ensure we have access to the API
api.testAPI(); // Will print out "[CoreProtect] API test successful." in the console.
api.testAPI(); // Will print out "[Griefus] API test successful." in the console.
}
```
@ -141,7 +141,7 @@ Calling this will return true if the server has the CoreProtect API enabled, and
#### `testAPI()`
Running this will print out "[CoreProtect] API Test Successful." in the server console.
Running this will print out "[Griefus] API Test Successful." in the server console.
---