Solved . But not really. . .AutoRank Advc Issue.

Discussion in 'Bukkit Help' started by Winterfellhard, Oct 15, 2014.

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

    Winterfellhard

    Hello again everyone. I thought last night when I went to bed I officially had all my stuff setup correctly. Seems auto rank is causing an issue with where to promote to?

    Edit: Removed Pic- That issue has been solved. Another Issue was caused tho.


    Here is my auto rank advanced config:

    Code:
    #############################################################################
    #                                                                          #
    #                  Autorank 2 Advanced Config                              #
    #                                                                          #
    #  Please use the SimpleConfig unless you know what you are doing and      #
    #  need functionality that the SimpleConfig doesn't provide.              #
    #                                                                          #
    #############################################################################
     
    ranks:
        Default:
            requirements:
                money: 1000
                total time:: 1h
                exp: 20
                faction power: 5
    #            blocks broken: 100
            results:
                rank change: Default;Novice; world
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Novice!'
    #            command: 'money pay @p 1000; money take &p 1000'
                message: 'Congratulations, you are now a Novice!'
        Novice:
            requirements:
                money: 10000
                total time: 10h
                exp: 20
                faction power: 10
    #            blocks broken: 1000
            results:
                rank change: Novice;Trusted
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Trusted!'
                message: 'Congratulations, you are now a Trusted!'
        Trusted:
            requirements:
                money: 30000
                total time: 1d
                exp: 20
                faction power: 10
                mcmmo power level: 50
            results:
                rank change: Trusted;Initiate
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Initiate!'
                message: 'Congratulations, you are now a Initiate!'
        Initiate:
            requirements:
                money: 75000
                total time: 5d
                mcmmo power level: 100
                exp: 20
                permission: autorank.powerranks
            results:
                rank change: Initiate;Knight
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Knight!'
                message: 'Congratulations, you are now a Knight!'
        Knight:
            requirements:
                money: 200000
                total time: 14d
                mcmmo power level: 400
                exp: 30
            results:
                rank change: Knight;Warrior
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Warrior!'
                message: 'Congratulations, you are now a Warrior!'
        Warrior:
            requirements:
                money: 500000
                total time: 21d
                mcmmo power level: 1000
                exp: 40
            results:
                rank change: Warrior;Commander
                command: 'say &p just got a promotion; broadcast &p has just been promoted to Commander!'
                message: 'Congratulations, you are now a Commander!'
        Commander:
            requirements:
                money: 750000
                total time: 28d
                mcmmo power level: 1500
                exp: 45
            results:
                rank change: Commander;General
                command: 'say &p just got a promotion; broadcast &p has just been promoted to General!'
                message: 'Congratulations, you are now a General!'
        General:
            requirements:
                money: 1000000
                total time: 60d
                mcmmo power level: 2500
                exp: 50
            results:
                rank change: General;MasterTime
                command: 'say &p just got a promotion; broadcast &p has just been promoted to MasterTime!'
                message: 'Congratulations, you are now a MasterTime!'
        MasterTime:
            requirements:
            results: 
     
                

    Edit: I just remember you will probably also need my permissions. I use permissionsbukkit.
    Most of the default code will be moved to one of the higher ranks and also the other groups have basically no permissions atm but I don't see why I am doing wrong here.

    The code is below: Edit: Ignore This Code. . . Updated Permissions file Post 2!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Code:
    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    users:
      6bbab635-71d1-43c8-98b4-abf6d1e886f2:
        permissions:
          griefprevention.spam: true
          essentials.sethome.multiple.unlimited: true
          factions.*: true
          stats.config: true
        groups:
        - Default
        name: Winterfellhard
    groups:
      Default:
        Default: true
        permissions:
          stats.track: true
          chestcommands.sign: false
          chestcommands.economy.bypass: false
          chestcommands.test: true
          chestcommands.free: true
          chestcommands.open.mainmenu.yml: true
          chestcommands.open.startershop.yml: true
          chestcommands.open.freeitems.yml: true
          chestcommands.item.mainmenu.yml: true
          chestcommands.item.freeitems.yml: true
          chestcommands.item.startershop.yml: true
          craftconomy3.money: true
          customjoinitems.test: true
          mcmmo.chat.partychat: true
          bukkit.command.list: false
          bukkit.command.version: false
          bukkit.command.plugin: false
          mcmmo.bypass.arcanebypass: false
          mcmmo.tools.mcrefresh: false
          mcmmo.tools.mcremove: false
          mcmmo.tools.mmoedit: false
          mcmmo.defaultsop: false
          mcmmo.tools.mcgod: false
          mcmmo.chat.adminchat: false
          mcmmo.admin: false
          mcmmo.defaults: true
          mcmmo.ability.*: true
          mcmmo.skills.*: true
          mcmmo.motd: false
          chestcommands.*: true
          bukkit.*: false
          bukkit.command.plugins: false
          bukkit.commands.pl: false
          bukkit.command.msg: false
          bukkit.command.tell: false
          bukkit.command.pl: false
          bukkit.command.?: false
          bukkit.command.help: false
          bukkit.command.kill: false
          bukkit.command.me: false
          bukkit.command.stats: false
          craftconomy3.command.money: true
          craftconomy.money.balance: true
          craftconomy.money.top: true
          craftconomy.money.pay: true
          craftconomy.command.chc: false
          chestcommands.command.chc: false
          chestcommands.commands.chc_help: false
          essentials.afk: true
          essentials.afk.auto: true
          essentials.help: true
          essentials.helpop: false
          essentials.balance: true
          essentials.balance.other: true
          essentials.balancetop: true
          essentials.build: true
          essentials.chat.color: true
          essentials.compass: true
          essentials.customtext: true
          essentials.depth: true
          essentials.delhome: true
          essentials.getpos: true
          essentials.home: true
          essentials.ignore: true
          essentials.msg: true
          essentials.msg.color: true
          essentials.motd: true
          essentials.nick: false
          essentials.sethome: true
          essentials.spawn: true
          essentials.sell: true
          essentials.suicide: true
          essentials.tpa: true
          essentials.tpaccept: true
          essentials.tpahere: true
          essentials.tpdeny: true
          essentials.warp: true
          essentials.warp.list: true
          essentials.worth: true
          essentials.sethome.multiple.default: true
          essentials.sethome.multiple: true
          essentials.eco.loan: false
          chestcommands.chc: false
          chestcommands.chestcommands: false
          essentials.list: true
          essentials.mail: true
          essentials.rules: true
          essentials.kit: true
          essentials.kit.tools: true
          essentials.kit.free: true
          chestcommands.command.help: false
          chestcommands.command.reload: false
          chestcommands.command.list: false
          chestchommands.command.checkperms: false
          chestcommands.command.update: false
          craftconomy.give: false
          craftconomy.set: false
          craftconomy.take: false
          craftconomy.money.infinite: false
          craftconomy.bank.balance: true
          craftconomy.bank.create: true
          craftconomy.bank.delete: false
          craftconomy.bank.withdraw: true
          craftconomy.bank.list: true
          griefprevention.deathblow: false
          griefprevention.adminclaims: false
          griefprevention.eavesdrop: false
          griefprevention.adjustclaimblocks: false
          griefprevention.createclaims: false
          griefprevention.buysellclaimblocks: true
          jcommands.home: true
          jcommands.afk: false
          jcommands.back: false
          jcommands.ban: false
          essentials.kit.notch: false
      Novice:
        suffix: ''
        permissions:
          essentials.mail.send: true
          essentials.pay: true
          essentials.kit.novice: true
          essentials.kit.chain: true
        inheritance:
        - Default
      Trusted:
        suffix: ''
        permissions:
          chestcommands.trusted: true
          chestcommands.open.Seller-Marketplace.yml: true
          essentials.kit.daily: true
          essentials.kit.potions: true
          essentials.kit.weekly: true
          essentials.kit.trusted: true
          essentials.kit.trustedtools: true
          essentials.kit.weekly: true
        inheritance:
        - Novice
      Initiate:
        permissions:
          essentials.kit.initiate: true
        inheritance:
        - Trusted
      Knight:
        permissions:
          essentials.kit.knight: true
        inheritance:
        - Initiate
      Warrior:
        permissions:
          essentials.kit.warrior: true
        inheritance:
        - Knight
      Commander:
        permissions:
          essentials.kit.commander: true
        inheritance:
        - Warrior
      General:
        permissions:
          essentials.kit.general: true
        inheritance:
        - Commander
      MasterTime:
        permissions:
          essentials.kit.mastertime: true
        inheritance:
        - General
      Youtube:
        rank: 10
        suffix: ''
        permissions:
          chestcommands.donator: false
          chestcommands.open.donatorshop.yml: false
          chestcommands.youtube: true
          chestcommands.open.youtubeshop.yml: true
          griefprevention.spam: true
          jcommands.back.ondeath: true
          jcommands.back: true
          essentials.back.ondeath: true
          essentials.back: true
          essentials.nick: true
          essentials.near: true
          essentials.kit.youtube: true
          essentials.sethome.multiple.donator1: true
          essentials.kit: true
        inheritance:
        - Initiate
      Donator1:
        rank: 10
        permissions:
          customjoinitems.donator1: true
          chestcommands.donator: true
          chestcommands.open.donatorshop.yml: true
          chestcommands.youtube: true
          chestcommands.open.youtubeshop.yml: true
          essentials.sethome.multiple.donator1: true
          griefprevention.spam: true
          jcommands.back.ondeath: true
          jcommands.back: true
          essentials.back.ondeath: true
          essentials.back: true
          essentials.nick: true
          essentials.near: true
          essentials.kit.donator: true
          essentials.kit: true
        inheritance:
        - Initiate
      Helper:
        rank: 15
        permissions:
          essentials.sethome.multiple.staff: true
          essentials.exp: true
          essentials.itemdb: true
          chestcommands.command.checkperms: true
          craftconomy.money.balance.others: true
          craftconomy.account.create: true
          craftconomy.account.delete: true
          griefprevention.restorenature: true
          jcommands.banned: true
          griefprevention.spam: true
          essentials.realname: true
        inheritance:
        - Trusted
      Moderator:
        rank: 30
        inheritance:
        - Helper
        permissions:
          craftconomy.take: true
          griefprevention.deathblow: true
          griefprevention.restorenatureaggressive: true
          jcommands.broadcast: true
          jcommands.day: true
          jcommands.night: true
          jcommands.freeze: true
          jcommands.fullheal: true
          jcommands.fullheal.others: true
          jcommands.getnames: true
          jcommands.getnames.others: true
          jcommands.getuuid: true
          jcommands.moderator: true
          essentials.broadcast: true
          essentials.fly: true
      HeadMod:
        rank: 40
        inheritance:
        - Moderator
      Admin:
        rank: 50
        inheritance:
        - HeadMod
        permissions:
          craftconomy.bank.delete: true
          griefprevention.adminclaims: false
          jcommands.admins: true
      Owner:
        permissions:
          essentials.itemspawn.item-all: true
          chestcommands.open.*: true
          essentials.*: true
          essentials.give.*: true
          essentials.item.*: true
          essentials.give: true
          essentials.item: true
          essentials.unlimited: true
          essentials.kits.*: true
          essentials.unlimited.item-all: true
          essentials.unlimited.item-bucket: true
          chestcommands.*: true
          bukkit.*: true
          permissions.*: true
          essentials.oversizedstacks: true
          essentials.repair.enchanted: true
          essentials.sethome.multiple.unlimited: true
          essentials.eco.loan: true
          '''*''': true
          '*': true
          chestcommands.donatorshop.yml: true
          chestcommands.open.donatorshop.yml: true
          chestcommands.open.superpowers.yml: true
          chestcommands.open.admin-ctrl.yml: true
          chestcommands.helper: true
          chestcommands.moderator: true
          chestcommands.headmod: true
          chestcommands.admin: true
          chestcommands.owner: true
          chestcommands.sign: true
          essentials.break.bedrock: true
          essentials.break: true
          essentials.enchant: true
          essentials.exp: true
          chestcommands.superpowers: true
          essentials.bigtree: true
          essentials.feed: true
          essentials.feed.others: true
          essentials.firework.fire: true
          essentials.firework: true
          essentials.fly: true
          essentials.fly.others: true
          essentials.fly.safelogin: true
          essentials.gamemode: true
          essentials.god: true
          essentials.god.pvp: true
          essentials.hat: true
          essentials.heal.others: true
          essentials.more: true
          essentials.repair: true
          essentials.repair.all: true
          essentials.repair.armor: true
          essentials.skull: true
          essentials.skull.modify: true
          essentials.skull.others: true
          essentials.skull.spawn: true
          essentials.time: true
          essentials.true: true
          essentials.workbench: true
          essentials.pay: true
          essentials.afk.kickexempt: true
          essentials.book: true
          essentials.book.*: true
          essentials.chat.ignoreexempt: true
          essentials.list.hidden: true
          essentials.mail: true
          essentials.mail.send: true
          essentials.me: true
          essentials.recipe: true
          essentials.seen: true
          essentials.seen.banreason: true
          essentials.seen.extra: true
          essentials.seen.ipsearch: true
          essentials.spawner: true
          essentials.spawner.*: true
          essentials.ban.notify: true
          essentials.ban.exempt: true
          essentials.ban: true
          essentials.banip: true
          essentials.broadcast: true
          essentials.burn: true
          essentials.enderchest: true
          essentials.enderchest.others: true
          essentials.enderchest.modify: true
          essentials.essentials: true
          essentials.ext: true
          essentials.fireball: true
          essentials.gc: true
          essentials.invsee: true
          essentials.invsee.modify: true
          essentials.clearinventory.others: true
          essentials.kick: true
          essentials.kick.exempt: true
          essentials.kick.notify: true
          essentials.kill: true
          essentials.kill.exempt: true
          essentials.kill.force: true
          essentials.lightning: true
          essentials.lightning.others: true
          essentials.mute: true
          essentials.mute.exempt: true
          essentials.mute.notify: true
          essentials.nuke: true
          essentials.ping: true
          essentials.remove: true
          essentials.setjail: true
          essentials.socialspy: true
          essentials.socialspy.others: true
          essentials.spawnmob: true
          essentials.spawnmob.*: true
          essentials.sudo: true
          essentials.sudo.exempt: true
          essentials.tempban: true
          essentials.tempban.exempt: true
          essentials.thunder: true
          essentials.jail.exempt: true
          essentials.togglejail: true
          essentials.unbanip: true
          essentials.vanish: true
          essentials.vanish.effect: true
          essentials.vanish.others: true
          essentials.vanish.see: true
          essentials.setspawn: true
          essentials.spawn: true
          essentials.spawn.others: true
          essentials.keepxp: true
          essentials.back.ondeath: true
          essentials.back: true
          essentials.delwarp: true
          essentials.home.bed: true
          essentials.jump: true
          essentials.sethome.bed: true
          essentials.sethome.others: true
          essentials.setwarp: true
          essentials.top: true
          essentials.tp: true
          essentials.tp.others: true
          essentials.tpa: true
          essentials.tpaall: true
          essentials.tphere: true
          essentials.tpo: true
          essentials.tpahere: true
          essentials.tpohere: true
          essentials.tppos: true
          essentials.teleport.cooldown.bypass: true
          essentials.teleport.timer.move: true
          essentials.tptoggle: true
          essentials.tptoggle.others: true
          essentials.vanish.interact: true
          essentials.warp.otherplayers: true
          essentials.warps.*: true
          essentials.chat.spy: true
          essentials.protect: true
          essentials.protect.admin: true
          essentials.signs.trade.override: true
          essentials.kit.donator: true
          essentials.kit.youtube: true
          essentials.kit.god: true
          essentials.kit.dtools: true
          essentials.kit.notch: true
          essentials.kit.color: true
          essentials.kit.firework: true
          chestcommands.command.checkperms: true
          chestcoommands.command.update: true
          chestcommands.command.update: true
          chestcommands.economy.bypass: true
          craftconomy.money.balance.others: true
          craftconomy.set: true
          craftconomy.give: true
          craftconomy.money.infinite: true
          craftconomy.account.create: true
          craftconomy.account.delete: true
          craftconomy.bank.delete: true
          craftconomy.bank.perm: true
          craftconomy.bank.*: true
          craftconomy.setup: true
          craftconony.*: true
          craftconomy.config.bankprice: true
          griefprevention.deathblow: true
          griefprevention.*: true
          griefprevention.restorenature: true
          griefprevention.restorenatureaggressive: true
          griefprevention.adminclaims: true
          griefprevention.lava: true
          griefprevention.ignoreclaims: true
          griefprevention.deleteclaims: true
          griefprevention.createclaims: true
          griefprevention.claims: true
          griefprevention.buysellclaimsblocks: true
          griefprevention.adjustclaimblocks: true
          griefprevention.eavesdrop: true
          griefprevention.spam: true
          vault.admin: true
          vault.update: true
          jcommands.*: true
          jcommands.banned: true
          jcommands.boom: true
          jcommands.broadcast: true
          jcommands.burn: true
          jcommands.admins: true
          jcommands.moderator: true
          jcommands.protection.*: true
          jcommands.protection.placing.*: true
          jcommands.burn.others: true
          jcommands.back.ondeath: true
          jcommands.back: true
          jcommands.clear: true
          jcommands.clear.otherst: true
          jcommands.countmobs: true
          jcommands.creative.others: true
          jcommands.creative: true
          jcommands.adventure: true
          jcommands.adventure.others: true
          jcommands.day: true
          jcommands.night: true
          jcommands.invisible: true
          jcommands.invisible.others: true
          jcommands.enderchest: true
          jcommands.enderchest.others: true
          jcommands.extinguish: true
          jcommands.extinguish.others: true
          jcommands.freeze: true
          jcommands.fullheal: true
          jcommands.fullheal.others: true
          jcommands.getnames: true
          jcommands.getnames.others: true
          jcommands.getuuid: true
          mcmmo.commands.mcrefresh: true
          mcmmo.commands.mcrefresh.others: true
          mcmmo.commands.mcgod: true
          mcmmo.commands.mcgod.others: true
          mcmmo.commands.mmoedit: true
          mcmmo.commands.mmoedit.others: true
          mcmmo.commands.addxp: true
          mcmmo.commands.addxp.others: true
          mcmmo.commands.addlevels: true
          mcmmo.commands.addlevels.others: true
          mcmmo.commands.purge: true
          mcmmo.chat.adminchat: true
          mcmmo.chat.partychat: true
          mcmmo.perks.activationtime.fourseconds: true
          mcmmo.tools.updatecheck: true
          essentials.customtext: true
          essentials.itemdb: true
          essentials.signs.create.protection: true
          essentials.signs.create.trade: true
          essentials.signs.break.protection: true
          essentials.signs.break.trade: true
          essentials.use.balance: true
          essentials.use.buy: true
          essentials.use.disposal: true
          essentials.use.enchant: true
          essentials.use.free: true
          essentials.use.gamemode: true
          essentials.use.heal: true
          essentials.use.info: true
          essentials.use.kit: true
          essentials.use.mail: true
          essentials.use.protection: true
          essentials.use.repair: true
          essentials.use.sell: true
          essentials.use.time: true
          essentials.use.trade: true
          essentials.use.warp: true
          essentials.use.weather: true
          essentials.powertool: true
          permissions.example: true
          permissionsbukkit.permissions.*: true
          factions.*: true
          factions.access: true
          factions.access.faction: true
          factions.access.player: true
          factions.access.view: true
          factions.admin: true
          factions.autoclaim: true
          factions.claim: true
          factions.claim.radius: true
          factions.create: true
          factions.demote: true
          factions.description: true
          factions.disband: true
          factions.faction: true
          factions.flag: true
          factions.flag.set: true
          factions.home: true
          factions.invite: true
          factions.join: true
          factions.join.any: true
          factions.kick: true
          factions.leader: true
          factions.leader.any: true
          factions.leave: true
          factions.list: true
          factions.map: true
          factions.money: true
          factions.money.balance: true
          factions.money.balance.any: true
          factions.money.deposit: true
          factions.money.withdraw: true
          factions.officer: true
          factions.officer.any: true
          factions.open: true
          factions.perm: true
          factions.player: true
          factions.powerboost: true
          factions.promote: true
          factions.relation: true
          factions.seechunk: true
          factions.sethome: true
          factions.name: true
          factions.title: true
          factions.title.color: true
          factions.unclaim: true
          factions.unclaimall: true
          factions.version: true
          bounty.set: true
          bounty.view: true
          bounty.cancel: true
        inheritance:
        - Donator1
        - MasterTime
                  

    Edit: testing a few things out myself errmmm. I might have broke it.

    Code:
    3:46:50] [Server thread/INFO]: [Autorank] Interval check every 15 minutes.
    [23:46:50] [Server thread/INFO]: [Autorank] Data file loaded
    [23:46:50] [Server thread/ERROR]: Error occurred while enabling Autorank v3.3 (Is it up to date?)
    java.lang.NullPointerException
        at me.armar.plugins.autorank.config.ConfigHandler.getRequirements(ConfigHandler.java:128) ~[?:?]
        at me.armar.plugins.autorank.playerchecker.builders.RankChangeBuilder.createFromAdvancedConfig(RankChangeBuilder.java:42) ~[?:?]
        at me.armar.plugins.autorank.playerchecker.PlayerChecker.initialiseFromConfigs(PlayerChecker.java:179) ~[?:?]
        at me.armar.plugins.autorank.Autorank.onEnable(Autorank.java:371) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    [23:46:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [23:46:50] [Server thread/INFO]: Done (6.184s)! For help, type "help" or "?
    Any idea of tips would be greatly appreciated! Thanks in advance! :)
     
Thread Status:
Not open for further replies.

Share This Page