correctly do the reset token

This commit is contained in:
hyperdefined
2025-01-26 16:48:34 -05:00
parent e3629bf813
commit 3da98afd49
4 changed files with 109 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ public class TokenItems {
token.setItemMeta(tokenMeta);
return token;
}
public ItemStack resetToken() {
// set up the item
ItemStack token = new ItemStack(Material.PAPER);