How do i make it so that my Admins cant sell items to the general store?
I already have this...
Code:
	public static final boolean ADMIN_CAN_TRADE = false; //can admins trade?
	public static final boolean ADMIN_CAN_SELL_ITEMS = false; // can admins sell items?
	public static final boolean ADMIN_DROP_ITEMS = false; // can admin drop items?
Is there anything else that I should post, and even though I have this they can still sell items to the shop.