Jump to content

Help
Latest News Article

bPermissions help! D:


28 replies to this topic

#1

Posted 22 February 2012 - 08:30 PM

So I get an error when I try to use this bPermissions config that I made. Here it is
default: Citizen
groups:
  Citizen
    permissions:
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop 
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.ignore
    - essentials.list
    - essentials.mail.send
    - essentials.mail
    - essentials.msg
    - essentials.rules
    - essentials.suicide
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpaall
    - essentials.tpa
    - essentials.sethome
    - essentials.spawn
    - essentials.delhome
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.arenas.ma2
    - mobarena.arenas.ma
    - ChestShop.shop.create
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - lockette.admin.create.*
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - essentials.tpdeny
    - essentials.tpaccept	
    groups:
    meta:
      prefix: '[&aCitizen&f]'
      priority: '10'
  Builder:
    permissions:
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop 
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.ignore
    - essentials.list
    - essentials.mail.send
    - essentials.mail
    - essentials.msg
    - essentials.rules
    - essentials.suicide
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpaall
    - essentials.tpa
    - essentials.sethome
    - essentials.spawn
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - essentials.delhome
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.arenas.ma2
    - mobarena.arenas.ma
    - ChestShop.shop.create
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - lockette.admin.create.*
    - essentials.gamemode
    - essentials.god
    - essentials.enchant
    - essentials.enchant.[enchantmentname]
    - essentials.feed
    - essentials.heal
    - essentials.oversizedstacks
    - essentials.item
    - essentials.kit
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.invsee
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - essentials.tpaccept	
    groups:
    - Citizen
    meta:
      prefix: '[&3Builder&f]'
      priority: '20'
  VIP
    permissions:
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop 
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.ignore
    - essentials.list
    - essentials.mail.send
    - essentials.mail
    - essentials.msg
    - essentials.rules
    - essentials.suicide
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpaall
    - essentials.tpa
    - essentials.sethome
    - essentials.spawn
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - essentials.delhome
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.arenas.ma2
    - mobarena.arenas.ma
    - ChestShop.shop.create
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - lockette.admin.create.*
    - essentials.gamemode
    - essentials.god
    - essentials.enchant
    - essentials.enchant.[enchantmentname]
    - essentials.feed
    - essentials.heal
    - essentials.oversizedstacks
    - essentials.item
    - essentials.kit
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.invsee
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - essentials.tptoggle
    - essentials.tphere
    - essentials.tpo
    - essentials.tpohere
    - essentials.tpall
    - essentials.tpaccept
    groups:
    - Citizen
    meta:
      prefix: '[&4VIP&f]
      priority: '30'
      
    
  

Please tell me what I'm doing wrong :(

Register or log in to remove.

#2

  • Minecraft: zhuowei

Posted 22 February 2012 - 08:37 PM

View Postatlaw01, on 22 February 2012 - 08:30 PM, said:

So I get an error when I try to use this bPermissions config that I made. Here it is
Spoiler

Please tell me what I'm doing wrong :(

I need help!

-Bump
First change: add a colon.
groups:
Citizen:

Second change: remove tab.
- essentials.warp
- essentials.warp.*
- essentials.warp.list
- essentials.tpdeny
- essentials.tpaccept <-this tab
(Do that twice for both groups)

Third change: another colon.
VIP:
Final change: add a quote:
meta:
prefix: '[&4VIP&f]'

Next time, try doing this yourself with http://yaml-online-parser.appspot.com/

Edit: spoilered the quoted permissions.
a true world in a fold of the &f&k&a&b&3
If a post was helpful, show your thanks by clicking the green ^ sign at the bottom right corner. ->

#3

Posted 22 February 2012 - 08:40 PM

Bump

I need help!!!

#4

Posted 22 February 2012 - 09:03 PM

First change: add a colon.
groups:
Citizen:

Second change: remove tab.
- essentials.warp
- essentials.warp.*
- essentials.warp.list
- essentials.tpdeny
- essentials.tpaccept <-this tab
(Do that twice for both groups)

Third change: another colon.
VIP:
Final change: add a quote:
meta:
prefix: '[&4VIP&f]'

Next time, try doing this yourself with http://yaml-online-parser.appspot.com/

Edit: spoilered the quoted permissions.
[/quote]

