Difference between revisions of "Mods"
(Renew link of popular mods) |
m (→What is a mod?) |
||
Line 5: | Line 5: | ||
[[File:Mesecons_example.jpg|thumb|An example of a mod (here: Mesecons).]] | [[File:Mesecons_example.jpg|thumb|An example of a mod (here: Mesecons).]] | ||
− | '''Mods''' (short for '''modifications''' or '''modules''') are user-created modifications to the game in such a way that alters gameplay. Some larger mods may add a lot of content to the game, while other smaller mods may add more settings/customization options, or optimize the speed, gameplay or graphics of Minetest. Server mods or plugins mainly give server admins more options and ease of use, and all mods for single-player can also be used in multiplayer. | + | '''Mods''' (short for '''modifications''' or '''modules''') are user-created modifications to the game in such a way that alters gameplay. Some larger mods may add a lot of content to the game, while other smaller mods may add more settings/customization options, or optimize the speed, gameplay, or graphics of Minetest. Server mods or plugins mainly give server admins more options and ease of use, and all mods for single-player can also be used in multiplayer. |
While Minetest mods are generally safe to install, one should exercise caution with mods to prevent crashes, system instability, deletion of game/save data, or potential malware infections from a bad link or the mod itself. A good way to protect your game from such problems is to back up your Minetest folder if you choose to use mods. There are many mods or plugins available to complement the original Minetest game or give server admins more options and control over their servers. | While Minetest mods are generally safe to install, one should exercise caution with mods to prevent crashes, system instability, deletion of game/save data, or potential malware infections from a bad link or the mod itself. A good way to protect your game from such problems is to back up your Minetest folder if you choose to use mods. There are many mods or plugins available to complement the original Minetest game or give server admins more options and control over their servers. |
Revision as of 18:11, 19 February 2016
Language: | English • Deutsch • español • français • italiano • 日本語 • Bahasa Melayu |
---|
What is a mod?
Mods (short for modifications or modules) are user-created modifications to the game in such a way that alters gameplay. Some larger mods may add a lot of content to the game, while other smaller mods may add more settings/customization options, or optimize the speed, gameplay, or graphics of Minetest. Server mods or plugins mainly give server admins more options and ease of use, and all mods for single-player can also be used in multiplayer.
While Minetest mods are generally safe to install, one should exercise caution with mods to prevent crashes, system instability, deletion of game/save data, or potential malware infections from a bad link or the mod itself. A good way to protect your game from such problems is to back up your Minetest folder if you choose to use mods. There are many mods or plugins available to complement the original Minetest game or give server admins more options and control over their servers.
Installation
See Installing Mods.
Finding mods
Mods can be currently be found in several places:
Creating mods
Mods are created in Lua, a relativiely simple scripting/programming language. The Lua API documentation can be viewed here.
Also take a look at our Development Wiki.
Listing server mods
If you’re on a server, you can issue the server command /mods
to query the server to tell you the list of its installed mods.