Jump to content

_iZ_

Member
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    5

Status Replies posted by _iZ_

  1. Izz do you know how to make a /dupe command? If you do please help!

    1. _iZ_

      _iZ_

      options:
      	perm: dupe.use
      	perm-msg: &4You do not have access to this command.
      
      
      command /dupe:
      	#Remove the '#' if you want to restrict access to this command.
      	#permission: {@perm}
      	#permission-message: {@perm-msg}
      	trigger:
      		if player's tool is air:
      			message "&cYou cannot duplicate nothing!"
      		else:
      			set {_item} to player's tool
      			give player {_item}

       

×
×
  • Create New...