timbru31

Source

Sep 8th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. UnlimitedLava.java
  2.  
  3.     //Refer to UnlimitedLavaCommands
  4.     public boolean onCommand(CommandSender sender, Command command, String commandLabel, String[] args) {
  5.         UnlimitedLavaCommands cmd = new UnlimitedLavaCommands(this);
  6.         return cmd.UnlimitedLavaCommand(sender, command, commandLabel, args);
  7.     }
  8.  
  9. UnlimitedLavaCommands.java
  10.  
  11. // Commands... First check if config value permissions is true
  12.     public boolean UnlimitedLavaCommand(CommandSender sender, Command command, String commandLabel, String[] args) {
  13.         if ((command.getName().equalsIgnoreCase("unlimitedlava")) || (command.getName().equalsIgnoreCase("ulava"))) {
  14.  
  15. // code
Advertisement
Add Comment
Please, Sign In to add comment