hey i need a hand with my pemissions for my server i think iv done it wrong
so yea any help would be cool
so yea any help would be cool
plugin:
groups:
default
default: true
build: true
prefix: '&7[Builder]&f'
permissions:
- essentials.help
- modifyworld.chat
- modifyworld.*
- essentials.home
- essentials.sethome
- essentials.back
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.spawn
- essentials.repair
- spawnergui.open
- spawnergui.edit.*
- spawnergui.eco.bypass.*
- spawnergui.command.reload
- cp.set
- cp.delete
Admins:
default: false
prefix: '&4[Owner]'
suffix: '&b'
build: true
rank: 2
inheritance: default
permissions:
- '*'
- worldedit.*
- cp.set.others
- cp.delete.others
users:
Flogginoff:
group: default
permissions:
vixtrix07:
group: Admins
8
You also only have 2 groups, builder and admin.
You are basically giving a builder rank to any new player that joins your server because its set as the "default" group... is this on purpose? Seems a bit dangerous.
You are basically giving a builder rank to any new player that joins your server because its set as the "default" group... is this on purpose? Seems a bit dangerous.
In case it wasn't resolved yet, it's kind of unclear... here you go!
plugin:
groups:
Default:
default: true
build: true
prefix: '&7[Builder]&f'
permissions:
- essentials.help
- modifyworld.chat
- modifyworld.*
- essentials.home
- essentials.sethome
- essentials.back
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.spawn
- essentials.repair
- spawnergui.open
- spawnergui.edit.*
- spawnergui.eco.bypass.*
- spawnergui.command.reload
- cp.set
- cp.delete
Admins:
default: false
prefix: '&4[Owner]'
suffix: '&b'
build: true
rank: 2
inheritance: default
permissions:
- '*'
- worldedit.*
- cp.set.others
- cp.delete.others
users:
Flogginoff:
group: default
permissions:
vixtrix07:
group: Admins
Honestly, Notepad++ is more than enough if it's parsing error.
Nope, as far as I know it only highlights if tabs are being used, and that's about it.
How is it working?
hey thx with the code im using
CustomPrefix
Lockette
PermissionsEx
SpawnerGUI
WorldEdit
so far thats it
CustomPrefix
Lockette
PermissionsEx
SpawnerGUI
WorldEdit
so far thats it
It seems like you made a few errors in the spacing. When making these permission files, you want a clean tree structure. It would also help if you told us which permission plugin you're using. Try this:
http://pastebin.com/jd3KXYjz
If you run into these kinda problems in the furure, paste the file here:
http://yaml-online-parser.appspot.com/. It will tell you if there's anything spooky with the formatting.
http://pastebin.com/jd3KXYjz
If you run into these kinda problems in the furure, paste the file here:
http://yaml-online-parser.appspot.com/. It will tell you if there's anything spooky with the formatting.
.
