You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// When allowMature is true, Pond Portal permits going to servers marked as mature// They are otherwise excluded from the pool of lobby candidates, by default"allowMature": false,
// Whether to message when arriving"sendGreetingMessage": true,
// Custom greeting message"greetingMessage": "arrived through the Pond Portal... neat!",
// Whether to message when leaving"sendPartingMessage": true,
// Custom parting message"partingMessage": "jumped into the Pond Portal and went to another dimension. Bye!",
// If set to false, disables using portals while hosting a lobby, as a safeguard"allowWhenLobbyHost": true,
// If set to false disables using portals from *the main lake*, as a safeguard// You will have to use the smaller ponds on the right side of the island"allowLakePortal": true,
// If set to false the cool sound effect is muted (why would you do this 😔)"playPortalSound": true,
// Servers with fewer than this number of players will be filtered out"minimumLobbyPopulation": 1
}
About
A Webfishing mod that sends you to a random server if you dive into the water
{ // When allowMature is true, Pond Portal permits going to servers marked as mature // They are otherwise excluded from the pool of lobby candidates, by default "allowMature": false, // Whether to message when arriving "sendGreetingMessage": true, // Custom greeting message "greetingMessage": "arrived through the Pond Portal... neat!", // Whether to message when leaving "sendPartingMessage": true, // Custom parting message "partingMessage": "jumped into the Pond Portal and went to another dimension. Bye!", // If set to false, disables using portals while hosting a lobby, as a safeguard "allowWhenLobbyHost": true, // If set to false disables using portals from *the main lake*, as a safeguard // You will have to use the smaller ponds on the right side of the island "allowLakePortal": true, // If set to false the cool sound effect is muted (why would you do this 😔) "playPortalSound": true, // Servers with fewer than this number of players will be filtered out "minimumLobbyPopulation": 1 }