-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Baumann
committed
Jan 14, 2014
1 parent
3ffaf46
commit 972f997
Showing
30 changed files
with
663 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...rxl/commands/inventory/OpenInventory.java → ...commands/inventory/CMDClearInventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class OpenInventory { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDClearInventory { | ||
// TODO: Implement Command | ||
} |
10 changes: 5 additions & 5 deletions
10
...dre/managerxl/commands/inventory/Kit.java → .../managerxl/commands/inventory/CMDKit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class Kit { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDKit { | ||
// TODO: Implement Command | ||
} |
10 changes: 5 additions & 5 deletions
10
.../managerxl/commands/inventory/KitAdd.java → ...nagerxl/commands/inventory/CMDKitAdd.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class KitAdd { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDKitAdd { | ||
// TODO: Implement Command | ||
} |
10 changes: 5 additions & 5 deletions
10
...managerxl/commands/inventory/KitEdit.java → ...agerxl/commands/inventory/CMDKitEdit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class KitEdit { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDKitEdit { | ||
// TODO: Implement Command | ||
} |
5 changes: 5 additions & 0 deletions
5
src/com/dre/managerxl/commands/inventory/CMDOpenInventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDOpenInventory { | ||
// TODO: Implement Command | ||
} |
10 changes: 5 additions & 5 deletions
10
...xl/commands/inventory/ClearInventory.java → ...mmands/inventory/CMDRestoreInventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class ClearInventory { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDRestoreInventory { | ||
// TODO: Implement Command | ||
} |
5 changes: 5 additions & 0 deletions
5
src/com/dre/managerxl/commands/inventory/CMDSaveInventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.dre.managerxl.commands.inventory; | ||
|
||
public class CMDSaveInventory { | ||
// TODO: Implement Command | ||
} |
5 changes: 0 additions & 5 deletions
5
src/com/dre/managerxl/commands/inventory/RestoreInventory.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../managerxl/commands/managing/Welcome.java → ...gerxl/commands/managing/CMDBroadcast.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class Welcome { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class CMDBroadcast { | ||
// TODO: Implement Command | ||
} |
52 changes: 26 additions & 26 deletions
52
...dre/managerxl/commands/managing/MotD.java → .../managerxl/commands/managing/CMDMotD.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
import org.bukkit.command.CommandSender; | ||
|
||
import com.dre.managerxl.P; | ||
import com.dre.managerxl.commands.MCommand; | ||
|
||
public class MotD extends MCommand { | ||
|
||
public MotD() { | ||
this.command = "motd"; | ||
this.parrent = null; | ||
this.help = P.p.getLanguageReader().get("Help_MotD"); | ||
this.permission = "mxl.cmd.managing.motd"; | ||
|
||
this.isConsoleCommand = true; | ||
this.isPlayerCommand = true; | ||
|
||
this.init(); | ||
} | ||
|
||
@Override | ||
public void onExecute(String[] args, CommandSender sender) { | ||
P.p.msg(sender, P.p.config.getMotD()); | ||
} | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
import org.bukkit.command.CommandSender; | ||
|
||
import com.dre.managerxl.P; | ||
import com.dre.managerxl.commands.MCommand; | ||
|
||
public class CMDMotD extends MCommand { | ||
|
||
public CMDMotD() { | ||
this.command = "motd"; | ||
this.parrent = null; | ||
this.help = P.p.getLanguageReader().get("Help_MotD"); | ||
this.permission = "mxl.cmd.managing.motd"; | ||
|
||
this.isConsoleCommand = true; | ||
this.isPlayerCommand = true; | ||
|
||
this.init(); | ||
} | ||
|
||
@Override | ||
public void onExecute(String[] args, CommandSender sender) { | ||
P.p.msg(sender, P.p.config.getMotD()); | ||
} | ||
} |
56 changes: 28 additions & 28 deletions
56
.../managerxl/commands/managing/MotDSet.java → ...nagerxl/commands/managing/CMDMotDSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
import org.bukkit.command.CommandSender; | ||
|
||
import com.dre.managerxl.P; | ||
import com.dre.managerxl.commands.MCommand; | ||
import com.dre.managerxl.util.MUtility; | ||
|
||
public class MotDSet extends MCommand { | ||
public MotDSet() { | ||
this.command = "motdset"; | ||
this.parrent = null; | ||
this.help = P.p.getLanguageReader().get("Help_MotDSet"); | ||
this.permission = "mxl.cmd.managing.motdset"; | ||
|
||
this.isConsoleCommand = true; | ||
this.isPlayerCommand = true; | ||
|
||
this.init(); | ||
} | ||
|
||
@Override | ||
public void onExecute(String[] args, CommandSender sender) { | ||
P.p.config.setMotD(MUtility.parseMessage(args, 0)); | ||
P.p.config.saveSingleConfig("MotD", P.p.config.getMotD()); | ||
P.p.msg(sender, P.p.getLanguageReader().get("Cmd_MotDSet_Success")); | ||
} | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
import org.bukkit.command.CommandSender; | ||
|
||
import com.dre.managerxl.P; | ||
import com.dre.managerxl.commands.MCommand; | ||
import com.dre.managerxl.util.MUtility; | ||
|
||
public class CMDMotDSet extends MCommand { | ||
public CMDMotDSet() { | ||
this.command = "motdset"; | ||
this.parrent = null; | ||
this.help = P.p.getLanguageReader().get("Help_MotDSet"); | ||
this.permission = "mxl.cmd.managing.motdset"; | ||
|
||
this.isConsoleCommand = true; | ||
this.isPlayerCommand = true; | ||
|
||
this.init(); | ||
} | ||
|
||
@Override | ||
public void onExecute(String[] args, CommandSender sender) { | ||
P.p.config.setMotD(MUtility.parseMessage(args, 0)); | ||
P.p.config.saveSingleConfig("MotD", P.p.config.getMotD()); | ||
P.p.msg(sender, P.p.getLanguageReader().get("Cmd_MotDSet_Success")); | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
...dre/managerxl/commands/managing/News.java → .../managerxl/commands/managing/CMDNews.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class News { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class CMDNews { | ||
// TODO: Implement Command | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...anagerxl/commands/managing/Broadcast.java → ...nagerxl/commands/managing/CMDWelcome.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class Broadcast { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class CMDWelcome { | ||
// TODO: Implement Command | ||
} |
10 changes: 5 additions & 5 deletions
10
...nagerxl/commands/managing/WelcomeSet.java → ...erxl/commands/managing/CMDWelcomeSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class WelcomeSet { | ||
// TODO: Implement Command | ||
} | ||
package com.dre.managerxl.commands.managing; | ||
|
||
public class CMDWelcomeSet { | ||
// TODO: Implement Command | ||
} |
Oops, something went wrong.