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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user