Special case with postfix:
where code is:
System.out.println("Going to Trade Player: " + playerName);
if (p.interact("Trade with", playerName)) {
and p is not null, it actually found the player using:
Players.newQuery().names("Lunarslash67").results().first();
It was...