-
Notifications
You must be signed in to change notification settings - Fork 10
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
I'm having issues with the permissions. #54
Comments
They are allowed to use the sign. What they are not allowed to do is execute the commands you put on the sign. |
I don't understand what you mean temporarily granted permission. For example if the sign does the command /kill %player% what is the temporarily permission I add for the player and where do I add it in the sign? |
You go to the documentation of your command : https://bukkit.gamepedia.com/CraftBukkit_Commands |
Okay thank you I get it. |
So for one sign it works perfectly for an operator by doing the command /st play (name) %player% anyone can play that tutorial by doing /st play (name) because I added to the permission group. Still in the executions temporarly grant permissions I added servertutorialplus.command.play. When non operators click on it a message saying "You do not have permission for this command shows up |
Are you sure you don't have any other command ? Have you checked if the problem was not coming from that "server tutorial" plugin ? |
What are you trying to do with the (name) thing ? |
I announced on the spigot forums that I wasn't supporting this project anymore. But what is the command you are trying to run with this permission ? |
I'm trying to get players to use the / give command only by clicking on the sign. (it's to give paper). It's a damage that you no longer want to participate in this project. This project is great for me ! |
If you are using the /give command, why are you granting the essentials.signs.use.buy permission ? You must grant the essentials.give or minecraft.give permission, or something like that. |
Well, the new give system is weird with all its metadata. In your commands, try to add a # before the command, instead of the usual / |
yessssss!!!!! thank you so much you are a genius. |
In the permissions for commandsigns I set it as commandsign.use when I added that into luckyperms for the group default "commandsign.use people in the group default were still not able to use the sign. I want to make it so that players are actually allowed to use the sign but they can't unless their opped. Is there a way?
The text was updated successfully, but these errors were encountered: