Rodney_RWR Posted July 14, 2021 Share Posted July 14, 2021 (edited) Soo uhh skript is giving me mental pain im trying to do: on rightclick: if clicked block is Gray Shulker Box: if players tool is tripwire hook with name "󅒐&lDaily Crate Key": if player is in world "ul_void_world_2": cancel event send "hu" but it just breaks HeLp Me PlEaSe Edited July 14, 2021 by ___Rodney_RWR___ wregts ------------------------------------------------------------------- NO RANK ALL THE WAY --------------------------------------------------------------------- play.koolkidzmc.com (Velocity + Pufferfish FTW) discord.koolkidzmc.com Spoiler /_(•v•)_7 Link to comment Share on other sites More sharing options...
StarBunnie Posted July 14, 2021 Share Posted July 14, 2021 3 hours ago, ___Rodney_RWR___ said: Soo uhh skript is giving me mental pain im trying to do: on rightclick: if clicked block is Gray Shulker Box: if players tool is tripwire hook with name "󅒐&lDaily Crate Key": if player is in world "ul_void_world_2": cancel event send "hu" but it just breaks HeLp Me PlEaSe try if "%clicked block%" contains "shulker box": if "%clicked block%" contains "gray": Feel free to add me on discord if you: need help with plugins need help with skripts need to vent about something >[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]< Link to comment Share on other sites More sharing options...
Rodney_RWR Posted July 15, 2021 Author Share Posted July 15, 2021 no its the name part it says u cant use quotes or smth ------------------------------------------------------------------- NO RANK ALL THE WAY --------------------------------------------------------------------- play.koolkidzmc.com (Velocity + Pufferfish FTW) discord.koolkidzmc.com Spoiler /_(•v•)_7 Link to comment Share on other sites More sharing options...
StarBunnie Posted July 15, 2021 Share Posted July 15, 2021 6 hours ago, ___Rodney_RWR___ said: no its the name part it says u cant use quotes or smth then try tripwire hook named "name" Feel free to add me on discord if you: need help with plugins need help with skripts need to vent about something >[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]< Link to comment Share on other sites More sharing options...
D4isDAVID Posted July 15, 2021 Share Posted July 15, 2021 (edited) On 7/14/2021 at 10:26 AM, ___Rodney_RWR___ said: Soo uhh skript is giving me mental pain im trying to do: on rightclick: if clicked block is Gray Shulker Box: if players tool is tripwire hook with name "󅒐&lDaily Crate Key": if player is in world "ul_void_world_2": cancel event send "hu" but it just breaks HeLp Me PlEaSe the problem is probably mostly with "󅒐&lDaily Crate Key", since Skript uses the # (hashtag) character for comments, meaning anything after that character will not be parsed. use ## (double hashtags) instead to bypass that. there are also other errors here. try using this condition: if player's tool is tripwire hook named "<##808080>&lDaily Crate Key": Edited July 15, 2021 by D4isDAVID 1 Link to comment Share on other sites More sharing options...
Rodney_RWR Posted July 15, 2021 Author Share Posted July 15, 2021 ok thanks alot but already got an alternative but thanks for all the help ------------------------------------------------------------------- NO RANK ALL THE WAY --------------------------------------------------------------------- play.koolkidzmc.com (Velocity + Pufferfish FTW) discord.koolkidzmc.com Spoiler /_(•v•)_7 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now