[INACTIVE][ECON] iJobs Version 1.2 - Jobs for iConomy! + Permissions [674]

Discussion in 'Inactive/Unsupported Plugins' started by Snakeruler, Apr 13, 2011.

  1. Offline

    Snakeruler

    iJobs - Add jobs to iConomy
    Version: v1.2

    iJobs is a small addon for iConomy, which enables you to have jobs!

    Jobs available:
    <font color="rgb(0, 128, 0)">Woodcutter</font>
    <font color="rgb(169, 169, 169)">Miner</font>
    <font color="rgb(255, 204, 0)">Farmer</font>
    <font color="rgb(0, 100, 0)">Terraformer</font>
    <font color="rgb(255, 255, 0)">Builder</font>
    <font color="rgb(255, 0, 0)">Engineer</font>
    <font color="rgb(0, 204, 255)">Citizen</font>
    <font color="rgb(0, 0, 255)">Police officer</font>
    <font color="rgb(0, 0, 128)">SWAT</font>

    <Edit by Moderator: Redacted mediafire url>

    Commands:
    /jobs - View the jobs menu
    /jobs set <name> <job> - Set a player's job
    /jobs reload - Reload settings <font color="rgb(255, 0, 0)">NEW</font><font color="rgb(255, 0, 0)"><font color="rgb(0, 0, 0)"> [Requires new permission]</font></font>

    Permissions:
    iJobs.user.menu - View the iJobs menu
    iJobs.user.join - Join a job
    iJobs.user.browse - Browse through the jobs
    iJobs.user.payday - Get your money from payday!
    iJobs.user.info - View a jobs info
    iJobs.admin.setpayday - Set payday!
    iJobs.admin.set - Set another players job
    iJobs.admin.reload - Reload settings

    Info:

    You are free to join any job EXCEPT <font color="rgb(0, 0, 255)">Police</font> and <font color="rgb(0, 0, 139)">SWAT</font>. If you want to be one of them, you must ask someone with the correct permissions to set it for you. Or do it yourself; If you have the permissions. Of course, people with Admin permissions can join this without needing someone to set their job for them.

    To collect your money from payday, someone with permissions must use the command /jobs setpayday

    Miners, Woodcutters, Terraformers and Farmers will receive money per block they break. To prevent cheating:
    * Terraformers only get money for digging untouched grass, exact same method as the woodcutters;
    * Miners only get money for mining stone. Not cobblestone;
    * Farmers get money from breaking wheat;
    * Woodcutters only get money for mining log; that hasn't been placed by a player.

    Changelog:
    Version 1.2
    * Added option to disable jobs.
    * Miners get paid for mining ores. Gold and iron uses same system as stone.
    * Customize how much Miners are paid for ores. (Located in block.config)
    * Command to reload settings
    * Automatic payday. Customizable delay. Automatically set to 600000 milliseconds.<font color="rgb(0, 0, 0)"></font>

    Version 1.1
    * Fixed misspelling of credits from 'redits'
    * Added Builder job. Builders will be paid to build stuff by other players, aswell as payday
    * Added time limit on switching jobs. You can change it to however long you want. Remember to do it in milliseconds. Automatically set to 180000 seconds (3 minutes)
    * Added customizable pay for jobs. You choose what they're paid!

    Version 1
    * Released

    Things to come:
    * Customizable pay for jobs <font color="rgb(0, 128, 0)">Added in V.1.1</font>
    * Shop. Job specific. Farmers can buy seeds, Swat can buy weapons, etc.
    * Automatic payday <font color="rgb(0, 128, 0)">Added in V.1.2</font>
    * A voting system. When players try to be a Police or a SWAT, there will be an automatic vote.
    * Police and SWAT get a private chatting channel. Talk with /police [message].
    * Police commands such as /wanted [player] and /unwanted [player] to declare them as a wanted enemy
    * <font color="rgb(255, 0, 0)">Engineers <font color="rgb(0, 0, 0)">- Get paid for making redstone circuits by players.</font></font><font color="rgb(255, 0, 0)"><font color="rgb(0, 0, 0)"> </font></font><font color="rgb(0, 128, 0)">Added in V.1.2</font>

    My Twitter

    Please donate to help me produce more mods

    Urgh, how come there's 2 spoiler tags?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
    _lewis_ and Catox like this.
  2. Offline

    heuvel

    is there a 740 coming out for this plugin? also how to you link plugins to iconomy?
     
  3. Offline

    wille98

    can someone pls add me on skype cause i dont know hove to ad permissions? :((
    plsplsplsplsplsplsplsplsplspls really want this :(
    heres my skype name korvmannen98
     
  4. Offline

    Serverbob

    I am using the newest version (1.2) and i tried to set the payday out to 1 hour. I keep getting messages saying that i's payday it generates a new payday message every minute and sometimes it duplicates multiples. This is my MainConfig.Properties file:

    #
    #Wed May 04 13:51:34 PDT 2011
    job-switch-wait-milliseconds=180000
    payday-timer-milliseconds=3600000

    I removed iJobs earlier and kept getting the messages anyways... I have already tried /jobs reload and /reload. Any Ideas?
     
  5. Offline

    Blackbird2k

    Hello,

    first sorry for my bad englisch but i am from Germany.
    This plugin ist great but ist there a chance to add new jobs in this plugin?

    for example Judge, Doctors .... these jobs should only get money on pay day not for break or place blocks.
     
  6. Offline

    EliteASH_11

    yes whats going on with the unable to link with iconomy?
     
  7. Offline

    t1t2t1t2

    How can I fix this?

    08:42:24 [INFO] [iJobs] Version 1.2 has been enabled!
    08:42:24 [SEVERE] Could not pass event PLUGIN_ENABLE to iJobs
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.bukkit.Snakeruler.iJobs.PluginListener.onPluginEnable(PluginListener.java:21)
    at org.bukkit.event.server.ServerListener.onPluginEnable(ServerListener.java:17)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:406)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:585)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 14 more
    08:42:24 [INFO] [Permissions] version [2.7.2] (Phoenix) loaded
    08:42:24 [INFO] [iConomy] hooked into Permissions.
    08:42:24 [SEVERE] Could not pass event PLUGIN_ENABLE to iJobs
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.bukkit.Snakeruler.iJobs.PluginListener.onPluginEnable(PluginListener.java:21)
    at org.bukkit.event.server.ServerListener.onPluginEnable(ServerListener.java:17)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:406)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:585)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    08:42:24 [INFO] WorldEdit 4.5 enabled.
    08:42:24 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    08:42:24 [SEVERE] Could not pass event PLUGIN_ENABLE to iJobs
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.bukkit.Snakeruler.iJobs.PluginListener.onPluginEnable(PluginListener.java:21)
    at org.bukkit.event.server.ServerListener.onPluginEnable(ServerListener.java:17)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:406)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:585)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  8. Offline

    EliteASH_11

    remove the plugin, its not working properly at the moment.
     
  9. Offline

    t1t2t1t2

    I really need help. Pls check your skype invitations

    How could other people use it?

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

    $p!k3

    when i load my minecraft server, i get this.
    Code:
    09:45:42 [SEVERE] Could not pass event PLUGIN_ENABLE to iJobs
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at com.bukkit.Snakeruler.iJobs.PluginListener.onPluginEnable(PluginListener.java:21)
            at org.bukkit.event.server.ServerListener.onPluginEnable(ServerListener.java:17)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    anyone, help?
     
  11. Offline

    Syma

    please new version 1.5? i need
     
  12. Offline

    dragoAndre

    How to enable To Iconomy?[tnt]
     
  13. Offline

    Rando Paas

    Same problem, can't link with iEconomy 5.0
     
  14. Offline

    hofec

    Snakeruler need 2fix with new iCo 5 API ;) also .. great plugin !
     
  15. Offline

    Raspberry

    plugin is broken with iConomy 5... same errors as noted above
     
  16. Offline

    Snakeruler

    Hey all. I'm really sorry about the plugin being broken. But I am actually working on an up to date one. It's got the ability to add your own jobs. I'm stuck, because I can't get the onCommand to work. If anyone knows how to work it, send me a pm.

    To all those needing help, please wait until the next version comes out. I'm working on getting it out as soon as possible :D
     
  17. Offline

    thekille12

    can you please make it compatible with essenstials economy?
     
  18. Offline

    tombath10

    there was an error while linking ti iconomy plz help
     
  19. Offline

    CTLoveHate

    People who keep asking about the issues with iConomy, please read the posts: He said that he's working on a fix but he's having problems. I would help, but I honestly don't know a single thing about java. I use this and like it, but not being able to interface with iConomy 5.0 is harsh. Waiting anxiously for the next update! Don't take too long, I don't want to have to move to another plugin :)
     
  20. Offline

    RTRD

    Does this work with Essentials Eco?
     
  21. Offline

    Dalaxerking13

    Any chance of BOSEconmy compatibility?
     
  22. Offline

    dragoAndre

    How do i enable it to Iconomy?
    if i type /jobs they say
    There is a error linking to iconomy
     
  23. Offline

    hunterb100

    Help! every time my friend and i try this, we get an error: iJobs - There was an error linking ti iConomy.
    we are stumped. maybe we are using the wrong iconomy...? anyway, please help!


    Edit: hehe didn't realise that somebody already posted this error... right above this... sry
     
  24. Offline

    Snakeruler

    Please don't start driving my patience. I have made posts about this being currently broken. I want to, and will fix it.

    Just please, nobody tell me until the new release that there is problems with it.
     
  25. Offline

    frizbee


    hey i need help i cant get it to work, i have put it in my plugins folder and it looks like it works but no one can join a job and no one can get paid whenever we try it says failed to link with Iconomy, which i have properly installed.

    it also says this in the consol
    Show Spoiler
    Code:
    19:36:07 [SEVERE] Could not pass event BLOCK_PLACE to iJobs
    java.lang.NullPointerException
    	at com.bukkit.Snakeruler.iJobs.iJobsBlockListener.onBlockPlace(iJobsBlockListener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.java:352)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
    	at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
    	at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    	at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:217)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:519)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    please help would be appreciated. and other jobs plugins work with it but i think this one is the best... if I could get it to work that is...
    thanks for any help!!
    -Frizbee
     
  26. Offline

    JSMinecraft

    It's almost unfathomable the depths of some people's inability to read and understand posts. "Please don't start Driving my patience..." That should be clear enough.. Right? "hey i need help i cant get it work..." Really? I mean; seriously.
     
  27. Offline

    killabb23

    About the Custom jobs part I was just gonna right here that you should add it! My server would make great use of this! Also I know your hard at work! Please take your time :D I can wait!
     
  28. Offline

    axeblade346

    Nothing mayor just an error you should fix
    it says we must Nag you.... LOL

    07:51:05 [SEVERE] Nag author: '<NoAuthorGiven>' of 'iJobs' about the following:
    onPluginEnable has been replaced with a new signature, (PluginEnableEvent)
     
  29. Offline

    msw1

    Encouragement to continue the msw1 does give you!
     
  30. Offline

    $p!k3

    UPDATE IT! MAKE IT WORK FOR ICOM5!!!! AHHHHHH(Soz caps)
     
  31. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:438)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-14 03:45:31 [INFO] sproginator [/86.181.238.154:53543] logged in with entity id 807
    2011-05-14 03:45:31 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-05-14 03:45:36 [INFO] <alexhatchet> hi
    2011-05-14 03:45:41 [SEVERE] Could not pass event PLAYER_INTERACT to Log
    java.lang.NullPointerException
    at org.pokepal101.log.pokepal101.log.CPlayerListener.onPlayerInteract(CPlayerListener.java:24)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:280)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:133)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:496)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-14 03:45:41 [SEVERE] Nag author: '<NoAuthorGiven>' of 'iJobs' about the following: onPlayerCommandPreprocess has been replaced with a new signature, (PlayerCommandPreprocessEvent)
    2011-05-14 03:45:42 [SEVERE] Could not pass event PLAYER_INTERACT to Log
    java.lang.NullPointerException
    at org.pokepal101.log.pokepal101.log.CPlayerListener.onPlayerInteract(CPlayerListener.java:24)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:280)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:133)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:749)
    at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)


    Hmm.. How can I fix this ?
    This is really a great plugins, please help :)
     

Share This Page