Search results

  1. MJDawson

    Solved Get the title of an advancement

    Hi, So I'm trying to get the title of of the enchantment. Code: public void onPlayerAchievement(PlayerAdvancementDoneEvent event) throws Exception{ String advancementName = event.getAdvancement().toString(); //Do some things with advancementName... } But...