Embrace chaos and dive into the pond to visit another dimension...
generated from binury/better_webfishing_mod_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
A Webfishing mod that sends you to a random server if you dive into the water
License
binury/Toes.PondPortal
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A Webfishing mod that sends you to a random server if you dive into the water
Topics
Resources
License
Stars
Watchers
Forks
Sponsor this project
Packages 0
No packages published

{ // 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 }