kzooy Posted March 6, 2021 Share Posted March 6, 2021 please im new so i just need some help please if i make a set of armour, how can i apply a potion effect while wearing all of it if whearing leather armour called "supa cool speed armour" apply swiftness of teir 3 to player for 10000 seconds when not whearing leather armour called "supa cool speed armour" apply swiftness of teir 3 to player for 0 seconds Link to comment Share on other sites More sharing options...
_Tarna_ Posted March 6, 2021 Share Posted March 6, 2021 You need to put something like that in an event. You can use a periodical event and loop all players, use an on join while loop, or use skBee's armor change event. Also the usage for that condition is if player is wearing leather chestplate named "supa cool speed armour". Or what ever type of armor you want the player is wear. And in that if statement, just add an else and remove the potion effect in that else statement. You can learn skript basics by looking at docs like this - https://skripthub.net/docs/ Or watch tutorials on it. You can also ask for help in this category or the #skript channel in the Minehut discord (discord.gg/minehut) Discord - tarna256 In-game name - _Tarna_ Website - https://tarna.dev Paste Site: https://paste.tarna.dev --------------------------------------------------------- [VIP] - 7/27/2020 Support - 7/8/20 | 11/3/20 Helper - 11/3/20 - 2/21/21 Moderator - 2/21/21 - 5/17/21 - 5/17/21 - now Moderator - 12/20/22 - now --------------------------------------------------------- Link to comment Share on other sites More sharing options...
kzooy Posted March 6, 2021 Author Share Posted March 6, 2021 thanks so much, but just wondering. how would i code this. loop if player is wearing leather armour named "supa speed armour": apply swiftness for 1 second 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