Jump to content

Jessica907432

Member
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Jessica907432

  1. ok as the title inisates i need help with a skript but im not sure how to do it im trying to make a multishot 20 enderpearl using lore to make the multishot 20 as u can see my skript is as follows: 

    on left click with EnderPearl:
        if lore of player's held item is "&7Multishot XX":
            Shoot Enderpearl from player at speed 1

    image.png.8e060cd289e0e60f18136e312434db5e.png

    ps- Sorry for not using the code blocks idk how to 

     

    edit: it dosent show any errors just dosent work also i need to figure out how to loop it 19 times i forgot

  2. hey guys so i need help with this skript it wont work im using skript and luckperms 

    on right click with paper:
        if name of player's held item is "&a&lVIP TICKET":
            run command /lp set user %player% parent set vip

    Bassicly im using it for my server it should give u vip rank when u right click it then remove it from your inv can you help please?

  3. Ok Skripters of the land of minehut i have a challenge for YOU

    Heres the genral idea *expand if wished*

    a stick that summons lighting where u look at a block named &6&LZeuzes &4&lLighting

    it has a lore/custom enchant named Thunder 10

     

  4. Ok Skripters of the land of minehut i have a challenge for YOU

    Heres the genral idea *expand if wished*

    a stick that summons lighting where u look named &6&LZeuzes &4&lLighting

    it has a lore/custom enchant named Thunder 10

     

  5. 4 hours ago, CoolProgrammer said:

    You have to indent it like this:

    
    on right click:
        if player's held item is nether star named "&f&lPower Of The &4&LNether":
            shoot a Fireball from player at speed 1

     

    Always keep in mind:

    
    event:
        if something:
            #do something
        else:
            #do something

    Make sure all the indentations are equal.

    thank you so much!

  6. 39 minutes ago, Dieeeeeeeeeeeeee said:

    Here you go

     

    
    on right click:
    	if player's held item is Nether Star named "&f&lPower Of The &4&LNether":
    		if {fireballcd} is true:
    			send "&cOn cooldown!"
    		else:
    			shoot a Fireball from player at speed 1
    			set {fireballcd} to true
    			wait 5 seconds
    			set {fireballcd} to false

     

    tysm

  7. As you can see when i reload skript it says this and makes it so all things shoot fireballs when i just want the nether star to how do i fix? skript is: 

    On right click:
        if player's held item is Nether Star named "&f&lPower Of The &4&LNether":
        shoot a Fireball from player at speed 1

    image.png.80e704a3b4d779c5064d36f7a562048c.png

    Edit:if you know how to make it have a 5second cooldown pls tell me

  8. As you can see when i reload skript it says this and makes it so all things shoot fireballs when i just want the nether star to how do i fix? skript is: 

    On right click:
        if player's held item is Nether Star named "&f&lPower Of The &4&LNether":
        shoot a Fireball from player at speed 1

    image.png.80e704a3b4d779c5064d36f7a562048c.png

  9. as the title implies i need help with this: 

    on death:
       if victim is zombie:
          clear the drops
          set {_drop} to diamond with name ''&bDiamond''
          drop {_drop} at victim's location

    for some reason skript doesnt understand the with name ''*bDiamond'' any answers why and how do i fix

  10. nice

    19 hours ago, Smileydude said:

    command /dupe:
      trigger:
        if player's held item is air:
          send "&aDUPE &8» &aYou cannot dupe air!" to player
        else:
          if player's held item is enchanted golden apple:
            send "&aDUPE &8» &aThis item is blacklisted." to player
          else:
            give player player's held item

     

×
×
  • Create New...