help with ladder not working

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

dankmemes

Member
Jan 27, 2019
15
0
1
24
Code:
format gui slot 4 of {_p} with ladder named "&6&lLadder" with lore "Items||&c&lNeeded&7||&625 &4&lWood&7" to run:

        if players's inventory contains 25 oak wood log:
            remove 25 oak wood log from player's inventory
            add 5 ladder named "&6&lLadder" to player's inventory
            message "&4&lCrafting"
upload_2019-1-29_18-25-29.png
upload_2019-1-29_18-25-52.png

upload_2019-1-29_18-26-26.png

if i rename ladder to dirt it shows up
i tried ladders ladder s
 
Code:
    format gui slot 24 of {_p} with diamond shovel named "&6&lP90" with lore "Items||&c&lNeeded&7||&617 &6&lMetal Frags||&64 &6&lSMG Body||&61 &6&lSemi Automatic Body||&63 &6&lHigh Quality Metal" to run:
        if player's inventory contains 17 iron ingot and 3 nether quartz and 1 pink dye and 4 gery dye:
            remove 17 iron ingot and 3 nether quartz and 1 pink dye and 4 gery dye from player's inventory
            Execute console command "/shot give %player% P90"
            message "&4&lCrafting"
You need to use "ladder item"
thx
do you now how to do more then 2 items in if player's inventory contains
 
im not sure, you could just create a new line for the condition
well im try they don't like each other
and now
remove 17 iron ingot and 3 nether quartz and 1 pink dye and 4 gery dye from player's inventory its complaining
[doublepost=1548824186,1548824007][/doublepost]
im not sure, you could just create a new line for the condition
ill just put 2 items it all good btw how do i add more lines of lore
[doublepost=1548824439][/doublepost]
im not sure, you could just create a new line for the condition
nvm i put gery XD
its gray XD
 
Status
Not open for further replies.