New Server Message that I don't understand

Discussion in 'Bukkit Help' started by AnUnknownMiner, Feb 19, 2013.

?

How Often does this happen?

  1. Less than 50% to me.

    0 vote(s)
    0.0%
  2. More than 50% to me.

    2 vote(s)
    100.0%
Thread Status:
Not open for further replies.
  1. Offline

    AnUnknownMiner

    Hello fellow Bukkit Server users. I'm a noobie server owner that has received a message from the command console that caught my eye. It says..

    "2013-02-19 21:39:15 [INFO] Server permissions file permissions.yml is empty, ignoring it"

    Now, is this normal or should be concerned about it? (0_0)

    *Edit: Just note that I have no Plug-ins installed at this time


    Thank You for your time

    --AnUnknownMiner
     
  2. Offline

    c0mp

    AnUnknownMiner That error message is referring to CraftBukkit's built-in permissions.yml file, which can be used to consolidate several permission nodes into one of your choosing. So if you want to keep your Permissions plugin configuration nice and trim, you can assign all the nodes that you would give each of your groups into several nodes, based on group name, worlds, et cetera.

    The parent node naming scheme is defined by you, so it could be something like UnknownCraft.Trusted, or UnknownCraft.Default.world_nether, and you would assign child nodes, the actual ones from all your plugins, corresponding to whatever group/world would would normally get those nodes. In your permissions plugin configuration, you would remove the mass of nodes that your Trusted group has, and just use UnknownCraft.Trusted, which would give your Trusted group all of the children of that node.

    If nothing else, it makes switching between permissions plugins *much* easier.
     
    zipfe and AnUnknownMiner like this.
  3. Offline

    AnUnknownMiner

    Oh, so its just saying that their aren't any permissions crafted and that's the reason why I'm getting that message?
     
  4. Offline

    c0mp

    Exactly; if you want to populate that file with parent/child nodes, you can and it will remove the 'error', otherwise it's safe to ignore the message.
     
  5. Offline

    AnUnknownMiner

    How do I make child and parent nodes? Coding i assume :/
     
  6. Offline

    c0mp

  7. Offline

    AnUnknownMiner

    OK, Thanks! I will look into it! :D
     
  8. Offline

    Necrodoom

    remember you gotta have a permission plugin first.
     
Thread Status:
Not open for further replies.

Share This Page