From 155628c66aa588cb0cb500dbd1a2f7cce6cf887d Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Fri, 2 Nov 2018 16:24:33 -0400 Subject: [PATCH] initial commit --- LICENSE.txt | 502 +++++++++++++++++++++++++++++++++++++++++++++++ README.md | 19 ++ api.lua | 70 +++++++ chatcommands.lua | 300 ++++++++++++++++++++++++++++ depends.txt | 0 description.txt | 3 + init.lua | 12 ++ mod.conf | 1 + screenshot.png | Bin 0 -> 42642 bytes store_list.lua | 449 ++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 1356 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md create mode 100644 api.lua create mode 100644 chatcommands.lua create mode 100644 depends.txt create mode 100644 description.txt create mode 100644 init.lua create mode 100644 mod.conf create mode 100644 screenshot.png create mode 100644 store_list.lua diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..dc6c92d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,502 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1970d14 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Minetest MOD X Markeplace [x_marketplace] + +This MOD for Minetest adds a simple global marketplace to the game. This markeplace is designed to work only with chat commands. Type `mp help` in the chat to see all possible commands. + +Currently only items from `default` MTGame MOD are in the store list, since all the other items can be crafted from default blocks, this is sufficient for balanced game. + +Items can be added/removed/edited easily from the `store_list.lua` file. + +Commands: + +- `/mp find `, find item in store +- `/mp balance`, show your current balance in BitGold +- `/mp sellhand`, sell item(s) currently holding in hand +- `/mp buyhand []`, buy `` of item(s) currently holding in hand, when `` is not provided then amount is 1 +- `/mp infohand`, show more information about the item(s) you are currently holding in hand from the store +- `/mp buy []`, buy `` of `` from store, if `` is not provided then amount is 1 +- `/mp sellinv `, sell all items `` from the 'main' inventory list +- `/mp top`, show top 5 richest players currently online +- `/mp help`, print out this help diff --git a/api.lua b/api.lua new file mode 100644 index 0000000..fc08fb1 --- /dev/null +++ b/api.lua @@ -0,0 +1,70 @@ +-- Search items in marketplace object +-- @param string the string +-- @return string with found items, if no items found returns boolean false +function x_marketplace.store_find(string) + local found = "" + for k, v in pairs(x_marketplace.store_list) do + if string.find(k, string) then + found = found..k.." buy: "..string.format("%.2f", v.buy).." sell: "..string.format("%.2f", v.sell).."\n" + end + end + + if found == "" then + found = false + end + + return found +end + +-- Get random items from the store +-- @param number the integer +-- @return string with found items +function x_marketplace.store_get_random(number) + local keys, i, suggest = {}, 1, "" + local how_many = number or 5 + + for k, v in pairs(x_marketplace.store_list) do + keys[i] = k + i = i + 1 + end + + for i = 1, how_many do + suggest = suggest.."\n"..keys[math.random(1, #keys)] + end + + return suggest +end + +-- Get players balance of BitGold +-- @param name the string of player name +-- @return string the current balance +function x_marketplace.get_player_balance(name) + if not name then + return "" + end + + local player = minetest.get_player_by_name(name) + local balance = player:get_attribute("balance") or 0 + return balance +end + +-- Set players balance of BitGold +-- @param name the string of player name +-- @param amount the number of what should be added/deducted (if negative) from players balance +-- @return string the balance info message, returns false if not enough funds +function x_marketplace.set_player_balance(name, amount) + if not name or not amount then + return "" + end + local player = minetest.get_player_by_name(name) + local balance = player:get_attribute("balance") or 0 + local new_balance = balance + amount + + if new_balance < 0 then + return false + end + + player:set_attribute("balance", new_balance) + + return new_balance +end diff --git a/chatcommands.lua b/chatcommands.lua new file mode 100644 index 0000000..d8adaf9 --- /dev/null +++ b/chatcommands.lua @@ -0,0 +1,300 @@ +-- Minetest API method. Adds definition to minetest.registered_chatcommands. +-- @param cmd the string - commnad name +-- @param chatcommand definition the table +minetest.register_chatcommand("mp", { + params = " [ ]", + description = "Marketplace commands, type '/mp help' for more help.", + privs = { interact = true }, + func = function(caller, param) + local params = {} + for substring in param:gmatch("%S+") do + table.insert(params, substring) + end + -- print("caller", dump(caller)) + -- print("params", dump(params)) + + -- + -- find + -- + if params[1] == "find" then + local items = x_marketplace.store_find(params[2]) + + if not items then + return false, "Oops there is no item like this in the store. Check out other items in the store: "..x_marketplace.store_get_random() + end + + return true, items + + -- + -- show balance + -- + elseif params[1] == "balance" then + return true, "Your balance is: "..x_marketplace.get_player_balance(caller).." BitGold" + + -- + -- sell hand + -- + elseif params[1] == "sellhand" then + local player = minetest.get_player_by_name(caller) + local hand = player:get_wielded_item() + local item_name = hand:get_name() + local item_count = hand:get_count() + local store_item = x_marketplace.store_list[item_name] + local itemstack = ItemStack({ name = item_name }) + + -- check what is the max items we can sell + if item_count > (itemstack:get_stack_max()) then + return false, "You can sell this item by max. of "..itemstack:get_stack_max().." item(s) at the time." + end + + -- item exists in the store + if store_item then + player:set_wielded_item(ItemStack("")) + + local sell_price = store_item.sell * item_count + local new_balance = x_marketplace.set_player_balance(caller, sell_price) + + return true, "You sold "..item_count.." item(s) of "..item_name.." for "..sell_price.." BitGold. Your new balance is: "..new_balance.." BitGold" + else + -- item does not exists in the store + return false, "You cannot sell this item. Search in store for items you can sell, example: /mp find stone. See some suggestion from the store: "..x_marketplace.store_get_random() + end + + -- + -- info hand + -- + elseif params[1] == "infohand" then + local player = minetest.get_player_by_name(caller) + local hand = player:get_wielded_item() + local item_name = hand:get_name() + local item_count = hand:get_count() + local store_item = x_marketplace.store_list[item_name] + + -- item exists in the store + if store_item then + local sell_price = store_item.sell * item_count + + return true, item_name.." buy: "..store_item.buy.." sell: "..store_item.sell..". You can sell the item(s) you are holding for: "..sell_price.." BitGold. example: /mp sellhand" + else + -- item does not exists in the store + return false, "This item is not in store. See some suggestion from the store: "..x_marketplace.store_get_random() + end + + -- + -- buy hand + -- + elseif params[1] == "buyhand" then + local player = minetest.get_player_by_name(caller) + local hand = player:get_wielded_item() + local item_name = hand:get_name() + local store_item = x_marketplace.store_list[item_name] + local itemstack = ItemStack({ name = item_name }) + + -- item exists in the store + if store_item then + local amount = params[2] or 1 + local inv = player:get_inventory("main") + local itemstack = ItemStack({ + name = item_name, + count = amount + }) + + -- check if amount is a number + if not tonumber(amount) then + return false, "Amount of items must be a number. example: /mp buyhand "..math.random(1, 99) + end + + -- check what is the max items we can buy + if tonumber(amount) > (itemstack:get_stack_max()) then + return false, "You can buy this item by max. of "..itemstack:get_stack_max().." item(s) at the time." + end + + local buy_price = amount * store_item.buy + local new_balance = x_marketplace.set_player_balance(caller, buy_price * -1) + + -- not enough money + if not new_balance then + return false, "You don't have enought BitGold. Price for "..amount.." item(s) of "..item_name.." is "..buy_price.." BitGold, but your current balance is: "..x_marketplace.get_player_balance(caller).." BitGold" + end + + -- drop items what doesn't fit in the inventory + local leftover_item = inv:add_item("main", itemstack) + if leftover_item:get_count() > 0 then + local p = table.copy(player:get_pos()) + p.y = p.y + 1.2 + local obj = minetest.add_item(p, itemstack) + + if obj then + local dir = player:get_look_dir() + dir.x = dir.x * 2.9 + dir.y = dir.y * 2.9 + 2 + dir.z = dir.z * 2.9 + obj:set_velocity(dir) + obj:get_luaentity().dropped_by = caller + end + end + + return true, "You bought "..amount.." item(s) of "..item_name.." for "..buy_price.." BitGold. Your new balance is: "..new_balance.." BitGold" + else + -- item does not exists in the store + return false, "This item is not in store. See some suggestion from the store: "..x_marketplace.store_get_random() + end + + -- + -- sell inventory + -- + elseif params[1] == "sellinv" then + -- item name is missing from param[2] + if not params[2] then + return false, "You need to write the item name you want to sell. example: /mp sellinv default:stone. See some suggestion from the store: "..x_marketplace.store_get_random() + end + + local player = minetest.get_player_by_name(caller) + local inv = player:get_inventory("main") + local store_item = x_marketplace.store_list[params[2]] + local amount = 0 + + -- item exists in the store + if store_item then + local itemstack = ItemStack({ name = params[2] }) + + for k, v in ipairs(inv:get_list("main")) do + if v:get_name() == params[2] and + v:get_count() <= itemstack:get_stack_max() then + local removed = inv:remove_item("main", v) + amount = amount + removed:get_count() + end + end + + local sell_price = amount * store_item.sell + local new_balance = x_marketplace.set_player_balance(caller, sell_price) + + return true, "You sold "..amount.." item(s) of "..params[2].." for "..sell_price.." BitGold. Your new balance is: "..new_balance.." BitGold" + else + -- item does not exists in the store + return false, "You cannot sell this item. Search in store for items you can sell, example: /mp find stone. See some suggestion from the store: "..x_marketplace.store_get_random() + end + + -- + -- buy + -- + elseif params[1] == "buy" then + local item = params[2] + + -- item name is missing from param[2] + if not item then + return false, "You need to write the item name you want to buy. example: /mp buy default:stone 10, or check out other items in the store: "..x_marketplace.store_get_random() + end + + -- item not in store + if not x_marketplace.store_list[params[2]] then + local suggestions = x_marketplace.store_find(params[2]) + local suggest = "" + + -- try suggest item from store, else show random items + if suggestions then + suggest = "This item is not in store, check out other items from the store: \n"..suggestions + return false, suggest + + else + -- still not found in the store - pick random + return false, "This item is not in store, check out other items from the store: "..x_marketplace.store_get_random() + end + end + + -- add items to main inventory + local player = minetest.get_player_by_name(caller) + local store_item = x_marketplace.store_list[params[2]] + local amount = params[3] or 1 + local inv = player:get_inventory("main") + local itemstack = ItemStack({ + name = params[2], + count = amount + }) + + -- check if amount is a number + if not tonumber(amount) then + return false, "Amount of items must be a number. example: /mp buy default:stone 99" + end + + -- check what is the max items we can buy + if tonumber(amount) > (itemstack:get_stack_max()) then + return false, "You can buy this item by max. of "..itemstack:get_stack_max().." item(s) at the time." + end + + local buy_price = amount * store_item.buy + local new_balance = x_marketplace.set_player_balance(caller, buy_price * -1) + + -- not enough money + if not new_balance then + return false, "You don't have enought BitGold. Price for "..amount.." item(s) of "..params[2].." is "..buy_price.." BitGold, but your current balance is: "..x_marketplace.get_player_balance(caller).." BitGold" + end + + -- drop items what doesn't fit in the inventory + local leftover_item = inv:add_item("main", itemstack) + if leftover_item:get_count() > 0 then + local p = table.copy(player:get_pos()) + p.y = p.y + 1.2 + local obj = minetest.add_item(p, itemstack) + + if obj then + local dir = player:get_look_dir() + dir.x = dir.x * 2.9 + dir.y = dir.y * 2.9 + 2 + dir.z = dir.z * 2.9 + obj:set_velocity(dir) + obj:get_luaentity().dropped_by = caller + end + end + + return true, "You bought "..amount.." item(s) of "..params[2].." for "..buy_price.." BitGold. Your new balance is: "..new_balance.." BitGold" + + -- + -- top 5 richest + -- + elseif params[1] == "top" then + local players = minetest.get_connected_players() + local temp_tbl = {} + + for k, v in ipairs(players) do + local pname = v:get_player_name() + local balance = x_marketplace.get_player_balance(pname) + table.insert(temp_tbl, { name = pname, balance = tonumber(balance) }) + end + + table.sort(temp_tbl, function(a, b) return a.balance > b.balance end) + + local msg = "" + local length = 5 + + if length > #temp_tbl then + length = #temp_tbl + end + + for i = 1, length do + msg = msg..i..". "..temp_tbl[i].name.."\n" + end + + -- print(dump(temp_tbl)) + return true, msg + + -- + -- help + -- + elseif params[1] == "help" then + local msg = + minetest.colorize("#00FFFF", "/mp find").." , find item in store\n".. + minetest.colorize("#00FFFF", "/mp balance")..", show your current balance in BitGold\n".. + minetest.colorize("#00FFFF", "/mp sellhand")..", sell item(s) currently holding in hand\n".. + minetest.colorize("#00FFFF", "/mp buyhand").." [], buy of item(s) currently holding in hand, when is not provided then amount is 1\n".. + minetest.colorize("#00FFFF", "/mp infohand")..", show more information about the item(s) you are currently holding in hand from the store\n".. + minetest.colorize("#00FFFF", "/mp buy").." [], buy of from store, if is not provided then amount is 1\n".. + minetest.colorize("#00FFFF", "/mp sellinv").." , sell all items from the 'main' inventory list\n".. + minetest.colorize("#00FFFF", "/mp top")..", show top 5 richest players currently online\n".. + minetest.colorize("#00FFFF", "/mp help")..", print out this help\n" + + -- print(msg) + return true, msg + end + end +}) diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..e69de29 diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..bf3653e --- /dev/null +++ b/description.txt @@ -0,0 +1,3 @@ +This MOD for Minetest adds a simple global marketplace to the game. This markeplace is designed to work only with chat commands. Type mp help in the chat to see all possible commands. + +Currently only items from default MTGame MOD are in the store list, since all the other items can be crafted from default blocks, this is sufficient for balanced game. \ No newline at end of file diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..98b77db --- /dev/null +++ b/init.lua @@ -0,0 +1,12 @@ +-- Definitions made by this mod that other mods can use too +-- @module x_marketplace +-- @author SaKeL +x_marketplace = {} + +local path = minetest.get_modpath("x_marketplace") + +dofile(path.."/store_list.lua") +dofile(path.."/api.lua") +dofile(path.."/chatcommands.lua") + +print ("[Mod] x_marketplace loaded") diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..21d25dc --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = x_marketplace \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6976652f963d737a66e0fe49db002d07069db8 GIT binary patch literal 42642 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 Q5&?8+sq3m$sMtjOA0bgl4gdfE literal 0 HcmV?d00001 diff --git a/store_list.lua b/store_list.lua new file mode 100644 index 0000000..fe316f8 --- /dev/null +++ b/store_list.lua @@ -0,0 +1,449 @@ +x_marketplace.store_list = { + -- default + ["default:acacia_bush_leaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:acacia_bush_sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:acacia_bush_stem"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:acacia_leaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:acacia_sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:acacia_tree"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:acacia_wood"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:apple"] = { + buy = 40.00, + sell = 10.00 + }, + ["default:aspen_leaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:aspen_sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:aspen_tree"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:aspen_wood"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:bookshelf"] = { + buy = 240.00, + sell = 60.00 + }, + ["default:brick"] = { + buy = 104.00, + sell = 26.00 + }, + -- ["default:bronzeblock"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:bush_leaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:bush_sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:bush_stem"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:cactus"] = { + buy = 20.00, + sell = 5.00 + }, + ["default:chest"] = { + buy = 16.00, + sell = 4.00 + }, + -- ["default:chest_locked"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:clay"] = { + buy = 10.00, + sell = 2.50 + }, + -- ["default:coalblock"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:cobble"] = { + buy = 1.00, + sell = 0.25 + }, + -- ["default:copperblock"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:coral_brown"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:coral_orange"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:coral_skeleton"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:desert_cobble"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:desert_sand"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:desert_sandstone"] = { + buy = 4.00, + sell = 1.00 + }, + -- ["default:desert_sandstone_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:desert_sandstone_brick"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:desert_stone"] = { + buy = 2.00, + sell = 0.50 + }, + -- ["default:desert_stone_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:desert_stonebrick"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:diamondblock"] = { + buy = 16200.00, + sell = 4050.00 + }, + ["default:dirt"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dirt_with_coniferous_litter"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dirt_with_dry_grass"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dirt_with_grass"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dirt_with_rainforest_litter"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dirt_with_snow"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:dry_grass_5"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:dry_shrub"] = { + buy = 4.00, + sell = 1.00 + }, + ["default:fence_acacia_wood"] = { + buy = 3.00, + sell = 0.75 + }, + ["default:fence_aspen_wood"] = { + buy = 3.00, + sell = 0.75 + }, + ["default:fence_junglewood"] = { + buy = 3.00, + sell = 0.75 + }, + ["default:fence_pine_wood"] = { + buy = 3.00, + sell = 0.75 + }, + ["default:fence_wood"] = { + buy = 3.00, + sell = 0.75 + }, + ["default:fern_3"] = { + buy = 4.00, + sell = 1.00 + }, + ["default:furnace"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:glass"] = { + buy = 17.00, + sell = 4.25 + }, + ["default:goldblock"] = { + buy = 8100.00, + sell = 2025.00 + }, + ["default:grass_5"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:gravel"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:ice"] = { + buy = 20.00, + sell = 5.00 + }, + ["default:junglegrass"] = { + buy = 4.00, + sell = 1.00 + }, + ["default:jungleleaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:junglesapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:jungletree"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:junglewood"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:ladder_steel"] = { + buy = 2.33, + sell = 0.58 + }, + ["default:ladder_wood"] = { + buy = 2.33, + sell = 0.58 + }, + ["default:leaves"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:marram_grass_3"] = { + buy = 4.00, + sell = 1.00 + }, + ["default:mese"] = { + buy = 16200.00, + sell = 4050.00 + }, + ["default:mese_post_light"] = { + buy = 128.00, + sell = 32.00 + }, + ["default:meselamp"] = { + buy = 128.00, + sell = 32.00 + }, + ["default:mossycobble"] = { + buy = 4.00, + sell = 1.00 + }, + ["default:obsidian"] = { + buy = 200.00, + sell = 50.00 + }, + -- ["default:obsidian_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:obsidian_glass"] = { + buy = 17.00, + sell = 4.25 + }, + -- ["default:obsidianbrick"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:papyrus"] = { + buy = 12.00, + sell = 3.00 + }, + ["default:permafrost"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:permafrost_with_moss"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:permafrost_with_stones"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:pine_needles"] = { + buy = 0.40, + sell = 0.10 + }, + ["default:pine_sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:pine_tree"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:pine_wood"] = { + buy = 2.00, + sell = 0.50 + }, + ["default:sand"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:sand_with_kelp"] = { + buy = 4.00, + sell = 0.10 + }, + ["default:sandstone"] = { + buy = 4.00, + sell = 1.00 + }, + -- ["default:sandstone_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:sandstonebrick"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:sapling"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:sign_wall_steel"] = { + buy = 4.33, + sell = 1.08 + }, + ["default:sign_wall_wood"] = { + buy = 4.33, + sell = 1.08 + }, + ["default:silver_sand"] = { + buy = 1.00, + sell = 0.25 + }, + ["default:silver_sandstone"] = { + buy = 4.00, + sell = 1.00 + }, + -- ["default:silver_sandstone_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:silver_sandstone_brick"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:snowblock"] = { + buy = 0.80, + sell = 0.20 + }, + ["default:steelblock"] = { + buy = 2430.00, + sell = 607.50 + }, + ["default:stone"] = { + buy = 2.00, + sell = 0.50 + }, + -- ["default:stone_block"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_coal"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_copper"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_diamond"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_gold"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_iron"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_mese"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + -- ["default:stone_with_tin"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:stonebrick"] = { + buy = 2.00, + sell = 0.50 + }, + -- ["default:tinblock"] = { + -- buy = 0.00, + -- sell = 0.00 + -- }, + ["default:torch"] = { + buy = 4.25, + sell = 1.06 + }, + ["default:tree"] = { + buy = 8.00, + sell = 2.00 + }, + ["default:wood"] = { + buy = 8.00, + sell = 2.00 + }, +} + +-- minetest.after(0, function() +-- for k, v in pairs(minetest.registered_nodes) do +-- print(k) +-- end +-- end)