Made World Access by default OP. However, opfallback is still set to true by default

This commit is contained in:
Eric Stokes 2011-08-19 16:48:55 -06:00
parent 49e3a42550
commit eb4f9700bc

View File

@ -144,7 +144,7 @@ public class MVWorld {
this.canSave = true;
saveConfig();
this.permission = new Permission("multiverse.access." + this.getName(), "Allows access to " + this.getName(), PermissionDefault.TRUE);
this.permission = new Permission("multiverse.access." + this.getName(), "Allows access to " + this.getName(), PermissionDefault.OP);
this.exempt = new Permission("multiverse.exempt." + this.getName(), "A player who has this does not pay to enter this world, or use any MV portals in it " + this.getName(), PermissionDefault.OP);
try {
this.plugin.getServer().getPluginManager().addPermission(this.permission);