Inactive [inactive][ECON] OrePay v0.7- Need someone to take this over![1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by TopGear93, Mar 10, 2012.

  1. Offline

    TopGear93

    OrePay
    v0.7

    Pay player for mining ores! plugin is very configurable!

    Description:
    • Configuration
    • Uses Vault
    • Colorful messages
    • complete permissions control over all blocks.
    • change block prices
    • config reload command
    • price-list command
    • checks if block was already broken. returns with no payment.
    Config:
    Code:
    # OrePay Config
    OrePay:
      title: OrePay
      payedout: You were payed
      randompay: 2
      pricelist:
        noperms: No permissions to check OrePay price list!
      payout:
        blocks:
          stone: 7
          grass: 7
          dirt: 7
          cobblestone: 7
          woodenplanks: 7
          sand: 7
          gravel: 7
          goldore: 7
          ironore: 7
          coalore: 7
          wood: 7
          leaves: 7
          LapisLazuliOre: 7
          sandstone: 7
          MossyCobblestone: 7
          obsidian: 7
          diamondore: 7
          RedstoneOre: 7
          clay: 7
          NetherRack: 7
          soulsand: 7
          stonebrick: 7
        message: true
    blockfake: []
    
    BlockFake = gets block location and logs onBreak. This will prevent constant money.
    RandomPayout = Chances of being payed. Larger the number will make is rare for players to be payed. Lower the number will allow for more money

    Permissions:
    Code:
    orepay.config.reload - reloads config
    orepay.pricelist - checks price list
    orepay.allow.payout.* - complete control over all blocks
    orepay.allow.payout.stone
    orepay.allow.payout.grass
    orepay.allow.payout.dirt
    orepay.allow.payout.cobblestone
    orepay.allow.payout.woodenplanks
    orepay.allow.payout.sand
    orepay.allow.payout.gravel
    orepay.allow.payout.goldore
    orepay.allow.payout.ironore
    orepay.allow.payout.coalore
    orepay.allow.payout.wood
    orepay.allow.payout.leaves
    orepay.allow.payout.LapisLazuliOre
    orepay.allow.payout.sandstone
    orepay.allow.payout.MossyCobblestone
    orepay.allow.payout.obisidian
    orepay.allow.payout.diamondore
    orepay.allow.payout.RedstoneOre
    orepay.allow.payout.clay
    orepay.allow.payout.NetherRack
    orepay.allow.payout.soulsand
    orepay.allow.payout.stonebrick
    Commands:

    /opc reload
    - reloads config

    /opprice <1-8>
    - 8 pages to check prices

    Download:
    http://dl.dropbox.com/u/1015938/OrePay.jar

    Source:
    Nothing ATM

    Requirements:
    Vault - you can use any permissions system or economy.

    Todo:
    • add/remove blocks from plugin
    Change-log:

    Show Spoiler

    v0.1
    • - released
    v0.2
    • - fixes some very embarrassing config errors. all price nodes were setup to stone price. i had forgotten to change them to each individual block.
    v0.3
    • removes uneeded code and updated to 1.2.3-R2
    v0.4
    • permission fix.
    v0.5
    • this will fix all java invalid version issues.
    v0.6 Update
    • Adds random payout so player isn't making tons of money. this is configurable
    • Made most strings configurable
    • Fixed message Boolean
    • word correction
    v0.5 - Mini patch
    • no version change. only pushed this for 1.2.4-R0.1


    vo.7 - Update

    Added block checking. if block is broken and then placed, the player will not make money for that block.
    Issues:

    if you find any -
    • Spelling issues
    • backward configs
    • bad permission nodes
    • or any other ridiculous issues post them here politely.
    Common errors while using my plugins:

    Improper Version of Java.
    Show Spoiler
    Code:
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: us/topgear93/orepay/OrePay : Unsupported major.minor version 51.0
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: us/topgear93/pluginclass/plugin: Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
        ... 8 more[code][/spoiler]
    v0.2 - fixes some very embarrassing config errors. all price nodes were setup to stone price. i had forgotten to change them to each individual block price.

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

    fondelaar

    Thx!! but shouldn't you post it on bukkitDEV since they are moving there from the forums?
    and it doesnt generate a config file D:
     
  3. Offline

    TopGear93

    try downloading again. The config file should appear in the plugins folder.



    EDIT: updated
    v0.3 removes uneeded code and updated to 1.2.3-R2
     
  4. Offline

    fondelaar

    tried, doesnt work D:

    edit: the plugin aint in the /plugin list, so it just doesnt get activated. something wrong with the jar file?
     
  5. Offline

    TopGear93

    then put the plugin in the plugin folder lol. Something on your end is obviously messed up. If you open OrePay.jar with JDGUI, my classes/code is all there.
     
  6. Offline

    md_5

    [1.1-R7] is the latest RB
     
  7. Offline

    fondelaar

    it is in the plugin folder! what do you think? im starting a new server!? no! i have like 15 plugins and i know how to install them. this one doesnt do anything at all! YES it is in the right folder, NO i didnt change the .jar's name if thet makes any difrence and YES i use 1.2.3 R2

    md_5
    ok, so why do you tell this?
     
  8. Offline

    md_5

    So he can update his thread accordingly and thereby get it approved for release.
     
  9. Offline

    fondelaar

    09:56 AM [SEVERE] Could not load 'plugins\OrePay.jar' in folder 'plugins'

    cant see anything else of any error but this, but it is somthing
     
  10. Offline

    TopGear93

    send me you server logs for when it starts up. I mean everything, from when you press the button to when it says done. i want to see the whole thing. Its not like the error is only going to have that small line. List all your plugins.

    heres mine.

    im running v0.3 and it WORKS

    Code:
    2012-03-12 06:47:49 [INFO] Starting minecraft server version 1.2.3
    2012-03-12 06:47:49 [INFO] Loading properties
    2012-03-12 06:47:49 [INFO] Starting Minecraft server on *:25565
    2012-03-12 06:47:50 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
    2012-03-12 06:47:50 [INFO] [PermissionsEx] sql backend registered!
    2012-03-12 06:47:50 [INFO] [PermissionsEx] file backend registered!
    2012-03-12 06:47:50 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-03-12 06:47:50 [INFO] [Vault] Loading Vault v1.2.12-b136
    2012-03-12 06:47:50 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    2012-03-12 06:47:50 [INFO] [PermissionsEx] Initializing file backend
    2012-03-12 06:47:50 [INFO] [Modifyworld] Loading Modifyworld v1.19
    2012-03-12 06:47:50 [INFO] [OrePay] Loading OrePay v0.3
    2012-03-12 06:47:50 [INFO] [iConomy] Loading iConomy v6.0.9b
    2012-03-12 06:47:50 [INFO] [ChatManager] Loading ChatManager v1.19
    2012-03-12 06:47:50 [INFO] [Vault] Enabling Vault v1.2.12-b136
    2012-03-12 06:47:50 [INFO] [Vault][Economy] iConomy 6 found: Waiting
    2012-03-12 06:47:50 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2012-03-12 06:47:50 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-03-12 06:47:50 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2012-03-12 06:47:50 [INFO] [Vault] Enabled Version 1.2.12-b136
    2012-03-12 06:47:50 [INFO] Preparing level "world"
    2012-03-12 06:47:50 [INFO] Default game type: 0
    2012-03-12 06:47:50 [INFO] Preparing start region for level 0 (Seed: 4627224929895981314)
    2012-03-12 06:47:51 [INFO] Preparing start region for level 1 (Seed: 4627224929895981314)
    2012-03-12 06:47:51 [INFO] Preparing spawn area: 32%
    2012-03-12 06:47:51 [INFO] ----- Bukkit Auto Updater -----
    2012-03-12 06:47:51 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-03-12 06:47:51 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2012-03-12 06:47:51 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-03-12 06:47:51 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-03-12 06:47:51 [INFO] ----- ------------------- -----
    2012-03-12 06:47:51 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    2012-03-12 06:47:51 [INFO] [PermissionsEx] Superperms support enabled.
    2012-03-12 06:47:51 [INFO] [PermissionsEx] v1.19.1 enabled
    2012-03-12 06:47:51 [INFO] [Vault][Permission] PermissionsEx hooked.
    2012-03-12 06:47:51 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    2012-03-12 06:47:51 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    2012-03-12 06:47:51 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
    2012-03-12 06:47:51 [INFO] [Modifyworld] Disabling Modifyworld v1.19
    2012-03-12 06:47:51 [INFO] [Modifyworld] Modifyworld disabled!
    2012-03-12 06:47:51 [INFO] [OrePay] Enabling OrePay v0.3
    2012-03-12 06:47:51 [INFO] [iConomy] Enabling iConomy v6.0.9b
    2012-03-12 06:47:52 [INFO] [iConomy - Celty] Enabled (48 ms)
    2012-03-12 06:47:52 [INFO] [Vault][Economy] iConomy 6 hooked.
    2012-03-12 06:47:52 [INFO] [iConomy - Celty] Purged accounts with default balance.
    2012-03-12 06:47:52 [INFO] [ChatManager] Enabling ChatManager v1.19
    2012-03-12 06:47:52 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    2012-03-12 06:47:52 [INFO] [ChatManager] Disabling ChatManager v1.19
    2012-03-12 06:47:52 [INFO] [ChatManager] ChatManager disabled!
    2012-03-12 06:47:52 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-12 06:47:52 [INFO] Done (1.698s)! For help, type "help" or "?"
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  11. Offline

    fondelaar

    ok

    Code:
    2012-03-12 12:01:24 [INFO] Starting minecraft server version 1.2.3
    2012-03-12 12:01:24 [INFO] Loading properties
    2012-03-12 12:01:24 [INFO] Starting Minecraft server on *:25565
    2012-03-12 12:01:24 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-19-gfe12372-b2017jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2-SNAPSHOT)
    2012-03-12 12:01:25 [INFO] ----- Bukkit Auto Updater -----
    2012-03-12 12:01:25 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-03-12 12:01:25 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
    2012-03-12 12:01:25 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-03-12 12:01:25 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-03-12 12:01:25 [INFO] ----- ------------------- -----
    2012-03-12 12:01:25 [INFO] [PermissionsEx] sql backend registered!
    2012-03-12 12:01:25 [INFO] [PermissionsEx] file backend registered!
    2012-03-12 12:01:25 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-03-12 12:01:26 [SEVERE] Could not load 'plugins\OrePay.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: us/topgear93/orepay/OrePay : Unsupported major.minor version 51.0
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: us/topgear93/orepay/OrePay : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
        ... 8 more
    2012-03-12 12:01:26 [INFO] [CreeperHeal] Loading CreeperHeal v4.8
    2012-03-12 12:01:26 [INFO] [SWatchdog] Loading SWatchdog v1.02
    2012-03-12 12:01:26 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
    2012-03-12 12:01:26 [INFO] [Statistician] Loading Statistician v2.0.8
    2012-03-12 12:01:26 [INFO] [Pail] Loading Pail v0.8
    2012-03-12 12:01:26 [INFO] [FatGiants] Loading FatGiants v0.01
    2012-03-12 12:01:26 [INFO] [Vault] Loading Vault v1.2.12-b136
    2012-03-12 12:01:26 [INFO] [PermissionsEx] Loading PermissionsEx v1.19
    2012-03-12 12:01:26 [INFO] [PermissionsEx] Initializing file backend
    2012-03-12 12:01:26 [INFO] [Spank] Loading Spank v1.0
    2012-03-12 12:01:26 [INFO] [LWC] Loading LWC v4.1.1 (b645-git-b24cc99e)
    2012-03-12 12:01:26 [INFO] [WorldGuard] Loading WorldGuard v5.5.2-SNAPSHOT
    2012-03-12 12:01:26 [INFO] [TreeAssist] Loading TreeAssist v3.7
    2012-03-12 12:01:26 [INFO] [PailPlus] Loading PailPlus v0.3
    2012-03-12 12:01:26 [INFO] [dynmap] Loading dynmap v0.34-957
    2012-03-12 12:01:26 [INFO] [WorldSaver] Loading WorldSaver v1.3
    2012-03-12 12:01:26 [INFO] [Guilds] Loading Guilds v1.0
    2012-03-12 12:01:26 [INFO] [BKCommonLib] Loading BKCommonLib v1.12
    2012-03-12 12:01:26 [INFO] [ZavAutoMessager] Loading ZavAutoMessager v1.7
    2012-03-12 12:01:26 [INFO] [Modifyworld] Loading Modifyworld v1.2
    2012-03-12 12:01:26 [INFO] [NoCheat] Loading NoCheat v3.4.4
    2012-03-12 12:01:26 [INFO] [mcMMO] Loading mcMMO v1.3.02-b412
    2012-03-12 12:01:26 [INFO] [NoLaggChunks] Loading NoLaggChunks v1.03
    2012-03-12 12:01:26 [INFO] [Essentials] Loading Essentials v2.8.3
    2012-03-12 12:01:26 [INFO] [WorldBorder] Loading WorldBorder v1.5.3
    2012-03-12 12:01:26 [INFO] [NoLaggTNT] Loading NoLaggTNT v1.03
    2012-03-12 12:01:26 [INFO] [ChatManager] Loading ChatManager v1.19
    2012-03-12 12:01:26 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.3
    2012-03-12 12:01:26 [INFO] MLog clients using java 1.4+ standard logging.
    2012-03-12 12:01:26 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.3
    2012-03-12 12:01:26 [INFO] [BOSEconomy] Loading BOSEconomy v0.7.3.1
    2012-03-12 12:01:26 [INFO] [NoLagg] Loading NoLagg v1.72
    2012-03-12 12:01:26 [INFO] [ChestShop] Loading ChestShop v3.36
    2012-03-12 12:01:26 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.3
    2012-03-12 12:01:26 [INFO] [Factions] Loading Factions v1.6.6b
    2012-03-12 12:01:26 [INFO] [Pail] Enabling Pail v0.8
    2012-03-12 12:01:27 [INFO] [Vault] Enabling Vault v1.2.12-b136
    2012-03-12 12:01:27 [INFO] [Vault][Economy] BOSEconomy7 found: Waiting
    2012-03-12 12:01:27 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-03-12 12:01:27 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2012-03-12 12:01:27 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-03-12 12:01:27 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2012-03-12 12:01:27 [INFO] [Vault] Enabled Version 1.2.12-b136
    2012-03-12 12:01:27 [INFO] [LWC] Enabling LWC v4.1.1 (b645-git-b24cc99e)
    2012-03-12 12:01:27 [INFO] LWC: Loading shared objects
    2012-03-12 12:01:27 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2012-03-12 12:01:27 [INFO] LWC: Protection cache: 0/10000
    2012-03-12 12:01:27 [INFO] LWC: Loaded 207 locale strings (0 overrides)
    2012-03-12 12:01:28 [INFO] LWC: Permissions API: PEXPermissions
    2012-03-12 12:01:28 [INFO] LWC: Currency API: BOSECurrency
    2012-03-12 12:01:28 [INFO] LWC: Connecting to SQLite
    2012-03-12 12:01:28 [INFO] LWC: Performing any necessary database updates
    2012-03-12 12:01:28 [INFO] LWC: Using database: Native
    2012-03-12 12:01:28 [INFO] LWC: Precached 2369 protections.
    2012-03-12 12:01:29 [INFO] LWC: At version: 4.1.1 (b645)
    2012-03-12 12:01:29 [INFO] [BKCommonLib] Enabling BKCommonLib v1.12
    2012-03-12 12:01:29 [INFO] BKCommonLib version 1.12 enabled!
    2012-03-12 12:01:29 [INFO] [NoLagg] Enabling NoLagg v1.72
    2012-03-12 12:01:29 [INFO] Plugin 'NoLagg' v1.72 is too old to run on CraftBukkit build 2017
    2012-03-12 12:01:29 [INFO] Update NoLagg to a newer version or look for an older build of CraftBukkit
    2012-03-12 12:01:29 [INFO] The plugin will still function, but may be instable.
    2012-03-12 12:01:29 [INFO] NoLagg version 1.72 enabled!
    2012-03-12 12:01:29 [INFO] Preparing level "1"
    2012-03-12 12:01:29 [INFO] Default game type: 0
    2012-03-12 12:01:29 [INFO] LWC: Latest version: 4.1.1
    2012-03-12 12:01:29 [INFO] Preparing start region for level 0 (Seed: -753769803738850339)
    2012-03-12 12:01:30 [INFO] Preparing spawn area: 40%
    2012-03-12 12:01:31 [INFO] Preparing start region for level 1 (Seed: -753769803738850339)
    2012-03-12 12:01:31 [INFO] Preparing spawn area: 3%
    2012-03-12 12:01:32 [INFO] Preparing spawn area: 56%
    2012-03-12 12:01:33 [INFO] Preparing start region for level 2 (Seed: -753769803738850339)
    2012-03-12 12:01:33 [INFO] Preparing spawn area: 44%
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Enabling CreeperHeal v4.8
    2012-03-12 12:01:34 [INFO] [CreeperHeal] [CreeperHeal] Loaded 19 traps
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Loading config
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Loading world: 1
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Loading world: 1_nether
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Loading world: 1_the_end
    2012-03-12 12:01:34 [INFO] [CreeperHeal] Successfully hooked in LWC
    2012-03-12 12:01:34 [INFO] [CreeperHeal] version 4.8 by nitnelave is enabled
    2012-03-12 12:01:34 [INFO] [SWatchdog] Enabling SWatchdog v1.02
    2012-03-12 12:01:34 [INFO] SWatchdog version 1.02 is enabled
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: welcome, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: splits, 100
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: maximumRadius, 50
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: debug, false
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchUser, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchExplosion, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchBurn, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchDecay, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchBucket, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchGrow, true
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchWaterLava, false
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchLava, false
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchFormSpread, false
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchNPC, false
    2012-03-12 12:01:34 [INFO] [!] SWatchdog Added to conf-map: WatchPhysics, false
    2012-03-12 12:01:34 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
    2012-03-12 12:01:34 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-12 12:01:34 [INFO] [Statistician] Enabling Statistician v2.0.8
    2012-03-12 12:01:34 [SEVERE] [Statistician] Critical Error, could not connect to mySQL. Is the database Available? Check config file and try again. (java.sql.SQLException: Access denied for user 'mc_statistician'@'localhost' (using password: YES))
    2012-03-12 12:01:34 [INFO] [Statistician] Disabling Statistician v2.0.8
    2012-03-12 12:01:34 [INFO] [FatGiants] Enabling FatGiants v0.01
    2012-03-12 12:01:35 [INFO] FatGiants version 0.01 is enabled!
    2012-03-12 12:01:35 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19
    2012-03-12 12:01:35 [INFO] [PermissionsEx] Superperms support enabled.
    2012-03-12 12:01:35 [INFO] [PermissionsEx] v1.19 enabled
    2012-03-12 12:01:35 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    2012-03-12 12:01:35 [INFO] [Vault][Permission] PermissionsEx hooked.
    2012-03-12 12:01:35 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    2012-03-12 12:01:35 [INFO] [Spank] Enabling Spank v1.0
    2012-03-12 12:01:35 [INFO] Spank enabled, start 'a spakin!
    2012-03-12 12:01:35 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2-SNAPSHOT
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1) TNT ignition is PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1) Lighters are PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1) Lava fire is blocked.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1) Fire spread is UNRESTRICTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] Loaded configuration for world '1"
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_nether) TNT ignition is PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_nether) Lighters are PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_nether) Lava fire is blocked.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_nether) Fire spread is UNRESTRICTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] Loaded configuration for world '1_nether"
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_the_end) TNT ignition is PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_the_end) Lighters are PERMITTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_the_end) Lava fire is blocked.
    2012-03-12 12:01:35 [INFO] [WorldGuard] (1_the_end) Fire spread is UNRESTRICTED.
    2012-03-12 12:01:35 [INFO] [WorldGuard] Loaded configuration for world '1_the_end"
    2012-03-12 12:01:35 [INFO] [WorldGuard] 1 regions loaded for '1'
    2012-03-12 12:01:35 [INFO] [WorldGuard] 0 regions loaded for '1_nether'
    2012-03-12 12:01:35 [INFO] [WorldGuard] 0 regions loaded for '1_the_end'
    2012-03-12 12:01:35 [INFO] [TreeAssist] Enabling TreeAssist v3.7
    2012-03-12 12:01:35 [INFO] [PailPlus] Enabling PailPlus v0.3
    2012-03-12 12:01:35 [INFO] [dynmap] Enabling dynmap v0.34-957
    2012-03-12 12:01:35 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
    2012-03-12 12:01:36 [INFO] [dynmap] Loaded 16 shaders.
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 82 perspectives.
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 12 lightings.
    2012-03-12 12:01:37 [INFO] [dynmap] Web server started on address 0.0.0.0:8123
    2012-03-12 12:01:37 [INFO] [dynmap] version 0.34-957 is enabled - core version 0.34-123
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 3 maps of world '1'.
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 4 pending tile renders for world '1
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 2 maps of world '1_nether'.
    2012-03-12 12:01:37 [INFO] [dynmap] Loaded 2 maps of world '1_the_end'.
    2012-03-12 12:01:37 [INFO] [dynmap] Enabled
    2012-03-12 12:01:37 [INFO] [WorldSaver] Enabling WorldSaver v1.3
    2012-03-12 12:01:37 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
    2012-03-12 12:01:37 [INFO] [Guilds] Enabling Guilds v1.0
    2012-03-12 12:01:37 [INFO] [Guilds] Version 1.1 Enabled...
    2012-03-12 12:01:37 [INFO] [ZavAutoMessager] Enabling ZavAutoMessager v1.7
    2012-03-12 12:01:39 [INFO] ZavAutoMessager v1.7 has been enabled
    2012-03-12 12:01:39 [INFO] ZavAutoMessager v1.7: Sending messages is now set to true
    2012-03-12 12:01:39 [INFO] ZavAutoMessager v1.7 is not up to date. Check the latest version on BukkitDev.
    2012-03-12 12:01:39 [INFO] Thank you for using ZavAutoMessager v1.7 by the ZavTeam!
    2012-03-12 12:01:39 [INFO] [Modifyworld] Enabling Modifyworld v1.2
    2012-03-12 12:01:39 [INFO] [Modifyworld] Modifyworld enabled!
    2012-03-12 12:01:39 [INFO] [NoCheat] Enabling NoCheat v3.4.4
    2012-03-12 12:01:39 [INFO] [NoCheat] version [3.4.4] is enabled.
    2012-03-12 12:01:39 [INFO] [mcMMO] Enabling mcMMO v1.3.02-b412
    2012-03-12 12:01:39 [INFO] [mcMMO] Loading mcMMO config.yml File...
    2012-03-12 12:01:40 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
    2012-03-12 12:01:40 [INFO] mcMMO version 1.3.02-b412 is enabled!
    2012-03-12 12:01:40 [INFO] [NoLaggChunks] Enabling NoLaggChunks v1.03
    2012-03-12 12:01:40 [INFO] Plugin 'NoLaggChunks' v1.03 is too old to run on CraftBukkit build 2017
    2012-03-12 12:01:40 [INFO] Update NoLaggChunks to a newer version or look for an older build of CraftBukkit
    2012-03-12 12:01:40 [INFO] The plugin will still function, but may be instable.
    2012-03-12 12:01:40 [INFO] NoLaggChunks version 1.03 enabled!
    2012-03-12 12:01:40 [INFO] [Essentials] Enabling Essentials v2.8.3
    2012-03-12 12:01:40 [INFO] Using locale en_EN
    2012-03-12 12:01:40 [INFO] Using locale en_EN
    2012-03-12 12:01:40 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-03-12 12:01:40 [INFO] File not found: plugins\Essentials\jail.yml
    2012-03-12 12:01:40 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-03-12 12:01:40 [INFO] [Essentials] Payment method found (Vault - Economy: BOSEconomy version: 1.2.12-b136)
    2012-03-12 12:01:40 [INFO] [WorldBorder] Enabling WorldBorder v1.5.3
    2012-03-12 12:01:40 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 5.0 blocks, and timer delay of 5.
    2012-03-12 12:01:40 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2012-03-12 12:01:40 [INFO] [WorldBorder] [CONFIG] World "1" has border radius 1500 at X: 0,5 Z: 0,5
    2012-03-12 12:01:40 [INFO] For reference, the main world's spawn location is at X: -83 Y: 5 Z: 758
    2012-03-12 12:01:40 [INFO] [NoLaggTNT] Enabling NoLaggTNT v1.03
    2012-03-12 12:01:40 [INFO] Plugin 'NoLaggTNT' v1.03 is too old to run on CraftBukkit build 2017
    2012-03-12 12:01:40 [INFO] Update NoLaggTNT to a newer version or look for an older build of CraftBukkit
    2012-03-12 12:01:40 [INFO] The plugin will still function, but may be instable.
    2012-03-12 12:01:41 [INFO] NoLaggTNT version 1.03 enabled!
    2012-03-12 12:01:41 [INFO] [ChatManager] Enabling ChatManager v1.19
    2012-03-12 12:01:41 [INFO] [ChatManager] ChatManager enabled!
    2012-03-12 12:01:41 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.3
    2012-03-12 12:01:41 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-03-12 12:01:41 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.3
    2012-03-12 12:01:41 [INFO] [BOSEconomy] Enabling BOSEconomy v0.7.3.1
    2012-03-12 12:01:41 [INFO] BOSEconomy v0.7.3.1 enabled.
    2012-03-12 12:01:41 [INFO] [Vault][Economy] BOSEconomy hooked.
    2012-03-12 12:01:41 [INFO] [ChestShop] Enabling ChestShop v3.36
    2012-03-12 12:01:41 [INFO] [ChestShop] LWC version 4.1.1 (b645-git-b24cc99e) loaded.
    2012-03-12 12:01:41 [INFO] [ChestShop] WorldGuard version 5.5.2-SNAPSHOT loaded.
    2012-03-12 12:01:41 [INFO] [ChestShop] Vault loaded using economy plugin BOSEconomy
    2012-03-12 12:01:42 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.3
    2012-03-12 12:01:42 [INFO] [Factions] Enabling Factions v1.6.6b
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] === ENABLE START ===
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] Loading board from disk
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] Found and will integrate chat with EssentialsChat v2.8.3
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] Economy integration through Vault plugin successful.
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
    2012-03-12 12:01:42 [INFO] [Factions v1.6.6b] === ENABLE DONE (Took 282ms) ===
    2012-03-12 12:01:42 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-12 12:01:43 [INFO] Done (13,851s)! For help, type "help" or "?"
    2012-03-12 12:01:45 [INFO] [§6Server News§f]: would you like your message broadcasted here? tell fondelaar! prices: $1000/week only!
    
     
  12. Offline

    TopGear93

    ah! That error is from a improper Java version!

    go on here and tell me the java version your running.

    http://javatester.org/version.html

    my computer is forcing me to build against 1.7. I need to look into getting 1.6 back.

    ill do this when i get home tonight. I didnt think anyone would still be running 1.1.

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

    fondelaar

    so i have to update java?
     
  14. Offline

    TopGear93

    depends. If you version is 1.6.0_32 then your fine, if its anything other then you need to update. only download from java.com dont use any after market updater.
     
  15. Offline

    fondelaar

    there isnt a 32 bit version of java 7 jet so i just have to wait D:
    wellm thanks anyways :p
     
  16. Offline

    TopGear93

    Last edited by a moderator: May 24, 2016
  17. Offline

    md_5

    Approved
     
  18. Offline

    MadMick

    Hey, im running a server on minecraft 1.1, how can i get this plugin for R8?
    can you put a download for 0.2 or a version that works for 1.1 R8
     
  19. Offline

    TopGear93

    sure, give me a few minutes.

    EDIT:// Just try and use 1.2.3-R0.2 for 1.1-R8. i dont see any issue.
     
  20. I get the following error:
    2012-03-19 15:09:57 [SEVERE] Could not load 'plugins\OrePay.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: us/topgear93/orepay/OrePay : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:56)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: us/topgear93/orepay/OrePay : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
    ... 8 more

    Im aware that it is probably a java issue and that you have stated previously to check the version of java being used. Ive done that and I am running 64bit version 6 update 31 which is the latest version available.
     
  21. Offline

    TopGear93

    yes this is a java version issue ill push an update tonight to permanently fix this.

    ok i pushed vo.5 its built on jre6. this will solve all java invalid version issues.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  22. Ok that fixed it thank you. Now the only issue I have is that it pays out to much. Ive reset the figures to their lowest value of 1 but mining soon generates a lot of cash. Is there anyway you can set the values so that - for example - you have to mine say 10 stone to get 1 dollar/credit (or whatever monetary value it has)? In other words 1 stone = 0.1 instead of 1. Ive tried putting that figure in but it just tells me that 0 has been earned.
     
  23. Offline

    Bloodykittens

    I completely support the idea above. I'll add this plugin tonight most likely, but that feature would be much appreciated.

    You could have a message pop up that says something along the line of: You have mined 1/10 diamonds. Mine 9 more and you'll be awarded 200gold. It could be configurable to update you on every diamond you mine or every 5 or so for example......I'm not sure how hard that would be to add and i'm not sure if there is any plugin that will reward you for a certain amount of blocks mined. You could also add a config option for wether or not the reward would be refreshed or not. So after you mine the 10 diamond. It could either start over or end. Almost like a quest. "Go find 20 Diamonds"

    Anyway, good plugin and keep doin what your doin :p
     
    TopGear93 likes this.
  24. Offline

    m634

    Just so you know, you spelled the pay message wrong. "were", not "where".
     
  25. Offline

    TopGear93

    thanks ill take a look into word correction.

    interesting. ill think about a system to make this. Thanks for the support.

    yea ill look into making the money lower. I could also add a random so that the player only gets payed every other block.
     
  26. Thank you. Will look forward to seeing how the mod developes.
     
  27. Offline

    11tooth

    Config error for some reason. When message is switched to false it ignores the update on the config and reverts to the last config with the message set to true. Is this just me?
     
  28. Offline

    TopGear93

    hmm i havent had this issue. What build of Bukkit are you running? There might be an issue with higher builds then 1.2.3-R0.2

    v0.6 Update
    • Adds random payout so player isnt making tons of money. this is configurable
    • Made most strings configurable
    • Fixed message boolean
    • word correction

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

    TheBartti

    What is Vualt? :D Fix description
     
    TopGear93 likes this.
  30. Offline

    11tooth

    im running 1.2.3 r0.2. So I guess it must just be me, but I also have a suggestion for the payment message, when a payment value is set to 0 it should not send a message at all instead of the chat spam of payment or mabey make it so you can choose if a message is sent for an ore or not. Just a suggestion that I would like to see.
     

Share This Page