Bump API to v7 for 2.1 release

This commit is contained in:
Eric Stokes 2011-10-18 20:48:23 -06:00
parent 093e01d865
commit d473ac3f78
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
private final static int Protocol = 6;
private final static int Protocol = 7;
// Global Multiverse config variable, states whether or not
// Multiverse should stop other plugins from teleporting players
// to worlds.