@Override
public void onEnable() {
this.config = this.getConfiguration();
playerListener = new TPPlayerListener(this);
entityListener = new TPEntityListener(this);
pluginName = this.getDescription().getName();
pluginVersion = this.getDescription().getVersion();
permissionsManager = new PermissionsManager(this);