Hello PlanetMinecrafters!
For a good month, I have been experiencing some difficulties with the PermissionsEx Plugin. Everything is working fine except that whenever someone talks, this appears:
[Spawn][Owner][Owner]7acespade: Hello!
Is there anyway to remove the double owner tag? Thanks a bunch! I would be happy to give the helper an Administrator rank on my server. Heres the code:
groups:
Member:
prefix: '&f[&7Member&f]'
default: true
permissions:
- essentials.
- essentials.kit
- essentials.build
- modifyworld*
- essentials.balance.others
- essentials.balancetop
- essentials.pay
- essentials.afk
- essentials.afk.auto
- essentials.compass
- essentials.depth
- essentials.help
- essentials.helpop
- essentials.ignore
- essentials.mail
- essentials.mail.send
- essentials.msg
- essentials.msg.url
- essentials.spawn
- essentials.keepxp
- essentials.worlds.<worldname>
- essentials.home
- essentials.home.bed
- essentials.sethome
- essentials.sethome.bed
- essentials.tpa
- essentials.tpahere
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.chat.color
Owner:
prefix: '&4[&cOwner&c&4]'
permissions:
- '*'
users:
7acespade:
group:
- Owner
BeyondTrolling:
group:
- Member
And Heres The Code For The Config File:
permissions:
backend: file
backends:
file:
file: permissions.yml
superperms: {}
Thanks A Bunch Guys!
For a good month, I have been experiencing some difficulties with the PermissionsEx Plugin. Everything is working fine except that whenever someone talks, this appears:
[Spawn][Owner][Owner]7acespade: Hello!
Is there anyway to remove the double owner tag? Thanks a bunch! I would be happy to give the helper an Administrator rank on my server. Heres the code:
groups:
Member:
prefix: '&f[&7Member&f]'
default: true
permissions:
- essentials.
- essentials.kit
- essentials.build
- modifyworld*
- essentials.balance.others
- essentials.balancetop
- essentials.pay
- essentials.afk
- essentials.afk.auto
- essentials.compass
- essentials.depth
- essentials.help
- essentials.helpop
- essentials.ignore
- essentials.mail
- essentials.mail.send
- essentials.msg
- essentials.msg.url
- essentials.spawn
- essentials.keepxp
- essentials.worlds.<worldname>
- essentials.home
- essentials.home.bed
- essentials.sethome
- essentials.sethome.bed
- essentials.tpa
- essentials.tpahere
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.chat.color
Owner:
prefix: '&4[&cOwner&c&4]'
permissions:
- '*'
users:
7acespade:
group:
- Owner
BeyondTrolling:
group:
- Member
And Heres The Code For The Config File:
permissions:
backend: file
backends:
file:
file: permissions.yml
superperms: {}
Thanks A Bunch Guys!
3
That's multiverse I believe since its telling you the world you are in, try removing the world name option in there
Thanks a bunch!
It worked except for one tiny problem.
[Spawn]<[Owner]7acespade: Hello!
How can I delete the '<'?
Anyway, you have been a great help, thanks
It worked except for one tiny problem.
[Spawn]<[Owner]7acespade: Hello!
How can I delete the '<'?
Anyway, you have been a great help, thanks
That's in the essentials chat plugin. You will need to go in there and edit the DEFAULT Format, changing it to something more suitable. Ill past what I use on my server.
format: '{DISPLAYNAME}&7: {MESSAGE}'
