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.
}
```
@ -145,7 +145,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.
---

View file

@ -65,7 +65,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.
}
```
@ -149,7 +149,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.
---

View file

@ -76,7 +76,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.
}
```
@ -136,7 +136,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.
---

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.
}
```
@ -136,7 +136,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.
---

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.
---

View file

@ -218,8 +218,8 @@ ___
* Example: `i:stone` *(only include stone)*
* Example: `i:stone,oak_wood,bedrock` *(specify multiple blocks)*
> You can find a list of block names at [https://coreprotect.net/wiki-blocks](https://coreprotect.net/wiki-blocks).
> You can find a list of entity names at [https://coreprotect.net/wiki-entities](https://coreprotect.net/wiki-entities).
> You can find a list of block names at [https://griefus.zhdev.org/wiki-blocks](https://griefus.zhdev.org/wiki-blocks).
> You can find a list of entity names at [https://griefus.zhdev.org/wiki-entities](https://griefus.zhdev.org/wiki-entities).
---

View file

@ -1,6 +1,6 @@
# Welcome to the CoreProtect Documentation
For more information about CoreProtect, visit [coreprotect.net](http://coreprotect.net).
For more information about CoreProtect, visit [griefus.zhdev.org](http://griefus.zhdev.org).
## Getting Started