how do i make my non op players not being able to CREATE signs and use the /sell command but do use MY sell signs?
Just check if a player has the permission you set for the /sell command if it returns false, then simply return out of the onCommand() method.