third commit
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"type": "MOD",
|
"type": "MOD",
|
||||||
"title": "Bounty",
|
"title": "Bounty",
|
||||||
"name": "bounty",
|
"name": "bounty",
|
||||||
"short_description": "Bounty mod for MTG. Can be used for placing bounties on players.",
|
"short_description": "Place bounties on players",
|
||||||
"dev_state": "ACTIVELY_DEVELOPED",
|
"dev_state": "ACTIVELY_DEVELOPED",
|
||||||
"tags": [
|
"tags": [
|
||||||
"survival",
|
"survival",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
],
|
],
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"media_license": "CC-BY-SA-3.0",
|
"media_license": "CC-BY-SA-3.0",
|
||||||
"long_description": "# Stone Age Modpack for Luanti\n\nThis mod adds basic stone age and survival tools and makes the start in the world harder. You can make a campfire. Torches just burn half a day. Several mods have been merged or are depended on that adjust the game-play.\n\n## License\n\nUnless otherwise noted, code is licensed under GPLv3 or later. The original stoneage mod was made by CasimirKaPazi, and expanded to include prehistoric by Mossmanikin, mcl_campfires from Mineclonia, nc_wooden_mattock by Fancticwor, and rainbarrel by Piezo_.\n\n### Textures\n\nUnless otherwise noted, textures are authored by CasimirKaPazi and are licensed under CC-BY-SA.\n\nstoneage_firestriker_stone.png is based on pixel-land-10 CC0 by pixel32\n\nstoneage_bonefire_animated and stoneage_bonefire_unlit are based on LPC Fireplace CC-BY Lanea Zimmerman\n\nwoodmattock.png is licensed under CC0-1.0 by Fancticwor\n\nSee campfire's README.md for licensing information.",
|
"long_description": "# bounty\n\nBounty mod for MTG. Originally written by **Bas808** in May of 2014, modified by CSirolli in May of 2018. My GitHub repo was lost, so I had to start over in December of 2024. Original concept and code can be found here: https://forum.minetest.net/viewtopic.php?f=9&t=9355\n\nThis mod can be used for placing bounties on players. Bounties are placed or removed in increments of 20 points. If a player with a bounty is killed, that player drops a reward, which the killer can collect.\n\n## Chat Commands\n\nUsing the chat command `/bounty <player_name>` adds a 20 point bounty to that player.\n\nThe chat command `/forgive <player_name>` removes 20 points from the player's bounty.\n\nThe third chat command is `/bounties` and is used for displaying all bounties on players.\n\n## Rewards\n\nWhenever a player with a bounty is killed, they drop different items depending on how large the bounty is. Here is a table showing this relationship:\n\n Points = Reward\n ---------------------------------\n 20 = \"default:wood 50\"\n 40 = \"default:cobble 50\"\n 60 = \"default:stone 40\"\n 100 = \"default:steel_ingot 2\"\n 200 = \"default:steel_ingot 5\"\n\nThese values and items can be changed in the `init.lua` file.\n\n## To Do\n\n* Require users with special privs to use chat commands\n* Lower bounty on one player if they kill/capture another player with bounty\n* Allow for capturing\n\nCode: LGPLv2.1+\n\nMod dependencies: default\n",
|
||||||
"repo": "https://codeberg.org/csirolli/luanti_stoneage",
|
"repo": "https://codeberg.org/csirolli/luanti_stoneage",
|
||||||
"issue_tracker": "https://codeberg.org/csirolli/luanti_stoneage/issues"
|
"issue_tracker": "https://codeberg.org/csirolli/luanti_stoneage/issues"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user