wurstmineberg / wurstminebot

IRC bot for Minecraft
http://wiki.wurstmineberg.de/Wurstminebot
MIT License
3 stars 1 forks source link

Trait based permissions #33

Open felinira opened 9 years ago

felinira commented 9 years ago

Go away from permissions as a strict layered approach with permission levels and allow for multiple people to have different permissions for running bot commands. This would be useful for deathgames, minigames and just for better role separation.

fenhl commented 9 years ago

As far as I can tell, this would either mean that if you have access to a command, you can use all forms (breaking commands like Option, where the <person> argument is supposed to be usable only by bot ops unless the subcommand is show), or that this permission system would become very complicated.