Rename project to Griefus

This commit is contained in:
Roman Zhuravlev 2025-11-02 00:44:01 +05:00
parent 9ede7a6efa
commit 6190c4d700
43 changed files with 210 additions and 210 deletions

View file

@ -49,7 +49,7 @@ import net.coreprotect.CoreProtect;
import net.coreprotect.CoreProtectAPI;
private CoreProtectAPI getCoreProtect() {
Plugin plugin = getServer().getPluginManager().getPlugin("CoreProtect");
Plugin plugin = getServer().getPluginManager().getPlugin("Griefus");
// Check that CoreProtect is loaded
if (plugin == null || !(plugin instanceof CoreProtect)) {