player-events icon indicating copy to clipboard operation
player-events copied to clipboard

[REQUEST] Add permissions support to everything (luckperms)

Open elhertz opened this issue 2 years ago • 3 comments

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 avatar Aug 18 '21 23:08 elhertz

Thanks for the suggestion, I'll consider it

IotaBread avatar Aug 19 '21 01:08 IotaBread

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 ❤️

elhertz avatar Aug 22 '21 00:08 elhertz

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

PortableGames avatar Sep 15 '21 04:09 PortableGames