Guest User

Untitled

a guest
Aug 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package me.implement;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. import me.fliegen.Fliegen;
  6.  
  7. public class IFliegen extends JavaPlugin {
  8.  
  9. public void onEnable(){
  10.  
  11. this.getCommand("fliegen").setExecutor(new Fliegen());
  12.  
  13. System.out.println("§2Das Plugin wurde erfolgreich gestartet");
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment