Skript Version: 2.2 dev23
Skript Author: Bensku
Minecraft Version: 1.11.2
Full Code:
Output:
Errors on Reload:
Console Errors: (if applicable)
Other Useful Info:
Addons using (including versions):
Up to date many add-ons
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
Skript Author: Bensku
Minecraft Version: 1.11.2
Full Code:
code_language.skript:
command /ishavecraftingtable:
trigger:
loop blocks in radius 1 around the player:
broadcast "%loop-block%"
add loop-block to {_b::*}
if {_b::*} contains crafting table:
broadcast "yas"
else:
broadcast "no"
Output:
Errors on Reload:
code_language.skript:
NONE
Console Errors: (if applicable)
code_language.skript:
NONE
Other Useful Info:
Addons using (including versions):
Up to date many add-ons
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
- change crafting table to crafting_table