Script Version (do not put latest): 2.2 dev25
Script Author: Bensku
Minecraft Version: 1.8.8
Full Code:
Errors on Reload:
'1 of glowing {_item}' can't be added to a player because the former is neither an item type, an inventory nor an experience point (Glowing.sk, line 4: give player 1 of glowing {_item}')
Console Errors: (if applicable)
Other Useful Info:
Addons using (including versions):
None
Troubleshooting:
I've scoured the forum and found this; https://forums.skunity.com/threads/unable-to-give-a-glowing-or-enchanted-item.2558/. Even using the solution code gave me an error, so it might be due to the fact I'm using 2.2 dev25 (pretty outdated), but I need to maintain 1.8 support.
Script Author: Bensku
Minecraft Version: 1.8.8
Full Code:
Code:
command /glow:
trigger:
set {_item} to player's held item
give player 1 of glowing {_item}
Errors on Reload:
'1 of glowing {_item}' can't be added to a player because the former is neither an item type, an inventory nor an experience point (Glowing.sk, line 4: give player 1 of glowing {_item}')
Console Errors: (if applicable)
Other Useful Info:
Addons using (including versions):
None
Troubleshooting:
I've scoured the forum and found this; https://forums.skunity.com/threads/unable-to-give-a-glowing-or-enchanted-item.2558/. Even using the solution code gave me an error, so it might be due to the fact I'm using 2.2 dev25 (pretty outdated), but I need to maintain 1.8 support.