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;