From 31af80f62e04fd18f71945f1a9c50b7c33133ead Mon Sep 17 00:00:00 2001 From: ScriptCat Date: Wed, 30 Jul 2025 10:44:29 +0300 Subject: [PATCH] version 1.1 Main.java -> GiftAPI.java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b372440..fb902b3 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ if (plugin != null && plugin.isEnabled() && plugin instanceof GiftAPI) { // Open the custom inventory GUI giftAPI.openGUI(player); } +``` Requirements ------------