Inactive Jobs v2.0.1 - Jobs plugin for Minecraft (iConomy 4/5 & BOSEconomy, Permissions) [860]

Discussion in 'Inactive/Unsupported Plugins' started by flametornado, Apr 17, 2011.

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

    flametornado

    NOTE: THIS PLUGIN IS NO LONGER BEING DEVELOPED \ SUPPORTED BY ME.

    phrstbrn HAS TAKEN UP THE DEVELOPMENT \ SUPPORT AND ALL QUERIES SHOULD GO TO HIM ON HIS POST. (http://forums.bukkit.org/threads/ec...t-935-iconomy-5-boseconomy-permissions.23429/)


    Jobs - The Job plugin for Minecraft:
    Version: 2.0.1

    Requires:
    • iConomy 4/5 / BOSEconomy
    Optional

    • Stats and Achievements
    • Permissions
    • MySQL
    A fully configurable plugin that allows you to get paid for breaking, placing and killing. Class based (experience increases as you perform your job).


    NOTE: Please read the comments in the configuration file thoroughly and check the console errors before posting here for help.

    [fire]IMPORTANT [fire]: If you want to upload your config for help, please do so using the forum's upload functionality.

    If you like this plugin, please donate.

    [​IMG]

    Video



    Thanks Samkio for the plugin tutorial video.

    Downloads
    Previous Versions (open)



    Features:
    • Create your own custom jobs and choose what they get paid for and how much.
    • Leveling mechanic where higher level jobs will give higher incomes. Income earnt = experience gained.
    • Equation determining maximum experience, experience gained and income gained is customizable.
    • Customizable skill levels in the game to mark leveling milestones (fully customizable in the configuration file).
    • Your profession and skill level is part of your display name and whenever you talk everyone will know what you do and how good you are. (optional)
    • Stats of your maximum level in a job is saved if you have the stats and achievements plugin. ( for bragging rights) (optional)
    • Does periodic saving and save on player exiting the server.
    • Leaving a job resets your job level and experience to 0.
    • Permissions support.
    • Admin commands work even when the players are offline.
    Source:


    I made a sourceforge account for this. It will allow you to report bugs and feature requests. It'll help me a lot to make sense of this.

    The link is https://sourceforge.net/projects/flametornadjobs/.

    Some rules before you go there:
    1. Please look through the bugs that have already been reported to see if someone else has already reported that bug. If you have any extra information, post it on the bug's comments. The more information I have, the easier it is for me to fix it and test it.
    2. Same as above for feature requests.


    Commands:
    Code:
    Player:
    /jobs browse -  View a list of the available jobs.
    /jobs join [job name] - Join the job.
    /jobs leave [job name] - Leave the job.
    /jobs info [job name] [break, place, kill] - view information about that job.
    /jobs stats - view your job level and experience needed to level up.
    
    Admins:
    /jobs fire [playername] [job] - fire the player from the specified job.
    /jobs employ [playername] [job] - employ the player into the specified job.
    /jobs promote [playername] [job] [levels] - promote the player in their job X levels.
    /jobs demote [playername] [job] [levels] - demote the player in their job X levels.
    /jobs grantxp [playername] [job] [experience] - grant the player X experience in the selected job.
    /jobs removexp [playername] [job] [experience] - remove X experience from the player in the selected job.
    /jobs transfer [playername] [oldjob] [newjob] - transfer the player's job (keeps levels and experience)
    
    NOTE: All job names are case sensitive.
    
    Permissions Nodes:
    Code:
    jobs.join.<jobname> - allows the group to join the job. Where <jobname> is replaced with the job name (e.g. jobs.join.Woodcutter or jobs.join.* to join all jobs).
    jobs.world.<worldname> - allows players to get paid on selected world.
    
    jobs.admin.fire - enables the fire admin command.
    jobs.admin.employ - enables the employ admin command.
    jobs.admin.promote - enables the promote admin command.
    jobs.admin.demote - enables the demote admin command.
    jobs.admin.grantxp - enables the grant experience admin command.
    jobs.admin.removexp - enables the remove experience admin command.
    jobs.admin.transfer - enables the transfer admin command.
    Changelog:

    Version 2.0.2 WIP
    • Added more parameters to job level up (jobname, jobcolour, titlename, titlecolour, playername, playerdisplayname, joblevel)
    • Fixed promote and demote to correctly change the max exp.
    • job names are no longer case sensitive.
    • Changed the saving mechanism to be synchronous instead of asynchronous (may help with people losing jobs)
    • added config option of enable-pay-near-spawner in general config.
    • Fixed some NPE
    • Wolves killing things gives the player money and experience.
    • Fixed empty tags not resulting in errors.
    • fixed mysql password is all numbers.
    • fixed honorific error
    NOTE: This version is stable, but not fully tested. I will not release this version fully until i track down the jobs vanishing bug and destroy it for all the hassle it has cause me :p


    Version 2.0.1
    • Small bugfixes
    • Moved where the update stats command is called so it won't break anything if there's an error in it. Should also improve performance slightly
    • made the enabling of the stats and achievements plugin optional (configuration parameter in general settings
    • ChatColour can now be in any case and it'll still work.
    Version 2.o.0

    • Multiple jobs
    • Exposed equations
    • More customization
    • Can specify sub-class
    • Can specify job class kills.
    • Messages are customizable.
    • Kills with arrows works
    • Admin commands (work offline too)
    • Can disable payout on certain worlds (mainly for creative servers).
    • Can limit the number of jobs a player can have
    • Can limit the number of people that can have a certain job per server.
    • Better console error messages.
    • Plugin disables itself properly.
    Changelog (open)



    Version 1.3.3b and 1.3.2b
    • Killing works properly now. Drops seem to have gone back to normal levels and you can kill stuff and get paid for it all the time.
    • 1.3.3b is for iConomy 5 AND ONLY iConomy 5
    • 1.3.2b is for before iConomy 5 AND ONLY before iConomy 5
    Version 1.3.3

    • iConomy 5 support.
    Version 1.3.2

    • Removed annoying spam message which was for debugging and i forgot in for 1.3.1
    • Changed experience to be a double so people get experience for things less than 1. Saving mechanism still saves using integers, it would create waaaay too much fuss to change this since the database schema would need to be changed for everyone that used this plugin and it would render all previous saves incompatible. This seems like a decent compromise. People will lose a maximum of .99 exp when they log out.
    • Better method for checking when an animal's dead, should fix the weird animation problem and the lack of drops some people have been experiencing.
    Version 1.3.1

    • Killing near mob spawners will not give you money anymore.
    • Displays payment amount when you do /jobs info for killing now too.
    • Changed way that you create kill tags incode. Results in the system crashing and the plugin not being enabled if you got the wrong name (e.g. capitals or misspelt name)
    Version 1.3.0

    • Killing stuff should work now. This section is not as thoroughly tested, but should work fine.
    • No jobs have been made with killing stuff, you're on your own with the configuration for a while but the template section has been updated, it follows the same pattern as break and place.
    Version 1.2.3 - Bugfix update

    • changed priority to make sure it gets run last (to make the following points work properly)
    • checks if you can place a block or if the event is canceled by another plugin. Done to avoid people getting rick very easily by placing blocks in areas they are not allowed.
    • Fix for players not getting removed properly in the onDisable function which results in weird names when people reload their plugins.
    Version 1.2.2

    • The titles will now take into account any previous modifications to your display name by another plugin and simply tack on the title at the front (and when you change jobs, strip it from your title and tack a new title at the front).
    Version 1.2.1

    • Base experience is now configurable
    • experience multiplier is not configurable (for those who want lower economies). If you want to give 0.2 of your currency to per item, then set the multiplier to 10.
    Version 1.2.0

    • A little code cleanup.
    • Permissions support
    • customizable flat rate pay
    • customizable skill titles.
    Version 1.1.2

    • Cleaned up sql commands more to make them more specific and avoid errors as much as possible. Hard to test this since neither my testing server and my proper server have any problems seen by other people.
    • Fixed the system to work with /reloadall command. The experience was still being saved, you just needed to log out. I didn't even know that this command existed, so i never thought i'd have the plugin enable with people in the server. It now takes that into account and online users will not need to log out to see their stats and work on their jobs.
    Version 1.1.1 [fire] RECOMMENDED [fire]

    • Cleaned up SQL commands to be more exact, should result in less errors.
    • New configuration for what kind of prefix to add to the username (job, skill level, both or none).
    • New configuration to toggle the option of broadcasting messages when users reach the next skill level.
    • [Stats & Achievements] - further integration, this plugin now also adds the iConomy money amount to the stats table. (will always be 1 block behind)
    • URGENT FIX - tables were not getting cleared and players ended up having multiple jobs with multiple levels instead of one job and one set of levels. Code written to auto correct this.
    Version 1.1.0

    • Added BOSEconomy integration. This should be automatically detected.
    • Added flatfile functionality for server admins who don't want to use mysql.
    • EXPERIMENTAL : Added sqlite functionality, I sadly couldn't get sqlite to work properly on my testing machine so i haven't tested it. It should work though.
    Version 1.0.1

    • Small fix on /jobs stats command. It now rounds off the two decimal places and is less annoying to look at when it gives you the price for placing/destroying a block
    Version 1.0

    • Initial build, spent the weekend on it, pretty satisfied with it, added all mentioned functionality.
    [\SPOILER]

    TODO:



    See sourceforge for requested features and bugs.
     
  2. Offline

    flametornado

    If i linked into log block it'll case some epic lag. Since it'll have to check every time someone breaks a block to see if someone else placed it.

    If that happened on my server, i'd remove jobs permissions from offending players.

    any server console problems?

    use notepad++
     
  3. Offline

    olimoli123

    For some reason im not recieving money?
     
  4. Offline

    flametornado

    what version of the plugin and iconomy are you using?
     
  5. Offline

    olimoli123

    Dude i had this same problem, its the permissions that were explained in this thread. add them in and it will all be good
     
  6. Offline

    flametornado

    permissions only works on joining jobs, not payouts.
     
  7. Offline

    olimoli123

    Dw all good, thanks for the awesome plugin btw
     
  8. oh yes found this:
    CONSOLE: Jobs 1.3.3b not started, there's an error with the configuration
    but i don't edit the config file
     
  9. Offline

    flametornado

    Not sure then. If it's the default unedited config file it should work straight away.
     
  10. Offline

    Taien

    It works fine in 766. Been running it on our server since 766 came out.
     
  11. Offline

    Cookies326

    Could somebody please help? The jobs plugin has screwed up the names, make the name got spam. After taht I decided to delete it but then after I delete the Jobs stuff it still makes my members have the name Apprentince Miner or whatever despite removing it.

    Edit: Even trying to spawn a new world still has the same effect
     
  12. Offline

    flametornado

    There's a property to turn the apprentice miner stuff off in the config. Also just get people to log out then back in to clear the name.
     
  13. Offline

    digga

    Hi,
    I have a Problem with jobs. I just installed it, but when i mine or dig sth that should give me money, i dont get anything. But why i have the latest Iconomy and Jobs, but i dont get money? But when i place an ironblock it gives me - money?
     
  14. Offline

    Cookies326

    I tried redownloading the file and disable the prefix. But the prefix is still there, relogging doesn't work.
     
  15. Offline

    EmanuxJade

    is possible leave from some jobs?
     
  16. Offline

    Ethan

    I started to use notepad++ and then I added one more job, and now it doesn't work


    Code:
    # storage method, can be MySQL, sqlite, flatfile
    storage-method: flatfile
    
    # Requires Mysql.
    mysql-username: root
    mysql-password:
    mysql-database: minecraft
    mysql-url: jdbc:mysql://localhost:3306/
    sqlite-url: jdbc:sqlite:test.db
    
    # base experience needed to level up from level 1 to 2
    # experience to level up is base-exp*(1+levelingProgressionRate)^level
    base-exp: 100
    
    # mutiplier for xp. xp-multiplyer*jobPay = experience
    xp-multiplyer: 1.0
    
    # choose the prefix in chat- full = job and skill level, skill = skill level only,
    # job = job level only, none = no prefix
    chat-display: full
    
    # choose to broadcast when the user goes up a skill rank to everyone
    broadcast-skill-up: true
    
    # How often in minutes you want it to save, 0 disables periodic saving and
    # the system will only save on logout
    save-period: 10
    
    # money you get paid for any block placed or destroyed not in the list for your job
    flat-rate-payout: 0.0
    
    # Create Jobs
    # All jobs must follow this framework, <...> means optional
    #
    # Jobs:
    #     [NAME]
    #         ChatColour: [COLOUR]
    #         levelingProgressionRate: [double]
    #         incomeProgressionRate: [double]
    #         Break:
    #             <object_name: [price]>
    #             ...
    #             <object_name: [price]>
    #         Place:
    #             <object_name: [price]>
    #             ...
    #             <object_name: [price]>
    #         Kill:
    #             <creature_name: [price]>
    #             ...
    #             <creature_name: [price]>
    #
    # * In the break section they users will be given or subtracted money on breaking the object.
    # * In the place section they users will be given or subtracted money on placing the object.
    # * In the kill section they users will be given or subtracted money on killing a creature.
    # * levelingProgressionRate is the rate at which the experience required to get to the next
    # level increases between levels.
    # * incomeProgressionRate is the rate at which the money gained per item.
    # * ChatColour is the colour of the title.
    #
    # NOTE: the object name must be exactly what the material is in the code. e.g:
    # cobblestone      -> COBBLESTONE
    # diamond ore      -> DIAMOND_ORE
    # tree trunks(any) -> LOG
    # wooden boards    -> WOOD
    #
    Jobs:
        Woodcutter:
            ChatColour: GREEN
            levelingProgressionRate: 0.15
            incomeProgressionRate: 0.05
            Break:
                LOG: 5.0
            Place:
                SAPLING: 1.0
                WOOD: 2.0
        Miner:
            ChatColour: DARK_GRAY
            levelingProgressionRate: 0.15
            incomeProgressionRate: 0.05
            Break:
                STONE: 2.0
                COAL_ORE: 3.0
                REDSTONE_ORE: 3.0
                IRON_ORE: 4.0
                GOLD_ORE: 5.0
                LAPIS_ORE: 5.0
                DIAMOND_ORE: 6.0
                OBSIDIAN: 7.5
            Place:
                RAILS: 2.0
                IRON_ORE: -5.0
                GOLD_ORE: -6.0
        Builder:
            ChatColour: BROWN
            levelingProgressionRate: 0.15
            incomeProgressionRate: 0.05
            Place:
                COBBLESTONE: 2.0
                STONE: 3.0
                GLASS: 5.0
                BRICK: 5.5
        Digger:
            ChatColour: BLACK
            levelingProgressionRate: 0.15
            incomeProgressionRate: 0.05
            Break:
                DIRT: 2.0
                GRASS: 2.0
                GRAVEL: 2.0
                SAND: 2.0
        Priest:
            ChatColour: PURPLE
            levelingProgressionRate: 0.15
            incomeProgressionRate: 0.05
            Kill:
                Skeleton: 5.0
                Zombie: 5.0
                Spider: 5.5
                Creeper: 7.0
                Slime: 4.5
    # Create titles
    # to create a title, they must follow this patter.
    # Titles:
    #     [Title Name]:
    #         ChatColour: [ChatColor]
    #         levelReq : [Integer]
    #
    # NOTE: levelReq must be the lowest level you can be to gain this title. It is recommended
    # but not neccessary to have a title at 0.
    Titles:
        Apprentice:
            ChatColour: WHITE
            levelReq: 0
        Novice:
            ChatColour: GRAY
            levelReq: 30
        Journeyman:
            ChatColour: GOLD
            levelReq: 60
        Master:
            ChatColour: BLACK
            levelReq: 90

    This is the console error I'm getting (the whole thing)
    Code:
    [B][Lnet.minecraft.server.Statistic;@15601ea[/B]
    146 recipes
    [Lnet.minecraft.server.Statistic;@15601ea
    16 achievements
    16:08:53 [INFO] Starting minecraft server version Beta 1.5_02
    16:08:53 [WARNING] **** NOT ENOUGH RAM!
    16:08:53 [WARNING] To start the server with more ram, launch it as "java -Xmx102
    4M -Xms1024M -jar minecraft_server.jar"
    16:08:53 [INFO] Loading properties
    16:08:53 [INFO] Starting Minecraft server on *:25565
    16:08:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-
    g5ee3f0f-b766jnks (MC: 1.5_02)
    16:08:53 [INFO] Preparing level "Town"
    16:08:53 [INFO] Preparing start region
    16:08:54 [INFO] Preparing spawn area: 93%
    16:08:54 [INFO] [Permissions] (Phoenix) was Initialized.
    16:08:55 [INFO] Loaded Essentials build 2.2.17 by Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans and Xeology
    16:08:55 [INFO] [iConomy] Logging is currently disabled.
    16:08:55 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    16:08:55 [INFO] [iConomy] Developed by: [Nijikokun]
    16:08:55 [INFO] [Essentials] Payment method found (iConomy version: 5)
    16:08:55 [SEVERE] java.lang.IllegalArgumentException: No enum const class org.bu
    kkit.ChatColor.BROWN
    16:08:55 [SEVERE]       at java.lang.Enum.valueOf(Unknown Source)
    16:08:55 [SEVERE]       at org.bukkit.ChatColor.valueOf(ChatColor.java:9)
    16:08:55 [SEVERE]       at me.alex.jobs.Jobs.onEnable(Jobs.java:148)
    16:08:55 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:127)
    16:08:55 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:676)
    16:08:55 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:249)
    16:08:55 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:131)
    16:08:55 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:109)
    16:08:55 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:218)
    16:08:55 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:205)
    16:08:55 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:145)
    16:08:55 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:260)
    16:08:55 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    16:08:55 [INFO] Jobs 1.3.3b not started, there's an error with the configuration
    
    16:08:55 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    16:08:55 [INFO] [iConomy] hooked into Permissions.
    16:08:55 [INFO] Found permissions. Using them for SpyerAdmin.
    16:08:56 [SEVERE] SpyerAdmin script update failed: http://dl.dropbox.com/u/16258
    042/SpyerAdminRepos/Essentials/http://dl.dropbox.com/u/16258042/SpyerAdminRepos/
    Vanilla/script.js
    16:08:56 [INFO] SpyerAdmin module version 1.0, a spying utility for administrato
    rs and moderators, is active. Part of the Spyer package by [nickguletskii200]
    16:08:56 [INFO] Found permissions. Using them for SpyerAdmin.
    16:08:56 [INFO] SpyerFun module version 1.0, a spying utility for normal players
    , is active. Part of the Spyer package by [nickguletskii200]
    16:08:56 [INFO] WorldEdit 4.4 enabled.
    16:08:56 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    16:08:56 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    16:08:56 [INFO] WorldGuard: (Town) Single session is enforced.
    16:08:56 [INFO] WorldGuard: (Town) TNT ignition is PERMITTED.
    16:08:56 [INFO] WorldGuard: (Town) Lighters are PERMITTED.
    16:08:56 [INFO] WorldGuard: (Town) Lava fire is blocked.
    16:08:56 [INFO] WorldGuard: (Town) Fire spread is UNRESTRICTED.
    16:08:56 [INFO] WorldGuard: Loaded configuration for world 'Town"
    16:08:56 [INFO] WorldGuard 5.0-alpha10 enabled.
    16:08:56 [INFO] Done (0.286s)! For help, type "help" or "?"
    16:08:57 [INFO] finnyo [/173.209.98.113:51967] logged in with entity id 171
    16:08:57 [INFO] First person. Skipping.
    16:08:57 [INFO] First person. Skipping.
    16:08:57 [INFO] DrownedDinosaur [/12.16.102.120:49501] logged in with entity id
    189
    16:08:59 [INFO] First person. Skipping.
    16:08:59 [INFO] First person. Skipping.
    16:09:04 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.j
    ava:432)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:289)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:441)
            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)
    16:09:05 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.j
    ava:432)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:289)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:441)
            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)
    16:09:06 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.j
    ava:432)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:289)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:441)
            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)
    16:09:07 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:620)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.j
    ava:432)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:289)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:441)
            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)
    >
    Also I get the same problem, on how when you type /jobs browse it shows nothing
     
  17. Hey an other problem:
    every time i edit the config it dont work any more
    here the config
     
  18. Offline

    TrainYourBrain

    Hey,

    Is it possible, for instance, to prevent a "Bucher" from cutting trees or to prevent the BlackSmith from growing plants ?

    Anyway, good job !!
     
  19. Offline

    Ross Gosling

    OMG that would make this plugin AMAZING!! =)

    Quick note, When the next update due??

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

    flametornado

    you have to reload the plugins or restart the server for the new configuration to be started (otherwise bukkit still has the old plugin in memory

    in the next version.

    brown isn't a colour that minecraft recognizes for chat.

    What server console errors are you getting?

    prob, but i'd prefer not to bloat up the plugin. Anyone that wants to do this come 2.0 will be able to by checking what jobs people have and then acting on that during events.

    Testing it now with limited functionality (everything that's closed in sourceforge). When i'm happy with the stability, I'll write up the flatfile saving system, test that and put up a WIP version that other people can test.

    no idea, getting any console errors?
     
  21. Offline

    Thyraxxx

    what I was thinking to do, is to create Group in permission, example: woodcutter and to block log break through worldguard for the exeption of this group.

    that would work, but its lots of work for admin that would have to manualy move each player to the right group but that could be a temporary fix.

    Also, I was wondering how do you leave job ?
     
  22. Offline

    Ethan

    The plugin still doesn't work. I'm getting the same error message and I changed the color to blue.
     
  23. Offline

    flametornado

    same error?
     
  24. Offline

    VietCookie

    Is it possible to show the job and skill like this, for example
    [Novice Digger] Player:
    instead of
    Novice Digger Player:
    in the chat?
     
  25. Offline

    Cookies326

    I did that, it still doesn't work.
     
  26. Offline

    flametornado

    WIP is out with some functionality.
    It's still in development, please don't tell me bugs about this or ask why features are missing.
     
  27. Offline

    SpaceTime

    Thx

    One question, How come only i the admin can see the jobs but my friends who are moderators or players can't see the available jobs? And i already gave them the permission nodes?

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

    olimoli123

    Hey Flame, one question .. could you give me a layout of a hunter job? every time i do it it screws up do the animals have to be like in capitals?
     
  29. Offline

    flametornado

    Creature names are in the OP.
     
  30. just this
    CONSOLE: Jobs 1.3.3b not started, there's an error with the configuration
     
  31. Offline

    flametornado

    it should give you more errors than that. What about any stack traces?
     
Thread Status:
Not open for further replies.

Share This Page