Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. package me.timiboyultimate.teamcheck;
  2.  
  3.  
  4. public class Default {
  5.    
  6.     public Main plugin;
  7.    
  8.     public Default(Main instance) {
  9.         this.plugin=instance;
  10.     }
  11.    
  12.     String permerror = plugin.getConfig().getString("Permission");
  13.    
  14.     public void loadConfiguration(){
  15.         plugin.getConfig().addDefault("Permission", "Deine Permission Nachricht in Rot!");
  16.        
  17.  
  18.     }
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement