Inactive [FUN/ECON] Vouchers v2.2.1 - Buy Vouchers for Features and Commands [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Kevin Forte, May 29, 2011.

  1. Offline

    Kevin Forte

    Vouchers: Let Your Players Pay for Features and Commands (Now With Aliases!)
    ~Version: 2.2.1~
    Download: [JAR]

    I have been constantly searching for a reason for my players to want to have a Lot of iConomy money. I couldn't really find that reason, so I made one. Introducing Vouchers, a way to let your players pay their way to a God-like status.

    Current Voucher Types:
    • Protection ~ Lets a player place a block only they (or an admin) can destroy.
    • Teleport ~ Allows a player to teleport to another player or an x,y,z coordinate.
    • Heal ~ Allows a player to fully heal themselves.
    • Timeshift ~ Allows a player to set the world time.
    • Parachute ~ Allows a player to hold shift to negate fall damage once.
    • Resurrect ~ Heals a player to full health when they would otherwise die if they are holding shift.
    • Superpick ~ Allows a player to break one block instantly.
    • Sunshine ~ Allows a player to clear up storms.
    • Thunderpunch ~ Hitting a mob or player will strike them with lightning.
    • Specify your own types to coincide with any command and create aliases for those commands.
    Creating a Voucher Shop:
    Show Spoiler

    1. Place a sign. On the lines, write:
    • Line One: [Vouchers]
    • Line Two: Voucher Type for Sale.
    • Line Three: Price of Voucher. OR Price of Voucher:Amount of Vouchers Being Purchased. (Example: 50:3 <-- Purchasing 3 Vouchers for 50 gold.)
    • Line Four: Whatever you want (I personally write the commands associated with the voucher or its purpose).
    2. That's it! If done correctly, you will be sent a message and the "[Vouchers]" line will turn blue.

    EXAMPLE:
    [​IMG]

    Using Commands as Voucher Types:
    Show Spoiler

    As of 1.5, you'll notice a 'Hooked Commands' section has been added to the config. To add a command, format it like this:
    Code:
    Hooked Commands:
        MoneyCheck:
            Starting Amount for New Players: 0
            Include Arguments: true
            Command: money
            Alias: showmethemoney
            Warm-Up Time: 0
            Cool-Down Time: 0
            Description: Check how much money you have.
    
    This will create a MoneyCheck voucher for the command /money, which can also be used with the command alias /showmethemoney. If you do not wish to use an alias for a command, simply leave the section blank. If 'Include Arguments' is true, '/money' and any following arguments will expend a MoneyCheck voucher. If 'Include Arguments' is false, the command used must match the defined command for the Voucher exactly or a Voucher won't be used. The description is what is displayed when a player types '/vhelp MoneyCheck'. See the sample config.yml for an explanation of Warm-Up Time, Cool-Down Time, and Starting Amount for New Players.

    Commands:
    Show Spoiler

    [] = Necessary Argument
    {} = Optional Argument
    ** = Requires Permissions
    • /vcheck ~ Shows a player how many vouchers they have of the basic types.
    • /vcheckcom ~ Shows a player how many vouchers they have of defined command types.
    • /vtp [player name]/[x] [y] [z] ~ Use a Teleport voucher. Arguments can either be another player's name or an x,y,z coordinate.
    • /vheal ~ Heals the player completely with a Heal voucher.
    • /vprotect ~ Toggles protected block placing mode. Any block placed in this mode will exhaust a Protection voucher and will only be breakable by that player or a player with the Vouchers.admin node.
    • /vtime [day/night] ~ Lets a player set the time via a Timeshift voucher.
    • /vgift [player's name] [amount] [type] ~ Lets a player send a voucher to another player.
    • /vgive [player's name] [amount] [type]
    • /vsun ~ Removes a storm if there is one.
    • /vsp ~ Toggles superpick mode.
    • /vthunder ~ Toggles thunderpunch mode.
    • /vsave ~ Saves the current Vouchers and Shop locations.
    • /vreload [commands/vouchers/settings/all] ~ Reloads config.yml data.
    • /vhelp [sign/vouchertype (case sensitive)] ~ In-game reference for setting up Voucher Shops ('/vhelp sign') or display the description of a voucher type in the config.

    Important Notice:
    This plugin requires both iConomy/BOSEconomy and Permissions! Also, before you post that you are having problems, please follow this checklist:
    • 1. Read this entire post.
    • 2. Try deleting your /plugins/Vouchers folder and letting it recreate itself.
    • 3. Make sure you have not entered invalid values into the config.yml.
    If you are still getting errors and/or having issues after that, let me know. I appreciate it!

    To-Do:
    Show Spoiler

    • Flight Voucher
    • Superpick Voucher
    • Thunderpunch Voucher
    • Changing the sign formatting so that you can buy more than one voucher at once.
    • BOSEconomy support.
    • Item Exchange support.
    • Adding more configuration options for the current Vouchers.
    • Adding a cost to create Voucher shops.

    Permissions:
    Show Spoiler

    • Vouchers.use.(type in all lowercase) ~ Allows a player to use a Voucher. (Example: Vouchers.use.superpick)
    • Vouchers.setup ~ Allows a player to create/remove Voucher shops
    • Vouchers.free.(type in all lowercase) ~ Allows a player to use a Voucher command without needing the actual voucher.
    • Vouchers.buy ~ Allows a player to use voucher shops.
    • Vouchers.admin ~ Allows a player to destroy other players' Protected Blocks, use the /vsave command, use the /vgive command, and use the /vreload command.

    Changelog:
    v2.2.1
    • Quick Bug Fix.
    v2.2
    • Added a /vgive command.
    • Switched to Bukkit based permissions.
    • Removed a couple obnoxious permission error messages.
    • Delayed economy plugin check.
    • /vhelp now shows whether or not you have permissions to use the Voucher.
    Show Spoiler

    v2.1.1
    • Plugin will disable itself if an economy plugin is not found.
    v2.1
    • Thunderpunch Voucher added.
    • Voucher descriptions added.
    • /vhelp [voucher type/sign] command added.
    • Bug fix.
    v2.0.2
    • MAJOR Bug Fix. Consider this the recommended build of Vouchers.
    v2.0.1
    • Fixed a misplaced "You don't have permission" error message.
    • Fixed an error given if you try and use /vreload without an argument or with too many arguments.
    • Fixed a possible NPE if your config.yml is outdated.
    • Fixed /vtp not giving an error if you use an incorrect length of arguments.
    v2.0
    • Major Code Cleanup.
    • BOSEconomy Support.
    • Added a Ton of new config options for ALL vouchers.
    • You can now choose to include the arguments of hooked commands or not.
    • Protected blocks are now saved on server restart. Whoops!
    • /vreload command added.
    • 'Vouchers.admin' Permissions node added.
    v1.5.1
    • Fixed more potential NPEs. Damn things always sneak up on me.
    v1.5
    • All data is now handled with the config.yml in the plugins/Vouchers folder.
    • 'Vouchers.world' permission removed due to redundancy.
    • 'Vouchers.free.[type]' re-added.
    • 'Vouchers.buy' permission added.
    • NPE problem REALLY solved. Seriously.
    v1.4.4
    • NPE problem (when using command vouchers) Finally solved.
    v1.4.3
    • All players are now notified when one uses a Timeshift voucher.
    • Command aliases have been added.
    v1.4.2
    • Fixed a bug that allowed negative Voucher cost values.
    • Fixed a bug that sent players (without permissions to use Resurrect or Parachute vouchers) a message whenever they took fall damage or died, regardless of whether they tried to use the voucher or not.
    v1.4.1
    • Vouchers.world permission added for Multiverse servers.
    • The method of setting up shops to purchase more than one Voucher from has changed.
    • /vsignhelp command added for in-game shop setup reference.
    v1.4

    • Removed the Vouchers.free.(type) permissions. Will be fixed in an upcoming update.
    • Fixed command vouchers never being depleted.
    • Fixed command vouchers not being loaded correctly.
    • Added a /vsave command to try and combat the problem of losing Vouchers and shops.
    • Added the ability to create signs that allow a player to buy more than one Voucher at a time.
    v1.3

    • Times that /vtime sets the world to changed for longer days/nights.
    • PERMISSION NODES CHANGED: BE SURE TO UPDATE YOUR WORLD.YML
    • Players must be holding shift (sneaking) for a Resurrect voucher to be used.
    • (Hopefully) Fixed the issue with command voucher arguments.
    v1.2.2

    • Players must be holding shift (sneaking) for a Parachute voucher to be used.
    • Sunshine Voucher added.
    v1.2.1

    • First attempt at making sure Resurrect vouchers aren't used for fall damage that is already cancelled by other plugins. Good catch @Joy
    v1.2

    • Added a Superpick Voucher.
    • Added the '/vgift' command to send other players Vouchers.
    v1.1

    • Added Command-Based Voucher Types.
    • Added a Permissions node required for players to use their Vouchers.
    v1.0:

    • Original Release.
     
    Bradley Hilton and Mitsugaru like this.
  2. Offline

    Raycrash

    Ok but I think I might wait for someone else to test first ;D
     
  3. Offline

    Jesseg2

    Please fix fast, whenever i reload the server the config is restarted !
    I love the plugin but sadly i'm going to have to shut it off until this is fixed :/
     
  4. Offline

    Kevin Forte

    And this is on the latest version? I have yet to have this issue.

    I don't blame you. xD

    Ugh, nevermind. I need to rewrite some more. I'm going to change the topic until further notice.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  5. Same issue after deleting Vouchers folder:

    Code:
    08:16:21 [SEVERE] Error occurred while enabling Vouchers v2.0 (Is it up to date?): null
    java.lang.NullPointerException
            at kforte318.Vouchers.Vouchers.loadHookedCommands(Vouchers.java:403)
            at kforte318.Vouchers.Vouchers.onEnable(Vouchers.java:521)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:164)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:148)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Issue seems gone in 2.0.2 :)

    Edit:

    Other issue is still there, everyone gets the message:

    "i dont have permission to use your vouchers here "

    Basically doing whatever, anywhere.

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

    Jesseg2

    Yes, using the newest version and whenever i reload the server with the /reload command which i use ALOT, the config resets :/
     
  7. Offline

    Kevin Forte

    Updated to 2.1, Voucher added, Voucher descriptions added, bug fix that would cause all general Voucher type values to be in sync.
     
  8. Offline

    Tima25

    Code:
    14:46:54 [SEVERE] Could not pass event ENTITY_DAMAGE to Vouchers
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at kforte318.Vouchers.Vouchers.canUseVoucher(Vouchers.java:443)
            at kforte318.Vouchers.VouchEL.onEntityDamage(VouchEL.java:25)
            at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.j
    ava:649)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:486)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:866)
            at net.minecraft.server.Entity.a(Entity.java:635)
            at net.minecraft.server.EntityPlayer.b(EntityPlayer.java:359)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:364)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
            at java.net.URLClassLoader$1.run(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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 17 more
    14:47:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vhea
    l' in plugin Vouchers v2.0.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    20)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
            at kforte318.Vouchers.Vouchers.canUseVoucher(Vouchers.java:443)
            at kforte318.Vouchers.Vouchers.onCommand(Vouchers.java:865)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Getting this error when I try to do anything with the plugin except the help command
    Bukkit build 1000 ad lasted version of Vouchers
    Im running this with essentials, worldedit and iconomy
     
  9. Offline

    Kevin Forte

    You need Permissions
     
  10. Offline

    Valiant

    Perfect. Keeping the options open. I like it. Thanks!
     
  11. Offline

    Kevin Forte

    Yeaup :) and I'm confident the current version is working. I have been running it on my server seamlessly for 2 days now.
     
    Valiant likes this.
  12. Offline

    Tima25

    Thanks for the help and how do you activate the superpick voucher?
     
  13. Offline

    Kevin Forte

    Woops! Forgot to list that command! /vsp
     
    Tima25 likes this.
  14. Offline

    Valiant

    alright thanks! Hope to bounce ideas around with each other sometime again in the future!
     
  15. Offline

    Kevin Forte

    No problem, and definitely :)
     
  16. Offline

    ACallander

    So it says I have no commands are currently hooked into vouchers. How do I setup a hook into vouchers?
     
  17. Offline

    Kevin Forte

    Check the original post :p
     
  18. I get this error when trying to interect with a voucher sign.
    Plugin is loaded and the sign is succesfully made.
    When I try to use the commands in chat, everything works perfectly.
    I'm running Bukkit v1000.
    No edits to the config.yml.

    Plugins:
    MagicCarpet, LagMeter, MultiVerse, Permissions, iChat, CommandBook, BigBrother, godPowers, FalseBookExtra, Vouchers, WorldEdit, FalseBookCore, FalseBookBlock, Showcase, FalseBookIC, WorldGuard, FalseBookChat, iConomy, FalseBookCart, Spout

    Code:
    01:35:41 [SEVERE] Could not pass event PLAYER_INTERACT to Vouchers
    java.lang.NullPointerException
            at kforte318.Vouchers.VouchPL.onPlayerInteract(VouchPL.java:82)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  19. Offline

    Kevin Forte

    Do you have the most recent version? Line 82 is a check for an economy plugin currently, which you have, so that error should not exist.
     
  20. Offline

    Valiant

    I am getting improper format for all my voucher signs which is normal when I mess them up, but when they are right, it gives me no confirmation. Nor can I interact.

    Also, it does not recognize and of my hooked commands.

    I am using Icov6 .... but it shouldn't stop vouchers from creating the sign normally... or stop it from detecting my vouchers that I alliassed correctly....
     
  21. Offline

    Kevin Forte

    That is odd... can you screen shot the sign and paste your config?
     
  22. Offline

    Holylon

    got same problem as @Valiant , here a Screen and my config:
    [​IMG]
    Code:
    Voucher Settings:
        Sunshine:
            Starting Amount for New Players: 0
            Description: ''
            Warm-Up Time: 0
            Cool-Down Time: 0
        Resurrect:
            Starting Amount for New Players: 0
            Description: ''
            Sneak to Use: true
        Thunderpunch:
            Starting Amount for New Players: 0
            Description: ''
            Allow PvP: false
        Parachute:
            Starting Amount for New Players: 0
            Description: ''
            Sneak to Use: true
        Protection:
            Starting Amount for New Players: 0
            Description: ''
            Maximum Protected Blocks: 200
        Teleport:
            Starting Amount for New Players: 0
            To-Player Teleport Allowed: true
            Description: ''
            To-Coordinate Teleport Allowed: true
            Warm-Up Time: 0
            Cool-Down Time: 0
        Superpick:
            Starting Amount for New Players: 0
            Description: ''
            Restricted Block Values: '7:49'
        Heal:
            Starting Amount for New Players: 0
            Description: ''
            Warm-Up Time: 0
            Allow Healing Other Players: false
            Cool-Down Time: 0
        Timeshift:
            Starting Amount for New Players: 0
            Description: ''
            Night Time Value: 18000
            Warm-Up Time: 0
            Day Time Value: 6000
            Cool-Down Time: 0
    Shop Locations:
        '1': world:147:70:-621
    Saved Vouchers:
        Umbrella2906:
            Sunshine: 0
            Resurrect: 0
            Thunderpunch: 0
            Parachute: 0
            Protection: 0
            Teleport: 0
            Superpick: 0
            Heal: 0
            Timeshift: 0
        Holylon:
            Sunshine: 0
            Resurrect: 0
            Thunderpunch: 0
            Parachute: 0
            Protection: 0
            Teleport: 0
            Superpick: 0
            Heal: 0
            Timeshift: 0
    Hooked Commands:
        Voucher Type:
            Starting Amount for New Players: 0
            Include Arguments: true
            Command: ''
            Description: ''
            Alias: ''
            Warm-Up Time: 0
            Cool-Down Time: 0
    Protected Block Locations: ''
    
     
  23. Offline

    Kevin Forte

    This confuses me greatly. Any console errors?
     
  24. Offline

    Holylon

    yeah, the one @Valiant has posted:
    Code:
    2011-08-17 16:16:44 [SEVERE] Could not pass event PLAYER_INTERACT to Vouchers
    java.lang.NullPointerException
        at kforte318.Vouchers.VouchPL.onPlayerInteract(VouchPL.java:82)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    (this is mine)
     
  25. Offline

    Kevin Forte

    So apparently it isn't recognizing your economy plugin. Let me try and have the plugin disable itself if no economy plugin is found, that way you can update and we can go from there figuring out the issue.

    Updated to v2.1.1, plugin will disable itself if no economy plugin is found.

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

    Holylon

    It really doesn't find a economy plugin... I search for reason...

    Edit: Found it @Kevin Forte , iConomy got a problem to connect to my MySQL database, therefore it disable itself >.< will check how to fix, and then edit my post again

    Edit2: Switched iConomy back to SQL, now it loads... but after Vouchers?! I renamed iConomy to "1iConomy": Then it loads before Vouchers, and Voucher load. But why is it like this? Also, I got an error message (iConomy is loaded and Voucher too, Voucher recognize iConomy, i checked):
    Code:
    2011-08-18 13:24:33 [SEVERE] Could not pass event PLAYER_INTERACT to Vouchers
    java.lang.NullPointerException
        at kforte318.Vouchers.VouchPL.onPlayerInteract(VouchPL.java:90)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  27. Offline

    Kevin Forte

    I will add a delay in for the check to see if iConomy is loaded, that way it will always check after it is loaded. We'll see if it's fixed then.
     
  28. Offline

    Warface

    Everythings working fine except Protection which doesn't protect at all.

    I set the /vprotect on then place a block and everyone's able to break it.... how come ?

    Bukkit [1000]
    WorldEdit
    WorldGuard
    bPermissions
    BOSEconomy
     
  29. Offline

    Kevin Forte

    Might've messed up the permissions, I'll look into it.
     
  30. Offline

    Warface

    Yeah also /vheal gimme an internal error and now the /vtp too...

    Looks like the config.yml don't update well either, I need to /vreload it each time I place a Vouchers sign..
     
  31. Offline

    Holylon

    @Kevin Forte I look forward to your patch, and wanna ask you: Does it work with #1060? Cause I got that, and maybe this one is the problem?
     

Share This Page