[ECON/ADMN] eWallet v1.0 - Simplest ECON system yet! [1337]

Discussion in 'Inactive/Unsupported Plugins' started by bobbysmithyy, Nov 3, 2011.

  1. Offline

    bobbysmithyy

    eWallet -
    eWallet is an extremely simple economy plugin with multiworld and permission support. If there are no permissions everything defaults to OP. eWallet is meant for people who want nothing complex just an economy! eWallet supports every permissions system! If for some reason it doesn't work with you permissions system please post on this thread with the exact error. This plugin is meant to be used with eWalletGlobalShop which is a basic global shop where you can buy items through commands. eWallet and eWalletGlobalShop were tested and proved stable on craft bukkit build 1185-1337. This plugin is also on bukkit dev - http://dev.bukkit.org/server-mods/ewallet/

    Commands -
    eco give <player> <amount> (Gives the specific player that specific amount of money)
    eco take <player> <amount> (Takes the specific amount of money from the specific player)
    eco set <player> <amount> (Sets the specified players balance)
    eco (shows all possible eWallet commands)
    eco show <player> (Shows the specific player's money/balance)
    eco pay <player> <amount> (Pays the specified player the specific amount)

    Permissions -
    eWallet.give (eco give command)
    eWallet.take (eco take command)
    eWallet.set (eco set command)
    eWallet.pay (eco set command)

    Upcoming Features -
    - More shop plugin support
    - More commands

    Changelog -
    Version v1.0
    - Release :)

    Recommended Plugins to go with eWallet -
    eWalletGlobalShop - (download below)

    Downloads -
    eWallet - <Edit by Moderator: Redacted mediafire url>
    eWalletGlobalShop - <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 12, 2016
  2. Offline

    Windwaker

    You know what would go nice with this? A BukkitDev page ;)
     
  3. Offline

    bobbysmithyy

    Working on it right now :)
     
  4. Offline

    ThatBox

    Get it working with register ? :)
     
  5. Offline

    bobbysmithyy

    Register will be in the next release which will come out very soon.

    PermissionsBukkit support is now here!

    PEX (permissions ex) is now working!

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

    Technius

    Why not just use
    Code:
    //this is a native bukkit method
    if(p.hasPermission("someperm"))
    
    instead of hooking into the plugins? It's a much simpler method.
     
  7. Offline

    bobbysmithyy

    Already in the next version i'll be releasing it shortly.
     
  8. Offline

    Chillax_Team

    Hope you know Essentials Plugin gots this installed into it. Exact same commands
     
  9. Offline

    bobbysmithyy

    Coding is completely different check the source...Not only that this is much more lightweight also the commands aren't the same...I don't have /bal or anything...
     
  10. Offline

    ThatBox

    Essentials is buggy and a resource hog. This is better.
     
    bobbysmithyy likes this.
  11. Offline

    emericask8ur

    Good job!
     
    bobbysmithyy likes this.
  12. Offline

    bobbysmithyy

    Thanks man, by the way sidekick is the freaking best lol.
     
    emericask8ur likes this.
  13. Offline

    ThatBox

    I can help you with this plugin, if you would like. It seems like it has so much potential. :)
     
    bobbysmithyy likes this.
  14. Offline

    bobbysmithyy

    Wait you could help me with eWallet or you could help with SideKick?

    Read the post above this ^^^^

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

    ThatBox

    eWallet.
     
    bobbysmithyy likes this.
  16. Offline

    bobbysmithyy

    Awesome! Feel free to help me with it. I'll send you the source if you want later.
     
  17. Offline

    ohjays

    errors on 1.3.2
    [SEVERE] Error occurred while enabling eWallet v1.0 (Is it up to date?)
    java.lang.NoSuchMethodError: me.ethan.eWallet.ECO.getConfiguration()Lorg/bukkit/util/config/Configuration;
    at me.ethan.eWallet.EC:confused:nEnable(ECO.java:71)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
     

Share This Page