Re-organize the repository, Begin the minetest.conf file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.patch
|
22
LICENSE
@ -1,22 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 MinetestForFun
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
0
minetestforfun-bros/menu/header.png → menu/header.png
Executable file → Normal file
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
0
minetestforfun-bros/menu/icon.png → menu/icon.png
Executable file → Normal file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
78
minetest.conf
Normal file
@ -0,0 +1,78 @@
|
||||
### GENERAL SETTINGS SERVER ###
|
||||
###############################
|
||||
name = Darcidride
|
||||
# 0 = none, 1 = errors and debug, 2 = action, 3 = info, 4 = verbose
|
||||
debug_log_level = 2
|
||||
# Désactivation de l'anti-cheat qui fait ce téléporter en arrière si l'on va trop vite
|
||||
disable_anticheat = true
|
||||
# Options pour le type du serveur
|
||||
creative_mode = false
|
||||
enable_damage = true
|
||||
disallow_empty_password = true
|
||||
server_dedicated = true
|
||||
# If true, actions are recorded for rollback
|
||||
enable_rollback_recording = true
|
||||
# Desactivate fire
|
||||
disable_fire = true
|
||||
mg_flags = nocaves, nodungeons
|
||||
# no mapgen, and no lua mod for mapgen
|
||||
mg_name = singlenode
|
||||
# Activated the minimap usage if true
|
||||
enable_minimap = true
|
||||
|
||||
### SERVER PERFORMANCE SETTINGS ###
|
||||
###################################
|
||||
max_block_send_distance = 8
|
||||
max_simultaneous_block_sends_per_client = 10000
|
||||
max_simultaneous_block_sends_server_total = 10000
|
||||
active_block_range = 1
|
||||
server_map_save_interval = 300
|
||||
|
||||
### Game balance ###
|
||||
####################
|
||||
movement_speed_walk = 5
|
||||
movement_speed_crouch = 2
|
||||
time_speed = 0
|
||||
|
||||
### SERVER ANNOUNCEMENT ###
|
||||
###########################
|
||||
server_announce = 1
|
||||
server_url = http://minetestforfun.com/
|
||||
server_name = MinetestForFun BROS
|
||||
server_description = Bros server hosted by MinetestForFun Team.
|
||||
motd = Welcome to MinetestForFun Team Bros server.
|
||||
max_users = 20
|
||||
serverlist_url = servers.minetest.net
|
||||
server_address = 212.83.148.178
|
||||
#port = 300??
|
||||
strict_protocol_version_checking = false
|
||||
#Sert à quoi ?
|
||||
#remote_media = http://hugo.pro/minetest-data/
|
||||
|
||||
### Mods ###
|
||||
############
|
||||
# Mobs
|
||||
#spawn_hostile_mobs = false
|
||||
# HudBars
|
||||
#hudbars_sorting = health=0,breath=1,hunger=2,thirst=3
|
||||
# Random_Messages
|
||||
#random_messages_interval = 900
|
||||
# Bottom layout of death blocks
|
||||
bottom_layout = -100
|
||||
|
||||
### IRC CHAT ###
|
||||
################
|
||||
#irc.server = digitalaudioconcepts.com
|
||||
#irc.channel = #minetestforfun-hg
|
||||
#irc.interval = 2.0
|
||||
#irc.nick = MFFSB-Bot
|
||||
# irc.password = # Empty because no channel password
|
||||
#secure.trusted_mods = irc # Mod security
|
||||
#irc.debug = false
|
||||
#irc.disable_auto_connect = false
|
||||
#irc.disable_auto_join = false
|
||||
#irc.send_join_part = true
|
||||
|
||||
### TIME TO REMOVE DROPPED ITEMS ###
|
||||
####################################
|
||||
#item_entity_ttl = 30
|
@ -1 +0,0 @@
|
||||
name = minetestforfun-bros
|
@ -1,9 +0,0 @@
|
||||
# Game configuration file
|
||||
mg_name = singlenode
|
||||
time_speed = 0
|
||||
|
||||
# Bottom layout of death blocks
|
||||
bottom_layout = -100
|
||||
|
||||
# Desactivate fire
|
||||
disable_fire = true
|
0
minetestforfun-bros/mods/WorldEdit/.gitignore → mods/WorldEdit/.gitignore
vendored
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/ChatCommands.md → mods/WorldEdit/ChatCommands.md
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/LICENSE.txt → mods/WorldEdit/LICENSE.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/README.md → mods/WorldEdit/README.md
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/Tutorial.md → mods/WorldEdit/Tutorial.md
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/WorldEdit API.md → mods/WorldEdit/WorldEdit API.md
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/config.ld → mods/WorldEdit/config.ld
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/modpack.txt → mods/WorldEdit/modpack.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/code.lua → mods/WorldEdit/worldedit/code.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/common.lua → mods/WorldEdit/worldedit/common.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/compatibility.lua → mods/WorldEdit/worldedit/compatibility.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/init.lua → mods/WorldEdit/worldedit/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/manipulations.lua → mods/WorldEdit/worldedit/manipulations.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/primitives.lua → mods/WorldEdit/worldedit/primitives.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/serialization.lua → mods/WorldEdit/worldedit/serialization.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit/visualization.lua → mods/WorldEdit/worldedit/visualization.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_commands/depends.txt → mods/WorldEdit/worldedit_commands/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_commands/init.lua → mods/WorldEdit/worldedit_commands/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_commands/mark.lua → mods/WorldEdit/worldedit_commands/mark.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_commands/safe.lua → mods/WorldEdit/worldedit_commands/safe.lua
Executable file → Normal file
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 134 B |
0
minetestforfun-bros/mods/WorldEdit/worldedit_gui/depends.txt → mods/WorldEdit/worldedit_gui/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_gui/functionality.lua → mods/WorldEdit/worldedit_gui/functionality.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_gui/init.lua → mods/WorldEdit/worldedit_gui/init.lua
Executable file → Normal file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
minetestforfun-bros/mods/WorldEdit/worldedit_infinity/depends.txt → mods/WorldEdit/worldedit_infinity/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_infinity/init.lua → mods/WorldEdit/worldedit_infinity/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_limited/depends.txt → mods/WorldEdit/worldedit_limited/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_limited/init.lua → mods/WorldEdit/worldedit_limited/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_shortcommands/depends.txt → mods/WorldEdit/worldedit_shortcommands/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/WorldEdit/worldedit_shortcommands/init.lua → mods/WorldEdit/worldedit_shortcommands/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/construct/init.lua → mods/construct/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/construct/parcours/nodes.txt → mods/construct/parcours/nodes.txt
Executable file → Normal file
0
minetestforfun-bros/mods/construct/parcours/parcours1.txt → mods/construct/parcours/parcours1.txt
Executable file → Normal file
0
minetestforfun-bros/mods/creative/README.txt → mods/creative/README.txt
Executable file → Normal file
0
minetestforfun-bros/mods/creative/depends.txt → mods/creative/depends.txt
Executable file → Normal file
0
minetestforfun-bros/mods/creative/init.lua → mods/creative/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/default/engine.lua → mods/default/engine.lua
Executable file → Normal file
0
minetestforfun-bros/mods/default/functions.lua → mods/default/functions.lua
Executable file → Normal file
0
minetestforfun-bros/mods/default/init.lua → mods/default/init.lua
Executable file → Normal file
0
minetestforfun-bros/mods/default/mapgen.lua → mods/default/mapgen.lua
Executable file → Normal file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |