SHOW:
|
|
- or go back to the newest paste.
1 | - | package feaq16.youtube; |
1 | + | package shader301202.test; |
2 | ||
3 | import org.bukkit.command.Command; | |
4 | import org.bukkit.command.CommandSender; | |
5 | import org.bukkit.plugin.java.JavaPlugin; | |
6 | ||
7 | public class youtube extends JavaPlugin { | |
8 | ||
9 | public void onEnable() { | |
10 | ||
11 | } | |
12 | ||
13 | public void onDisable() { | |
14 | ||
15 | } | |
16 | ||
17 | public boolean onCommand(CommandSender sender, Command command, String cmd, String[] args) { | |
18 | ||
19 | return false; | |
20 | } | |
21 | ||
22 | } |