Skip to content

Commit

Permalink
Changed up team command to arenateam with aliases team and at
Browse files Browse the repository at this point in the history
  • Loading branch information
alkarinv committed May 28, 2014
1 parent a70a363 commit a89ce2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ author: alkarin
softdepend: [BattleTracker, Essentials, Herochat, Heroes, IcePvPControl, Factions, GroupManager, mcMMO, MultiInv, Multiworld, Multiverse-Core, Multiverse-Inventories, PvPToggle, PvPTime, PvPTimer, SimpleClans, TagAPI, Towny, WorldEdit, WorldGuard, VanishNoPackes, Vault]

commands:
team:
aliases: [arenateam]
arenateam:
aliases: [team,at]
description: Team commands
usage: Problem loading plugin, please send errors on startup to alkarin_v
arena:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>mc.alk</groupId>
<artifactId>BattleArena</artifactId>
<packaging>jar</packaging>
<version>3.9.7.8</version>
<version>3.9.7.8.1</version>
<name>BattleArena</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/java/mc/alk/arena/BattleArena.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void onEnable() {
arenaEditorExecutor = new ArenaEditorExecutor();
/// Set our commands
getCommand("watch").setExecutor(commandExecutor);
getCommand("team").setExecutor(new TeamExecutor(commandExecutor));
getCommand("arenateam").setExecutor(new TeamExecutor(commandExecutor));
getCommand("arenaAlter").setExecutor(arenaEditorExecutor);
getCommand("battleArena").setExecutor(new BattleArenaExecutor());
getCommand("battleArenaDebug").setExecutor(new BattleArenaDebugExecutor());
Expand Down

0 comments on commit a89ce2d

Please sign in to comment.