Skip to content

Commit

Permalink
[CI-SKIP] Fix wrong author and add some more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Feb 7, 2024
1 parent d3f8abb commit df17fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/main/java/com/Acrobot/ChestShop/Plugins/ItemBridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
import org.bukkit.plugin.Plugin;

/**
* @author Acrobot
* Support RedProtect region checks.
*
* @author Phoenix616
*/
public class RedProtectBuilding implements Listener {
private RedProtect redProtect;
Expand Down

0 comments on commit df17fe7

Please sign in to comment.