Jump to content

Quantum Blade

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Quantum Blade

  1. Thank you very much guys! I think I'm past the part I was stuck on now. I appreciate your help!
  2. When starting a single player world, does forge create an instance of both the client and server proxies? Some context for my question: I'm working on an economy mod (basically a pure forge replacement for vault). I'm embarrassed to say that my first WIP releases didn't use proxies at all. The result - as near as I can tell - was an economy created on both the client and another separate one on the server. Now I'm trying to use proxies so that the commands I'm registering (like /balance) only actually *do* something on the server. I have a common proxy as a base class with server and client proxies inheriting. My @SidedProxy annotation points directly to the client and server proxies. It seems to work well as long as I have a separate server and client, but when I start in single player mode, only the client action takes place (essentially do nothing behavior). This leads me to wonder if the server proxy is being created at all in single player. Sorry if this is an overly noob-ish question. The tutorials and other posts I've found don't seem to answer my question. Or perhaps I'm blind to the answer at this point. Thanks in advance!
  3. Cash Creeper Stalk'n your cash since 1.5.2 Looking for a pure forge replacement for Vault? Is Votifier support a must? Look no further! Keep in mind that this is very much a work in progress. Many features are yet to be implemented. If you need a particular feature in order to make this mod useable on your server please let me know as I might be able to give that feature some priority. As always, comments and suggestions are welcome. Planned Features: Common API that economy mod makers can use to ensure compatibility. Bob and Joe can both write an economy mod and even if they know nothing about each others mod, if they both use Cash Creeper, the mods should work together. Votifier support. Cash Creeper supports Votifier via a custom listener and the Forge Votifier port. Mad kudos to Enjineer for that port! Permissions / Group Accounts Support for SQL backend Currently Implemented Features: Votifier support! Server side only. No need to make your players download anything. User account created automatically on first vote, payment, or deposit. /balance and /balance username commands /withdraw username amount /deposit username amount /pay username amount Config file lets you choose how much to reward a player with upon voting No database needed. Entire economy is saved in a single file. News: The much anticipated (by me anyway) version 0.05 is finally here! Apologies for the delay, but I wanted to be sure to have working examples before I pushed out another release. Work, life and other things (including playing Minecraft instead of modding it) got in the way. But I hope you will agree it was worth the wait. It now comes with real java docs and working examples on how to use it! Download: CashCreeper1.5.2_V0.05.zip In order to build your own mod that uses Cash Creeper you will need a deobfuscated version of the mod. You could use a decompiler or something similar... or you could just download this handy, non-obfuscated version I'm providing below. Simply drop it in forge\mcp\src\minecraft and add the .zip as a library. CashCreeper1.5.2_V0.05_deobf.zip The javadocs can be found here: CashCreeper1.5.2_V0.05_docs.zip Two examples are now available. A very rudimentary beginning of a store mod, and an extremely simple tax mod. They are very VERY basic, but illustrate how to use Cash Creeper should you wish to write your own mod with Cash Creeper as a backend. Even better, the examples are licensed as Creative Commons Attribution 4.0 International License. In short, that means you can use the examples as a basis for your own mods. Just provide credit and a linkback to this thread so that others can have the same opportunity. CashCreeperSampleStore_src1.5.2_V0.01.zip CashCreeperSampleTax_src1.5.2_V0.01.zip Changelog: Old Versions: Installation: License: I have discovered that CashCreeper is not the only Forge mod with Votifier support. Forge Essentials also seems to come with Votifier and an economy backend. If your looking for a pure forge solution for world border, permissions and economy I highly suggest you check out Forge Essentials. I do plan to continue developing CashCreeper for a couple of reasons. [*]I started CashCreeper and would like to finish it [*]CashCreeper is more light weight than Forge Essentials (no after install downloads or core mods) Nevertheless you should check out Forge Essentials. Its remarkably complete for a WIP mod and I use it on my server (except for the voting part. I have to use CashCreeper for that just becase ) Also special thanks to diesieben07, TheGreyGhost and Draco18s for their words of wisdom (especially with proxies!) and to AbrarSyed for his words of encouragement.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.