***Permissions*** HELP! :(

Discussion in 'Bukkit Help' started by jimidavole, Oct 23, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    jimidavole

    ***my permissions files aint working. I am using notepad++ (for the first time ever)***

    i just want it set up so my friend and I can play on my server. (both as owner and co-owner)
    and have a group with restrictions for new players.

    my users file looks like this:

    users:
    jimidavole:
    info:
    prefix: 'owner'
    groups:
    - Admins
    permissions:
    - '*'
    barnesy2799:
    info:
    prefix: 'co owner'
    groups:
    - Moderator
    permissions:
    - '*'



    my groups file looks like this:

    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players 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 inherit from other groups.
    # To make a group inherit the permissions and info nodes from another
    # group, simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # Wildcard Permission settings:
    #
    # You can have wildcard nodes which encompass all nodes that match it.
    # For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    # "modplugin.settings.view", and so on.
    #
    ##
    # A single asterisk means that this user/group has all permissions.
    # - '*'
    ##
    # Negated nodes are created by prefixing a normal node with "-".
    # They prevent less specific wildcard nodes from matching the negated node.
    # For example:
    #
    # permissions:
    # - 'foo.*'
    # - '-foo.bar'
    #
    # In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "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.
    ##
    #
    # For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##

    groups:
    Default:
    default: true
    info:
    prefix: 'noob'
    suffix: ''
    build: false
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.home'
    - 'essentials.motd'
    - 'essentials.rules'
    - 'essentials.sethome'
    Member:
    default: false
    info:
    prefix: 'footsoldier'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - '*'
    Moderator:
    default: false
    info:
    prefix: 'mod'
    suffix: ''
    build: true
    inheritance:
    - Member
    permissions:
    - '*'
    Admins:
    default: false
    info:
    prefix: 'admin'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'



    WHAT CAN I DO TO FIX THIS?

    WHEN I LOG IN TO MY SERVER IT SAYS:

    161 recipes
    17 achievements
    14:35:52 [INFO] Starting minecraft server version Beta 1.8.1
    14:35:52 [INFO] Loading properties
    14:35:52 [INFO] Starting Minecraft server on *:25565
    14:35:52 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    14:35:52 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    14:35:52 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    14:35:52 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    14:35:52 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126
    -g35eac7a-b1317jnks (MC: 1.8.1)
    14:35:53 [SEVERE] Could not load 'plugins\BukkitInventoryTools.jar' in folder 'p
    lugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:135)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    14:35:53 [INFO] MLog clients using java 1.4+ standard logging.
    14:35:53 [SEVERE] while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 3, column 1:
    info:
    ^

    14:35:53 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:358)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:179)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappin
    gValue.produce(ParserImpl.java:591)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:161)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:146)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:133)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:237)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:237)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:123)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:106)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:121)
    14:35:53 [SEVERE] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)

    14:35:53 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    14:35:53 [SEVERE] at org.bukkit.util.config.Configuration.load(Configurati
    on.java:89)
    14:35:53 [SEVERE] at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    14:35:53 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    14:35:53 [SEVERE] at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    14:35:53 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    14:35:53 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    14:35:53 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    14:35:53 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:116)
    14:35:53 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    14:35:53 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    14:35:53 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:139)
    14:35:53 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:112)
    14:35:53 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:52)
    14:35:53 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:136)
    14:35:53 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    14:35:53 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    14:35:53 [SEVERE] [Permissions] Unable to load permission data.
    14:35:53 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    14:35:53 [INFO] [Permissions] (Yeti) was initialized.
    14:35:53 [INFO] [Catacombs] version 0.6 is loaded
    14:35:53 [INFO] [Permissions] (Yeti) disabled successfully.
    14:35:53 [INFO] Preparing level "holy"
    14:35:53 [INFO] Default game type: 1
    14:35:54 [INFO] Preparing start region for level 0 (Seed: 3663197274842131535)
    14:35:55 [INFO] Preparing spawn area: 20%
    14:35:55 [INFO] Preparing start region for level 1 (Seed: 3663197274842131535)
    14:35:56 [INFO] Preparing spawn area: 3%
    14:35:57 [INFO] Preparing spawn area: 85%
    14:35:57 [INFO] Permissions found and linked
    14:35:57 [SEVERE] Error occurred while enabling Bossmin v1.0 (Is it up to date?)
    : com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at me.Benjaneer.Bossmin.Bossmin.onEnable(Bossmin.java:38)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    14:35:58 [INFO] Loaded Essentials build 2.6.3 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    14:35:58 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    14:35:58 [INFO] Loaded EssentialsChat build 2.6.3 by: essentials team
    14:35:58 [INFO] Loaded EssentialsGeoIP build 2.6.3 by: essentials team
    14:35:58 [INFO] This product includes GeoLite data created by MaxMind, available
    from http://www.maxmind.com/.
    14:35:58 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    14:35:59 [INFO] Loaded EssentialsProtect build 2.6.3 by: essentials team
    14:35:59 [INFO] Loaded EssentialsSpawn build 2.6.3 by: essentials team
    14:35:59 [WARNING] config broken for xmpp
    14:35:59 [INFO] Loaded EssentialsXMPP build 2.6.3 by: essentials team
    14:35:59 [INFO] [Permissions] SQL Interface enabled!
    14:35:59 [INFO] [Catacombs] Looking for Permissions plugin
    14:35:59 [SEVERE] Error occurred while enabling Catacombs v0.6 (Is it up to date
    ?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at net.steeleyes.catacombs.CatPermissions.<init>(CatPermissions.java:21)

    at net.steeleyes.catacombs.Catacombs.onEnable(Catacombs.java:194)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    14:35:59 [INFO] [Creativity] English language activated
    14:35:59 [INFO] [Creativity] Version 0.8.0 has been enabled!
    14:35:59 [INFO] [DynaMark] Found config, making sure it's up to date.
    14:35:59 [SEVERE] Error occurred while enabling DynaMark v0.0.3.0 (Is it up to d
    ate?): null
    java.lang.NullPointerException
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at me.smickles.DynamicMarket.DynamicMarket.onEnable(DynamicMarket.java:1
    17)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    14:35:59 [INFO] Server permissions file permissions.yml is empty, ignoring it
    14:35:59 [INFO] Done (0.572s)! For help, type "help" or "?"
    14:38:11 [INFO] jimidavole [/127.0.0.1:56642] logged in with entity id 252 at ([
    holy] -30.21875, 64.0, 262.03125)
    14:38:11 [INFO] New max size: 484
    14:38:11 [INFO] New max size: 784


    PLEASE HELP! :(
    >
     
  2. You can't use tabs in .yml files. Go to Settings>Preferences>Language Menu/Tab Settings and tick Replace by spaces.
     
  3. Offline

    Lexington

    You must change tabs to spaces , yml files do not like tabs.
    I strongly recommend using other permission plugin , because Yetis 3.1.6 is not maintained anymore.
     
  4. Offline

    jimidavole

    so which permissions plugin should i try? and which files do i have to delete from the old?

    when i replace with spaces and try to save my yml files...it seems like there are no changes to save..

    i wasn't using tabs (basically)
    so what could be wrong?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  5. You were. The error is caused by a TAB in your file.
     
  6. Offline

    jimidavole

    so why are there no changes to save after I replace with spaces?


     
  7. Because ticking Replace by spaces doesn't affect the tabs you already made. You have to find every tab in your file and replace it with the new tabs.
     
  8. Offline

    jimidavole

    ok, i'll manually go thru and then post what my server says on reboot. thanks for your help here. :)
     
  9. If you are replacing it right then you wont get any errors.
     
  10. Offline

    jimidavole

    ok, i removed some tabs from my yml files, saved and rebooted my server.

    This is the update:

    161 recipes
    17 achievements
    16:43:37 [INFO] Starting minecraft server version Beta 1.8.1
    16:43:37 [INFO] Loading properties
    16:43:37 [INFO] Starting Minecraft server on *:25565
    16:43:37 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    16:43:37 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    16:43:37 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    16:43:37 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    16:43:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126
    -g35eac7a-b1317jnks (MC: 1.8.1)
    16:43:37 [SEVERE] Could not load 'plugins\BukkitInventoryTools.jar' in folder 'p
    lugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:135)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    16:43:38 [INFO] MLog clients using java 1.4+ standard logging.
    16:43:38 [SEVERE] while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 3, column 1:
    info:
    ^

    16:43:38 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:358)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:179)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappin
    gValue.produce(ParserImpl.java:591)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:161)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:146)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:133)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:237)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:237)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:123)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:106)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:121)
    16:43:38 [SEVERE] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)

    16:43:38 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    16:43:38 [SEVERE] at org.bukkit.util.config.Configuration.load(Configurati
    on.java:89)
    16:43:38 [SEVERE] at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:35)
    16:43:38 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    16:43:38 [SEVERE] at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    16:43:38 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    16:43:38 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    16:43:38 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    16:43:38 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:114)
    16:43:38 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    16:43:38 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    16:43:38 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:139)
    16:43:38 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:112)
    16:43:38 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:52)
    16:43:38 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:136)
    16:43:38 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:43:38 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:43:38 [SEVERE] [Permissions] Unable to load permission data.
    16:43:38 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    16:43:38 [INFO] [Permissions] (Yeti) was initialized.
    16:43:38 [INFO] [Catacombs] version 0.6 is loaded
    16:43:38 [INFO] [Permissions] (Yeti) disabled successfully.
    16:43:38 [INFO] Preparing level "holy"
    16:43:38 [INFO] Default game type: 1
    16:43:38 [INFO] Preparing start region for level 0 (Seed: 3663197274842131535)
    16:43:39 [INFO] Preparing spawn area: 36%
    16:43:40 [INFO] Preparing start region for level 1 (Seed: 3663197274842131535)
    16:43:40 [INFO] Preparing spawn area: 3%
    16:43:41 [INFO] Preparing spawn area: 97%
    16:43:41 [INFO] Permissions found and linked
    16:43:41 [SEVERE] Error occurred while enabling Bossmin v1.0 (Is it up to date?)
    : com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at me.Benjaneer.Bossmin.Bossmin.onEnable(Bossmin.java:38)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    16:43:42 [INFO] Loaded Essentials build 2.6.3 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    16:43:42 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    16:43:42 [INFO] Loaded EssentialsChat build 2.6.3 by: essentials team
    16:43:42 [INFO] Loaded EssentialsGeoIP build 2.6.3 by: essentials team
    16:43:42 [INFO] This product includes GeoLite data created by MaxMind, available
    from http://www.maxmind.com/.
    16:43:42 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    16:43:43 [INFO] Loaded EssentialsProtect build 2.6.3 by: essentials team
    16:43:43 [INFO] Loaded EssentialsSpawn build 2.6.3 by: essentials team
    16:43:43 [WARNING] config broken for xmpp
    16:43:43 [INFO] Loaded EssentialsXMPP build 2.6.3 by: essentials team
    16:43:43 [INFO] [Permissions] SQL Interface enabled!
    16:43:43 [INFO] [Catacombs] Looking for Permissions plugin
    16:43:43 [SEVERE] Error occurred while enabling Catacombs v0.6 (Is it up to date
    ?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at net.steeleyes.catacombs.CatPermissions.<init>(CatPermissions.java:21)

    at net.steeleyes.catacombs.Catacombs.onEnable(Catacombs.java:194)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    16:43:43 [INFO] [Creativity] English language activated
    16:43:43 [INFO] [Creativity] Version 0.8.0 has been enabled!
    16:43:43 [INFO] [DynaMark] Found config, making sure it's up to date.
    16:43:43 [SEVERE] Error occurred while enabling DynaMark v0.0.3.0 (Is it up to d
    ate?): null
    java.lang.NullPointerException
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at me.smickles.DynamicMarket.DynamicMarket.onEnable(DynamicMarket.java:1
    17)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    16:43:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:43:43 [INFO] Done (0.539s)! For help, type "help" or "?"
    16:43:52 [INFO] jimidavole [/127.0.0.1:61662] logged in with entity id 271 at ([
    holy] -30.21875, 64.0, 262.03125)
    16:43:53 [INFO] New max size: 484
    16:43:53 [INFO] New max size: 784
     
  11. Offline

    Forairan

    This is your problem - you still have tabs in your file.
    Open Notepad++ or a similar program, go to Replace, choose "Extended (\r, \n, etc.)" or whatever it is, enter \t in the first box and " " (four spaces) in the second, then click Replace All.
    Also, I'd suggest using PermissionBukkit - Permissions is old, outdated, and plugins are dropping support for it ;)
     
  12. Offline

    jimidavole

    thank you. What download link would be the best for Permissionbukkit? I see a few there.
    I will delete permissions and go for the one you recommend. :)

    ok iv downloaded and installed permissionsbukkit in my plug ins folder.
    i have the yml file and just need to edit it. :S

    I just want it to work for a owner and co owner. then one setting for the rest of the guys.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
Thread Status:
Not open for further replies.

Share This Page