From df17fe748305f06a85deb133db57cd4ba5c61d75 Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Wed, 7 Feb 2024 17:20:29 +0100 Subject: [PATCH] [CI-SKIP] Fix wrong author and add some more docs --- src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java | 5 ++++- .../com/Acrobot/ChestShop/Plugins/RedProtectBuilding.java | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java b/src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java index de757cc..f7eb466 100644 --- a/src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java +++ b/src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java @@ -12,7 +12,10 @@ import org.bukkit.inventory.ItemStack; import static com.Acrobot.Breeze.Utils.StringUtil.getMinecraftStringWidth; /** - * @author Acrobot + * Support for the ItemBridge plugin to use their strings for + * custom items directly on ChestShop signs. + * + * @author Phoenix616 */ public class ItemBridge implements Listener { diff --git a/src/main/java/com/Acrobot/ChestShop/Plugins/RedProtectBuilding.java b/src/main/java/com/Acrobot/ChestShop/Plugins/RedProtectBuilding.java index 63f9934..89290a0 100644 --- a/src/main/java/com/Acrobot/ChestShop/Plugins/RedProtectBuilding.java +++ b/src/main/java/com/Acrobot/ChestShop/Plugins/RedProtectBuilding.java @@ -9,7 +9,9 @@ import org.bukkit.event.Listener; import org.bukkit.plugin.Plugin; /** - * @author Acrobot + * Support RedProtect region checks. + * + * @author Phoenix616 */ public class RedProtectBuilding implements Listener { private RedProtect redProtect;