Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UnlimitedLava.java
- //Refer to UnlimitedLavaCommands
- public boolean onCommand(CommandSender sender, Command command, String commandLabel, String[] args) {
- UnlimitedLavaCommands cmd = new UnlimitedLavaCommands(this);
- return cmd.UnlimitedLavaCommand(sender, command, commandLabel, args);
- }
- UnlimitedLavaCommands.java
- // Commands... First check if config value permissions is true
- public boolean UnlimitedLavaCommand(CommandSender sender, Command command, String commandLabel, String[] args) {
- if ((command.getName().equalsIgnoreCase("unlimitedlava")) || (command.getName().equalsIgnoreCase("ulava"))) {
- // code
Advertisement
Add Comment
Please, Sign In to add comment