[ECON] Jobs - The Job plugin for minecraft [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by phrstbrn, Jun 27, 2011.

  1. Hi. There's a bug (or?). 1st "Craft: ****" is /jobs info of smith. Under this is /jobs info farmer with "Break: ****" As you can see there are wrong positions of item names, colors, there's no /n between the lines, I guess. Thanks.[​IMG]
     
  2. Offline

    RADE

    Hi. Recently I found this error in the log:
    Code:
    2011-08-29 00:25:26 [SEVERE] Could not pass event PLAYER_DROP_ITEM to Jobs
    java.lang.NullPointerException
     at org.bukkit.material.SimpleAttachableMaterialData.getFacing(SimpleAttachableMaterialData.java:38)
     at org.bukkit.material.SimpleAttachableMaterialData.toString(SimpleAttachableMaterialData.java:43)
     at java.lang.String.valueOf(Unknown Source)
     at java.lang.StringBuilder.append(Unknown Source)
     at com.zford.jobs.config.container.Job.getFishIncome(Unknown Source)
     at com.zford.jobs.config.container.PlayerJobInfo.dropped(Unknown Source)
     at com.zford.jobs.listener.JobsFishPaymentListener.onPlayerDropItem(Unknown Source)
     at org.bukkit.plugin.java.JavaPluginLoader$18.execute(JavaPluginLoader.java:363)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
     at net.minecraft.server.EntityHuman.a(EntityHuman.java:293)
     at net.minecraft.server.EntityHuman.F(EntityHuman.java:253)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:416)
     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Reason is unknown.
     
  3. Offline

    tallfrogte

    Hello!
    The following issue is with the crafting aspect of jobs.
    I updated to 2.5.1 and crafting is not rewarding players with income/experience. Every plugin was uninstalled and run on a test server with the same server versions/settings. When running the command /jobs info weaponsmith it gives a blank response.

    Bukkit Version: 1060
    Jobs Version: 2.5.1
    Using Permissions: Yes - Group Manager
    Economy Plugin: iConomy version 5.0.1
    Plugins Installed: Tables, HeroChat, GroupManager, CraftBookMechanisms, WorldEdit, Essentials, CraftBookCommon, MagicCarpet, EssentialsSpawn, iConomy, Permissions, EssentialsChat, VanishNoPickup, EssentialsXMPP, EssentialsGeoIP, EssentialsProtect, Jobs, Towny

    Did you try disabling plugins? Yes
    What troubleshooting steps did you try:
    • All tests are with recent version of plugins.
    • I uploaded the most recent versions of iconomy and Jobs to a test server and same outcome.(No other mods were installed.)
    • reloaded, restarted server
    • The config files were un-edited
    Steps to Reproduce:
    • Installed Iconomy and Jobs
    • Log in to multiplayer server
    • Job browse, then job join Weaponsmith
    • Crafting iron sword not giving XP and Money
    • Tested with groupmanager and added the node: jobs.world.*
    • Cmd /jobs info weaponsmith results in a blank response
    Expected Behavior:
    To obtain Experience and Income with crafting.
     
  4. Offline

    phrstbrn

    Crafting only works with Spout. It's noted in the changelog, but I'll make that more obvious.

    If you're using RB1000 or later, I would try updating, that's an old build.

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

    tallfrogte

    Indeed! Will be looking into spout!
    Thanks for the quick response.
     
  6. Offline

    Draycos

    I do have that I just did not add all of it in the box...
    Guard:
    fullname: Guard
    shortname: Gu
    ChatColour: DARK_RED
    chat-display: full
    max-level: 10
    slots: 10
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    (then all of the kill/break stuff wich I omitted here for space issues)

    On another note... how do I add spoilers?
     
  7. Offline

    Burns1

    what do you mean with spoilers?
     
  8. Offline

    KubiPL

    How can i fix that problem?
    Code:
    com.zford.jobs.listener.JobsPlayerListener.onPlayerQuit(Unknown Source)
    06.09 16:07:22 [Server] INFO  at com.zford.jobs.Jobs.removePlayer(Unknown Source)
    06.09 16:07:22 [Server] INFO  at com.zford.jobs.Jobs.save(Unknown Source)
    06.09 16:07:22 [Server] INFO  at com.zford.jobs.dao.JobsDAOH2.save(Unknown Source)
    06.09 16:07:22 [Server] INFO java.lang.NullPointerException
    06.09 16:07:22 [Server] SEVERE Could not pass event PLAYER_QUIT to Jobs
    06.09 16:07:22 [Server] INFO [Jobs v2.5.0] has been disabled succesfully.
    06.09 16:07:10 [Server] SEVERE [Jobs - database connection error. Disabling jobs!]
    06.09 16:07:10 [Server] SEVERE  ... 30 more
    06.09 16:07:10 [Server] SEVERE  at org.h2.store.FileLock.sleep(FileLock.java:432)
    06.09 16:07:10 [Server] SEVERE  at java.lang.Thread.sleep(Native Method)
    06.09 16:07:10 [Server] SEVERE Caused by: java.lang.InterruptedException: sleep interrupted
    06.09 16:07:10 [Server] SEVERE  at java.lang.Thread.run(Thread.java:662)
    06.09 16:07:10 [Server] SEVERE  at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    06.09 16:07:10 [Server] SEVERE  at de.fgtech.pomo4ka.AuthMe.LoginTimeout.LoginTimer$LoginTimerTask.run(LoginTimer.java:32)
    06.09 16:07:10 [Server] SEVERE  at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:139)
    06.09 16:07:10 [Server] SEVERE  at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:121)
    06.09 16:07:10 [Server] SEVERE  at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
    06.09 16:07:10 [Server] SEVERE  at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    06.09 16:07:10 [Server] SEVERE  at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    06.09 16:07:10 [Server] SEVERE  at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
    06.09 16:07:10 [Server] SEVERE  at com.zford.jobs.listener.JobsPlayerListener.onPlayerQuit(Unknown Source)
    06.09 16:07:10 [Server] SEVERE  at com.zford.jobs.Jobs.removePlayer(Unknown Source)
    06.09 16:07:10 [Server] SEVERE  at com.zford.jobs.Jobs.save(Unknown Source)
    06.09 16:07:10 [Server] SEVERE  at com.zford.jobs.dao.JobsDAOH2.save(Unknown Source)
    06.09 16:07:10 [Server] SEVERE  at com.zford.jobs.dao.JobsDAOH2.getConnection(Unknown Source)
    06.09 16:07:10 [Server] SEVERE  at java.sql.DriverManager.getConnection(DriverManager.java:185)
    06.09 16:07:10 [Server] SEVERE  at java.sql.DriverManager.getConnection(DriverManager.java:582)
    06.09 16:07:10 [Server] SEVERE  at org.h2.Driver.connect(Driver.java:72)
    06.09 16:07:10 [Server] SEVERE  at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94)
    06.09 16:07:10 [Server] SEVERE  at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:110)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Engine.createSession(Engine.java:28)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Engine.createSession(Engine.java:121)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Engine.openSession(Engine.java:159)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Engine.openSession(Engine.java:56)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Database.<init>(Database.java:215)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Database.openDatabase(Database.java:220)
    06.09 16:07:10 [Server] SEVERE  at org.h2.engine.Database.open(Database.java:541)
    06.09 16:07:10 [Server] SEVERE  at org.h2.store.FileLock.lock(FileLock.java:134)
    06.09 16:07:10 [Server] SEVERE  at org.h2.store.FileLock.lockFile(FileLock.java:346)
    06.09 16:07:10 [Server] SEVERE  at org.h2.store.FileLock.sleep(FileLock.java:434)
    06.09 16:07:10 [Server] SEVERE  at org.h2.store.FileLock.getExceptionFatal(FileLock.java:439)
    06.09 16:07:10 [Server] SEVERE  at org.h2.message.DbException.get(DbException.java:156)
    06.09 16:07:10 [Server] SEVERE  at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    06.09 16:07:10 [Server] SEVERE org.h2.jdbc.JdbcSQLException: Error opening database: "Sleep interrupted" [8000-157]
    16:10:58
    06.09 16:07:10 [Server] SEVERE [Jobs - database connection error. Disabling jobs!]

    I have this message in 2h from server start. What can i fix this?
    Next question, how can i enable the chat display job name?
    I have configured this, and it isn't displayed. I use iChat and Jobs 2.5.1, Bukkit 1060
     
  9. I think I have to update messageConfig.yml
     
  10. Offline

    phrstbrn

    Remove AuthMe, and nag the author to stop cancelling events using Priority.MONITOR. That plugin causes way too many issues.
     
  11. Offline

    Draycos

    having this issue:
    14:31:54 [SEVERE] Error occurred while enabling Jobs v2.5.0 (Is it up to date?): while parsing a block mapping; expected <block end>, but found BlockMappingStart
    while parsing a block mapping
    in "<reader>", line 15, column 5:
    Woodcutter:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 404, column 6:
    Guard:
    ^
    in the terminal.... Guard is my own job... based on hunter but gets only aggressive mobs/ hunter only gets passive mobs...
    here is my config file
    Code:
    Jobs:
        # must be one word
        Woodcutter:
            # full name of the job (displayed when browsing a job, used when joining and leaving)
            # also can be used as a prefix for the user's name if the option is enabled.
            # Shown as a prefix only when the user has 1 job.
            #
            # NOTE: Must be 1 word
            fullname: Woodcutter
            # Shortened version of the name of the job. Used as a prefix when the user has more
            # than 1 job
            shortname: W
            # The colour of the name, for a full list of supported colours, go to the message config.
            ChatColour: GREEN
            # Option to let you choose what kind of prefix this job adds to your name.
            # options are: full, title, job, shortfull, shorttitle, shortjob and none
            chat-display: full
            # [OPTIONAL] - the maximum level of this class
            max-level: 10
            # [OPTIONAL] - the maximum number of users on the server that can have this job at
            # any one time (includes offline players).
            slots: 1
            # Equation used for calculating how much experience is needed to go to the next level.
            # Available parameters:
            #   numjobs - the number of jobs the player has
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            # Equation used for calculating how much income is given per action for the job level.
            # Available parameters:
            #   baseincome - the income for the action at level 1 (as set in the configuration).
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
             # Equation used for calculating how much experience is given per action for the job level.
            # Available parameters:
            #   baseexperience - the experience for the action at level 1 (as set in the configuration).
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            ########################################################################
            # Section used to configure what items the job gets paid for, how much
            # they get paid and how much experience they gain.
            #
            # For break and place, the block name or id is used.
            # You can select a sub-type by using a '-' between the id and the bit
            # value for the sub-type. e.g LOG-0 = usual log, LOG-2 = birch log
            # 17-2 = birch log.
            #
            # If no sub-type is give, the payout will be for all sub-types.
            #
            # To get a list of all available block types, check the
            # bukkit JavaDocs for a complete list of block types
            # http://jd.bukkit.org/apidocs/org/bukkit/Material.html
            #
            # For kill tags (Kill and custom-kill), the name is the name of the
            # mob.
            # Available mobs:
            #   Chicken
            #   Cow
            #   Pig
            #   Sheep
            #   Wolf
            #   Creeper
            #   Giant
            #   Skeleton
            #   Spider
            #   Zombie
            #   PigZombie
            #   Squid
            #   Ghast
            #   Player
            #   Slime
            #
            # NOTE: mob names are case sensitive.
            #
            # For custom-kill, it is the name of the job (also case sensitive).
            #
            # NOTE: If a job has both the pay for killing a player and for killing a
            # specific class, they will get both payments.
            ########################################################################
            # payment for breaking a block
            Break:
                # block name/id (with optional sub-type)
                LOG:
                    # base income
                    income: 5.0
                    # base experience
                    experience: 5.0
            # payment for placing a block
            Place:
                SAPLING:
                    income: 1.0
                    experience: 1.0
                WOOD:
                    income: 2.0
                    experience: 2.0
            # killing a mob
            Kill:
                # mob name
                Player:
                    # base income
                    income: 7.5
                    # base experience
                    experience: 7.5
            # killing a jobs class
            custom-kill:
                # full name of the jobs class
                Woodcutter:
                    # base income
                    income: 0
                    # base experience
                    experience: 0
        Miner:
            fullname: Miner
            shortname: M
            ChatColour: DARK_GRAY
            chat-display: full
            max-level: 10
            slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Break:
                STONE:
                    income: 2.0
                    experience: 2.0
                COAL_ORE:
                    income: 3.0
                    experience: 3.0
                REDSTONE_ORE:
                    income: 3.0
                    experience: 3.0
                IRON_ORE:
                    income: 4.0
                    experience: 4.0
                GOLD_ORE:
                    income: 5.0
                    experience: 5.0
                LAPIS_ORE:
                    income: 5.0
                    experience: 5.0
                DIAMOND_ORE:
                    income: 6.0
                    experience: 6.0
                OBSIDIAN:
                    income: 7.5
                    experience: 7.5
                MOSSY_COBBLESTONE:
                    income: 6.0
                    experience: 6.0
            Place:
                RAILS:
                    income: 2.0
                    experience: 2.0
                IRON_ORE:
                    income: -5.0
                    experience: -5.0
                GOLD_ORE:
                    income: -6.0
                    experience: -6.0
            Kill:
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Miner:
                    income: 0
                    experience: 0
        Builder:
            fullname: Builder
            shortname: B
            ChatColour: WHITE
            chat-display: full
            max-level: 10
            slots: 0
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Place:
                COBBLESTONE:
                    income: 1.0
                    experience: 1.0
                WOOD:
                    income: 1.5
                    experience: 1.5
                FENCE:
                    income: 1.5
                    experience: 1.5
                WOOL:
                    income: 1.5
                    experience: 1.5
                STONE:
                    income: 2.25
                    experience: 2.25
                GLOWSTONE:
                    income: 3.0
                    experience: 3.0
                SANDSTONE:
                    income: 2.0
                    experience: 2.0
                GLASS:
                    income: 3.0
                    experience: 3.0
                BRICK:
                    income: 4.0
                    experience: 4.0
                LAPIS_BLOCK:
                    income: 5.0
                    experience: 5.0
                DOUBLE_STEP:
                    income: 2.0
                    experience: 2.0
                STEP:
                    income: 2.0
                    experience: 2.0
                BOOKSHELF:
                    income: 3.0
                    experience: 3.0
                WOOD_STAIRS:
                    income: 2.0
                    experience: 2.0
                COBBLESTONE_STAIRS:
                    income: 2.0
                    experience: 2.0
                MOSSY_COBBLESTONE:
                    income: 5.0
                    experience: 5.0
                DIAMOND_BLOCK:
                    income: 5.0
                    experience: 5.0
                GOLD_BLOCK:
                    income: 5.0
                    experience: 5.0
            Kill:
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Builder:
                    income: 0
                    experience: 0
        Digger:
            fullname: Digger
            shortname: D
            ChatColour: GOLD
            chat-display: full
            max-level: 10
            slots: 0
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Break:
                DIRT:
                    income: 2.0
                    experience: 2.0
                GRASS:
                    income: 2.0
                    experience: 2.0
                GRAVEL:
                    income: 2.0
                    experience: 2.0
                SAND:
                    income: 2.0
                    experience: 2.0
                CLAY:
                    income: 2.0
                    experience: 2.0
            Kill:
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Digger:
                    income: 0
                    experience: 0
        Farmer:
            fullname: Farmer
            shortname: Fa
            ChatColour: BLUE
            chat-display: full
            max-level: 10
            slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Break:
                CROPS-7:
                    income: 4.0
                    experience: 4.0
                SUGAR_CANE_BLOCK:
                    income: 4.0
                    experience: 4.0
            Place:
                SEEDS:
                    income: 3.0
                    experience: 3.0
                SUGAR_CANE_BLOCK:
                    income: 1.0
                    experience: 1.0
            Kill:
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Farmer:
                    income: 0
                    experience: 0
        Hunter:
            fullname: Hunter
            shortname: H
            ChatColour: RED
            chat-display: full
            max-level: 10
            slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Kill:
                Chicken:
                    income: 2.5
                    experience: 2.5
                Cow:
                    income: 2.5
                    experience: 2.5
                Pig:
                    income: 2.5
                    experience: 2.5
                Sheep:
                    income: 2.5
                    experience: 2.5
                Wolf:
                    income: 0
                    experience: 0
                Creeper:
                    income: 0
                    experience: 0
                Skeleton:
                    income: 0
                    experience: 0
                Spider:
                    income: 0
                    experience: 0
                Zombie:
                    income: 0
                    experience: 0
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Woodcutter:
                    income: 0
                    experience: 0
                Miner:
                    income: 0
                    experience: 0
                Digger:
                    income: 0
                    experience: 0
                Farmer:
                    income: 0
                    experience: 0
                Builder:
                    income: 0
                    experience: 0
                Hunter:
                    income: 0
                    experience: 0
    
        Fisherman:
            fullname: Fisherman
            shortname: Fi
            ChatColour: AQUA
            chat-display: full
            max-level: 10
            slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Fish:
                RAW_FISH:
                    income: 4.0
                    experience: 4.0
            Kill:
                Player:
                    income: 0
                    experience: 0
            custom-kill:
                Fisherman:
                    income: 0
                    experience: 0
         Guard:
            fullname: Guard
            shortname: Gu
            ChatColour: DARK_RED
            chat-display: full
            max-level: 10
            slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Kill:
                Chicken:
                    income: 0
                    experience: 0
                Cow:
                    income: 0
                    experience: 0
                Pig:
                    income: 0
                    experience: 0
                Sheep:
                    income: 0
                    experience: 0
                Wolf:
                    income: 0
                    experience: 0
                Creeper:
                    income: 10.0
                    experience: 10.0
                Skeleton:
                    income: 10.0
                    experience: 10.0
                Spider:
                    income: 10.0
                    experience: 10.0
                Zombie:
                    income: 10.0
                    experience: 10.0
                Player:
                    income: 7.5
                    experience: 7.5
            custom-kill:
                Woodcutter:
                    income: 0
                    experience: 0
                Miner:
                    income: 0
                    experience: 0
                Digger:
                    income: 0
                    experience: 0
                Farmer:
                    income: 0
                    experience: 0
                Builder:
                    income: 0
                    experience: 0
                Hunter:
                    income: 0
                    experience: 0
    
        
     
  12. Offline

    dragonhippie

    Do i need any iChat or any plugin for the colour to show up? cause i join a job and i type, but no colours.
    Plugins: Essentials, Jobs, Iconomy, Mob Disguise, WoldEdit, CarJump, MachineCraft, PlgSetspawn, Day and thats all....
    I only use OP.txt for permissions xD. If its Permissions doing it, can it be fixed?
    Thank You :D
     
  13. Offline

    alfskan

    how can I disable AD AH AM etc. diplayname change?
     
  14. Offline

    webbi02

    i always get this error, how do i fix it?



    >14:10:32 [SEVERE] Error occurred while enabling Jobs v2.5.1 (Is it up to date?): No enum constant org.bukkit.ChatColor.PURPLE

    java.lang.IllegalArgumentException: No enum constant org.bukkit.ChatColor.PURPLE

    at java.lang.Enum.valueOf(Unknown Source)

    at org.bukkit.ChatColor.valueOf(ChatColor.java:9)

    at com.zford.jobs.config.JobsConfiguration.loadTitleSettings(JobsConfiguration.java:563)

    at com.zford.jobs.config.JobsConfiguration.reload(JobsConfiguration.java:113)

    at com.zford.jobs.config.JobsConfiguration.<init>(JobsConfiguration.java:104)

    at com.zford.jobs.config.JobsConfiguration.getInstance(JobsConfiguration.java:641)

    at com.zford.jobs.Jobs.onEnable(Jobs.java:123)

    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)

    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)

    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)

    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)

    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)

    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)

    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)

    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    EnisThenis

    Anyone have any idea how to open the h2.db file?
    Trying to add new job titles but just adding them to titleconfig doesn't work.
     
  16. Offline

    Duton

    Hey, I'm having some problems with the plugin. All commands, admin or otherwise do not work because of an internal error. I've narrowed down that the problem is my job config (After doing a quick check with "Pure" Jobs plugin and "My" Jobs Plugin) However I can not delineate the problem from the error code, so I was hoping one of you could. Here's the error code.

    Code:
    151 recipes
    16 achievements
    08:40:59 [INFO] Starting minecraft server version Beta 1.7.3
    08:40:59 [INFO] Loading properties
    08:40:59 [INFO] Starting Minecraft server on 5.244.234.117:25565
    08:40:59 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-999-
    g691c977-b1091jnks (MC: 1.7.3)
    08:40:59 [INFO] MLog clients using java 1.4+ standard logging.
    08:40:59 [INFO] Preparing level "world"
    08:40:59 [INFO] Preparing start region for level 0 (Seed: -3834925612)
    08:41:00 [INFO] Preparing start region for level 1 (Seed: 9017054020101483135)
    08:41:00 [INFO] Preparing spawn area: 61%
    08:41:00 [INFO] Loaded Essentials build 2.5.8 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    08:41:00 [INFO] Essentials: Using config based permissions. Enable superperms in
     config.
    08:41:00 [INFO] [Essentials] Payment method found (iConomy version: 5)
    08:41:00 [INFO] Loaded EssentialsChat build 2.5.8 by: essentials team
    08:41:01 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    08:41:01 [INFO] Loaded EssentialsProtect build 2.5.8 by: essentials team
    08:41:01 [INFO] Loaded EssentialsSpawn build 2.5.8 by: essentials team
    08:41:03 [INFO] [iConomy] Logging is currently disabled.
    08:41:03 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    08:41:03 [INFO] [iConomy] Developed by: [Nijikokun]
    08:41:03 [INFO] TravelPortals version 1.51 is enabled!
    08:41:03 [INFO] WorldEdit 4.3 enabled.
    08:41:03 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    08:41:03 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    08:41:03 [INFO] WorldGuard: (world) Single session is enforced.
    08:41:03 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    08:41:03 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    08:41:03 [INFO] WorldGuard: (world) Lava fire is blocked.
    08:41:03 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    08:41:03 [INFO] WorldGuard: Loaded configuration for world 'world"
    08:41:03 [INFO] WorldGuard: (world_nether) Single session is enforced.
    08:41:03 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    08:41:03 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    08:41:03 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    08:41:03 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    08:41:03 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    08:41:03 [INFO] WorldGuard: 3 regions loaded for 'world'
    08:41:03 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    08:41:03 [INFO] WorldGuard 5.2.2 enabled.
    08:41:03 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    08:41:03 [SEVERE] Error occurred while enabling Jobs v2.5.1 (Is it up to date?):
     while scanning for the next token; found character     '\t' that cannot start a
    ny token
    while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 285, column 1:
            Break:
        ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:360)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:564)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:82)
            at com.zford.jobs.config.JobsConfiguration.loadJobSettings(JobsConfigura
    tion.java:225)
            at com.zford.jobs.config.JobsConfiguration.reload(JobsConfiguration.java
    :111)
            at com.zford.jobs.config.JobsConfiguration.<init>(JobsConfiguration.java
    :104)
            at com.zford.jobs.config.JobsConfiguration.getInstance(JobsConfiguration
    .java:641)
            at com.zford.jobs.Jobs.onEnable(Jobs.java:123)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:170)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:153
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    08:41:03 [INFO] [mcMMO] Using Bukkit Permissions.
    08:41:03 [INFO] Loading Config File...
    08:41:04 [INFO] mcMMO version 1.1.11 is enabled!
    08:41:04 [INFO] Server permissions file permissions.yml is empty, ignoring it
    08:41:04 [INFO] Done (0.544s)! For help, type "help" or "?"
    08:41:08 [INFO] Killdozer [/5.244.234.117:51510] logged in with entity id 105 at
     ([world] 162.5625, 63.0, 188.90625)
    08:41:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jobs
    ' in plugin Jobs v2.5.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    2)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    46)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:736)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at com.zford.jobs.config.JobsMessages.getMessage(JobsMessages.java:189)
            at com.zford.jobs.Jobs.onCommand(Jobs.java:767)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
            ... 12 more
    >
    Here is my Jobs Configuration:

    Code:
    # Jobs configuration.
    #
    # Stores information about each job.
    #
    # NOTE: When having multiple jobs, both jobs will give the income payout to the player
    # even if they give the pay for one action (make the configurations with this in mind)
    # and each job will get the respective experience.
    #
    # e.g If player has 2 jobs where job1 gives 10 income and experience for killing a player
    # and job2 gives 5 income and experience for killing a player. When the user kills a player
    # they will get 15 income and job1 will gain 10 experience and job2 will gain 5 experience.
    
    Jobs:
        # must be one word
        Woodcutter:
            # full name of the job (displayed when browsing a job, used when joining and leaving)
            # also can be used as a prefix for the user's name if the option is enabled.
            # Shown as a prefix only when the user has 1 job.
            #
            # NOTE: Must be 1 word
            fullname: Woodcutter
            # Shortened version of the name of the job. Used as a prefix when the user has more
            # than 1 job
            shortname: W
            # The colour of the name, for a full list of supported colours, go to the message config.
            ChatColour: GREEN
            # Option to let you choose what kind of prefix this job adds to your name.
            # options are: full, title, job, shortfull, shorttitle, shortjob and none
            chat-display: full
            # [OPTIONAL] - the maximum level of this class
            #max-level: 10
            # [OPTIONAL] - the maximum number of users on the server that can have this job at
            # any one time (includes offline players).
            #slots: 1
            # Equation used for calculating how much experience is needed to go to the next level.
            # Available parameters:
            #   numjobs - the number of jobs the player has
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            # Equation used for calculating how much income is given per action for the job level.
            # Available parameters:
            #   baseincome - the income for the action at level 1 (as set in the configuration).
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
             # Equation used for calculating how much experience is given per action for the job level.
            # Available parameters:
            #   baseexperience - the experience for the action at level 1 (as set in the configuration).
            #   joblevel - the level the player has attained in the job.
            # NOTE: Please take care of the brackets when modifying this equation.
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            ########################################################################
            # Section used to configure what items the job gets paid for, how much
            # they get paid and how much experience they gain.
            #
            # For break and place, the block name or id is used.
            # You can select a sub-type by using a '-' between the id and the bit
            # value for the sub-type. e.g LOG-0 = usual log, LOG-2 = birch log
            # 17-2 = birch log.
            #
            # If no sub-type is give, the payout will be for all sub-types.
            #
            # To get a list of all available block types, check the
            # bukkit JavaDocs for a complete list of block types
            # http://jd.bukkit.org/apidocs/org/bukkit/Material.html
            #
            # For kill tags (Kill and custom-kill), the name is the name of the
            # mob.
            # Available mobs:
            #   Chicken
            #   Cow
            #   Pig
            #   Sheep
            #   Wolf
            #   Creeper
            #   Giant
            #   Skeleton
            #   Spider
            #   Zombie
            #   PigZombie
            #   Squid
            #   Ghast
            #   Player
            #   Slime
            #
            # NOTE: mob names are case sensitive.
            #
            # For custom-kill, it is the name of the job (also case sensitive).
            #
            # NOTE: If a job has both the pay for killing a player and for killing a
            # specific class, they will get both payments.
            ########################################################################
            # payment for breaking a block
            Break:
                # block name/id (with optional sub-type)
                LOG:
                    # base income
                    income: 2.0
                    # base experience
                    experience: 2..5
            # payment for placing a block
            Place:
                SAPLING:
                    income: 0.5
                    experience: 0.5
                WOOD:
                    income: 0.5
                    experience: 1.0
    
        Miner:
            fullname: Miner
            shortname: M
            ChatColour: DARK_GRAY
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Break:
                STONE:
                    income: 2.0
                    experience: 2.0
                COAL_ORE:
                    income: 3.0
                    experience: 3.0
                REDSTONE_ORE:
                    income: 3.0
                    experience: 3.0
                IRON_ORE:
                    income: 4.0
                    experience: 4.0
                GOLD_ORE:
                    income: 5.0
                    experience: 5.0
                LAPIS_ORE:
                    income: 5.0
                    experience: 5.0
                DIAMOND_ORE:
                    income: 6.0
                    experience: 6.0
                OBSIDIAN:
                    income: 7.5
                    experience: 7.5
                MOSSY_COBBLESTONE:
                    income: 6.0
                    experience: 6.0
            Place:
                RAILS:
                    income: 2.0
                    experience: 2.0
                IRON_ORE:
                    income: -5.0
                    experience: -5.0
                GOLD_ORE:
                    income: -6.0
                    experience: -6.0
            Kill:
                Player:
                    income: -7.5
                    experience: -7.5
                custom-kill:
                Bandit:
                    income: 8.0
                    experience: 10.0
        Village Builder:
            fullname: Village Builder
            shortname: VB
            ChatColour: WHITE
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Place:
                COBBLESTONE:
                    income: 1.0
                    experience: 1.0
                WOOD:
                    income: 1.5
                    experience: 1.5
                FENCE:
                    income: 1.5
                    experience: 1.5
                WOOL:
                    income: 1.5
                    experience: 1.5
                STONE:
                    income: 2.25
                    experience: 2.25
                GLOWSTONE:
                    income: 3.0
                    experience: 3.0
                SANDSTONE:
                    income: 2.0
                    experience: 2.0
                GLASS:
                    income: 3.0
                    experience: 3.0
                BRICK:
                    income: 4.0
                    experience: 4.0
                LAPIS_BLOCK:
                    income: 5.0
                    experience: 5.0
                DOUBLE_STEP:
                    income: 2.0
                    experience: 2.0
                STEP:
                    income: 2.0
                    experience: 2.0
                BOOKSHELF:
                    income: 3.0
                    experience: 3.0
                WOOD_STAIRS:
                    income: 2.0
                    experience: 2.0
                COBBLESTONE_STAIRS:
                    income: 2.0
                    experience: 2.0
                MOSSY_COBBLESTONE:
                    income: 5.0
                    experience: 5.0
                DIAMOND_BLOCK:
                    income: 5.0
                    experience: 5.0
                GOLD_BLOCK:
                    income: 5.0
                    experience: 5.0
                Kill:
                Player:
                    income: -7.5
                    experience: -7.5
                custom-kill:
                Bandit:
                    income: 8.0
                    experience: 10.0
     
        Farmer:
            fullname: Farmer
            shortname: Fa
            ChatColour: BLUE
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Break:
                CROPS-7:
                    income: 4.0
                    experience: 4.0
                SUGAR_CANE_BLOCK:
                    income: 4.0
                    experience: 4.0
            Place:
                SEEDS:
                    income: 3.0
                    experience: 3.0
                SUGAR_CANE_BLOCK:
                    income: 1.0
                    experience: 1.0
            Kill:
                Player:
                    income: -7.5
                    experience: -7.5
            custom-kill:
                Bandit:
                    income: 8.0
                    experience: 10.0
    
        Bandit:
            fullname: Bandit
            shortname: B
            ChatColour: RED
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Break:
                COBBLESTONE:
                    income: 1.0
                    experience: 1.0
                WOOD:
                    income: 1.5
                    experience: 1.5
            STONE:
                    income: 2.0
                    experience: 2.0
                MOSSY_COBBLESTONE:
                    income: 6.0
                    experience: 6.0
                OBSIDIAN:
                    income: 7.5
                    experience: 7.5
    
            Kill:
                Player:
                    income: 5.0
                    experience: 10.0
            custom-kill:
                Woodcutter:
                    income: 5.0
                    experience: 10.0
                Miner:
                    income: 5.0
                    experience: 10.0
                Digger:
                    income: 5.0
                    experience: 10.0
                Farmer:
                    income: 5.0
                    experience: 10.0
                Builder:
                    income: 5.0
                    experience: 10.0
                Bandit:
                    income: 0.5
                    experience: 0.5
            Villager:
            income: 5.0
                    experience: 5.0
        Fisherman:
            fullname: Fisherman
            shortname: Fi
            ChatColour: AQUA
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Fish:
                RAW_FISH:
                    income: 4.0
                    experience: 4.0
            Kill:
                Player:
                    income: 7.5
                    experience: 7.5
            custom-kill:
                Bandit:
                    income: 5.0
                    experience: 10.0
    
        Blacksmith:
            fullname: Blacksmith
            shortname: W
            ChatColour: DARK_PURPLE
            chat-display: full
            #max-level: 10
            #slots: 10
            leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
            income-progression-equation: baseincome*((1.05)^(joblevel-1))
            experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
            Craft:
                WOOD_SWORD:
                    income: 1.0
                    experience: 1.0
                WOOD_AXE:
                    income: 1.0
                    experience: 1.0
                WOOD_HOE:
                    income: 1.0
                    experience: 1.0
                WOOD_PICKAXE:
                    income: 1.0
                    experience: 1.0
                WOOD_SHOVEL:
                    income: 1.0
                    experience: 1.0
                IRON_SWORD:
                    income: 2.0
                    experience: 2.0
                IRON_AXE:
                    income: 2.0
                    experience: 2.0
                IRON_HOE:
                    income: 2.0
                    experience: 2.0
                IRON_PICKAXE:
                    income: 2.0
                    experience: 2.0
                IRON_SHOVEL:
                    income: 2.0
                    experience: 2.0
                GOLD_SWORD:
                    income: 3.0
                    experience: 3.0
                GOLD_AXE:
                    income: 3.0
                    experience: 3.0
                GOLD_HOE:
                    income: 3.0
                    experience: 3.0
                GOLD_PICKAXE:
    Thanks in advance for your help!
     
  17. Offline

    Aefio

    Hi there. I am just wondering why the job prefixes are not showing up in chat for any players? I have GroupManager and am using the prefixes there. No errors in the log. Help?
     
  18. Offline

    dragonhippie

    Im having same problem. But i don't know what plugin is needed for that though.
     
  19. Offline

    xMiDGeTv198

    Is it possible to merge iChat with Jobs? since i want their jobs to appear before their name along with the ranks
    Plz replay :L
     
  20. Offline

    dragonhippie

    i have a problem, when i take essentials off, i can see the Ranking and colour chat, but when i put it back on, cant see any colours or name of the job they are on. Can this be fixed please?
     
  21. Offline

    Darcion

    RB 1060 Jobs 2.5.1 i thougt it is fixed with last verion, but now i got it again after some days without it.

    Code:
    2011-09-12 15:52:49 [SEVERE] Could not pass event CUSTOM_EVENT to Jobs
    java.lang.NullPointerException
        at org.bukkit.material.SimpleAttachableMaterialData.getFacing(SimpleAttachableMaterialData.java:38)
        at org.bukkit.material.SimpleAttachableMaterialData.toString(SimpleAttachableMaterialData.java:43)
        at java.lang.String.valueOf(String.java:2902)
        at java.lang.StringBuilder.append(StringBuilder.java:128)
        at com.zford.jobs.config.container.Job.getItemActionIncome(Job.java:347)
        at com.zford.jobs.config.container.Job.getCraftIncome(Job.java:204)
        at com.zford.jobs.config.container.PlayerJobInfo.crafted(PlayerJobInfo.java:259)
        at com.zford.jobs.listener.JobsCraftPaymentListener.onInventoryCraft(JobsCraftPaymentListener.java:31)
        at org.getspout.spoutapi.event.inventory.InventoryListener.onCustomEvent(InventoryListener.java:57)
        at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:307)
        at net.minecraft.server.Packet102WindowClick.a(SourceFile:28)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  22. Offline

    thekilla22

    Hey! I need help.
    For example.... If someone is and apprentice miner that will be seen in the chat right? But when they relog it comes twice and so on. So first Aprentice Miner (name) ]Relog[ Apprentice Miner Apprentice Miner (name)
     
  23. Offline

    dragonhippie

    My question hasn't been answered after 2 days D:
     
  24. Offline

    Riddle

    What about guys (builders specifically) placing blocks, then destroying them and placing them again. I simply cannot take money from them for every block they mine....
     
  25. Offline

    Rsccman

    change jobs short names to blank's or edit
     
  26. Offline

    Grimmy777

    any answer for this? i would also like to know the username/password for the database. thanks.
     
  27. Offline

    phrstbrn

    Pretty sure it's sa/sa, it's hardcoded
     
  28. Offline

    Grimmy777

    what is the best way to convert my h2 database to mysql?
     
  29. Offline

    Burns1

    Hey!
    Wich Opinions are there?
    Break , place , kill ... what else?
    and plz get smelting sone as soon as possible
    also it'll be nice to have something like use or eat
    so you get money for using buttons or get money
    for eating pork or other
     
  30. Offline

    darkhelmet

    I tried searching and am sure I've missed this somewhere, so sorry! Can I force people to only have one job at a time?
     

Share This Page