Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refine permissions #17

Closed
github-actions bot opened this issue Jun 6, 2020 · 1 comment
Closed

refine permissions #17

github-actions bot opened this issue Jun 6, 2020 · 1 comment
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jun 6, 2020

refine permissions

ie. breedable.command breedable.command.parrot breedable.command.reload

import co.aikar.commands.CommandHelp;
import co.aikar.commands.annotation.*;
import me.magnum.Breedable;
import me.magnum.breedablepets.util.CheckSender;
import me.magnum.breedablepets.util.ItemUtil;
import me.magnum.breedablepets.util.SpawnPets;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

// TODO refine permissions
// ie. breedable.command breedable.command.parrot breedable.command.reload
@CommandAlias("breedablepets|bp")
public class Command extends BaseCommand {
	
	@HelpCommand

5a5d70b6b36ea09c6e880907469594d95731fcda

@github-actions github-actions bot added the todo label Jun 6, 2020
@Magnum97
Copy link
Owner

Duplicate of #14

@Magnum97 Magnum97 marked this as a duplicate of #14 Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant