Skip to content

Commit

Permalink
Removed command description in ConfigItem class.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Nov 20, 2023
1 parent c27134f commit 86d1e12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class ConfigItem {
public String texture = "none";
public boolean glow = false;
public int slot = 0;
@Description("What command should be executed when the item is clicked? If it is not to be performed, leave it blank")
public List<String> commands = new ArrayList<>();

public ConfigItem(String name, List<String> lore, Material material, String texture, boolean glow, int slot, List<String> commands) {
Expand Down

0 comments on commit 86d1e12

Please sign in to comment.