Advanced Lore Help

  • 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.

_ProSavage_

Supporter
Apr 26, 2017
1
0
0
23
So I have tiered items on my server, and Im trying to make a skript to recognize the tier of the item, the problem is the item has other lore too, so when i try this
command /exchange:
executable by: players
trigger:
If lore of player's tool contains "&5Nightmare":
make player execute command "bc Server recognized the item tier!"
It works when the only lore is Nightmare, but when there is other lore in there with Nightmare some where at the bottom it doesn't recognize.

Can anyone help?
[doublepost=1493254859,1493169500][/doublepost]bump
 
code_language.skript:
command /exchange:
executable by: players
trigger:
lore of player's held item contains "&5Nightmare":
make player execute command "bc Server recognized item tier!"
I haven't tested this but I noticed nobody had replied and wanted to at least contribute.
 
Status
Not open for further replies.