Add the port of the server and...

fly/fast privileges by default
master
Ombridride 2015-09-14 22:01:20 +02:00
parent c925fde3dd
commit fe5358800c
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ time_speed = 60
# Slightly higher player limit by default.
max_users = 50
# Give basics privileges to new players.
default_privs = home, spawn
default_privs = home, spawn, fly, fast
# If true, actions are recorded for rollback
enable_rollback_recording = true
# Desactivate fire
@ -47,7 +47,7 @@ serverlist_url = servers.minetest.net
server_url = http://minetestforfun.com/
server_announce = true
server_address = 212.83.148.178
port = 30001
port = 30088 # 88 like infinity
### MOVEMENT MODIFICATIONS ###
##############################
@ -59,7 +59,7 @@ movement_acceleration_air = 1.2
movement_acceleration_fast = 24
# Walking is 20 % faster than in minetest_game. Makes playing without the "fast" privilege less boring.
movement_speed_walk = 4.8
# Half the speed of walking, just like the animation.
# Half the speed of walking, bjust like the animation.
movement_speed_crouch = 2.4
# 5 times faster than walking.
movement_speed_fast = 24