lib/rubyfox/server/data/config/admin/descriptors/config_room.txt in rubyfox-server-2.17.3.2 vs lib/rubyfox/server/data/config/admin/descriptors/config_room.txt in rubyfox-server-2.19.2.0
- old
+ new
@@ -139,10 +139,19 @@
"tooltip":"If enabled, only the Room's owner will be able to invite users in the Room. If disabled any User will be able to invite more users, with the exception of spectators in a game-type Room",
"type":"CheckBox",
"value":{$BasicValue=roomSettings.allowOwnerInvitation}
},
+// SUPPRESS USER LIST
+{
+ "name":"suppressUserList",
+ "label":"Suppress User List",
+ "tooltip":"If enabled the Room will neither send a list of Users when joining it, nor trigger update events when other Users enter or leave it",
+ "type":"CheckBox",
+ "value":{$BasicValue=roomSettings.suppressUserList}
+},
+
//-------------------------------------------
// PERMISSIONS AND EVENTS
//-------------------------------------------
// PERMISSIONS
@@ -446,10 +455,10 @@
// MAX LIMBO SECONDS
{
"name":"mmoSettings.userMaxLimboSeconds",
"label":"User max limbo time",
- "tooltip":"The maximum amount of seconds allowed between the MMORoom join and the first time the user position is set in the Room (known as 'limbo', because the user is inside the Room but he knows nothing about the other users in it, because the proximity system based on the AoI requires his position to be set at least one time); if this time is exeeded, the user is kicked from the Room automatically",
+ "tooltip":"The maximum amount of seconds allowed between the MMORoom join and the first time the user position is set in the Room (known as 'limbo', because the user is inside the Room but they know nothing about the other users in it, as the proximity system based on the AoI requires their position to be set at least one time); if this time is exeeded, the user is kicked from the Room automatically",
"category":"MMO Settings",
"type":"NumericStepper",
"value":{$BasicValue=mmoSettings.userMaxLimboSeconds},
"componentParams": // DEPRECATED
{