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

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

  1. Offline

    Da_legend123

    jobs isn't letting any1 join a job i tried everything i can't figure it out, ik its not caused by a plugin i took out every thing and still have a error
    Code:
    19:50:45 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jobs' in plugin Jobs v2.5.4
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        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:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.zford.jobs.Jobs.onCommand(Jobs.java:260)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 12 more
    
     
  2. Offline

    darkcloud784

    I recently have been experiencing severe lag on my server since updating this plugin, at first I thought it was the server itself, but I recently did some troubleshooting and noticed that when I disable this plugin the lag goes away =X

    Edit: I just wanted to mention I'm using iConomy5 (I see alot of posts about iConomy6 and lag)
     
  3. Offline

    TynarXtreme

    What is the money used for? Do you need a separate mod for that?
     
  4. Offline

    darkcloud784

    Its right here:
    Code:
     # 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

    in your jobsConfig.yml
     
  5. Offline

    Butterbrot207

    Does not Work. Nothing is shown.
     
  6. Offline

    Magge

    I have the same problem...
     
  7. Offline

    Mixanek

    Does not work. It makes me money or xp. Does he just gives everything a hunter. Will you help me please it is very importan... Sorry for my English... Help please .. :(
     
  8. Offline

    Butterbrot207

    Code:
        Baetica:
            fullname: Baetica
            shortname: B
            ChatColour: RED
            chat-display: full
            max-level: 350
            slots: 100
            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))
            custom-kill:
                Asturia:
                    income: 10.0
                    experience: 10.0
    Something on chat-display? there is nothing about it in the Documentation.
     
  9. Offline

    juaner

    I have a strange problem some of my users are not getting any XP and money and some other do... whats wrong?
     
  10. Offline

    Butterbrot207

    Regarding to your added tons of information noone can help you
     
  11. Offline

    Crackripper

    I checked the mysql stuff twice and have the latest build

    Code:
    21:06:02 [SEVERE] java.sql.SQLException: No suitable driver found for vserver3440.vserver-on.deusr_web151_1
    >
    21:06:02 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:640)
    >
    21:06:02 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:200)
    >
    21:06:02 [SEVERE] at com.zford.jobs.dao.JobsDAOMySQL.getConnection(JobsDAOMySQL.java:80)
    >
    21:06:02 [SEVERE] at com.zford.jobs.dao.JobsDAOMySQL.setUp(JobsDAOMySQL.java:59)
    >
    21:06:02 [SEVERE] at com.zford.jobs.dao.JobsDAOMySQL.<init>(JobsDAOMySQL.java:54)
    >
    21:06:02 [SEVERE] at com.zford.jobs.config.JobsConfiguration.loadGeneralSettings(JobsConfiguration.java:141)
    >
    21:06:02 [SEVERE] at com.zford.jobs.config.JobsConfiguration.reload(JobsConfiguration.java:96)
    >
    21:06:02 [SEVERE] at com.zford.jobs.Jobs.reloadConfigurations(Jobs.java:1340)
    >
    21:06:02 [SEVERE] at com.zford.jobs.Jobs.onEnable(Jobs.java:124)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    >
    21:06:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    >
    21:06:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    >
    21:06:02 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    >
    21:06:02 [SEVERE] [Jobs - database connection error. Disabling jobs!]
    >
    21:06:02 [INFO] [Jobs v2.5.4] has been disabled succesfully.
    >
    21:06:02 [SEVERE] [Jobs] - MySQL connection problem
    >
    21:06:02 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limit
    21:06:02 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Fisherman is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Fisherman is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Weaponsmith is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job Weaponsmith is missing the slots property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job None is missing the max-level property. defaulting to no limits !
    >
    21:06:02 [INFO] [Jobs] - Job None is missing the slots property. defaulting to no limits !
    >
    21:06:02 [SEVERE] java.sql.SQLException: No suitable driver found for vserver3440.vserver-on.deusr_web151_1
    >
    21:06:02 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:640)
    >
    21:06:02 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:200)
    >
    21:06:02 [SEVERE] at com.zford.jobs.dao.JobsDAOMySQL.getConnection(JobsDAOMySQL.java:80)
    >
    21:06:02 [SEVERE] at com.zford.jobs.dao.JobsDAOMySQL.getSlotsTaken(JobsDAOMySQL.java:170)
    >
    21:06:02 [SEVERE] at com.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:379)
    >
    21:06:02 [SEVERE] at com.zford.jobs.config.JobConfig.reload(JobConfig.java:68)
    >
    21:06:02 [SEVERE] at com.zford.jobs.Jobs.reloadConfigurations(Jobs.java:1341)
    >
    21:06:02 [SEVERE] at com.zford.jobs.Jobs.onEnable(Jobs.java:124)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    >
    21:06:02 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    >
    21:06:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    >
    21:06:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    >
    21:06:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    >
    21:06:02 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    >
    21:06:02 [SEVERE] [Jobs - database connection error. Disabling jobs!]
    >
    21:06:02 [SEVERE] Error occurred while enabling Jobs v2.5.4 (Is it up to date?): null
    java.lang.NullPointerException
    at com.zford.jobs.dao.JobsDAOMySQL.getSlotsTaken(JobsDAOMySQL.java:173)
    at com.zford.jobs.config.JobConfig.loadSlots(JobConfig.java:379)
    at com.zford.jobs.config.JobConfig.reload(JobConfig.java:68)
    at com.zford.jobs.Jobs.reloadConfigurations(Jobs.java:1341)
    at com.zford.jobs.Jobs.onEnable(Jobs.java:124)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    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)
     
  12. Offline

    patey

    jobs is working perfectly for me on RB 1240
     
  13. Offline

    Sixosable

    Maybe it's an idea players can work for others? So you get a ''boss'' and companys in iConomy?
    Request :p Comment :p
     
  14. Offline

    pSy

    When will the new mobs be added (cave spider, silverfish)

    and another question. Is there a way to restrict the handling in which periods a player can switch the job. So like, if you join a job, you has to stay there for 20 Minutes before you can join another job. ? Can't find something similar but someone who is already using this plugin, said that this is possible.

    And how to prevent cheating. 4 example
    Leave "Miner" place many gold ores, Join Miner, mine them,
    leave Miner, place them again, and so on?
     
  15. Offline

    Croslicre

    I start my server, and the plugin its ok, but in a time, the plugin down.

    This time has been because i writed "/jobs info"

    Code:
    2011-10-05 08:24:59 [SEVERE] java.sql.SQLException: invalid database address: jdbc:h2:plugins/Jobs/jobs
    
    2011-10-05 08:24:59 [SEVERE]     at org.sqlite.JDBC.createConnection(JDBC.java:74)
    
    2011-10-05 08:24:59 [SEVERE]     at org.sqlite.JDBC.connect(JDBC.java:64)
    
    2011-10-05 08:24:59 [SEVERE]     at java.sql.DriverManager.getConnection(Unknown Source)
    
    2011-10-05 08:24:59 [SEVERE]     at java.sql.DriverManager.getConnection(Unknown Source)
    
    2011-10-05 08:24:59 [SEVERE]     at com.zford.jobs.dao.JobsDAOH2.getConnection(JobsDAOH2.java:83)
    
    2011-10-05 08:24:59 [SEVERE]     at com.zford.jobs.dao.JobsDAOH2.save(JobsDAOH2.java:137)
    
    2011-10-05 08:24:59 [SEVERE]     at com.zford.jobs.Jobs.save(Jobs.java:1294)
    
    2011-10-05 08:24:59 [SEVERE]     at com.zford.jobs.Jobs.removePlayer(Jobs.java:1259)
    
    2011-10-05 08:24:59 [SEVERE]     at com.zford.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:48)
    
    2011-10-05 08:24:59 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
    
    2011-10-05 08:24:59 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    2011-10-05 08:24:59 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    
    2011-10-05 08:24:59 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:154)
    
    2011-10-05 08:24:59 [SEVERE]     at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:127)
    
    2011-10-05 08:24:59 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:157)
    
    2011-10-05 08:24:59 [SEVERE]     at de.fgtech.pomo4ka.AuthMe.LoginTimeout.LoginTimer$LoginTimerTask.run(LoginTimer.java:32)
    
    2011-10-05 08:24:59 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    
    2011-10-05 08:24:59 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    
    2011-10-05 08:24:59 [SEVERE] [Jobs - database connection error. Disabling jobs!]
    
    2011-10-05 08:25:03 [INFO] [Jobs v2.5.4] has been disabled succesfully.
    
    2011-10-05 08:25:03 [SEVERE] Could not pass event PLAYER_QUIT to Jobs
    
    java.lang.NullPointerException
    
        at com.zford.jobs.dao.JobsDAOH2.save(JobsDAOH2.java:138)
    
        at com.zford.jobs.Jobs.save(Jobs.java:1294)
    
        at com.zford.jobs.Jobs.removePlayer(Jobs.java:1259)
    
        at com.zford.jobs.listener.JobsPlayerListener.onPlayerQuit(JobsPlayerListener.java:48)
    
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
    
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:154)
    
        at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:127)
    
        at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:157)
    
        at de.fgtech.pomo4ka.AuthMe.LoginTimeout.LoginTimer$LoginTimerTask.run(LoginTimer.java:32)
    
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    
        at java.lang.Thread.run(Unknown Source)
    
    
     
  16. Offline

    AndreasPM

    Something is wrong with my setup. I got iConomy, boseconomy and essentials installed, and right after that, Jobs. I've setted up the jobsconfig ect, but the plugin doesn't work, or show it self on the server command prompt. Well could you make make this plugin easier to handle, and maybe make a Jobs Generator Program?
    PM ME THEN.
     
  17. Offline

    noir4

    hi.
    i have a problem with this plugin (v2.5.4).
    after this message plugin is disable.
    [SEVERE] org.h2.jdbc.JdbcSQLException: Error opening database: "Sleep interrupted" [8000-157]
    This problem can appear at any time(after 30min or one day after start server).
    what info do you need to help me.

    ps: sorry ащк ьy english(i'm from ukraine)
     
  18. I see that this is not in the plugin right now but it would be a great addition. Since there is a leveling system for the jobs I wondered why this was not added. Why isn't there a level specific block or craft? Say you are a miner and you are level 2 and you can only mine stone, coal, sandstone, and etc. He wants to mine iron but he needs to be at least level 5 to mine it. I hope this will get added someday.
     
  19. Offline

    KrYojeNiX

    Awesome plugin we are using atm, THANKS :)
    Any news on a 1240 build or whether this is compatible? Cheers :)
    And can you please add minor case letters example /jobs join Builder & /jobs join builder as this causes so much frustration and wasting time of our admin on this one thing and sometimes we feel like banging our heads against the wall, proper face palm moments ! lol
    [​IMG]
     
  20. Offline

    darkcloud784

    It works on 1240 just a bit laggy at times from what I've noticed.
     
  21. Offline

    Sorwig

    Is it possible to have the highest job title display as a prefix in chat?
    Such as:
    <[Novice] Player>
    <[Master] Player2>
     
  22. Offline

    nicholosophy

    Did you copy the entire Jobs folder into your plugin folder? There is a h2 driver in there so perhaps you missed adding that file.
     
  23. Offline

    EarthGuardian

    Hello .. i dotn know if this has been asked before ...
    but i cant get 1 item to work in my job :( .....

    i have en Electrician job filled in and 1 of my items dusnt work on the income check or some thing ....

    the Repeater (or redstone repeater) (diode)

    i tryd alot of item names for this en the only one that gets regonised by the Jobs blugin is DIODE ..
    but i dont get anny income or substraction at all .. with Place and break ...

    Code:
              DIODE:
                    # base income e.k.a 64 = 7.68 euro
                    income: 0.12
                    experience: 0.0
    on the place of the DIODE i tryd:
    REPEATER, REDSTONE_REPEATER, REDSTONE_REPEATER_OFF, REPEATER_OFF, REDSTONE_DIODE, REDSTONE_DIODE_OFF, DIODE_OFF.
    none of these work :( ...
    and when iu try the ITEM number 356 (DIODE) ... the jobs plugins crashes and the Data base crashes too ..
    anny help please ??
     
  24. Offline

    on3fifth

    Having and issue when I join any of the Jobs I don't get paid for them I know I am being vague but everything seems to running fine besides actually paying out.

    I was using RB 1240 then downgraded to 1185 to see if it would work but nothing.

    Plugins used
    essentials
    iconomy 6
    chestshops 3.2?
    and Jobs

    I can join any job but not get paid any help would be awesome!
     
  25. Offline

    darkcloud784

    I'd recommend switching to iConomy5 - runs smoother with jobs. For some reason ico6 and jobs like to lock up the main thread when querying SQL databases. (This is mostly ico6's fault but jobs could be made a bit more performance friendly)
     
  26. Offline

    on3fifth

    Thanks for the help I will try it out. Also I am using flatfile not mySQL could that be it?
     
  27. Offline

    darkcloud784

    flatfile has a much bigger chance of corrupting and having issues so yes it could very well be, I'd recommend using SQL, SQLlite or h2.
     
  28. Offline

    Fr3xXy

    Code:
    [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 org.bukkit.material.Lever.toString(Lever.java:119)
            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:334)
            at com.zford.jobs.config.container.Job.getCraftIncome(Job.java:200)
            at com.zford.jobs.config.container.PlayerJobInfo.crafted(PlayerJobInfo.java:273)
            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$96.execute(JavaPluginLoader.java:918)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:329)
            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:92)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    I use Bukkit 1240 And this is spamming sometimes my log. What can i do?
     
  29. Offline

    Zottelchen

    I tried to make a job, but when i reload Jobs don't work anylonger. The console is empty.
    Code:
        Mafiaboss:
            fullname: Mafiaboss
            shortname: Ma
            ChatColour: BLACK
            chat-display: full
            #max-level: 10
            slots: 1
            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: 15.0
                    experience: 15.0
                Cow:
                    income: 15.0
                    experience: 15.0
                Pig:
                    income: 15.0
                    experience: 15.0
                Sheep:
                    income: 15.0
                    experience: 15.0
                Wolf:
                    income: 15.0
                    experience: 15.0
                Creeper:
                    income: 50.0
                    experience: 50.0
                Skeleton:
                    income: 50.0
                    experience: 50.0
                Spider:
                    income: 50.0
                    experience: 50.0
                Zombie:
                    income: 50.0
                    experience: 50.0
                Player:
                    income: 100.0
                    experience: 100.0
            custom-kill:
                Holzfaeller:
                    income: 150.0
                    experience: 150.0
                Minenarbeiter:
                    income: 150.0
                    experience: 150.0
                Buddler:
                    income: 150.0
                    experience: 150.0
                Farmer:
                    income: 150.0
                    experience: 150.0
                Bauarbeiter:
                    income: 150.0
                    experience: 150.0
                Jaeger:
                    income: 200.0
                    experience: 200.0
                Schmied:
                    income: 150.0
                    experience: 150.0
                Angler:
                    income: 150.0
                    experience: 150.0
                Mafiaboss:
                    income: 1000.0
                    experience: 1000.0
    Can you help me please?
     

Share This Page