[CI-SKIP] Fix wrong author and add some more docs

This commit is contained in:
Phoenix616 2024-02-07 17:20:29 +01:00
parent d3f8abb80e
commit df17fe7483
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
2 changed files with 7 additions and 2 deletions

View File

@ -12,7 +12,10 @@ import org.bukkit.inventory.ItemStack;
import static com.Acrobot.Breeze.Utils.StringUtil.getMinecraftStringWidth;
/**
* @author Acrobot
* Support for the <a href="https://www.spigotmc.org/resources/77080/">ItemBridge plugin</a> to use their strings for
* custom items directly on ChestShop signs.
*
* @author Phoenix616
*/
public class ItemBridge implements Listener {

View File

@ -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;