I'm somewhat familiar with how the permissions work in a permissions.yml file. What I don't know is the name of all the nodes I may need/want to include in there. I'd love it is someone could provide a working permissions.yml file that is setup specifically for Tekkit and it's 42 mods. I realize, it won't contain information for all the mods, but hopefully will be enough to get me rolling.
Also, if I wanted to grant someone basic permissions from Mincraft.jar on the Tekkit server, how would I do that.
groups:
default:
permissions:
permissions.build: false
admin:
permissions:
permissions.*: true
inheritance:
- mod
mod:
permissions:
permissions.*:true
minecraft.tp: true (is this right for /tp in minecraft)
tekkit.fly: true (is this right?)
inheritance:
-user
user:
permissions:
permissions.build: true
inheritance:
- default
For the above I'd like to give the mod group the ability to use minecraft's /tp command, and tekkit's /fly command (I'm assuming that command exisits...if not another will do).
Again, ideally, I could get a detailed sample of the permissions.yml for tekkit.