Important
This doc is deprecated, and I am no longer working on it. Use my tool instead: https://github.com/KrisCris/Palworld-Pal-Editor KrisCris/Palworld-Pal-Editor#24
- Download Palworld-Server-Toolkit
- Migrate your server save to local.
Important
This doc is deprecated, and I am no longer working on it. Use my tool instead: https://github.com/KrisCris/Palworld-Pal-Editor KrisCris/Palworld-Pal-Editor#24
# configure here | |
service_name = "sunshine" | |
dest_ip = "10.0.0.248" | |
ports = list(range(47984, 47991)) + list(range(47998, 48001)) + [48010] | |
# do not touch the rest | |
configurations = [] | |
for port in ports: | |
# TCP Configuration |
// ==UserScript== | |
// @name 禁用b站评论区自动话题 (带蓝色搜索icon超链接的词条) | |
// @namespace https://greasyfork.org/zh-CN/scripts/447612-%E5%B9%B2%E6%8E%89%E6%96%B0%E7%89%88b%E7%AB%99%E8%AF%84%E8%AE%BA%E5%8C%BA%E7%9A%84%E6%90%9C%E7%B4%A2-%E6%94%BE%E5%A4%A7%E9%95%9C-%E8%93%9D%E5%AD%97-%E5%8A%9F%E8%83%BD | |
// @version 1.0 | |
// @description 禁用b站评论区自动话题 (带蓝色搜索icon超链接的词条) | |
// @author DuckBurnIncense, MODIFIED BY KrisCris | |
// @match *://www.bilibili.com/video/* | |
// @icon https://www.bilibili.com/favicon.ico | |
// @grant none | |
// @homepage //duckburnincense.ml/ |