Human human = holder.get(Human.class);
if (human == null) {
return;
}
if (human.isSurvival()) {
holder.kick("Attempted to use the creative inventory while on survival.");
return;
}
Window window = holder.get(WindowHolder.class).getActiveWindow();
if (message.get() == null) {