505152535455565758
public void assign() { if (this.base != null) { // Already assigned - ignore return; } DedicatedPlayerList playerList = CommonNMS.getPlayerList(); this.base = playerList.playerFileData; playerList.playerFileData = new Translator(this); }