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

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

  1. Offline

    bobcat4848

    Dude,i tried those and it dosnt work my friends try /jobs browse and they say it says theirs no jobs for them even my friend hes an admin and an op like me and it syas it for him and not me it works for me but not the others
     
  2. Offline

    --GJ--

    What permissions plugin are you running?
     
  3. Offline

    Coolred303

    Hi. Is there a way to disable the levels and EXP with the jobs. It kinda interferes with mcmmo. Thanks :D
     
  4. Offline

    --GJ--

    You could always just leave everyone at Level 1 & not give them any EXP for blocks they place/break or things/players they kill...
     
  5. @phrstbrn
    Hi.
    Could you add a command (or edit /jobs employ) so admins can add someone to a job although there're no free slots. Thanks.
     
  6. Offline

    bobcat4848

    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:
    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: false
    inheritance:
    permissions:
    - ''
    Players:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'commandbook.motd'
    - 'commandbook.rules'
    - 'commandbook.spawn'
    - 'commandbook.call'
    - 'commandbook.msg'
    - 'commandbook.reply'
    - 'commandbook.mute'
    - 'commandbook.unmute'
    - 'mywarp.warp.*'
    - 'myhome.home.*'
    - 'ChestShop.shop.*'
    - 'iConomy.holdings'
    - 'iConomy.holdings.others'
    - 'iConomy.help'
    - 'iConomy.payment'
    - 'iConomy.accounts.create'
    - 'factions.kit.fullplayer'
    - 'jobs.join.*'
    - 'jobs.world.world'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'commandbook.item'
    - 'commandbook.give'
    - 'commandbook.motd'
    - 'commandbook.time'
    - 'commandbook.rules'
    - 'commandbook.weather'
    - 'commandbook.spawn'
    - 'commandbook.call'
    - 'commandbook.msg'
    - 'commandbook.reply'
    - 'commandbook.mute'
    - 'commandbook.unmute'
    - 'commandbook.kick'
    - 'commandbook.god'
    - 'commandbook.heal'
    - 'commandbook.help'
    - 'commandbook.warps'
    - 'myhome.*'
    - 'mywarp.*'
    - 'ChestShop.*'
    - 'iConomy.holdings'
    - 'iConomy.help'
    - 'iConomy.payment'
    - 'iConomy.accounts.give'
    - 'iConomy.accounts.take'
    - 'iConomy.accounts.set'
    - 'factions.kit.admin'
    - 'weathercontrol.*'
    - 'jobs.join.jobname'
    - 'jobs.world.world'
    - 'jobs.admin.info'
    - 'jobs.admin.fire'
    - 'jobs.admin.employ'
    - 'jobs.admin.promote'
    - 'jobs.admin.demote'
    - 'jobs.admin.grantxp'
    - 'jobs.admin.removexp'
    - 'jobs.admin.transfer'
    - 'jobs.admin.reload'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    bobcat4848:
    group: Admins
    permissions:
    - 'herp.derp'
    AlMightyAssasin:
    group: Players
    permissions:
    - 'herp.derp'
    chen2001:
    group: Players
    permissions:
    - '-derp.derp'
    bananemure1:
    group: Moderator
    permissions:
    - '-derp.derp'
    tobyschoenmakers:
    group: Moderator
    permissions:
    - '-derp.derp'
    king_mc_cloud:
    group: Players
    permissions:
    - '-derp.derp'
    demon_king_james:
    group: Players
    permissions:
    - '-derp.derp'
    BenC:
    group: Players
    permissions:
    - '-derp.derp'
    tanner620:
    group: Players
    permissions:
    - '-derp.derp'
    micahlayton:
    group: Admins
    permissions:
    - '-derp.derp'
    csht:
    group: Players
    permissions:
    - '-derp.derp'
    Biohazzardjr:
    group: Default
    permissions:
    - '-derp.derp'
    SgtLollery:
    group: Players
    permissions:
    - '-derp.derp'

    I put - 'jobs.join.*' and its still not working i also did - 'jobs.world.world means my world is named world and i dont know what permissions im using it says that for an admin im an admin so am i and hes an op and s am i and it syasy no jobs even for players i tried players but its not working
     
  7. Offline

    --GJ--

    It looks like you're using the Permissions plugin. I'd suggest trying jobs.world.* instead of jobs.world.world, just to be safe. I'd also double-check the other Jobs config files and make sure that everything is right in those as well.
     
  8. Offline

    bobcat4848

    Its still not working

    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:
    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: false
    inheritance:
    permissions:
    - ''
    Players:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'commandbook.motd'
    - 'commandbook.rules'
    - 'commandbook.spawn'
    - 'commandbook.call'
    - 'commandbook.msg'
    - 'commandbook.reply'
    - 'commandbook.mute'
    - 'commandbook.unmute'
    - 'mywarp.warp.*'
    - 'myhome.home.*'
    - 'ChestShop.shop.*'
    - 'iConomy.holdings'
    - 'iConomy.holdings.others'
    - 'iConomy.help'
    - 'iConomy.payment'
    - 'iConomy.accounts.create'
    - 'factions.kit.fullplayer'
    - 'jobs.join.*'
    - 'jobs.world.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'commandbook.item'
    - 'commandbook.give'
    - 'commandbook.motd'
    - 'commandbook.time'
    - 'commandbook.rules'
    - 'commandbook.weather'
    - 'commandbook.spawn'
    - 'commandbook.call'
    - 'commandbook.msg'
    - 'commandbook.reply'
    - 'commandbook.mute'
    - 'commandbook.unmute'
    - 'commandbook.kick'
    - 'commandbook.god'
    - 'commandbook.heal'
    - 'commandbook.help'
    - 'commandbook.warps'
    - 'myhome.*'
    - 'mywarp.*'
    - 'ChestShop.*'
    - 'iConomy.holdings'
    - 'iConomy.help'
    - 'iConomy.payment'
    - 'iConomy.accounts.give'
    - 'iConomy.accounts.take'
    - 'iConomy.accounts.set'
    - 'factions.kit.admin'
    - 'weathercontrol.*'
    - 'jobs.join.*'
    - 'jobs.world.*'
    - 'jobs.admin.info'
    - 'jobs.admin.fire'
    - 'jobs.admin.employ'
    - 'jobs.admin.promote'
    - 'jobs.admin.demote'
    - 'jobs.admin.grantxp'
    - 'jobs.admin.removexp'
    - 'jobs.admin.transfer'
    - 'jobs.admin.reload'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    bobcat4848:
    group: Admins
    permissions:
    - 'herp.derp'
    AlMightyAssasin:
    group: Players
    permissions:
    - 'herp.derp'
    chen2001:
    group: Players
    permissions:
    - '-derp.derp'
    bananemure1:
    group: Moderator
    permissions:
    - '-derp.derp'
    tobyschoenmakers:
    group: Moderator
    permissions:
    - '-derp.derp'
    king_mc_cloud:
    group: Players
    permissions:
    - '-derp.derp'
    demon_king_james:
    group: Players
    permissions:
    - '-derp.derp'
    BenC:
    group: Players
    permissions:
    - '-derp.derp'
    tanner620:
    group: Players
    permissions:
    - '-derp.derp'
    micahlayton:
    group: Admins
    permissions:
    - '-derp.derp'
    csht:
    group: Players
    permissions:
    - '-derp.derp'
    Biohazzardjr:
    group: Default
    permissions:
    - '-derp.derp'
    SgtLollery:
    group: Players
    permissions:
    - '-derp.derp'
     
  9. Offline

    --GJ--

    @bobcat4848

    The issue doesn't seem to be in your permissions config, at least not as far as I can tell. Can you post the output from when the server loads your plugins, as well as the config files for the Jobs plugin itself?
     
  10. Offline

    bobcat4848

    The output thanks for the details!!![sarcastic]
     
  11. Offline

    --GJ--

    Let me rephrase that - paste the output from the console window that's displayed after you first start the server.
     
  12. Offline

    Zombiemold

    I can't seem to edit the MySQL Database because there is no primary key assigned. Any chance for a quick fix?
     
  13. Offline

    bobcat4848

    174 recipes
    27 achievements
    09:19:27 [INFO] Starting minecraft server version 1.0.0
    09:19:27 [INFO] Loading properties
    09:19:27 [INFO] Starting Minecraft server on 5.32.119.249:25565
    09:19:27 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    09:19:27 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    09:19:27 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    09:19:27 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    09:19:27 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-1
    0-gfb96d87-b1467jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    09:19:28 [INFO] [Permissions] version [2.5.4] (Phoenix) was Initialized.
    09:19:28 [INFO] Lottery version 0.6.8 is enabled
    09:19:28 [INFO] [WeatherControl] version 1.0 is enabled!
    09:19:28 [INFO] Preparing level "world"
    09:19:28 [INFO] Default game type: 0
    09:19:28 [INFO] Preparing start region for level 0 (Seed: 1115814124505852706)
    09:19:29 [INFO] Preparing spawn area: 61%
    09:19:30 [INFO] Preparing start region for level 1 (Seed: 1115814124505852706)
    09:19:30 [INFO] Preparing spawn area: 65%
    09:19:31 [INFO] Preparing start region for level 2 (Seed: 1115814124505852706)
    09:19:31 [INFO] Preparing spawn area: 73%
    09:19:32 [INFO] [WeatherControl] Loaded configuration for world 'world"
    09:19:32 [INFO] [WeatherControl] Loaded configuration for world 'world_nether"
    09:19:32 [INFO] [WeatherControl] Loaded configuration for world 'world_skylands"
    09:19:32 [INFO] [AutoMessage] version [1.5] loaded
    09:19:32 [INFO] CommandBook 1.6 enabled.
    09:19:32 [SEVERE] CommandBook: Unable to read default configuration: config.yml
    09:19:32 [SEVERE] CommandBook: Unable to read default configuration: kits.txt
    09:19:32 [WARNING] CommandBook: 0 Warps(s) loaded
    09:19:32 [WARNING] CommandBook: 0 Homes(s) loaded
    09:19:32 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    09:19:32 [INFO] CommandBook: 4 banned name(s) loaded.
    09:19:32 [INFO] CommandBook: Using the Bukkit Permissions API.
    09:19:32 [INFO] Elevators version 1.4.3 is enabled and linked to Permissions! 0
    elevators in worlds "world", "world_nether", "world_skylands" loaded.
    09:19:32 [INFO] [iConomy - Celty] Enabled (48 ms)
    09:19:32 [INFO] Lockette version 1.4.4 is being enabled! Yay! (Core version 1.
    2.3)
    09:19:32 [INFO] Lockette: Detected craftbukkit build [1467] ok.
    09:19:32 [INFO] [Permissions] version [2.5.4] (Phoenix) loaded
    09:19:32 [SEVERE] Error occurred while enabling Permissions v2.5.4 (Is it up to
    date?): BLOCK_PLACED
    java.lang.NoSuchFieldError: BLOCK_PLACED
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.jav
    a:153)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.yi.acru.bukkit.PluginCore.linkExternalPlugin(PluginCore.java:133)
    at org.yi.acru.bukkit.PluginCore.linkToPermissions(PluginCore.java:208)
    at org.yi.acru.bukkit.Lockette.Lockette.onEnable(Lockette.java:149)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    09:19:32 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    09:19:32 [INFO] Lockette: Linked to Permissions plugin version 2.5.4
    09:19:32 [INFO] Lockette: Using ops file for admin permissions.
    09:19:32 [INFO] Lockette: Ready to protect your containers.
    09:19:32 [INFO] [Lottery] Payment method found (iConomy version: 6)
    09:19:32 [INFO] Permission system not detected, defaulting to OP
    09:19:32 [INFO] mobSpawner 1.7.4 enabled
    09:19:32 [INFO] Need to download 2 object(s)
    09:19:32 [INFO] - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    09:19:33 [INFO] [MYHOME]: 0 homes loaded
    09:19:33 [INFO] [MYHOME] Permissions enabled using: Permissions v2.5.4
    09:19:33 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    09:19:33 [INFO] [MYHOME] MyHome 1.9.3 enabled
    09:19:33 [INFO] Need to download 2 object(s)
    09:19:33 [INFO] - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    09:19:33 [SEVERE] java.io.FileNotFoundException: http://stethoscopesmp.com/tkell
    y/lib/sqlite.jar
    09:19:33 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(Unknown Source)
    09:19:33 [SEVERE] at java.net.URL.openStream(Unknown Source)
    09:19:33 [SEVERE] at me.taylorkelly.mywarp.griefcraft.Updater.update(Updat
    er.java:118)
    09:19:33 [SEVERE] at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:45)
    09:19:33 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:183)
    09:19:33 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:957)
    09:19:33 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:280)
    09:19:33 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:176)
    09:19:33 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:159)
    09:19:33 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServe
    r.java:337)
    09:19:33 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:324)
    09:19:33 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:161)
    09:19:33 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:388)
    09:19:33 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    09:19:33 [INFO] [MYWARP]: 0 warps loaded
    09:19:33 [INFO] [MYWARP] Permissions enabled.
    09:19:33 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    09:19:33 [SEVERE] Error occurred while enabling MyWarp v1.10.3 (Is it up to date
    ?): BLOCK_RIGHTCLICKED
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
    at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:73)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    09:19:33 [INFO] PlgSetspawn version 5.0 is enabled!
    09:19:34 [INFO] [Regios] Spout not detected. No Spout support.
    09:19:34 [INFO] [Regios] Checking directories.
    09:19:34 [INFO] [Regios] Deleting directory @_root/plugins/Regios/Dependancies
    09:19:34 [INFO] [Regios] Directory check completed.
    09:19:34 [INFO] [Regios] Checking configuration files.
    09:19:34 [INFO] [Regios] Configuration check completed.
    09:19:34 [INFO] [Regios] Loading configuration files.
    09:19:34 [INFO] [Regios] Loaded default region configuation file.
    09:19:34 [INFO] [Regios] No economy preset specified in config.
    09:19:34 [INFO] [Regios] Loading world configuration for world : world
    09:19:34 [INFO] [Regios] Loading world configuration for world : world_nether
    09:19:34 [INFO] [Regios] Loading world configuration for world : world_skylands
    09:19:34 [INFO] [Regios] Configuration files loaded successfully!
    09:19:34 [INFO] [Regios] No Regions to load.
    09:19:34 [INFO] [Regios] Permissions support enabled!
    09:19:34 [INFO] [Regios] Starting scheduler task...
    09:19:34 [INFO] [Regios] Scheduler task initiated!
    09:19:34 [INFO] [Regios] Regios version 4.0.71 enabled successfully!
    09:19:34 [INFO] [Regios] Regios Developed by [Adamki11s].
    09:19:34 [INFO] WorldEdit 4.7 enabled.
    09:19:34 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    09:19:34 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    09:19:34 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    09:19:34 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.tx
    t
    09:19:34 [WARNING] WorldGuard blacklist does not exist.
    09:19:34 [INFO] WorldGuard: (world) Single session is enforced.
    09:19:34 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    09:19:34 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    09:19:34 [INFO] WorldGuard: (world) Lava fire is blocked.
    09:19:34 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    09:19:34 [INFO] WorldGuard: Loaded configuration for world 'world"
    09:19:34 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.tx
    t
    09:19:34 [WARNING] WorldGuard blacklist does not exist.
    09:19:34 [INFO] WorldGuard: (world_nether) Single session is enforced.
    09:19:34 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    09:19:34 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    09:19:34 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    09:19:34 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    09:19:34 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    09:19:34 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.tx
    t
    09:19:34 [WARNING] WorldGuard blacklist does not exist.
    09:19:34 [INFO] WorldGuard: (world_skylands) Single session is enforced.
    09:19:34 [INFO] WorldGuard: (world_skylands) TNT ignition is PERMITTED.
    09:19:34 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    09:19:34 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    09:19:34 [INFO] WorldGuard: (world_skylands) Fire spread is UNRESTRICTED.
    09:19:34 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    09:19:34 [INFO] WorldGuard: 3 regions loaded for 'world'
    09:19:34 [WARNING] WorldGuard: Region file for world "world_nether" missing or i
    naccessible.
    09:19:34 [WARNING] WorldGuard: Region file for world "world_skylands" missing or
    inaccessible.
    09:19:34 [INFO] WorldGuard 5.3 enabled.
    09:19:34 [INFO] [xAuth] 'Permissions' v2.5.4 support enabled!
    09:19:35 [INFO] [xAuth] Connection to database established!
    09:19:35 [INFO] [xAuth] Accounts: 15, Sessions: 0
    09:19:35 [INFO] [xAuth] v2.0b4.3 Enabled!
    09:19:35 [INFO] [ChestShop] Permissions version 2.5.4 loaded.
    09:19:35 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    09:19:35 [INFO] [ChestShop] WorldGuard version 5.3 loaded.
    09:19:35 [INFO] [ChestShop] version 3.24 initialized!
    09:19:35 [INFO] [ChestShop] iConomy 6 loaded.
    09:19:35 [INFO] [Factions v1.6.1] === ENABLE START ===
    09:19:35 [INFO] [Factions v1.6.1] Will use this plugin for permissions: Permissi
    ons v2.5.4
    09:19:35 [INFO] [Factions v1.6.1] Loading board from disk
    09:19:35 [INFO] [Factions v1.6.1] Economy integration is disabled, and the plugi
    n "Register" is not installed.
    09:19:35 [INFO] [Factions v1.6.1] === ENABLE DONE (Took 508ms) ===
    09:19:36 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    09:19:36 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defau
    lting to no limits !
    09:19:36 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaultin
    g to no limits !
    09:19:36 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting
    to no limits !
    09:19:36 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to
    no limits !
    09:19:36 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulti
    ng to no limits !
    09:19:36 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting t
    o no limits !
    09:19:36 [INFO] [Jobs] - Job Digger is missing the max-level property. defaultin
    g to no limits !
    09:19:36 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to
    no limits !
    09:19:36 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaultin
    g to no limits !
    09:19:36 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to
    no limits !
    09:19:36 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaultin
    g to no limits !
    09:19:36 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to
    no limits !
    09:19:36 [INFO] [Jobs] - Job Fisherman is missing the max-level property. defaul
    ting to no limits !
    09:19:36 [INFO] [Jobs] - Job Fisherman is missing the slots property. defaulting
    to no limits !
    09:19:36 [INFO] [Jobs] - Job Weaponsmith is missing the max-level property. defa
    ulting to no limits !
    09:19:36 [INFO] [Jobs] - Job Weaponsmith is missing the slots property. defaulti
    ng to no limits !
    09:19:36 [INFO] [Jobs] - Job None is missing the max-level property. defaulting
    to no limits !
    09:19:36 [INFO] [Jobs] - Job None is missing the slots property. defaulting to n
    o limits !
    09:19:36 [INFO] [Jobs v2.5.6] has been enabled succesfully.
    09:19:36 [INFO] [Jobs] Successfully linked with iConomy 6.
    09:19:36 [INFO] [Jobs] Successfully linked with Permissions.
    09:19:36 [INFO] Server permissions file permissions.yml is empty, ignoring it
    09:19:36 [INFO] Done (0.788s)! For help, type "help" or "?"
    >
     
  14. Offline

    --GJ--

    Looks like your Permissions plugin is out of date, along with a few others. Update those & try again.
     
  15. Offline

    Sorwig

    Has this been tested with Minecraft 1.0 Bukkit 1490+ yet?
     
  16. Offline

    Darcion

    @phrstbrn

    something i need if it is possible.

    i want to level jobs in a different way, i use PEX and this is what i have/want:

    Group 1 (level1)

    Woodcutter1

    Group 2 (level2)

    Woodcutter2

    Group 3 (level3)

    Woodcutter3

    and many more...


    so with PEX i negate the Permission for Woodcutter1 in Group 2. its impossible now to join Woodcutter1 from Group2 but if you are already in this Job you earn exp and money from Woodcutter1 and you can join Woodcutter2 and earn double....

    i need a config or a permission that group 2 leaves automatically all jobs there arent in this group.

    is this possible?
     
  17. Offline

    --GJ--

    Couple of questions for you.

    1) Does this plugin track kills by wolves owned by you for the purposes of the kill rewards?
    2) Is there a plan to add in all the new mobs, including Endermen & Silverfish, by the next release? Or are they already available based on the updates to the Bukkit API with 1.0?
     
  18. Offline

    phrstbrn

    I have a build which has a potential fix to the MySQL persistent connection issues. I don't have much free time to test it, but I'll post the .jar here for any brave souls who are having issues with MySQL connection timeouts.

    http://dl.dropbox.com/u/33671767/Jobs/Jobs_2.5.6a/Jobs.jar

    For those who are technically minded, it tests the connection by executing "SELECT 1 FROM DUAL;" before using using a handle, to make sure it's not stale. This is probably the wrong way of going about it. Feel free to submit a patch if anybody has a better solution.
     
  19. Offline

    erdrickk

    Does this conflict with McMMO at all?
     
  20. Offline

    --GJ--

    Nope. We've been trying it out on our test server and haven't run into any compatability issues so far.
     
  21. Offline

    erdrickk

    Sweet, ty I will give it a shot then.

    BTW not to sound lazy or anything but does anyone have a full jobs config file? My intentions are not to steal / copy it but I'd like a full file to look at for examples. I realize there is a small example on the front page but I am looking for something in more detail.

    If you feel more comfortable you could just PM me the config ? I'd really really appreciate it.
     
  22. Offline

    min

    ... I.. I want dev plugins.......for v 1.0 ....
     
  23. Offline

    Sorwig

    Have not gotten any errors on log with Bukkit 1493 although title and ranks dont seem to display in chat anymore.
    Edit: Got chat working.
     
  24. Offline

    lutharmartin

    thanks dude, it worked for me and I am able to resolve the error.
     
  25. Offline

    phrstbrn

    I uploaded a new version of Jobs (2.6.0) which removes Permissions 3 support in favor of DinnerPerms. By default, Jobs should work out of the box without setting up any permissions, but those with special needs will need to configure the new Permission nodes. Hopefully this will reduce a lot of confusion for those people who have trouble setting up a Permissions plugin and just want the plugin to work well out of the box.

    Link should be up whenever the BukkitDev team approves the download. If you're upgrading to 2.6.0 make sure you double check your permission nodes against the defaults if you have any special requirements (Permissions are posted on Bukkit Dev).
     
  26. Offline

    Karst1

    Is it possible to have a Max lvl for a normal user group. While donators can reach higher lvls?
     
  27. Offline

    atlan1

    Could you please add the crafting feature for dyes and colored wool, too?

    That would be awesome.[yellowflower]
     
  28. Offline

    Zombiemold

    Few questions:

    1) Is it possible to track Smelting/Cooking? I would love to make a chef job, and add to the Blacksmith Job.

    2) Can this track all the mobs added to Bukkit? ie, without an update, can it track the kills of Blazes and/or other 1.0/1.8 creatures?

    3) Any chance for the detection of brewed potions? An Alchemy job would be lovely.


    Anyways, keep up the good work, and think you for the awesome mod that is currently running to stimulate my Server's Economy :D
     
  29. Offline

    --GJ--

    I've talked to the dev about several of these.

    1. It's coming (eventually). Not supported yet.
    2. Yes. Just look up the new names for everything in the Bukkit API.
    3. Again, it's coming (eventually).
     
  30. Offline

    Blood_dog_2004

    okay so i am running BOSEconomy 0.7.2 and permissions 3.1.6.... when i run my server i get no errors. i went throw and modified the exp and income on my jobs but when in game play you cant gain income in decimal amounts such as
    income: .50
    experiance: .50
    no income is gained unless it is in dollar amounts (1.00) but the exp works fine either way why is this ?...... anybody? any ideas are welcome and appreciated
     

Share This Page