Advertisement
ZockerAron

Schöner Print-Out von eurem Plugin - Snippet #2 (plugin.yml)

May 24th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @Override
  2. public void onEnable() {
  3. System.out.println("§e------- §3" + this.getDescription().getName() + "§e-------");
  4. System.out.println("§3Developer: §e" + this.getDescription().getAuthors());
  5. System.out.println("§3Version: §e" + this.getDescription().getVersion());
  6. System.out.println("§e------- §3" + this.getDescription().getName() + "§e-------");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement