if(!canBypassCheck(player, this))
return;
super.onBypassFeedback(player, command);
if(command.startsWith("bmarket"))
{
ItemInstance ancientAdena = player.getInventory().getItemByItemId(ANCIENT_ADENA_ID);
long ancientAdenaAmount = ancientAdena != null ? ancientAdena.getCount() : 0L;
int val = Integer.parseInt(command.substring(11, 12).trim());
if(command.length() > 12)
val = Integer.parseInt(command.substring(11, 13).trim());
switch(val)
{