Tadukoo / TadukooBibleBooks

Very Outdated Plugin, kept for Historical Purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out Permissions System

Tadukoo opened this issue · comments

Bukkit essentially has a built-in permissions system, but Minecraft itself doesn't. Figure out how to deal with this (perhaps implement a permissions system similar to Tadukoo Perms in this? - or turn Tadukoo Perms into a permissions API that extends stuff from this? - so that if a server software has permissions, can use that, otherwise use Tadukoo Perms API thing)

Solved via putting a hasPermission method in MinecraftInterface, to be implemented by various API implementations (e.g. Bukkit, Sponge, etc.)