Can someone help me whit setting of bukkit permissions
The permissions for users are: /spawn ; /sethome ; /home and users must also be able to build
The permissions for admins: all the other commands and admins must also be able to build.
Please help
users:
ConspiracyWizard:
permissions:
permissions.example: true
groups:
- admin
groups:
default:
permissions:
permissions.build: false
admin:
permissions:
permissions.*: true
inheritance:
- user
user:
permissions:
permissions.build: false
worlds:
creative:false
coolplugin.item: true
inheritance:
- default
messages:
build: '&cYou do not have permission to build here.'
debug: false
The permissions for users are: /spawn ; /sethome ; /home and users must also be able to build
The permissions for admins: all the other commands and admins must also be able to build.
Please help
