Recent content by Pepf

  1. P

    Why do my commands not work?

    this is in the paper-plugin.yml commands: food: description: Gives a stack of food! usage: /<command> freehealth: description: Gives free health! usage: /<command> This is the code in the main class: if (command.getName().equalsIgnoreCase("food")) { if...