1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Mass teleport implemented, adminchat can be used by groups/users with /adminchat permissions.

This commit is contained in:
nossr50
2010-10-12 23:54:03 -07:00
parent 9a68fa78dc
commit 842001f8ac
4 changed files with 22 additions and 26 deletions

View File

@@ -8,6 +8,11 @@ public class vminecraftPlugin extends Plugin {
public void enable() {
//If we had commands we would add them here.
etc.getInstance().addCommand("/masstp", "Teleports those with lower permissions to you");
etc.getInstance().addCommand("/rules", "Displays the rules");
etc.getInstance().addCommand("/fabulous", "makes text SUUUPER");
etc.getInstance().addCommand("/whois", "/whois [user]");
settings.getInstance().loadSettings(); //Hopefully this will make the plugin load right away
}
public void disable() {