Jump to content

Minecoll_YT

Market Creator
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Minecoll_YT

  1. 13 hours ago, Dragon-Master said:

    All i want is the ability to use an item with hidden attributes in script. Something like this:

    give player a stone axe with hidden attributes.

     

    Im just not sure how to do this...

    Not sure maybe try "without any NBT"

  2. Hey guys!

    So I'm a new market maker here(check me out here) and would like you to ask what scripts you are missing in the market. Something you would like to see here for free, or something bigger to buy on the market. Please provide a proper and detailed description.

     

    Thanks to everybody who writes down his/her idea in advance!

  3.  

    11 hours ago, NotKaizo31 said:

    Try making a trading system where players can do /trade <player> and it will send a trade request to arg-1 then arg-1 can do /trade accept or /trade <player> to accept the trade. Opens up a GUI and they can place items in the GUI and trade, they will have to both accept the trade by pressing something in the GUI and there will be a cooldown when they both accept it. If one of them closes the GUI or someone moved/push them, the trade is cancel. 
     

    Make it so Staff can spectate a ongoing trade. Like when a trade request is accepted, it sends a message to all staff where they can do /tradespec <player> <player> to spectate those players trade. Staff won't be able to take out items from the trade. Also, if possible, make it so there is a button in the GUI for staff where they can press it to cancel the players trade. 

    There are a lot of trading scripts already, the staff watch is a thing to add to an already existing script. If you find one, I can add one.

  4. On 6/2/2021 at 9:10 PM, Lapzzo said:

    Hi, sorry if im annoying but is it possible that when someone talks, it sets there nametag above there head to the text that they said in chat? This is cool if its possible! Message me any skript addons needed!

    try smth like "HoloChat", just google it

  5. 4 hours ago, Dragon-Master said:

    Oh my freaking gosh. I had it in the wrong order...

    This works

    every 25 second:
        if {gens} is true:
            if {nl} is set:
                drop a nether brick item of mending 1 with hidden enchantments named "&6Dark Copper&f" 0.5 above {nl}

    Bruh, I didn't even notice that 😅

  6. 9 hours ago, Lapzzo said:

    Hey, how do I make it so I can spawn mobs at certain coords that are frozen and cant be hit. I also want them to be named "Test". I also want it so when rightclicked it makes the player execute a command using "execute player command" which I can change in the skript. If this is possible please post it below and i can change the coords, mob and name.

    I am using TuSKe, skelette, SKquery and skript.

    Thanks.

    command /createnpc:
        trigger:
            spawn a villager at location(70, 65, -246, world)
            set name of last spawned entity to "&e&lTEST"
            apply slowness 255 without particles to last spawned entity for 9999 days

    on damage:
        if name of victim is "&e&lTEST":
            cancel event

    on right click on entity:
        if name of clicked entity is "&e&lTEST":
            make player execute command "say hey"

     

    but it still can be pushed

  7. 5 hours ago, Dragon-Master said:

    I added Skellett but this still doesnt work

     

    every 25 second:
        if {gens} is true:
            if {nl} is set:
                drop a nether brick item named "&6Dark Copper&f" with mending 1 with hidden enchantments 0.5 above {nl}

    of mending 1 not with mending 1

  8. 13 hours ago, Dragon-Master said:

    Just a question with skripting. How do I drop an item on the ground (with skript) that has mending but it doesnt have the mending lore on it? Can you do that?

    If you have Skellett installed you can use:

     

    drop a dirt of mending 1 with hidden enchantments at {_location}

  9. Oh, not sure but its seems kinda hard because I have to define how every letter is looking. And where should the text appear? In the looking direction of the player? 

     

    I think something else would be better, sorry but your idea is not worth it

  10. Hey!

    I've been working with skript for several years(~3 years) and wanted to help some people out here, so just post your small idea under this post. If someone is interested into something bigger just add me on discord: Jonas L. | Minecoll_YT#0741

×
×
  • Create New...