Go to file
_Lucy 1535774067
Translate random messages (#1043)
* add locale

* update add translations

* Update random_messages.de.tr

* Update init.lua

* Update init.lua

* Update init.lua

* final update

* final update

* update /donate message

* update /donate message

* update random_messages.de.tr

Co-authored-by: MΛGN☰TΛR <legitmagnetar@gmail.com>

* apply suggested codestyle

* Update random_messages.de.tr

* Update mods/other/random_messages/init.lua

* Update mods/other/random_messages/init.lua

Co-authored-by: MΛGN☰TΛR <legitmagnetar@gmail.com>
Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
2022-08-28 07:51:07 -07:00
.github/workflows Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
docs Remove false promises in class selection, add random messages 2020-03-14 20:00:32 +00:00
menu Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
mods Translate random messages (#1043) 2022-08-28 07:51:07 -07:00
scripts Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
textures Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
.editorconfig Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
.gitignore Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
.gitmodules Remove unlock crafting message, rework crafting mod 2022-01-01 22:30:20 +01:00
.luacheckrc ctf_chat: Prevent /msg from bypassing filter (#1045) 2022-08-17 06:01:49 -07:00
README.md Add ContentDB badge, touch up README 2022-02-02 13:16:09 -08:00
game.conf Update to 3.0 (#891) 2021-11-26 14:28:59 -08:00
minetest.conf Reduce build time to 3 minutes (#697) 2020-10-29 15:53:25 -07:00
screenshot.png Add screenshot.png 2018-05-15 20:17:58 +01:00
settingtypes.txt Remove legacy ctf_server_mode option 2022-04-11 22:01:43 +03:00

README.md

Capture The Flag

ContentDB Build status

Installation

Capture the flag uses several submodules. Make sure to grab them all by cloning like this:

git clone --recursive https://github.com/MT-CTF/capturetheflag.git

(Using ssh to clone is recommended for developers/contributors)

Development

System Requirements

  • Hosting your server using the dummy backend.

  • Storing rankings using the redis backend:

    • Ubuntu:
      • sudo apt install luarocks redis
      • sudo luarocks install luaredis
      • Add ctf_rankings to your secure.trusted_mods. MIGHT BE POSSIBLE FOR OTHER MODS TO BREACH SECURITY. MAKE SURE YOU ADD NO MALICIOUS MODS TO YOUR CTF SERVER
      • Run something like this when starting your server (With parentheses): (cd minetest/worlds/yourworld && redis-server) |
      • If you run your Minetest server using a system service it is recommended to run redis-server in it's own service, with the Minetest one depending upon it

License

Created by rubenwardy. Developed by LandarVargan and savilli.

Licenses where not specified: Code: LGPLv2.1+ Textures: CC-BY-SA 3.0

Textures

  • Header: CC BY-SA 4.0 by xenonca
  • Background Image: CC0 (where applicable) by Apelta (Uses Minetest Game textures, the majority of which are licensed CC-BY-SA 3.0). The player skin used is licensed CC-BY-SA 3.0

Mods

Check out mods/ to see all the installed mods and their respective licenses.