12345678910 |
- # Allow or disallow creating private portals.
- meseportals_allow_private_portals (Allow private portals) bool true
- # Maximum number of portals each player can make.
- # Players with the msp_unlimited privilege ignore this limit.
- meseportals_max_player_portals (Maximum portals per player) int 14 0
- # Automatically close portals after this many seconds.
- # If this is set to 0, portals won't close automatically.
- meseportals_close_after (Duration of portal connections) int 240 0
|