Problem with checking inventory 1.13.2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

BrownMee

Active Member
Apr 16, 2018
126
6
18
23
Using this conditions:
if player contains 1 disc 11 named "&4&lGay" with lore "&f&lAbility To Keep When You Died":

it doesnt work in 1.13.2 but works in 1.12. Any other ideas to fix this? Using 2.3beta4 1.13.2

and also cancel drops doesn't work now is there any other function to use?
 
I just tested that out in 1.13.2 using beta 4, and it works just fine

As for problem #2 you are going to have to give more detail
 
I just tested that out in 1.13.2 using beta 4, and it works just fine

As for problem #2 you are going to have to give more detail
Im pretty sure i didnt change anything. in 1.12.2 and 1.13.2 same code but 1.13 doesn't check, any other idea?
Like similar code with if player contains 1 music disc 11 named "&d&lTest" with lore "&fKeep Inventory||&fWhen You Died":
 
Im pretty sure i didnt change anything. in 1.12.2 and 1.13.2 same code but 1.13 doesn't check, any other idea?
Like similar code with if player contains 1 music disc 11 named "&d&lTest" with lore "&fKeep Inventory||&fWhen You Died":
Honestly Im not sure. I tried the code and it worked, so its hard to fix something that isnt broken.
My only thought would be you possibly have an add-on that is conflicting.
 
Honestly Im not sure. I tried the code and it worked, so its hard to fix something that isnt broken.
My only thought would be you possibly have an add-on that is conflicting.
i tested more. it seems like the lore is the problem. I checked name only and it works but when i add check name and lores. it doesn't work
[doublepost=1545554151,1545550303][/doublepost]
Honestly Im not sure. I tried the code and it worked, so its hard to fix something that isnt broken.
My only thought would be you possibly have an add-on that is conflicting.
may i know what addons u use?
[doublepost=1545566101][/doublepost]
Honestly Im not sure. I tried the code and it worked, so its hard to fix something that isnt broken.
My only thought would be you possibly have an add-on that is conflicting.
I THINK I FOUND THE PROBLEM!

So I it's the spilt lore problem. When i use
if player contains 1 disc 11 named "&d&lTest" with lore "&f&lHello":
it works. But when i use this
if player contains 1 disc 11 named "&d&lTest" with lore "&f&lHello||&a&lHey":
doesn't work how to fix?
 
i tested more. it seems like the lore is the problem. I checked name only and it works but when i add check name and lores. it doesn't work
[doublepost=1545554151,1545550303][/doublepost]
may i know what addons u use?
[doublepost=1545566101][/doublepost]
I THINK I FOUND THE PROBLEM!

So I it's the spilt lore problem. When i use
if player contains 1 disc 11 named "&d&lTest" with lore "&f&lHello":
it works. But when i use this
if player contains 1 disc 11 named "&d&lTest" with lore "&f&lHello||&a&lHey":
doesn't work how to fix?
try doing something like
code_language.skript:
with lore "&f&lHello" and "&a&lHey"
 
Status
Not open for further replies.