Trade Plugin v1 - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html) +---- Thread: Trade Plugin v1 (/thread-74.html) |
Trade Plugin v1 - Tybor - 03-06-2011 Release of Trade Plugin v1 Note: MCServer >= r173 is needed! Features:
Commands: Code: usage: /trade [options] To sell an item:
To buy an item:
To transfer an item to a specific user:
The trade data is stored in trade.db file and can be directly edited when server is down (because plugin rewrites file on shutdown)!! The account data is stored in users.ini file but can be changed to anything else by modifying Code: TradePlugin.PLUGIN_USERS_INI = "users.ini" The message prefix of this plugin can be customized by changing following at top of plugin: Code: TradePlugin.PLUGIN_MSG_PREFIX = cChatColor.Blue .. "* " The player needs the permission 'TradeAdmin' to use /trade givecoins [player] (see user.ini & groups.ini of your MCServer installation)! Plugin attached. RE: Trade Plugin v1 - FakeTruth - 03-07-2011 Wow really cool, I like the way you use the currently highlighted item for sales RE: Trade Plugin v1 - Soranne - 05-16-2012 Doesn't work I got "old style pugin error" How do you update the plugin for the latest version? Thanks |