Skip to content

Commit

Permalink
Added Todos for 18 new commands
Browse files Browse the repository at this point in the history
Signed-off-by: Grafe <[email protected]>
  • Loading branch information
Grafe committed Apr 15, 2013
1 parent d5849f6 commit bf54d39
Show file tree
Hide file tree
Showing 18 changed files with 90 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/ClearInventory.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class ClearInventory {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/Kit.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class Kit {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/KitAdd.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class KitAdd {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/KitEdit.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class KitEdit {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/OpenInventory.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class OpenInventory {
//TODO: Implement Command
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class RestoreInventory {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/inventory/SaveInventory.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.inventory;

public class SaveInventory {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/Broadcast.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class Broadcast {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/MotD.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class MotD {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/MotDSet.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class MotDSet {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/News.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class News {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/NewsAdd.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class NewsAdd {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/Welcome.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class Welcome {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/managing/WelcomeSet.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.managing;

public class WelcomeSet {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/player/Invisible.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.player;

public class Invisible {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/player/Kick.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.player;

public class Kick {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/player/KickAll.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.player;

public class KickAll {
//TODO: Implement Command
}
5 changes: 5 additions & 0 deletions src/com/dre/managerxl/commands/player/Mute.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.dre.managerxl.commands.player;

public class Mute {
//TODO: Implement Command
}

0 comments on commit bf54d39

Please sign in to comment.