Rename project to Griefus
This commit is contained in:
parent
6190c4d700
commit
50c6d76350
24 changed files with 82 additions and 87 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue