Advertisement
Guest User

Reference.java

a guest
Nov 27th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package me.pepejson.basicsponge;
  2.  
  3. public class Reference {
  4.     public static final String NAME = "Basics";
  5.  
  6.     public static final String PLUGINID = "BasicPlugin";
  7.  
  8.     public static final String VERSION = "1.0";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement