mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-16 23:55:23 +01:00
Merge branch 'master' into spigot
This commit is contained in:
commit
5b12b4ccdb
@ -50,7 +50,7 @@ command.remove.noselection=You don't have a portal selected
|
|||||||
|
|
||||||
command.selector= You have been given a portal selector.
|
command.selector= You have been given a portal selector.
|
||||||
command.selector.help=Gives you a portal region selector
|
command.selector.help=Gives you a portal region selector
|
||||||
command.selector.detailedhelp=Gives you a portal selector to select the regions for making portals. You can also use /portal
|
command.selector.detailedhelp=Gives you a portal selector to select the regions for making portals.
|
||||||
|
|
||||||
portal.invalidselection=You must have both pos1 and pos2 selected to create a portal.
|
portal.invalidselection=You must have both pos1 and pos2 selected to create a portal.
|
||||||
portal.noname=No name for the portal has been given.
|
portal.noname=No name for the portal has been given.
|
||||||
|
@ -122,6 +122,8 @@ public class AdvancedPortalsCore {
|
|||||||
this.portalCommand.registerSubCommand("transupdate", new TransUpdateSubCommand(this));
|
this.portalCommand.registerSubCommand("transupdate", new TransUpdateSubCommand(this));
|
||||||
this.portalCommand.registerSubCommand("reload", new ReloadSubCommand(this));
|
this.portalCommand.registerSubCommand("reload", new ReloadSubCommand(this));
|
||||||
this.portalCommand.registerSubCommand("selector", new SelectorSubCommand(this), "wand");
|
this.portalCommand.registerSubCommand("selector", new SelectorSubCommand(this), "wand");
|
||||||
|
this.portalCommand.registerSubCommand("create", new CreateSubCommand());
|
||||||
|
this.portalCommand.registerSubCommand("remove", new RemoveSubCommand());
|
||||||
|
|
||||||
this.commandRegister.registerCommand("portal", this.portalCommand);
|
this.commandRegister.registerCommand("portal", this.portalCommand);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user