Jump to content

Jessica907432

Member
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Jessica907432

  1. 2 hours ago, Boxmonkey said:

    I don't know if this is what you need but this is what I made

    
    options:
        prefix: &6Stack &7>>
    
    command /stack:
        permission: stack.use
        permission message: {@prefix} &cNo Permission
        trigger:
            if tool of player is air:
                send "{@prefix} &7&lNo Item Named"
            else:
                set {_g} to 64
                set {_i} to held item of player
                set {_a} to amount of {_i} in player's inventory
                if {_a} is more than or equal to 64:
                    send "{@prefix} You already Have 64 Of This Item"
                else:
                    remove {_a} from {_g}
                    wait 5 ticks
                    give player {_g} of {_i} 
                    send "{@prefix} Stacked Your Item"

     

     

                                                                               Discord ----- Boxmonk#7877

    This is what i needed tysm

  2. 1 minute ago, DuckySoUnLucky said:

    You Mean when u type /stack to it like gives u stack of that item or stack that item to 64?

    I mean like when you type /stack it gives you a stack of that item yes

  3. Hey guys i just want someone to make me a /stack i dont mind when anyone does it i just want it  it gives you a stack (64) of that item

×
×
  • Create New...