Kikin-HostBuddy icon

HostBuddy

A tool for making WebFishing servers.

Last updated 2 months ago
Total downloads 896
Total rating 0 
Categories Mods Tools Misc
Dependency string Kikin-HostBuddy-1.2.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

NotNet-GDWeave-2.0.13 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.13
toes-Socks-0.2.1 icon
toes-Socks

Socks is a library to facilitate joy in Webfishing mod development

Preferred version: 0.2.1

README

HostBuddy - A tool that helps you host WF servers.

HostBuddy is a simple tool that helps you host WebFishing servers.

HostBuddy lives in your Main Menu, where instead of clicking "Create Game", you click "[!] HostBuddy" to open the HostBuddy menu.

Config

{
	"server_name": "HB Server - Modded",
	"server_size": 10,
	"server_type": "Public",
	"server_request": false,
	"server_tags": [
		"talkative",
		"quiet",
		"grinding",
		"chill",
		"silly"
	],
	"plugins": [
		"hostbuddy.greetingmsg",
		"hostbuddy.goodbyemsg",
		"hostbuddy.automsg"
	],
	"hostbuddy.greetingmsg": {
		"greeting_msg": "%u, welcome! This is a testing server for HostBuddy, a tool for hosting Webfishing servers."
	},
	"hostbuddy.goodbyemsg": {
		"goodbye_msg": "Bye %u!"
	},
	"hostbuddy.automsg": {
		"color": "0356fc",
		"messages": ["%u", "%u is cool", "Apple", "hi eli"],
		"time": 5
	}
}

"server_name" - The name for your server (doesn't support characters like "4","|")

"server_size" - The size for your server, anything above 12 will get flagged as "Modded"

"server_type" - The visibility of your server, (Public, Unlisted, Private, Offline)

"server_request" - If True, people will need to be accepted to join.

"plugins" - If you want any plugins on your server (Every plugin needs to start with "hostbuddy.", and needs to be in the HB_Plugins directory)

"hostbuddy.pluginname" - The settings for the plugin, they should be listed on https://dsc.gg/iamkikin

%u - Player

Plugins

HostBuddy supports plugins. For ex. do you want a greeting message when someone joins your server? Well you can join https://dsc.gg/iamkikin to get the "hostbuddy.greetingmsg" plugin, and then put it in your config and plugin dir.

There are a lot more plugins for HostBuddy, so if you want more... join our Discord!

Custom Plugins

Guide at https://github.com/iamkikin-off/Kikin.HostBuddy