Advertisement
codex01

Untitled

Aug 10th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public boolean onCommand(CommandSender sender, Command cmd, String cmdLabel, String[] args) {
  2.  
  3. Player p = (Player)sender;
  4.  
  5. if (cmd.getName().equalsIgnoreCase("tutorial")) {
  6. if (p.hasPermission("tutorial.tutorial")) {
  7.  
  8. }
  9. }
  10.  
  11. return false;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement