Skip to content

Commit

Permalink
1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlammar committed Feb 14, 2020
1 parent 07b3550 commit 3a15e63
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@

package fr.moribus.imageonmap.commands.maptool;

import java.util.List;

import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

import fr.moribus.imageonmap.Permissions;
import fr.moribus.imageonmap.commands.IoMCommand;
import fr.zcraft.zlib.components.commands.CommandException;
import fr.zcraft.zlib.components.commands.CommandInfo;
import fr.zcraft.zlib.components.i18n.I;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

import java.util.List;

@CommandInfo (name = "get")
public class GetCommand extends IoMCommand
Expand Down

0 comments on commit 3a15e63

Please sign in to comment.