From 2f105a9c175b44e95f0525abac5e57192e20e02d Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Mon, 17 Mar 2014 13:23:56 -0400 Subject: [PATCH 01/21] Add all files and bump version to 0.1 --- LICENSE.txt | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 16 +++++++- init.lua | 25 +++++++++++ 3 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 LICENSE.txt create mode 100644 init.lua diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..670154e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,116 @@ +CC0 1.0 Universal + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. + +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see + diff --git a/README.md b/README.md index e1918e2..bd9a955 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -death_messages +______ _ _ ___ ___ +| _ \ | | | | | \/ | +| | | |___ __ _| |_| |__ | . . | ___ ___ ___ __ _ __ _ ___ ___ +| | | / _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| +| |/ / __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ +|___/ \___|\__,_|\__|_| |_| \_| |_/\___||___/___/\__,_|\__, |\___||___/ + __/ | + |___/ ============== -A Minetest mod which sends a chat message when a player dies +A Minetest mod which sends a chat message when a player dies. + +License of source code: +CC0 1.0 Universal +See LICENSE.txt for full legal text + diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..842168d --- /dev/null +++ b/init.lua @@ -0,0 +1,25 @@ +----------------------------------------------------------------------------------------------- +local title = "Death Messages" +local version = "0.1" +local mname = "death_messages" +----------------------------------------------------------------------------------------------- + +minetest.register_on_dieplayer(function(player) + -- Death by lava + if minetest.get_node(player:getpos(name)).name == "default:lava_source" or minetest.get_node(player:getpos(name)).name == "default:lava_flowing" then + minetest.chat_send_all(player:get_player_name().." melted into a ball of fire.") + -- Death by drowning + elseif minetest.get_node(player:getpos(name)).name == "default:water_source" or minetest.get_node(player:getpos(name)).name == "default:water_flowing" then + minetest.chat_send_all(player:get_player_name().." ran out of air.") + --Death by fire + elseif minetest.get_node(player:getpos(name)).name == "fire:basic_flame" then + minetest.chat_send_all(player:get_player_name().." burned up.") + --Death by something else + else + minetest.chat_send_all(player:get_player_name().." died.") + end +end) + +----------------------------------------------------------------------------------------------- +print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") +----------------------------------------------------------------------------------------------- From 2e5e974005f6f7c5bc142dc1fa179e3c52a13778 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 13:25:34 -0400 Subject: [PATCH 02/21] Fix README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index bd9a955..202eed7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,4 @@ -______ _ _ ___ ___ -| _ \ | | | | | \/ | -| | | |___ __ _| |_| |__ | . . | ___ ___ ___ __ _ __ _ ___ ___ -| | | / _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| -| |/ / __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ -|___/ \___|\__,_|\__|_| |_| \_| |_/\___||___/___/\__,_|\__, |\___||___/ - __/ | - |___/ +Death Messages ============== A Minetest mod which sends a chat message when a player dies. From 1d7886a3d73e0876ae59e83a69b9e148a673d0e7 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Mon, 17 Mar 2014 13:51:40 -0400 Subject: [PATCH 03/21] Add depends.txt --- depends.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 depends.txt diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..e69de29 From eb60e2fdcf7b067faaee4ae93f0e16a18e22a6b5 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Mon, 17 Mar 2014 15:10:44 -0400 Subject: [PATCH 04/21] Clean up code a bit and use variables --- init.lua | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/init.lua b/init.lua index 842168d..30da938 100644 --- a/init.lua +++ b/init.lua @@ -5,19 +5,25 @@ local mname = "death_messages" ----------------------------------------------------------------------------------------------- minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end -- Death by lava - if minetest.get_node(player:getpos(name)).name == "default:lava_source" or minetest.get_node(player:getpos(name)).name == "default:lava_flowing" then - minetest.chat_send_all(player:get_player_name().." melted into a ball of fire.") + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. " melted into a ball of fire.") -- Death by drowning - elseif minetest.get_node(player:getpos(name)).name == "default:water_source" or minetest.get_node(player:getpos(name)).name == "default:water_flowing" then - minetest.chat_send_all(player:get_player_name().." ran out of air.") + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. " ran out of air.") --Death by fire - elseif minetest.get_node(player:getpos(name)).name == "fire:basic_flame" then - minetest.chat_send_all(player:get_player_name().." burned up.") + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. " burned up.") --Death by something else else - minetest.chat_send_all(player:get_player_name().." died.") + minetest.chat_send_all(player_name .. " died.") end + end) ----------------------------------------------------------------------------------------------- From 142e5f8693bbde513f522de304690e4f27f11cab Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Mon, 17 Mar 2014 15:15:12 -0400 Subject: [PATCH 05/21] Fix formatting in README (OCD much?) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202eed7..67df883 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ A Minetest mod which sends a chat message when a player dies. License of source code: CC0 1.0 Universal + See LICENSE.txt for full legal text From 0aaec99963dadaec35a2df84d6e6ff6d4c6cbb3c Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Tue, 18 Mar 2014 20:59:44 -0400 Subject: [PATCH 06/21] Add random table of quips, and bump version to 0.1.1 --- README.md | 2 ++ init.lua | 44 +++++++++++++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67df883..a9f7f89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Death Messages A Minetest mod which sends a chat message when a player dies. +Version: 0.1.1 beta + License of source code: CC0 1.0 Universal diff --git a/init.lua b/init.lua index 30da938..fb3469e 100644 --- a/init.lua +++ b/init.lua @@ -1,9 +1,43 @@ ----------------------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1" +local version = "0.1.1" local mname = "death_messages" ----------------------------------------------------------------------------------------------- + +-- A table of quips for death messages + +local messages = {} + +-- Lava death messages +messages.lava = { + " thought lava was cool.", + " melted into a ball of fire.", + " couldn't resist that warm glow of lava." +} + +-- Drowning death messages +messages.water = { + " ran out of air.", + " failed at swimming lessons.", + " tried to impersonate an anchor." +} + +-- Burning death messages +messages.fire = { + " burned to a crisp.", + " got a little too warm.", + " got too close to the camp fire." +} + +-- Other death messages +messages.other = { + " did something fatal.", + " died.", + " gave up on life." +} + + minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() if minetest.is_singleplayer() then @@ -12,16 +46,16 @@ minetest.register_on_dieplayer(function(player) -- Death by lava local nodename = minetest.get_node(player:getpos()).name if nodename == "default:lava_source" or nodename == "default:lava_flowing" then - minetest.chat_send_all(player_name .. " melted into a ball of fire.") + minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning elseif nodename == "default:water_source" or nodename == "default:water_flowing" then - minetest.chat_send_all(player_name .. " ran out of air.") + minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) --Death by fire elseif nodename == "fire:basic_flame" then - minetest.chat_send_all(player_name .. " burned up.") + minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) --Death by something else else - minetest.chat_send_all(player_name .. " died.") + minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) end end) From cae9820f81ec50cf10557cde98394547d9013075 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Wed, 19 Mar 2014 10:48:40 -0400 Subject: [PATCH 07/21] Make random messages optional, and add more quips. --- init.lua | 83 ++++++++++++++++++++++++++++++++++++---------------- settings.txt | 1 + 2 files changed, 59 insertions(+), 25 deletions(-) create mode 100644 settings.txt diff --git a/init.lua b/init.lua index fb3469e..e5d7f5d 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,8 @@ local title = "Death Messages" local version = "0.1.1" local mname = "death_messages" ----------------------------------------------------------------------------------------------- - +dofile(minetest.get_modpath("death_messages").."/settings.txt") +----------------------------------------------------------------------------------------------- -- A table of quips for death messages @@ -13,52 +14,84 @@ local messages = {} messages.lava = { " thought lava was cool.", " melted into a ball of fire.", - " couldn't resist that warm glow of lava." + " couldn't resist that warm glow of lava.", + " dug straight down.", + " didn't know lava was hot." } -- Drowning death messages messages.water = { " ran out of air.", " failed at swimming lessons.", - " tried to impersonate an anchor." + " tried to impersonate an anchor.", + " forgot he wasn't a fish.", + " blew one too many bubbles." } -- Burning death messages messages.fire = { " burned to a crisp.", " got a little too warm.", - " got too close to the camp fire." + " got too close to the camp fire.", + " just got roasted , hotdog style.", + " was set aflame. More light that way." } -- Other death messages messages.other = { " did something fatal.", " died.", - " gave up on life." + " gave up on life.", + " is somewhat dead now.", + " passed out -permanently." } +if RANDOM_MESSAGES == true then + minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) + -- Death by drowning + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) + -- Death by fire + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) + -- Death by something else + else + minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) + end + + end) -minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then - minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) - -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then - minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) - --Death by fire - elseif nodename == "fire:basic_flame" then - minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) - --Death by something else - else - minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) - end +else + minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. " melted into a ball of fire") + -- Death by drowning + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. " ran out of air.") + -- Death by fire + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. " burned to a crisp.") + -- Death by something else + else + minetest.chat_send_all(player_name .. " died.") + end -end) + end) +end ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") diff --git a/settings.txt b/settings.txt new file mode 100644 index 0000000..1d77b31 --- /dev/null +++ b/settings.txt @@ -0,0 +1 @@ +RANDOM_MESSAGES = true \ No newline at end of file From e0bb7312452265b2d59386821b61d3a7b545a8f9 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Wed, 19 Mar 2014 10:50:44 -0400 Subject: [PATCH 08/21] Bump version to 0.1.2 --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9f7f89..3f1a34f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Death Messages A Minetest mod which sends a chat message when a player dies. -Version: 0.1.1 beta +Version: 0.1.2 beta License of source code: CC0 1.0 Universal diff --git a/init.lua b/init.lua index e5d7f5d..868eeef 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1.1" +local version = "0.1.2" local mname = "death_messages" ----------------------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") From 80247f106986e2767d9b6bf61909bb8bcf3a0224 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Wed, 19 Mar 2014 12:16:52 -0400 Subject: [PATCH 09/21] Change license to GPL v3 --- LICENSE.txt | 828 ++++++++++++++++++++++++++++++++++++++++++++-------- README.md | 2 +- 2 files changed, 713 insertions(+), 117 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 670154e..c617638 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,116 +1,712 @@ -CC0 1.0 Universal - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; - - ii. moral rights retained by the original author(s) and/or performer(s); - - iii. publicity and privacy rights pertaining to a person's image or likeness - depicted in a Work; - - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - - v. rights protecting the extraction, dissemination, use and reuse of data in - a Work; - - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation thereof, - including any amended or successor version of such directive); and - - vii. other similar, equivalent or corresponding rights throughout the world - based on applicable law or treaty, and any national implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - - b. Affirmer offers the Work as-is and makes no representations or warranties - of any kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or not - discoverable, all to the greatest extent permissible under applicable law. - - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without limitation - any person's Copyright and Related Rights in the Work. Further, Affirmer - disclaims responsibility for obtaining any necessary consents, permissions - or other rights required for any use of the Work. - - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to this - CC0 or use of the Work. - -For more information, please see - + + + Home / Licenses + +GPL v3 + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, 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 +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "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 PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +Copy license text to clipboard +How to apply this license + +Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. + +Note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. +Source +Required + + Disclose Source + License and copyright notice + State Changes + +Permitted + + Commercial Use + Distribution + Modification + Patent Grant + Private Use + +Forbidden + + Hold Liable + Sublicensing + +About Terms of Service + +If you have questions or issues, it is always best to consult a legal professional. +This site is licensed under the Creative Commons Attribution 3.0 Unported License. +Demystified with <3 by GitHub, Inc. diff --git a/README.md b/README.md index 3f1a34f..f02f044 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Minetest mod which sends a chat message when a player dies. Version: 0.1.2 beta License of source code: -CC0 1.0 Universal +GPL v3 See LICENSE.txt for full legal text From 3af6d00070b99ab5fb930dee96a395c9059b83bd Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Thu, 20 Mar 2014 12:32:08 +0100 Subject: [PATCH 10/21] add support for groups lava and water --- init.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.lua b/init.lua index 868eeef..dcae4a4 100644 --- a/init.lua +++ b/init.lua @@ -49,18 +49,18 @@ messages.other = { if RANDOM_MESSAGES == true then minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] if minetest.is_singleplayer() then player_name = "You" end -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + elseif node.groups.water ~= nil then minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) -- Death by fire - elseif nodename == "fire:basic_flame" then + elseif node.name == "fire:basic_flame" then minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) -- Death by something else else @@ -72,18 +72,18 @@ if RANDOM_MESSAGES == true then else minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] if minetest.is_singleplayer() then player_name = "You" end -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. " melted into a ball of fire") -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + elseif node.groups.water ~= nil then minetest.chat_send_all(player_name .. " ran out of air.") -- Death by fire - elseif nodename == "fire:basic_flame" then + elseif node.name == "fire:basic_flame" then minetest.chat_send_all(player_name .. " burned to a crisp.") -- Death by something else else From 0f6139c9f1b5f7b754355153551da14c8b5c2668 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Thu, 20 Mar 2014 10:25:56 -0400 Subject: [PATCH 11/21] Change drowning detection to player:get_breath() --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index dcae4a4..cc19322 100644 --- a/init.lua +++ b/init.lua @@ -57,7 +57,7 @@ if RANDOM_MESSAGES == true then if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning - elseif node.groups.water ~= nil then + elseif player:get_breath() == 0 then minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) -- Death by fire elseif node.name == "fire:basic_flame" then @@ -80,7 +80,7 @@ else if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. " melted into a ball of fire") -- Death by drowning - elseif node.groups.water ~= nil then + elseif player:get_breath() == 0 then minetest.chat_send_all(player_name .. " ran out of air.") -- Death by fire elseif node.name == "fire:basic_flame" then From d33ad44ab55025aca6243410f0a9e3f11e864f7a Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Thu, 14 Jan 2016 19:34:10 -0500 Subject: [PATCH 12/21] Cleanup as well as adding screenshot and description --- LICENSE.txt | 38 ------------------ README.md | 12 ------ README.txt | 17 ++++++++ description.txt | 1 + init.lua | 105 +++++++++++++++++++++++++----------------------- mod.conf | 1 + screenshot.png | Bin 0 -> 70111 bytes 7 files changed, 73 insertions(+), 101 deletions(-) delete mode 100644 README.md create mode 100644 README.txt create mode 100644 description.txt create mode 100644 mod.conf create mode 100644 screenshot.png diff --git a/LICENSE.txt b/LICENSE.txt index c617638..9cecc1d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,9 +1,3 @@ - - - Home / Licenses - -GPL v3 - GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -678,35 +672,3 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . - -Copy license text to clipboard -How to apply this license - -Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. - -Note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. -Source -Required - - Disclose Source - License and copyright notice - State Changes - -Permitted - - Commercial Use - Distribution - Modification - Patent Grant - Private Use - -Forbidden - - Hold Liable - Sublicensing - -About Terms of Service - -If you have questions or issues, it is always best to consult a legal professional. -This site is licensed under the Creative Commons Attribution 3.0 Unported License. -Demystified with <3 by GitHub, Inc. diff --git a/README.md b/README.md deleted file mode 100644 index f02f044..0000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Death Messages -============== - -A Minetest mod which sends a chat message when a player dies. - -Version: 0.1.2 beta - -License of source code: -GPL v3 - -See LICENSE.txt for full legal text - diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..ec577ed --- /dev/null +++ b/README.txt @@ -0,0 +1,17 @@ + ____ _ _ __ __ + | _ \ ___ __ _| |_| |__ | \/ | ___ ___ ___ __ _ __ _ ___ ___ + | | | |/ _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| + | |_| | __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ + |____/ \___|\__,_|\__|_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/ + |___/ + +A Minetest mod which sends a chat message when a player dies. + +Version: 0.1.3 +License: GPL v3 (see LICENSE.txt) + +Dependencies: +none + +Please report bugs at the github issue tracker: +https://github.com/4Evergreen4/death_messages/issues/ diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..6a8d75a --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +A Minetest mod which sends a chat message when a player dies. diff --git a/init.lua b/init.lua index cc19322..3601c1e 100644 --- a/init.lua +++ b/init.lua @@ -1,17 +1,36 @@ +--[[ +death_messages - A Minetest mod which sends a chat message when a player dies. +Copyright (C) 2016 EvergreenTree + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +--]] + ----------------------------------------------------------------------------------------------- -local title = "Death Messages" +local title = "Death Messages" local version = "0.1.2" -local mname = "death_messages" +local mname = "death_messages" ----------------------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") ----------------------------------------------------------------------------------------------- --- A table of quips for death messages - +-- A table of quips for death messages. The first item in each sub table is the +-- default message used when RANDOM_MESSAGES is disabled. local messages = {} -- Lava death messages messages.lava = { + " melted into a ball of fire.", " thought lava was cool.", " melted into a ball of fire.", " couldn't resist that warm glow of lava.", @@ -21,6 +40,7 @@ messages.lava = { -- Drowning death messages messages.water = { + " drowned.", " ran out of air.", " failed at swimming lessons.", " tried to impersonate an anchor.", @@ -33,65 +53,48 @@ messages.fire = { " burned to a crisp.", " got a little too warm.", " got too close to the camp fire.", - " just got roasted , hotdog style.", - " was set aflame. More light that way." + " just got roasted, hotdog style.", + " gout burned up. More light that way." } -- Other death messages messages.other = { - " did something fatal.", " died.", + " did something fatal.", " gave up on life.", " is somewhat dead now.", " passed out -permanently." } -if RANDOM_MESSAGES == true then - minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - if node.groups.lava ~= nil then - minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) - -- Death by drowning - elseif player:get_breath() == 0 then - minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) - -- Death by fire - elseif node.name == "fire:basic_flame" then - minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) - -- Death by something else - else - minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) - end - - end) +function get_message(mtype) + if RANDOM_MESSAGES then + return messages[mtype][math.random(1, #messages[mtype])] + else + return messages[1] -- 1 is the index for the non-random message + end +end -else - minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - if node.groups.lava ~= nil then - minetest.chat_send_all(player_name .. " melted into a ball of fire") - -- Death by drowning - elseif player:get_breath() == 0 then - minetest.chat_send_all(player_name .. " ran out of air.") - -- Death by fire - elseif node.name == "fire:basic_flame" then - minetest.chat_send_all(player_name .. " burned to a crisp.") - -- Death by something else - else - minetest.chat_send_all(player_name .. " died.") - end +minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + if node.groups.lava ~= nil then + minetest.chat_send_all(player_name .. get_message("lava")) + -- Death by drowning + elseif player:get_breath() == 0 then + minetest.chat_send_all(player_name .. get_message("water")) + -- Death by fire + elseif node.name == "fire:basic_flame" then + minetest.chat_send_all(player_name .. get_message("fire")) + -- Death by something else + else + minetest.chat_send_all(player_name .. get_message("other")) + end - end) -end +end) ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..e775487 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = death_messages diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..31a7c627c57d5d3520b0bb197f46bca137306cd0 GIT binary patch literal 70111 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%0DX=pfdH)Iv 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ξb+q`@`&PmGT+b#BgDq0M5-N;i^x-p z=;QXFQTL$X`gMXN;6`BP;qgMP}m&o?U80fwGLy*{H58MTuL>ByX_MI)FLKNg6j=pcPx@AxFb zF)~|jW4$!IV9K0x*@E6+%4+Bwn4lVDE;{lB7ftFU&*ChzRY+PFp&{n z9BbMylOKOM0Jo3V8{$8R8qqds=~{yvWI!AqKa34^ylDlZ(F7Crt0l2Ze(?{6C_U2Vp?isf9(%hApKE zBYSsJ*gvDOg0pYsPal+pj}2GvIU9O~I@4>G8q`>mTCX$<#-}{ryM$12oG@Y@NRyV=raX3IIiqS>2 zhwQlaJIr|GkcA+-SpT7;DKfSW4Ag+ga!^-S@$W|?P0sYM0_)=ksrHl>QGNOvdk_%y?45GYh? z^sFfa!38rFVP$5(b%(|Mty@)=GbSVus8g9-g=nwrI=WG4>QeN}z&ArKIj%}8s!hjD z_UBo!6((e8Y#>7oZjjRG&#>S6EycICz&O!tX4y5~+LBqxd!|A3BZ7L=aOr`=@flGArUAL74&i?JHD2l3#>f2%rCZ;mvuvjev19NJvg|>)5EKR?S?pCk^!$nFFX?s(k zFN4V6=isu*%sq4bh-a{(K%;fx{0OTb#_h5m0$=eC8gfACVt9r)Po=e;Z|%7@S|nW{ z$Pb^kbO>FpmUH$3Lo|h%b%&C`>!$hLQ3;bDO2E*6wf}NUD;_LG}z());??TCs8O) zattH^=b$e-hf3ESTK>tZj9m{^<+pSEu0oUx^NNNPM!pwD#bMmgh*N&+YP;RXvix(N ziJP1ZA`Fp?=NoB%QeDxxv_C+_APbpIhW!kL6^CHSIqhJ0NnPg@jP_==&?XPbF2n;x zNF>Pay8DKfw^T^=7zYCj*ICw~{iUvB;QB30la`MdDSzfXi448V6;7pfjmW; z+lpMaQArHM3W;kZZz+g<=jYR(v3fU^8)?rVlqFxJKl+w(!=%ZkQm2wHLmRwA3A&gUY+d!k56iDzl@M=TJ?h1!`+glXt00Dty?Da_-qFI;N!JIP|QTqnt!MosZk}@ z($kQ`G6^WVc3XbOm>1`TCVu`}S~uB0>`I8rh}C7p)epUIWR1g!yF^|tq~iEVp$lW* zU>%3b{zUJ1Njn&>ZYHONihcKiDi6AFJSnS(r00SSdst8c zL%w#csAO;U^jS#=LUxumD=t>fAG)3!Zqlv*-%}V%T6#gxnPcPje*Fp#3?BqWgvEWD zylcCv?aAf*HJNRt3PYft(Ot}H3I>fmiJ5WoT&0?;UC7?#UZSO`IgK{EI>0d z?k7**`+F)fv@$!y?>$S^48|AA%$4+yXV{?>6S!4VLUo}NcX_&wcZN*8clQ#mVahfG zV91J}jciAjCIwahS>9ELr%{Z=#r7$KNJ6B6D;mYNK=L=@+BrL`A?}8^>^pz-T<{NU zE2f_*!{)9UM!X(4tB1Q{S7qV`Ww5xVOv$P|{0}f)2}rD%6x|eYOXMphzI{w%hLBKj z029aGwBGhZs48`~jZ*&)aXY^}eGUG}LVW8r!VV4MOi5GXlj<_g@aeOwPj0op^Ifsy zX+H6BI3WT6KYXcr)b64@%Ur@6$-;c+4=#=!V`#s{4#(uK(AxB(rlaJH*Oe;4(wDr6 zfrhzx0Q@<>)DUOnvRbLw+PZ{LhywY?>y*ZKr<(|@O>ofVLfMbKc$N*DjkUI%+Rv)zwIPFj5iKlIjg_^e;j2>f8Yd zZmF7)Iy3meTFxv9Wp3^SM<}4J`O~Ex!w!7qE)Tfu)E%%LqEo#+^s6Zb{`}S7W1z#X z=mfH^nqEzvL{swH4=Vt=XSH}CW`gQnl7C=zsh{S z%HDSG5eD(LW(xoi33!(vK~#+RlZsjqyG`AtmtVZhFF zwH~BRDj$$8M!RD#4@w4I(yf%}Yk%#ysjg#6*RETUSuQec}I1$Ww2nuhQqp40yBr*Qm+jGTBza)I||!SRb#a$AE#H~R177& zKxRU;v;mQ#I-#K*g$NpTfDkD(IgF5i5DAIy$k*}`6{sn%X>5jSmm^xB8Cq<3G662o z_8Z`f6l$k;)7q7xL;Fsqkc2S}hWH51OV-QEc5OKck|lf^-4F#2jImx-?Q{y&bThba z|7?)1mZ8_?c4tTdT;Vj}3cJsSX*;#TQPRT6Bk)xL;-WhMot8rFF-$LoZiYQJW+vFR zjGxbAsB=H=wady6e5Tp6OmKuGzSqF~7%xVGqi-_`ArM7saQc__tDLgr0t8~_T6Bt< zNsqo14^(indVfbI{}6|XXoP*o_%LVh_VKMfKB9UgSy#U5Pr2;GOW$?}5fYIKnL!AF z0=cml{twLfJC14S%`)T{7mE^kcJVW8xxedhtqPzLv-u*B?({rdK-Dtrt3Y;#*xL=) z`}tS@`G~NF+S;0?iXU8kqg@1mKsqipASE?im{mFkSP*uyHB89$HOyuOyw9rSUVzQVt%k#`9x8j zkrCG9d*^xY=_=|*0UmQ;JxJ+nXk9uwpY^rJ**8yn|11X_-3gyOku#04ZU&f>=%ix1 z&rCvL00Sd|p^cYG_c2B!DUu|!5EKxWi{dFc}WciQVg<{hXA(8hMha=HJl4)L2~+wU_}HqDB?JK2i8FeO?$F{_Inwa z_B<)0C}RpnC>y77_fOtQyJDG7V+-u=CEkR?8m+m?hbP*Z1bFQ{i-2prB1t(SFQO` z95<6f9(T(=X3OSt+?jzItdE_iL9c>bUt=-(-&Kxgz=T=pC#T>&?&a~_YuDCcb7wtF z7NP_HK`M*N>F>~>`QfKw+>P_>-q#!T>UpH)n6!ZrMO+42Q z5j%H~s?yy-$vC*%+viQwUE8#*yV$_8Mis?Iw{cl;W2aSMRte=>zxz~j!gI2?DEAg} z=UB~CF##U3=kU~*ntz$E?%A0o@Vz^tQ!NB2j3dlV)AFRN#`3kPPCDDzsO9o$VbKre zxfD&za=Cy|<8T-Rs&-ncS{j?Pm7Slxec-+d@X`I{`otMV$-sdt&k)n)$OH>YGyeiK zBzlrwe&dy&ClJy+uVPW~t>tx~JK7zW#|cu9x^R}G=BF=v!!ULQh@wTG`MUtU=>B#&( z%@@paPv<>z{*D0m3e@}}CHLh)_6}E?&i#!CEeM=Uxc*rRHvc(Y{2^qSC)7=x zy^PTWfC1vchvK0vs|hd^sY3!G3-ibU`9h;Q=?GWY5BDfwYJp&T~*wV8j$q z$R*Zt6@&|>T0%GSUZq4BbbFRuIs?HakG?R8)F^GGi}ot+BOQ~ra;liOfO<-062qPB9-7+rH2e$kxLl#4UawQ>3OyP12dK3jbYJ$9tu>a_Fv%&{GO7;dRNMf ztl2^on<52fNK(22?CgIRrt+>$HyLD4daaI0v_MFI!NxXqWd!TJDB^MyzS?38jOf?NGk(hXvoe-8Qdh4iur|?u|F1-)+Wii4(1*#^ub9b z>WQP6e*6Q&uB8lyJG(y@W>p~qH6c@x^_?hh(M17by=mNeSSZw8`AZ&`AB%6B|qxYk&rqIMSUMwnZ7|ffxd}A0tEB(XJv}E76t$Q zqxg9(%0T^J31Blkgs9@_*f~n&IL;)57n!=o)MAT%^!3#bWP=Mz>YkcUyLFrU3)tHT zD4KD4>2TP`S9l4K3n_RkO4!u|(*W=53b|Mee};NvD7C1BN<_(w&tlw2@fbQLLnRrj zYA2RMWY}-5xs~lZKlcedwEmv{k8pTJoVlMWpZ?48l5dt*UEw`J)H4_C&>#WpS_n6& z0v&Sd@cDV?{Jxp48jp>!3R9}&CzQs8tvjD9i5!913#OC2_8ZUoY8-wY9TR^{Lb zVT;S%glqogs4@DG45y!5gbx?UXYMG9Gn_{DOU`mKK~YtGPQ=yw@l$_!`ap`P?{R=y zBv<;u)5GQ-F{5`_tuHLm?>{zPMl>ucU_D3?`^IH%3{&S^C7d`APNg?-6jzzFaF&!Ir@cft?E zO@?_sk}{2M$%98Hzr+64&~J-hDZ&vq?zqzz-u1< zMOXD2c_{k}@XZqceDl$%Ow{l8Qly=jFj1;O1C<$GhcLBKKzi41NQ{mO^E?TKH|7n> zV7iI|d^4Gti60Koged~xhIn7?wMSQGuX4~3PXhd7lZY!DckeR5u-!7iW-!R;*`5ajlsb~c0RY9qaTaR~E%4rpwRF+7KoSeqXQsKV zA+Jl4IO9wth2}s&qU&RfrHB6my*CpPwz*v6Dqa#Uh7ETYqDa=q@AXu2zVOLbDNR8V zo=3Z2{Wrti?#H)Kb5Js7m3Pcb`8zmQ^+ZVaX|!SOi-f)vvUu0Q<$CpO*~40{a$;mG z-M>ZSWD!ilae$GB#^`l+z`Nmm`&sKkfu8bQu@z12@Vt%F{Az2KVF{O9GR{^gGi-~8 z4P9669m`x|M|%GVPotL!z`aA0xu=3lQkj9=^RjV(%-xy=0%xK^Q_N346zh0q4N}ne zYiyR})}9Zi2F9j!JsS97tK<91v>*+Aa9mM5Kt)zu2}?B7XJ&Y$cy9q+Wl zqic1ni$C>^jVgf=QtVpnok9M&KduCsD>3@~a%%8@C_)2Kol$!8(e8GJc_Dq*-{)K6 z4&F+Kb24H2jy=2ts)w@l0I|sHbCFYXnUt!uBX3C z3FI!&^=;MKg`8$QY8_p59K5%!YfK!v{9X_~rB?``;CFuyX~7Laxn5e7kibSz*{nIX zaF(>jgAi>06JNS$vP#0pm9w0$so%4LvoSKr`eo4GrEmedeXh}TLQkU-I(l|suZn~F zlh;_u1U~6GoQ)3D_#cal?NwvYg$|UgnC7ul_kmu!c)m=e_v=x)AT}PW2MSslvQti;w-|YaN{*`fV@n`|sE1_&XQ6&pOZ2*vYJr-8f~b?^w6j?KP@NvJF17 z#O0D+NasT0+SLg@cTRqR7m3M|*rpwhkjnS^xTN{DzSf>yN?_eNb3U}-&f3>Lwo8>< zFqcg>V2_PDwg_Q(ju>&{d%=4)Zs%Dud#&Wm1mr+@yL2-!P9@V_E`Y4~kYmT)-7$Rs zF+#zlAck#Nw}*RUPoQ^ay93Ltz)8E79{09r8+ea*YQ82Q;J(i3ypXcwy}u@V%2tHu zQKuC*g2sLAwYtk$TY!I6EPjg@DLX40xpd{&x;D*-$lZ4vnAkrWJ=iAs_ ze&efL$ANGUBqTbU(^;+cwhcM|83Vj{#8 zk;nd`;RbO9xlgBTPZ+xBIzo1Af;oW*@{Q5A9+BYJajK}6)CAdm=r(K%mi#j zj1&fKm{Xx?&x+w+-g)wVvs#<|HZg93em#K%27hbBpo?gmNA6{J?q}!EPpmkp4jnO{ z{Qx$HI!#9itIw>Sj#O(dJBXlp3lXj?klf<+@2N0rvf~pY2VqYGFMK^ew2n_u2w7GP zd`wZE?jO0Bum;y&*r1Q+<>g*X*4I;l_b+_#qE}I|pW%U+daF~)Nx;HFn6nPDf(r_# z7Dm@T&{3X50t%Xh{M~>Eq^TjfT`h*mIw}aT<@qDrN8It6$79S$t^aoa8LN`~fO7IE zLn5w+UE2jAqxA#M9fIy1+BsbJkuU`&$rn*le&K;3Ki;K-zMcrUq%zO2;G_1QNB435 zYPix9&;3JUQ3jk4^XrdS94OLHdSmI%GNMAeL`PRowoj)W&n>e?g5=uI#XQ(3OI=Q% zYaJN)_UK|y;(h}&jqhormJg-QcD^r#i}m%0z1;`MQgv5je7`%U5&{+eg4{L>1jKjY zIV%L$x;=-&ROGM~b<1gk#{Xh^2_{L=ywuZEf~(Ho*p=5qUF#=BUrHlPM2%R@xG6#B zr^EaL`>PuR)jBWl;Rm*N{CAy?0_e6uV-8J~)goPFMU;{dmyT%LN1GN?#PFMNpIf69 zlB^hi9wBlLj77^FFY;pwj5nZ&!k#LgLmGUiE^|@=i(7N+;o|nx$VCzmPRU`ELE+w& z>Jj%~Oc*BGzG{BJ7D5*n8ky11x<8Hfsus}37?H!k`n)&Ozb_5Wym77g6{3;P6bf&| z*u&+Q4VI~CoS0hichiEkW5$MlC0p~)pHjwNslES}IyxFW`AsVz2xdG#qsVoWl@Grw zc8UJ@6Sg3|QG2;OjfheiSjl#kga9wCtN!mnl1)SMj4$mGdv(9tGD^ZoBqcg~Y=yFn zAg#`7A~y?Lk_7@jc{3A&sb#~&ri$hm;sYqt*Bo%TiXJm%m zI#Ls}vQk`jqyl!1e(n)QB}EVj74fY{Kn>U`8m08)YK{@m9b%YUN)09UKd$e_U@zc> z?PRS5Q-6U`nEi8d{q@nNXesn)FM5l1DRbfcRnZ)9FCTtPi|XQw>v)enjaI(U65e^%Kg@Yy*T%Tt-P?=|?LTaP{_G1zu2sDl%r@X~-{$4O zhPDI=kfD_gduUl8E&(yhrQQc!2g;E8&l;1nyfri@gn%~d?}4?~NTJw!&;!5$j^HsG+o_q=whv3ng; zPmy_})%@>M^pO=F^v7~1a%B44Lb&$KQo{R)cIYmm_^my-Gcs|O$Z_5#Lbp0+f}L3f=%OO`*#P>Vxdpbi_g`|83KH76fVg5Y z?Xe@0z1djMqFYl%twa|YySDUCXSe=~VP~0*+fud(cwZ8DRTF~WYYF0Q;vq5?ybdj+ zf#MeMh86)|UQgqVa6VyM={ohn3d`^T49tS*=0}oF_e`V>{}0#~%Uj&v%*R5Ho&W}) ziuKKU?OjxEZty62v7$+qUVoeD(taAH&B5pq)y(7hy?>g%c5o~_w7;p@QFj_~MptAV z-z}G-h1_I?rBXjV?!RS6I45&v2x2Z%Q#9c)pwB@?2%K1C_GL%b6#6oZ1PvwK?LA!} zc-Mg43v0U=c?C%3Bd9PpHBPU^pfx1+tMu{5Q7uRgRkf@R3_aMeF!F1@yZ%No1#?Vp zbk}OM&ev1(8#hnuJ8qrtXs0(iKne2_+6Qhy6LezNJD)(_4(gi}6u$u?l1h1Tfb+b` zW{ZAWeC!y2UTlKhR7|6*#FF_A^S^NmZ=~d3$7lGzy5?LVATJNb!iuQ55RbB2@DyCz&HG>YFAOxVsi8At2aJTygT_ z!Z_T7vP_gi>t7$BFz`eQKe6ZjW`M&>AV6ru$P)n7&jp7T;a(%D+0@qJW0%!-?&w(` z^Sj-^TP-k=#8TUA=C0|Rr!S1(kZg_7mvv8$k8Q4bJ@J0GE*8-Gg&X*=F!0BM``vI##uu;UaPh>}gI`kXvvhCbwlCSCFHHFD~J*SGtvb^kE6(51kV z!#;2R2tSu4?ikyZQcS=iVW))xfNOHmuA>`3-=S;cfCe!5IJ|3-J|vncbMrs%1UE2A zcO|O~ybzI|-Zd=l_0F`}z)qKrkLA4d?I@*`SZk-Ch!DAKQ8W-Rhav^R_(rP}OenD7 z?C`~>Mt-9<1g3}$2X6(pCJs(Y$I2?IX49l^Hc-FFM?I;r_=RKTpzmPJ#`ttc0giEE zCNbu2bY#q*0;lKigY)MP8s$BSk4%afdmlb)zx# z9=p7r8R3b+Pgx4diT{bm zg8Cjc$E;yl8=%!h$c|>2=pt%)erWK>MR$U8#;O)7?fu#Rb895^slv$Xgz)dWqqMC0 zCSLP@q;)fgvQ>vMX4vOmYlxIy_Ba}NQgRAbLdHP|fF*^(0*1G`Yb>!|y3reECWEh3 zmQ+*H?&M}_pmzV@dARiluD;`EVuB zXYD|kq@vij-W`QK$U@l$+TBgMcq-tUhexKkTLJJVpd%V2^f!UJ%L=ASzZ z0R9%;(Npcx?Z)Osw9WJLsF9}*z*nBj9Ty^ducDe0aE$&a0xOR#{Pl{SYFa(L$%df+ zGu_#XX{wmnDCIQES=bXEArO*?D{ZmW)PwJLH2M=0PCtWV=9|tWajv>P=4#?kxQ))S z!U*az752JYw?GX`crUhFDVM!_%6vd8OXmx4M$rP<=!u@}V5?-A^}jYCCa3OdeJieM zaC%kfd$%tYV?iT2HRcKavhxnV+41a6c*&y0%_WSi8D;)_c;aub#%p_^94GWr2M16T zy{(hsuVr9uwq^LOH1CxbBdY=6T0Xb;cjQwA18sq>+R0&LBhG2-@B_1O**iZYaOB4f zz~$vWl2sU;DKt22g2vjPH!g1jf+)xKkPEoURI4wZi-4pK{(k{%U*j+k!e}QP3ydZk zD`We}F+1R1XW;=hJI~|s`~4<+LTBsxjw7eO8_yJ>$f{II45jHZiG}bUv}3nzwVJh- zi01mT&a?2ysZb0AIrWt{TstC+T{Ft&wx6`b~K>wMJt_Hmg8B z+N30Vw86$4J=*I&p5+z?yeaftM(@wuG;s7C5SueWSst3HeClRktl}2mm9M0RG z($UfRFU>TpxbsifS2+8p9V@f66<=k02tx+On6q=d@UMqiguWWh3=Fa7Ud^&z*R5&J zrjo*U#25&vSu$7IeYIe68k{&YOe;BPaJmd1B2_7zu)BcH|JbMhi2QX5$f{)LyTZle zvFSNW8u0=QryQ=|MLc6_uA<4cT9Hk6pNEYZutW$;p5T-Z$TWzKpyKi>wz5qoro7PW z%e6ul=#`B2<(kc~+2)e$UOgQ2UxQ#I-_0F+#`TWLD6Le;8Frlwht93!SEUyE@&~Fn zlX<7EjiW(r?tLs}arsRxlube@77S#C;g|AYs-5s#h_C^69egT?B9A0?7!c3`%CisL z;{g%UTg7+XXIFZ8?eEbIgeznsI*%MX_ilWVg9O3?Vg@n4nHZ9B_e19vxeUr*55l&O zhi~{=Nk<`e8E5!dIAM8Zq6mP6Vxh@GF=$GWQ`8y<#%KfNe{>FW4({;q@`Y`@T1l$~ zZ6w!r?Ol+FOp!<;pcNrXIl^8qG!8H(2-FT;N@D|gpO=*roI|r<$1cds{`U~n4fT{g z-^?5U;gs&k=dfxt6}xV$jIMcI6u`W?nJGd22Lb%+FkhiCC;;J>V40%euSwEwT@e|< z$(%sX#N4-k176(+fbxw^exElG!rw!|!+L-OfwDOMIU+IC@jx;=d(xyc*+j-PNQdd} z4W8pF&j_6qj6lBCxBCuHzendmgks7CFHaSuNa?Sh8%)oQ-I$LyfKg0=blUmT>DqbK z*U_B7D-$0Q0w!AmP1``7knO}Rc}@=h8xZBWwHJ_Lp`EWZ&w~+Q8JH&gD?7DS3;H)w zYd@^tL6VT7g#$wn127;7?B89hHIe{=c4J07&f>PetL(4u*xWff6y(}rSVx=Le)ISG zC%r3geqaPR)I2Wd>z)2^C`A80e8^@vqB1O|0uFD5d60$VkUk)7Zhn6Os@M08(55`? zUtt=P4S9%((z@o_Z@L@D0p4_hCL_b!#q*}?<&T&D*S-A35k822$>vJ(w8-UBiNN>2 zP}wLQMX&br0@)nO({5F37VW}izWs6>0i+lF|9lR|Nuv$qQ&yl%kn+2A+h%<$S^$q- z7(pg;Yvp^>jBllQ`C}Qp{aUmlkj35lKd%6MgVA^Y9sWh(c%4`j;oLM5(eB9-`XwBj z1wF2V@&``z^nhU8clL|iEfof4ZeoFW>gkvPjOX<$;BMk^{_Tgu|JxjIAE=|QoL3mA zBqc;gXq(7L1IxWH^f*@d5XUEy(~-Ikkbpurq&e`wVcoEVdfSvLByic4)cF*7eTO}Y z=_e*e(v|<%zuSP`HiiGT^S^J9gOmCumt=V4KlzLFI9+YaqYmW>s5yC@+#*G8ooPRR z^2?rBW(F|e&0<)u30Gj8KEQP7-0b|1cV+SECF%&IQrAFs;s$7nU zZtq565qe|}zno-=U&_gRcl@Q$?Q<@ceL=9!rj+;xyo!uQ|P8D!N~DqCbKm#nCl zmzLw-*jtx-ot({0Zg|~X->O)z3EZF{&h8%!ny04}hweHcAw}aLXZb&H0+r=E7#UVg zXI*m5;C&48hJluBAW)3>TgiElk3iSIYNya>|7xd`#Qdjr_`hESf#Avi)e09N*?22v o4uX8={q_ee@&7OVf5A-G_&&#i$C=NL|0=&ripq$T3F-R%FY{j%H2?qr literal 0 HcmV?d00001 From a2b27b6f55bb9c9cfe4bd575d96ea2f96a006e4d Mon Sep 17 00:00:00 2001 From: bark10 Date: Thu, 22 Dec 2016 22:03:02 +0100 Subject: [PATCH 13/21] Added player-killed-player-messages. Also disabled standard death messages until chat-spam as a result of taking damage after death (f.ex. from lava) is fixed. --- init.lua | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 3601c1e..a986b1a 100644 --- a/init.lua +++ b/init.lua @@ -24,6 +24,13 @@ local mname = "death_messages" dofile(minetest.get_modpath("death_messages").."/settings.txt") ----------------------------------------------------------------------------------------------- +--[[ + Disabled standard death messages until chat-spam + as a result of taking damage after death (f.ex. from lava) +]]-- + + +--[[ -- A table of quips for death messages. The first item in each sub table is the -- default message used when RANDOM_MESSAGES is disabled. local messages = {} @@ -62,8 +69,8 @@ messages.other = { " died.", " did something fatal.", " gave up on life.", - " is somewhat dead now.", - " passed out -permanently." + " died.", + " wasn't meant for this world." } function get_message(mtype) @@ -95,7 +102,32 @@ minetest.register_on_dieplayer(function(player) end end) +]]-- +-- Add "PLAYER KILLED PLAYER"-messages +minetest.register_on_punchplayer(function(player, hitter) + if not (player or hitter) then + return false + end + if not hitter:get_player_name() == "" then + return false + end + minetest.after(0, function() + if player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() and hitter:get_wielded_item():get_name() and minetest.registered_tools[hitter:get_wielded_item():get_name()] then + minetest.chat_send_all(player:get_player_name().." was killed by "..hitter:get_player_name().." with a "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".") + print(player:get_player_name().." was killed by "..hitter:get_player_name().." with "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".") + return true + elseif player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() then + minetest.chat_send_all(hitter:get_player_name().." killed "..player:get_player_name().." with bare fists!") + print(player:get_player_name().." was killed by "..hitter:get_player_name().." with bare fists.") + elseif hitter:get_player_name() == "" and player:get_hp() == 0 then + minetest.chat_send_all(player:get_player_name().." was killed by "..hitter:get_luaentity().name..".") + print(player:get_player_name().." was killed by "..hitter:get_luaentity().name..".") + else + return false + end + end) +end) ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ----------------------------------------------------------------------------------------------- From 2fb5a8e907dc71bb5c6c75e04b859b5310d5744c Mon Sep 17 00:00:00 2001 From: bark10 Date: Thu, 22 Dec 2016 22:04:50 +0100 Subject: [PATCH 14/21] Added player killed player messages Removed standard death messages --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a986b1a..43ab6f5 100644 --- a/init.lua +++ b/init.lua @@ -26,7 +26,8 @@ dofile(minetest.get_modpath("death_messages").."/settings.txt") --[[ Disabled standard death messages until chat-spam - as a result of taking damage after death (f.ex. from lava) + as a result of taking damage after death + (f.ex. from lava) is fixed. ]]-- From 91a625d9d47f2049bdc2d855b22f470c97be2474 Mon Sep 17 00:00:00 2001 From: bark10 Date: Wed, 28 Dec 2016 16:46:08 +0100 Subject: [PATCH 15/21] Added notification for death coordinates Players will now receive a PM from the server informing what coordinates their bones are located. --- init.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init.lua b/init.lua index 43ab6f5..c85404f 100644 --- a/init.lua +++ b/init.lua @@ -105,6 +105,17 @@ minetest.register_on_dieplayer(function(player) end) ]]-- +-- PM from server with death coordinates +minetest.register_on_dieplayer(function(player) + local name=player:get_player_name() + local playerpos = player:getpos() + local x = tostring(math.floor(playerpos["x"])) + local y = tostring(math.floor(playerpos["y"])) + local z = tostring(math.floor(playerpos["z"])) + minetest.chat_send_player(player:get_player_name(),"PM from server: Your bones are located at " .. x .. ", " .. y .. ", " .. z .. ". You'd better go and get them before someone else does!") + print("****** " .. player:get_player_name() .. " died at " .. x .. ", " .. y .. ", " .. z .. " ******") +end) + -- Add "PLAYER KILLED PLAYER"-messages minetest.register_on_punchplayer(function(player, hitter) if not (player or hitter) then From ced8f91250972b72778ffa0530f5938058e1d20e Mon Sep 17 00:00:00 2001 From: bark10 Date: Wed, 28 Dec 2016 16:49:41 +0100 Subject: [PATCH 16/21] Added player killed player message and death coordinates --- init.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init.lua b/init.lua index c85404f..30ab98e 100644 --- a/init.lua +++ b/init.lua @@ -24,14 +24,7 @@ local mname = "death_messages" dofile(minetest.get_modpath("death_messages").."/settings.txt") ----------------------------------------------------------------------------------------------- ---[[ - Disabled standard death messages until chat-spam - as a result of taking damage after death - (f.ex. from lava) is fixed. -]]-- - ---[[ -- A table of quips for death messages. The first item in each sub table is the -- default message used when RANDOM_MESSAGES is disabled. local messages = {} @@ -103,7 +96,6 @@ minetest.register_on_dieplayer(function(player) end end) -]]-- -- PM from server with death coordinates minetest.register_on_dieplayer(function(player) From f86f8c00ebb80c082e2dd88c2cd1d50fc4ea5ccd Mon Sep 17 00:00:00 2001 From: bark10 Date: Tue, 10 Jan 2017 19:06:05 +0100 Subject: [PATCH 17/21] Added another screenshot --- screenshot-2.png | Bin 0 -> 71338 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 screenshot-2.png diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c7f7286c9c7cfffba4f19657a1be5bfd9bfa22 GIT binary patch literal 71338 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 q* Date: Tue, 10 Jan 2017 19:06:33 +0100 Subject: [PATCH 18/21] Added colors, player/mob killed player messages and death location coords. --- README.txt | 9 ++++- init.lua | 104 ++++++++++++++++++++++++++++++--------------------- settings.txt | 3 +- 3 files changed, 71 insertions(+), 45 deletions(-) diff --git a/README.txt b/README.txt index ec577ed..c9eb7b9 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,12 @@ |____/ \___|\__,_|\__|_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/ |___/ -A Minetest mod which sends a chat message when a player dies. +A Minetest mod that sends chat messages when players die. + +Types of messages are: +* Bone coordinates sent to the player by PM upon death. +* Public announcement when player dies. +* Public announcement when player kills another player "Player killed player with or . Version: 0.1.3 License: GPL v3 (see LICENSE.txt) @@ -14,4 +19,4 @@ Dependencies: none Please report bugs at the github issue tracker: -https://github.com/4Evergreen4/death_messages/issues/ +https://github.com/4Evergreen4/death_messages/issues diff --git a/init.lua b/init.lua index 30ab98e..a64ea62 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ death_messages - A Minetest mod which sends a chat message when a player dies. -Copyright (C) 2016 EvergreenTree +Copyright (C) 2017 bark This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,12 +18,68 @@ along with this program. If not, see . ----------------------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1.2" +local version = "0.1.4" local mname = "death_messages" ----------------------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") ----------------------------------------------------------------------------------------------- +-- PM from server with death coordinates +minetest.register_on_dieplayer(function(player) + local name=player:get_player_name() + local playerpos = player:getpos() + local x = tostring(math.floor(playerpos["x"])) + local y = tostring(math.floor(playerpos["y"])) + local z = tostring(math.floor(playerpos["z"])) + minetest.chat_send_player(player:get_player_name(), core.colorize("#dbdbdb", "PM from Server: ").. core.colorize("#dbdbdb", "Your bones are located at ") .. core.colorize("#fdff9a", x .. ", " .. y .. ", " .. z) .. core.colorize("#dbdbdb",". Better go get them before someone else does!")) + print("****** " .. player:get_player_name() .. " died at " .. x .. ", " .. y .. ", " .. z .. " ******") +end) + +-- "PLAYER KILLED PLAYER"-messages +minetest.register_on_punchplayer(function(player, hitter) + if not (player or hitter) then + return false + end + if not hitter:get_player_name() == "" then + return false + end + minetest.after(0, function() + -- When player kills player with registered_tool + if player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() and hitter:get_wielded_item():get_name() and minetest.registered_tools[hitter:get_wielded_item():get_name()] then + minetest.chat_send_all(core.colorize("#ae0c13", player:get_player_name().." was killed by "..hitter:get_player_name().." with a "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".")) + print(player:get_player_name().." was killed by "..hitter:get_player_name().." with "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".") + return true + -- When player kills player with node + elseif player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() and hitter:get_wielded_item():get_name() and minetest.registered_nodes[hitter:get_wielded_item():get_name()] then + minetest.chat_send_all(core.colorize("#ae0c13", hitter:get_player_name().." killed "..player:get_player_name().. " with a " ..minetest.registered_nodes[hitter:get_wielded_item():get_name()].description..".")) + print(player:get_player_name().." was killed by "..hitter:get_player_name().." with a node.") + return true + -- When player kills player with bare fists + elseif player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() then + minetest.chat_send_all(core.colorize("#8ae0c13", hitter:get_player_name().." killed "..player:get_player_name().." with bare fists!")) + print(player:get_player_name().." was killed by "..hitter:get_player_name().." with bare fists.") + return true + -- When player kills entity or vv + elseif hitter:get_player_name() == "" and player:get_hp() == 0 then + minetest.chat_send_all(core.colorize("#ae0c13", player:get_player_name().." was killed by "..hitter:get_luaentity().name..".")) + print(player:get_player_name().." was killed by "..hitter:get_luaentity().name..".") + else + return false + end + end) +end) +--[[ +-- Teleport dead players to limbo location, to prevent chat spam when player is takin +g damage after death. +DOESN'T WORK .. PLAYERS ARE TELEPORTED TO LIMBO BEFORE BONES ARE GENERATED. BONES END UP IN LIMBO INSTEAD OF DEATH LOCATION + +minetest.register_on_dieplayer(function(player) + if minetest.registered_nodes contains "bones:bones" then + local player_name = player:get_player_name() + local LIMBO = "18, -24, 30" + minetest.get_player_by_name(player_name):setpos(minetest.string_to_pos(LIMBO)) +end) +]]-- -- A table of quips for death messages. The first item in each sub table is the -- default message used when RANDOM_MESSAGES is disabled. @@ -62,11 +118,10 @@ messages.fire = { messages.other = { " died.", " did something fatal.", - " gave up on life.", " died.", " wasn't meant for this world." } - +--[[ function get_message(mtype) if RANDOM_MESSAGES then return messages[mtype][math.random(1, #messages[mtype])] @@ -87,51 +142,16 @@ minetest.register_on_dieplayer(function(player) -- Death by drowning elseif player:get_breath() == 0 then minetest.chat_send_all(player_name .. get_message("water")) - -- Death by fire +-- Death by fire elseif node.name == "fire:basic_flame" then minetest.chat_send_all(player_name .. get_message("fire")) -- Death by something else else minetest.chat_send_all(player_name .. get_message("other")) - end - -end) - --- PM from server with death coordinates -minetest.register_on_dieplayer(function(player) - local name=player:get_player_name() - local playerpos = player:getpos() - local x = tostring(math.floor(playerpos["x"])) - local y = tostring(math.floor(playerpos["y"])) - local z = tostring(math.floor(playerpos["z"])) - minetest.chat_send_player(player:get_player_name(),"PM from server: Your bones are located at " .. x .. ", " .. y .. ", " .. z .. ". You'd better go and get them before someone else does!") - print("****** " .. player:get_player_name() .. " died at " .. x .. ", " .. y .. ", " .. z .. " ******") -end) +end --- Add "PLAYER KILLED PLAYER"-messages -minetest.register_on_punchplayer(function(player, hitter) - if not (player or hitter) then - return false - end - if not hitter:get_player_name() == "" then - return false - end - minetest.after(0, function() - if player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() and hitter:get_wielded_item():get_name() and minetest.registered_tools[hitter:get_wielded_item():get_name()] then - minetest.chat_send_all(player:get_player_name().." was killed by "..hitter:get_player_name().." with a "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".") - print(player:get_player_name().." was killed by "..hitter:get_player_name().." with "..minetest.registered_tools[hitter:get_wielded_item():get_name()].description..".") - return true - elseif player:get_hp() == 0 and hitter:get_player_name() ~= "" and hitter:get_wielded_item() then - minetest.chat_send_all(hitter:get_player_name().." killed "..player:get_player_name().." with bare fists!") - print(player:get_player_name().." was killed by "..hitter:get_player_name().." with bare fists.") - elseif hitter:get_player_name() == "" and player:get_hp() == 0 then - minetest.chat_send_all(player:get_player_name().." was killed by "..hitter:get_luaentity().name..".") - print(player:get_player_name().." was killed by "..hitter:get_luaentity().name..".") - else - return false - end - end) end) +]]-- ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ----------------------------------------------------------------------------------------------- diff --git a/settings.txt b/settings.txt index 1d77b31..0178717 100644 --- a/settings.txt +++ b/settings.txt @@ -1 +1,2 @@ -RANDOM_MESSAGES = true \ No newline at end of file +RANDOM_MESSAGES = true +LIMBO = "18, -24, 30" From 0fdaaa1b12ca03aa3142f3edbf7a570845404d56 Mon Sep 17 00:00:00 2001 From: bark10 Date: Tue, 10 Jan 2017 19:17:04 +0100 Subject: [PATCH 19/21] Inserted screenshot in README --- README.txt => README.md | 2 ++ 1 file changed, 2 insertions(+) rename README.txt => README.md (88%) diff --git a/README.txt b/README.md similarity index 88% rename from README.txt rename to README.md index c9eb7b9..08fd860 100644 --- a/README.txt +++ b/README.md @@ -12,6 +12,8 @@ Types of messages are: * Public announcement when player dies. * Public announcement when player kills another player "Player killed player with or . +![Death Messages](https://github.com/bark10/death_messages/blob/master/screenshot-2.png"Death messages") + Version: 0.1.3 License: GPL v3 (see LICENSE.txt) From e34ba4a47447cafa0c2f3c57b36c210f7f5014a7 Mon Sep 17 00:00:00 2001 From: bark10 Date: Tue, 10 Jan 2017 19:20:35 +0100 Subject: [PATCH 20/21] Added screenshot to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08fd860..d15d2b8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ +``` ____ _ _ __ __ | _ \ ___ __ _| |_| |__ | \/ | ___ ___ ___ __ _ __ _ ___ ___ | | | |/ _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| | |_| | __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ |____/ \___|\__,_|\__|_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/ |___/ +``` A Minetest mod that sends chat messages when players die. @@ -12,7 +14,7 @@ Types of messages are: * Public announcement when player dies. * Public announcement when player kills another player "Player killed player with or . -![Death Messages](https://github.com/bark10/death_messages/blob/master/screenshot-2.png"Death messages") +![alt text](https://github.com/bark10/death_messages/blob/master/screenshot-2.png) Version: 0.1.3 License: GPL v3 (see LICENSE.txt) From 7a1b9ac90a330503684d9dcd5adcd9c265f4f9e8 Mon Sep 17 00:00:00 2001 From: bark10 Date: Tue, 10 Jan 2017 19:22:44 +0100 Subject: [PATCH 21/21] Yet another README tweak --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d15d2b8..484fa92 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ |____/ \___|\__,_|\__|_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/ |___/ ``` +![alt text](https://github.com/bark10/death_messages/blob/master/screenshot-2.png) A Minetest mod that sends chat messages when players die. Types of messages are: * Bone coordinates sent to the player by PM upon death. * Public announcement when player dies. -* Public announcement when player kills another player "Player killed player with or . - -![alt text](https://github.com/bark10/death_messages/blob/master/screenshot-2.png) +* Public announcement when player kills another player "Player killed player with weapon or node". Version: 0.1.3 License: GPL v3 (see LICENSE.txt)