well thanks for your help but its still not working :(

Bump :( I reallllly need help

#5

  • Minecraft: zhuowei

Posted 22 February 2012 - 09:07 PM

View Postatlaw01, on 22 February 2012 - 09:03 PM, said:


well thanks for your help but its still not working :(

Bump :( I reallllly need help
Copy and paste your entire permissions file into http://yaml-online-parser.appspot.com/ and tell me the errors that appear in the right panel.
a true world in a fold of the &f&k&a&b&3
If a post was helpful, show your thanks by clicking the green ^ sign at the bottom right corner. ->

#6

Posted 22 February 2012 - 09:17 PM

View Post500 Internal Server Error, on 22 February 2012 - 09:07 PM, said:

Copy and paste your entire permissions file into http://yaml-online-parser.appspot.com/ and tell me the errors that appear in the right panel.

I did that and fixed all the errors it came up with. Still doesn't work :(

#7

Posted 22 February 2012 - 09:26 PM

View Post500 Internal Server Error, on 22 February 2012 - 09:07 PM, said:

Copy and paste your entire permissions file into http://yaml-online-parser.appspot.com/ and tell me the errors that appear in the right panel.
{
"default": "Citizen",
"groups": {
"Builder": {
"meta": {
"priority": "20",
"prefix": "[&3Builder&f]"
},
"groups": [
"Citizen"
],
"permissions": [
"essentials.balance",
"essentials.balance.others",
"essentials.balancetop",
"essentials.pay",
"essentials.sell",
"essentials.afk",
"essentials.depth",
"essentials.getpos",
"essentials.help",
"essentials.helpop",
"essentials.ignore",
"essentials.list",
"essentials.mail.send",
"essentials.mail",
"essentials.msg",
"essentials.rules",
"essentials.suicide",
"essentials.tpahere",
"essentials.tpaccept",
"essentials.tpaall",
"essentials.tpa",
"essentials.sethome",
"essentials.spawn",
"essentials.warp",
"essentials.warp.*",
"essentials.warp.list",
"essentials.delhome",
"mobarena.use.join",
"mobarena.use.leave",
"mobarena.use.spectate",
"mobarena.arenas.ma2",
"mobarena.arenas.ma",
"ChestShop.shop.create",
"ChestShop.shop.buy",
"ChestShop.shop.sell",
"lockette.user.create.*",
"lockette.admin.create.*",
"essentials.gamemode",
"essentials.god",
"essentials.enchant",
"essentials.enchant.[enchantmentname]",
"essentials.feed",
"essentials.heal",
"essentials.oversizedstacks",
"essentials.item",
"essentials.kit",
"essentials.broadcast",
"essentials.clearinventory",
"essentials.invsee",
"essentials.tpdeny",
"essentials.warp",
"essentials.warp.*",
"essentials.warp.list",
"essentials.tpaccept"
]
},
"VIP": {
"meta": {
"priority": "30",
"prefix": "[&4VIP&f]"
},
"groups": [
"Citizen"
],
"permissions": [
"essentials.balance",
"essentials.balance.others",
"essentials.balancetop",
"essentials.pay",
"essentials.sell",
"essentials.afk",
"essentials.depth",
"essentials.getpos",
"essentials.help",
"essentials.helpop",
"essentials.ignore",
"essentials.list",
"essentials.mail.send",
"essentials.mail",
"essentials.msg",
"essentials.rules",
"essentials.suicide",
"essentials.tpahere",
"essentials.tpaccept",
"essentials.tpaall",
"essentials.tpa",
"essentials.sethome",
"essentials.spawn",
"essentials.warp",
"essentials.warp.*",
"essentials.warp.list",
"essentials.delhome",
"mobarena.use.join",
"mobarena.use.leave",
"mobarena.use.spectate",
"mobarena.arenas.ma2",
"mobarena.arenas.ma",
"ChestShop.shop.create",
"ChestShop.shop.buy",
"ChestShop.shop.sell",
"lockette.user.create.*",
"lockette.admin.create.*",
"essentials.gamemode",
"essentials.god",
"essentials.enchant",
"essentials.enchant.[enchantmentname]",
"essentials.feed",
"essentials.heal",
"essentials.oversizedstacks",
"essentials.item",
"essentials.kit",
"essentials.broadcast",
"essentials.clearinventory",
"essentials.invsee",
"essentials.tpdeny",
"essentials.warp",
"essentials.warp.*",
"essentials.warp.list",
"essentials.tptoggle",
"essentials.tphere",
"essentials.tpo",
"essentials.tpohere",
"essentials.tpall",
"essentials.tpaccept"
]
},
"Citizen": {
"meta": {
"priority": "10",
"prefix": "[&aCitizen&f]"
},
"groups": null,
"permissions": [
"essentials.balance",
"essentials.balance.others",
"essentials.balancetop",
"essentials.pay",
"essentials.sell",
"essentials.afk",
"essentials.depth",
"essentials.getpos",
"essentials.help",
"essentials.helpop",
"essentials.ignore",
"essentials.list",
"essentials.mail.send",
"essentials.mail",
"essentials.msg",
"essentials.rules",
"essentials.suicide",
"essentials.tpahere",
"essentials.tpaccept",
"essentials.tpaall",
"essentials.tpa",
"essentials.sethome",
"essentials.spawn",
"essentials.delhome",
"mobarena.use.join",
"mobarena.use.leave",
"mobarena.use.spectate",
"mobarena.arenas.ma2",
"mobarena.arenas.ma",
"ChestShop.shop.create",
"ChestShop.shop.buy",
"ChestShop.shop.sell",
"lockette.user.create.*",
"lockette.admin.create.*",
"essentials.warp",
"essentials.warp.*",
"essentials.warp.list",
"essentials.tpdeny",
"essentials.tpaccept"
]
}
}
}

That's what comes up when i put it in the parser

#8

    AmberK

    Servers Moderator

  • Sectional Moderator
  • 4855 posts

Posted 22 February 2012 - 09:40 PM

Nonono, you don't use the file that it creates, you simply use it to check and create your own. If you see that, that means what you've entered on the left is correct, and should be used in your file.
Easiest way to get me back in the thread is to quote my post.
Future sig in the making...

#9

Posted 22 February 2012 - 09:41 PM

View PostAmberK, on 22 February 2012 - 09:40 PM, said:

Nonono, you don't use the file that it creates, you simply use it to check and create your own. If you see that, that means what you've entered on the left is correct, and should be used in your file.
I'm not using the file that the parser creates... :( I'm so sad. My players are pissed too.

#10

    AmberK

    Servers Moderator

  • Sectional Moderator
  • 4855 posts

Posted 22 February 2012 - 09:48 PM

That's in a .json file format. I'm kind of going on a whim here and assuming you didn't make a .json file from scratch, so I'd assume somewhere down the line that happened.

Try using this for your permissions:

Spoiler

Easiest way to get me back in the thread is to quote my post.
Future sig in the making...

#11

Posted 22 February 2012 - 10:16 PM

Bump! Please, nothing works :( I really want to use bPerms

#12

    AmberK

    Servers Moderator

  • Sectional Moderator
  • 4855 posts

Posted 22 February 2012 - 10:24 PM

View PostAmberK, on 22 February 2012 - 09:48 PM, said:

That's in a .json file format. I'm kind of going on a whim here and assuming you didn't make a .json file from scratch, so I'd assume somewhere down the line that happened.

Try using this for your permissions:

Spoiler

Easiest way to get me back in the thread is to quote my post.
Future sig in the making...

#13

Posted 23 February 2012 - 01:07 PM

So I've tried everything people have suggested, and don't get me wrong, I appreciate your help. But, nothing is working. Can someone think of a reason other than config file errors that it would not be working? Plugins that conflict? I don't know but my players are pissed :(

#14

Posted 23 February 2012 - 01:23 PM

I hate to bump this again but NEED help.

#15

    AmberK

    Servers Moderator

  • Sectional Moderator
  • 4855 posts

Posted 23 February 2012 - 02:03 PM

Load the permissions file I gave you, and start up the server with a fresh server log. Copy and paste it here: http://pastebin.com and leave the link to page on the forum.
Easiest way to get me back in the thread is to quote my post.
Future sig in the making...

#16

Posted 23 February 2012 - 02:14 PM

View PostAmberK, on 23 February 2012 - 02:03 PM, said:

Load the permissions file I gave you, and start up the server with a fresh server log. Copy and paste it here: http://pastebin.com and leave the link to page on the forum.
Umm ok. The thing is, with my host, they don't offer a live console. :/ I guess I'll just go find the server.log

EDIT: Here's the link, but for some reason the date is all wrong o.O and it's the only thing in my server.log. http://pastebin.com/Wk3weihN I'll try to find a more recent one...

EDIT: Well this sucks, when I download the server.log I can't open it with anything. I've tried everything from notepad to wordpad. Nothing opens it. I even changed it to a .txt file

EDIT: Creating a new server.log. Deleted the old one.

#17

Posted 23 February 2012 - 02:46 PM

http://pastebin.com/ypzifFSL YAY! This is what the server.log says on start up hope this helps :3

#18

    AmberK

    Servers Moderator

  • Sectional Moderator
  • 4855 posts

Posted 23 February 2012 - 03:17 PM

You have NoGriefTNT.jar, NoGriefLava.jar, and NoGriefIgnite.jar, but not the NoGreif.jar. Either delete all of these, or get NoGreif.


NoGreif isn't loading in the correct order, I'd recommend just getting rid of it completely.
Easiest way to get me back in the thread is to quote my post.
Future sig in the making...

#19

Posted 23 February 2012 - 03:19 PM

View PostAmberK, on 23 February 2012 - 03:17 PM, said:

You have NoGriefTNT.jar, NoGriefLava.jar, and NoGriefIgnite.jar, but not the NoGreif.jar. Either delete all of these, or get NoGreif.


NoGreif isn't loading in the correct order, I'd recommend just getting rid of it completely.
Alright... I'll do that then.

#20

Posted 23 February 2012 - 03:36 PM

View PostAmberK, on 23 February 2012 - 03:17 PM, said:

You have NoGriefTNT.jar, NoGriefLava.jar, and NoGriefIgnite.jar, but not the NoGreif.jar. Either delete all of these, or get NoGreif.


NoGreif isn't loading in the correct order, I'd recommend just getting rid of it completely.
So are these plugins conflicting?