Jump to content

Th3UnknownShadow

Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Th3UnknownShadow

  1. On 7/17/2020 at 2:19 AM, Ezekia said:
    
    on mine on coal ore:
    	cancel event
    	set event-block to bedrock
    	drop 1 coal at event-block
    	wait 5 seconds
    	set event-block to coal ore
    
    # Or you could just give theplayer the item to prevent stealing
    
    on mine on coal ore:
    	cancel event
    	set event-block to bedrock
    	give player 1 coal
    	wait 5 seconds
    	set event-block to coal ore
    
    # Remember to change coal ore or 1 coal so you can customize it

     

    Can you make me a /suggest skript?

  2. On 7/14/2020 at 11:45 AM, Spritzerland said:

    /toggleitems skript for my duping server.

    Work with what you have here, as it doesn't work.

    `command /toggleitems:
      trigger:
        if {items::%player%} is true:
          send "&6Enabled Random Items!"
          delete {items::%player%}
        else:
          set {items::%player%} to true
          send "&6Disabled Random Items!"

    every minute:
      loop all players:
        if {items::%loop-player%} is not set:
          give loop-player 1 of random items out of all items`

    Not that a /sell skript with a /shop 

    • Haha 1
  3. I can here it is (P.S I cant add the do not move thing but I added something else!
    command /Spawn:
        trigger:
            teleport player to location(x, y, z, world)
            send title "Sending you To spawn!" to player
            send subtitle "&aHave Fun!"

  4. Can you make me a compass skript like when you join you get a compass then you right click and there is a chest that opens and there is a nether star that says something (I will do that part) then when you click it teleports you there

     

     

  5. On 5/2/2020 at 8:50 PM, _BokBok_ said:

    I'm pretty bored so I'm making free skripts for the community. (Leave a reply with what skript you want)

    Can you make me a compass skript like when you join you get a compass then you right click and there is a chest that opens and there is a nether star that says something (I will do that part) then when you click it teleports you there

  6. On 5/15/2020 at 5:40 PM, IEatBeef said:

    Hey man

    wondering if you can make a item editor script

    so you can get any level enchants with commands, i don't know how to be anymore specific.

    or if theirs a plugin for it let me know

     

     

    The plugin is called Item editor do /ie edit

     
×
×
  • Create New...