Jump to content

_iZ_

Member
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    5

_iZ_ last won the day on January 29 2022

_iZ_ had the most liked content!

About _iZ_

  • Birthday 03/23/2004

Recent Profile Visitors

3,596 profile views

_iZ_'s Achievements

Regular

Regular (4/6)

47

Reputation

2

Community Answers

Single Status Update

See all updates 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...