JustDogYT Posted May 1, 2021 Share Posted May 1, 2021 I am trying to check The amount of certain item like fish then set it to a variable. Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 1, 2021 Share Posted May 1, 2021 14 minutes ago, JustDogYT said: I am trying to check The amount of certain item like fish then set it to a variable. try set {_} to item amount of diamonds in player's inventory Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
JustDogYT Posted May 1, 2021 Author Share Posted May 1, 2021 Did not work Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 1, 2021 Share Posted May 1, 2021 2 minutes ago, JustDogYT said: Did not work could you give errors and/or your skript addons? Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
BanditEagle Posted May 1, 2021 Share Posted May 1, 2021 12 minutes ago, JustDogYT said: Did not work try using {_items} instead of {_} If I have helped you out in your post or you liked what I posted, please upvote and react to my post! It helps me a lot! Some Minehut Links: Server Rules • Staff Applications • News & Updates • Reports • Appeals Minehut: VIP (07/04/2021 --> Current)Elestra/Versa Realms: Manager (12/04/2021 --> Current) If you have any questions contact me!My Discord: BanditEagle#2481My Spigot Profile: https://www.spigotmc.org/members/banditeagle.935281/My IGN: BanditEagle Link to comment Share on other sites More sharing options...
_Tarna_ Posted May 1, 2021 Share Posted May 1, 2021 51 minutes ago, BanditEagle said: try using {_items} instead of {_} The variable name wouldn't change anything. 1 hour ago, JustDogYT said: Did not work What is the skript you used? Make sure whatever variable you set it to, you are using that in the rest of the skript too. Discord - Tarna256#8675 In-game name - _Tarna_ Follow @Tarna_256 on Twitter --------------------------------------------------------- [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...
JustDogYT Posted May 2, 2021 Author Share Posted May 2, 2021 I have tuske skrayfall and skript and i am trying to make a sell gui command /fish: trigger: set {_} to item amount of tropical fish in player's inventory open virtual dispenser with 3 rows named "&4&lFishman" to player format gui slot 0 and 1 and 2 and 3 and 5 and 6 and 7 and 8 of player with White Stained Glass Pane named " " to do nothing format gui slot 4 of player with tropical fish named "Sell Fish x%{_}%" with lore "$3 each" with lore "Sell %{fisha.%player's uuid%}% for $%{fisha.%player's uuid%}*3%" to run: add {fisha.%player's uuid%}*3 to player's balance and also i need to take away the fish Link to comment Share on other sites More sharing options...
JustDogYT Posted May 2, 2021 Author Share Posted May 2, 2021 oops Link to comment Share on other sites More sharing options...
JustDogYT Posted May 2, 2021 Author Share Posted May 2, 2021 {_} was {fisha.%player's uuid%}*3 but i changed it to see if something would work Link to comment Share on other sites More sharing options...
JustDogYT Posted May 2, 2021 Author Share Posted May 2, 2021 ok that might be a bit confusing this is my code command /fish: trigger: set {fisha.%player's uuid%} to item amount of tropical fish in player's inventory open virtual dispenser with 3 rows named "&4&lFishman" to player format gui slot 0 and 1 and 2 and 3 and 5 and 6 and 7 and 8 of player with White Stained Glass Pane named " " to do nothing format gui slot 4 of player with tropical fish named "Sell Fish x%{_}%" with lore "$3 each" with lore "Sell %{fisha.%player's uuid%}% for $%{fisha.%player's uuid%}*3%" to run: add {fisha.%player's uuid%}*3 to player's balance and it come up with the error inventory of the player is not a world 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