Hello, I Installed it correctly like this guy did in his Bukkit Server : But when I click run this is the message it will show : Code: 148 recipes 16 achievements 14:22:47 [INFO] Starting minecraft server version Beta 1.6.6 14:22:47 [INFO] Loading properties 14:22:47 [INFO] Starting Minecraft server on *:25565 14:22:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-764- g44c8ffd-b817jnks (MC: 1.6.6) 14:22:47 [INFO] Preparing level "new world" 14:22:47 [INFO] Preparing start region for level 0 14:22:48 [INFO] Preparing spawn area: 97% 14:22:48 [INFO] Preparing start region for level 1 14:22:49 [INFO] Preparing spawn area: 89% 14:22:50 [SEVERE] [Permissions] storageconfig.yml is not a file. 14:22:50 [INFO] [Permissions] Shutting down Permissions due to error(s). 14:22:50 [SEVERE] [Permissions] storageconfig.yml cannot be read. 14:22:50 [INFO] [Permissions] Shutting down Permissions due to error(s). 14:22:50 [INFO] [Permissions] Creating storageconfig.yml. 14:22:50 [SEVERE] java.io.IOException: Unable to create directory structure for world 'new world'. 14:22:50 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(Storage Factory.java:79) 14:22:50 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld( ModularControl.java:89) 14:22:50 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(Modul arControl.java:81) 14:22:50 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularCon trol.java:102) 14:22:50 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer missions(Permissions.java:170) 14:22:50 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P ermissions.java:127) 14:22:50 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS erver.java:106) 14:22:50 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServe r.java:232) 14:22:50 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe r.java:219) 14:22:50 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:146) 14:22:50 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:285) 14:22:50 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:422) 14:22:50 [SEVERE] [Permissions] Unable to load permission data. 14:22:50 [INFO] [Permissions] Shutting down Permissions due to error(s). 14:22:50 [INFO] [Permissions] (Yeti) was initialized. 14:22:50 [INFO] [Permissions] version [3.1] (Yeti) loaded 14:22:50 [INFO] Done (0.248s)! For help, type "help" or "?" > Help D=!! Edit: Okay idk why im not getting any replys, i guess i dont have enough information. I do not have anyother plugins other than permissions. Heres what my folders look like: http://imageshack.us/photo/my-images/202/12787722.jpg/ http://imageshack.us/photo/my-images/638/25013998.jpg/ http://imageshack.us/photo/my-images/691/95440334.jpg/ Here is my Groups.yml : Code: ## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'foo.bar' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - '*' # If you give a group this permissions, do not have the group inherit any permissions # from other groups. Any users assigned to this group should NOT be given any additional # permissions either. ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Default: default: true info: prefix: '' suffix: '' build: false inheritance: permissions: - 'foo.bar' Moderator: default: false info: prefix: '' suffix: '' build: true inheritance: - Default permissions: - 'bar.foo' Admins: default: false info: prefix: '' suffix: '' build: true inheritance: permissions: - '*' Heres my users.yml: Code: ## # Users denote which users are included in which group. # TheNo1Yeti is in the Admin group # Herpina is a member of the Moderator group but also has access # to the herp.derp permissions # Derpina is a member of the admin group but does not have access # to the derp.derp permission node # Users can no longer have a prefix and suffix ## users: TheNo1Yeti: groups: - Admins permissions: Herpina: groups: - Moderator permissions: - 'herp.derp' Derpina: groups: - Admins permissions: - '-derp.derp' flamepwner: groups: - Admins permissions: - '*' Hope this is enough information! anybody? EDIT by Moderator: merged posts, please use the edit button instead of double posting.