Permissions.yml is empty ignoring?!

Discussion in 'Bukkit Help' started by spartan453, Jul 24, 2011.

Thread Status:
Not open for further replies.
  1. 151 recipes
    16 achievements
    12:05:11 [INFO] Starting minecraft server version Beta 1.7.3
    12:05:11 [INFO] Loading properties
    12:05:11 [INFO] Starting Minecraft server on *:25565
    12:05:11 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    12:05:11 [INFO] Preparing level "world"
    12:05:11 [INFO] Preparing start region for level 0 (Seed: -9009068175818023478)
    12:05:12 [INFO] Preparing start region for level 1 (Seed: -9009068175818023478)
    12:05:12 [INFO] Preparing spawn area: 52%
    12:05:13 [INFO] AntiCreeper v2.0 - by Rothens
    12:05:13 [INFO] Anticreeper v2.0 - STARTED
    12:05:13 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    12:05:13 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch
    to Permissions 3] is enabled!
    12:05:13 [INFO] PlaceTNT version1.0 is enabled
    12:05:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
    12:05:13 [INFO] Done (0.140s)! For help, type "help" or "?"
    >
    I dont know what to do... help

    Anyone??

    come on ppl someone has got to know :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  2. Offline

    natedawg1013

    That is the server's permissions file that comes with CraftBukkit build 1000+. If you don't need to set permissions or if you use the "Permissions" plugin, you should be fine.
     
  3. but I do need them
     
  4. Offline

    poptheman1

    this is happening to me too, can someone help us? :3
     
  5. Offline

    Perdog

    Do you have a permissions plugin? Like PermissionsBukkit or something similar?
     
  6. Offline

    poptheman1

    i do :3
     
  7. Offline

    Perdog

    Then don't worry about it, your permissions should still be working perfectly fine. The permissions that it's ignoring was the new permissions that was recently built into bukkit.
     
  8. Offline

    dark_hunter

    Your using GroupManager, ignore it.
     
  9. Offline

    HyperOddjob

    I also have this trouble and have group permissions but i want it so an admin cant do some of the server commands is this the file i should change
     
  10. im trying to make it so you see the group in next to your name but I dont know how I got notepad ++
     
  11. This is the only thats wrong on my server and "ingame" i cant do build do commands i am op and in my plugin permissions files i am admin whit a '*'. I cant do anything on my server idont get it all . I tested to copy my permissions mapfile ...nothing then i moved the permission.yml.. nothing. Sometime its no problem in cmd but i can still not do anything ingame. Im so sorry for bad English.
    ---------------------------------------------------------------------------------------------
    Later the same day:
    I test something now im not sure.....
    --------------------------------------------------------------------------------------------------
    I dont get it at all now I test the bukkitpermissions or something.....
     
  12. Offline

    iiFlippy

    Hey your using PlaceTnT thanks
     
  13. Offline

    lolroflwow

    So no one figured out how to fix this problem? Cause now I'm having it if someone could please tell me how to fix this that would be awesome, its telling me the same thing and I don't have the ability to promote or demote people through the ranks its almost like I don't have permissions at all.
     
  14. Offline

    Mortal

    1. Download a permissions Plugin (I am using PermissionsBukkit) and the superpermbridge Plugin "install" them both
    2. Go into your root directory and search for the server config file (in my its called bukkit.yml)
    3. search for spwan-radius 16 and make it to 0 (take care that u dont remove any spaces and dont use tabulators) now you are able to build every where when you have the build permission (in the spawn protected area only ops are able to build)
    4. go into *root directory*/plugins/*your permissions plugin folder* and search the permissions config file (with PermissionsBukkit its called config.yml) and set your permissions. For example i added my config
      My Config.yml (open)
      Code:
      users:
             User1:
                 permissions:
                 groups:
                 - admin
             User2:
                 permissions:
                 groups:
                 - friends
             User3:
                 permissions:
                 groups:
                 - friends
         groups:
             default:
                 permissions:
                     permissions.build: false
                     superpermbridge.essentials.*: false
                     superpermbridge.LivingBuilding.*: false
                     superpermbridge.worldedit.*: false
             admin:
                 permissions:
                     permissions.build: true
                     permissions.*: true
                     superpermbridge.essentials.*: true
                     superpermbridge.LivingBuilding.*: true
                     superpermbridge.worldedit.*: true
                     superpermbridge.craftbook.mech.bookshelf.use: true
                     superpermbridge.craftbook.ic.safe.*: true
                     superpermbridge.craftbook.ic.restricted.*: true
                 inheritance:
             friends:
                 permissions:
                     permissions.build: true
                     superpermbridge.essentials.time: true
                     superpermbridge.essentials.afk: true
                     superpermbridge.essentials.time.set: true
                     superpermbridge.essentials.weather: true
                     superpermbridge.essentials.help: true
                     superpermbridge.essentials.getpos: true
                     superpermbridge.essentials.tp: true
                     superpermbridge.essentials.tpohere: true
                     superpermbridge.essentials.mail: true
                     superpermbridge.essentials.sethome: true
                     superpermbridge.essentials.home: true
                     superpermbridge.essentials.setwarp: true
                     superpermbridge.essentials.warp: true
                     superpermbridge.essentials.delwarp: true
                     superpermbridge.essentials.signs.use.*: true
                     superpermbridge.essentials.list: true
                     superpermbridge.essentials.back: true
                     superpermbridge.essentials.msg: true
                     superpermbridge.worldedit.*: false
                     superpermbridge.LivingBuilding.*: false
                     superpermbridge.craftbook.mech.bookshelf.use: true
                     superpermbridge.craftbook.ic.safe.*: true
                     superpermbridge.craftbook.ic.restricted.*: true
                 inheritance:
         messages:
             build: '&cYou do not have permission to build here.'
    5. Start the server and test building for 1 user from every group
    6. If you wanna the spawn protection, set the spawn-radius to the value you like
    Let the permissions.yml in your root directory empty. With the most permissions Plugins you dont need it. Use this makes the whole configuration more complicated than it is
     
  15. Offline

    kanx

    Wow you're stupid. Type 3 in permissions.yml if you have an other plugin that gives you certain groups.
     
  16. Offline

    Blackout8099

    I have had the same problem. I had a server running but then decided to update... then i found myself with the problem that the permission i set up with group manager didn't work. but i fixed this very simply by realising if the bukkit only just included it with this version who's to say that it need it. so i simply went into the bukkit.yml file and deleted the command line "permissions-file: permissions.yml" and hey presto it works :) simples although mortal would work i deemed it unnecessary due to the fact i am already using group manager and i already had the permissions set up :p
     
  17. Offline

    Omnitv

  18. Offline

    ColaCraft

    if you have a permissions plugin this is normal. dont get your panties in a bunch now
     
Thread Status:
Not open for further replies.

Share This Page