Get Involved
- -Community
-Where?
--
-
- Forum -
- Wiki -
- IRC -
- Subreddit -
- Server list -
Internet Relay Chat
- -Channels
--
-
- - #minetest - (Logs): - Main channel for general Minetest engine, modding and games discussion or support. - -
- - #minetest-dev - (Logs): - Development channel, strictly only for development discussion of the Minetest engine and Minetest Game. - Webchat can be used to listen only, not talk, on #minetest-dev - -
- - #minetest-hub - (Logs): - A moderated channel for people who regularly improve Minetest - by developing, modding, hosting servers and otherwise. - You need to ask an operator for voice here, make sure to read - the hub website first. - -
-
- Channels about Minetest in other languages (note that most people hang out
- on
#minetest
, which is the main channel). --
-
- #minetest-de German channel -
- #minetest-es Spanish channel -
- #minetest-fr French channel -
-
Rules
-- Some people don't know how to behave on IRC, - so here are some simple rules: -
--
-
- Don't ask if you can ask questions, just ask. -
- Be patient when you ask something, people might not be around. -
- Don't spam. -
- Don't flood the channel with messages or bot commands. -
- Use a pastebin if you want to post more than 4 lines (such as error messages or code). -
- Annoying, racist, or any form of derogatory terms against any user or channel operator will probably get you quieted; or even banned. -
- If you're going to ask someone something, "please" goes a very long way. -
- The channels are not playgrounds and are frequently used for talks which are not off-topic. -
- Off-topic is allowed, but excessive use of it is disallowed. -
- Link shorteners are discouraged for URLs that are not very long. -
Contribute
-- There are several ways to get into development: -
--
-
- - Giving support on the forums and IRC. - -
- - Work on a game or mod, - and publish it on ContentDB - or the forums. - -
- - Help develop Minetest by reporting - bugs and submiting patches on - GitHub or IRC. - -
- - Translating: Help translating Minetest using - our web interface. - -
The Process
-
- Upstream repositories and official Windows packages are handled by the core team, consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. The core team is best contacted on IRC at #minetest-dev @ chat.freenode.net
.
- The core team is formed of people who have made great contributions to Minetest.
- Contributions are approved if two members of the core team agree on them.
-
- For more information, take a look at - - all the rules regarding to development - . -
- -Project Structure
-- Minetest is distributed as an engine, combined with a couple of games. - Upstream repositories can be found at - https://github.com/minetest/. -
--
-
- - The engine (core) is the base for everything. - C++ is used for housekeeping and performance-critical stuff, - Lua for extensible things. - -
- - Games define game content: nodes, entities, - textures, meshes, sounds and custom behavior implemented in Lua. - Games consist of mods that plug into the engine using the - Modding API. - -
- For more information see the - terminology or - engine structure - developer wiki pages. -
- -Reporting issues
-- Different things related to Minetest are maintained by different people, contacted in different ways. Here you can find where to report issues, bugs and any other kinds of problems regarding to each “product”. -
-- People are generally available on freenode IRC, the Minetest Forums, GitHub and/or via email. -
- -Programs and Services
-Program | -People Responsible | -Source | -Issue Tracker | -
---|---|---|---|
Minetest Engine | -Core developers | -- Source - | -- Issues - | -
Minetest Game | -Core developers | -- Source - | -- Issues - | -
Minetest Mapper | -Core developers | -- Source - | -- Issues - | -
Blender B3DExport | -Core developers | -- Source - | -- Issues - | -
Service | -People Responsible | -Source | -Issue Tracker | -
*.minetest.net DNS | -celeron55 | -n/a | -Contact celeron55. His approval is needed to host under minetest.net | -
www.minetest.net | -celeron55 | -Source | -Issues | -
forum.minetest.net | -celeron55 | -Theme | -Contact a moderator for concerns about content (Use "report this post" if possible) | -
wiki/dev.minetest.net | -celeron55 | -MediaWiki | -- Ask for an account to edit - or report issues on the forum - | -
servers.minetest.net | -sfan5 | -Source | -Issues | -
content.minetest.net | -rubenwardy | -Source | -Issues | -
irc.minetest.net | -sfan5 | -Source | -Contact sfan5 | -
Google Play | -nerzhul aka. nrzkt | -n/a | -Contact nerzhul | -
Donate
-celeron55 (founder)
- -- You can tip money to celeron55, to be mostly used for hosting of - websites and overall maintenance effort on the project. -
- -- PayPal address: celeron55@gmail.com (Please note in the message that you're supporting Minetest in particular.) -
- -Other
-- Your favourite server or modder might accept tips too; make sure to check those out. -
- + {{ link.name }} + + {% endfor %} +Contribute
+Programmers
+-
+
- + Work on a game or mod, + and publish it on ContentDB + or the forums. + +
- + Report bugs and submit patches on + GitHub or IRC. + +
- + Help us review and merge pull requests. + +
Artists
+-
+
- + Hang around on the forums, and help with + texture requests. + +
- + Team up and create a new game. + +
Everyone
+-
+
- + Report bugs and request features. + +
- + Give support on the forums and IRC. + +
- + Help translating Minetest using + our web interface. + +
- + Donate money to pay for infrastructure, and support your favourite contributors. + +
How is Minetest developed?
+The Process
++ Upstream repositories and official Windows packages are handled by the + core team, + consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. + The core team is formed of people who have made great contributions to Minetest. + Contributions are approved if two members of the core team agree on them. +
+
+ The core team is best contacted on IRC at #minetest-dev @ chat.freenode.net
.
+
+ For more information, take a look at + + all the rules regarding to development + . +
+ +Project Structure
++ Minetest is distributed as an engine, combined with a couple of games. + Upstream repositories can be found at + https://github.com/minetest/. +
+ +-
+
- + The engine (core) is the base for everything. + C++ is used for housekeeping and performance-critical stuff, + Lua for extensible things. + +
- + Games define game content: nodes, entities, + textures, meshes, sounds and custom behavior implemented in Lua. + Games consist of mods that plug into the engine using the + Modding API. + +
+ For more information see the + terminology or + engine structure + developer wiki pages. +
+Reporting Issues
+Where?
++ Different things related to Minetest are maintained by different people, contacted in different ways. Here you can find where to report issues, bugs and any other kinds of problems regarding to each “product”. +
++ People are generally available on freenode IRC, the Minetest Forums, GitHub and/or via email. +
+Program | +People Responsible | +Source | +Issue Tracker | +
---|---|---|---|
Minetest Engine | +Core developers | ++ Source + | ++ Issues + | +
Minetest Game | +Core developers | ++ Source + | ++ Issues + | +
Minetest Mapper | +Core developers | ++ Source + | ++ Issues + | +
Blender B3DExport | +Core developers | ++ Source + | ++ Issues + | +
Service | +People Responsible | +Source | +Issue Tracker | +
*.minetest.net DNS | +celeron55 | +n/a | +Contact celeron55. His approval is needed to host under minetest.net | +
www.minetest.net | +celeron55 | +Source | +Issues | +
forum.minetest.net | +celeron55 | +Theme | +Contact a moderator for concerns about content (Use "report this post" if possible) | +
wiki/dev.minetest.net | +celeron55 | +MediaWiki | ++ Ask for an account to edit + or report issues on the forum + | +
servers.minetest.net | +sfan5 | +Source | +Issues | +
content.minetest.net | +rubenwardy | +Source | +Issues | +
irc.minetest.net | +sfan5 | +Source | +Contact sfan5 | +
Google Play | +nerzhul aka. nrzkt | +n/a | +Contact nerzhul | +
Donate
+celeron55 (founder)
+ ++ You can tip money to celeron55, to be mostly used for hosting of + websites and overall maintenance effort on the project. +
+ ++ PayPal address: celeron55@gmail.com (Please note in the message that you're supporting Minetest in particular.) +
+ +Other
++ Your favourite server or modder might accept tips too; make sure to check those out. +