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

[REQUEST] Add permissions support to everything (luckperms) #10

Open
elhertz opened this issue Aug 18, 2021 · 4 comments
Open

[REQUEST] Add permissions support to everything (luckperms) #10

elhertz opened this issue Aug 18, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@elhertz
Copy link

elhertz commented Aug 18, 2021

It'd nice to have permissions compatible with luckperms.
Don't know much about json formatting so I'll just write the structure as an example:

Death
	Actions
		Default
			<default actions here>
		"playerevents.death.vip"
			<death actions for vip>
Join
	Actions
		Default
			<default actions here>
		"whatever.i.want.it.to.be.vip"
			<actions for players with that permission>
Custom Commands
	command: /plugins
		permission: "mod.command"
		<command content here>

Regards.

@elhertz elhertz added the enhancement New feature or request label Aug 18, 2021
@IotaBread
Copy link
Owner

Thanks for the suggestion, I'll consider it

@elhertz
Copy link
Author

elhertz commented Aug 22, 2021

Also it would be amazing to be able to force a permission to commands that don't have any permission (other mods or minecraft vanilla commands) but I don't see a way of doing that without entering a command loop.

Edit: thanks for considering my suggestion ❤️

@PortableGames
Copy link

basic events like death don't need permissions but maybe those custom commands could use permissions ..ok you are starting to turn a good mod into something like an extremely complex modification.. something gunpowder got into

@6789012
Copy link

6789012 commented Jul 26, 2024

If someone else needs it, I implemented it in my fork of this mod (in the Readme it is written in more detail): https://github.com/6789012/player-events_remastered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants