Skip to content

Instantly share code, notes, and snippets.

@Bastian
Created January 3, 2017 11:56
Show Gist options
  • Save Bastian/eb6e35e8de50ea17f64b3b45cc85b45a to your computer and use it in GitHub Desktop.
Save Bastian/eb6e35e8de50ea17f64b3b45cc85b45a to your computer and use it in GitHub Desktop.
What you have to add in your onEnable method (Bungeecord)
@Override
public void onEnable() {
// All you have to do is adding this line in your onEnable method:
Metrics metrics = new Metrics(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment