We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how would you use executableitems with your reforges plugin? because the way I put it does not work osea:
executableitems: chestplate: item: leather_chestplate color:#303030 hide_dye name: "&cReaper Chestplate" advancedName: "GRADIENT:f12711Advanced</GRADIENT:f5af19>&c Reaper Chestplate" effectiveDurability: 2048 effects: [] advancedEffects: [] conditions: [] lore: - "&c&lREAPER SET BONUS" - "&8» &cDeal 25% more damage" - "&8&oRequires full set to be worn" - '' - "&fTier: %tier%" - "&8&oUpgrade with an Upgrade Crystal" craftable: true crafting-permission: "permission" # (Optional: Require a permission to craft this item) # (Optional: Require a permission to craft this item) defaultTier: default recipe: - executableitems:test ? air - nether_star - executableitems:test ? air - nether_star - netherite_chestplate - nether_star - air - nether_star - air
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how would you use executableitems with your reforges plugin?
because the way I put it does not work osea:
executableitems:
chestplate:
item: leather_chestplate color:#303030 hide_dye
name: "&cReaper Chestplate"
advancedName: "GRADIENT:f12711Advanced</GRADIENT:f5af19>&c Reaper Chestplate"
effectiveDurability: 2048
effects: []
advancedEffects: []
conditions: []
lore:
- "&c&lREAPER SET BONUS"
- "&8» &cDeal 25% more damage"
- "&8&oRequires full set to be worn"
- ''
- "&fTier: %tier%"
- "&8&oUpgrade with an Upgrade Crystal"
craftable: true
crafting-permission: "permission" # (Optional: Require a permission to craft this item) # (Optional: Require a permission to craft this item)
defaultTier: default
recipe:
- executableitems:test ? air
- nether_star
- executableitems:test ? air
- nether_star
- netherite_chestplate
- nether_star
- air
- nether_star
- air
The text was updated successfully, but these errors were encountered: