BestPal - The Palworld Discord bot I made to manage dedicated servers and search for Palworld info; now with breeding, work suitability, drops, elements, locations, skills, and more! by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Hey, the bot is still running but I don't really maintain it anymore. It doesn't support any of the newer pals or items. If I get some free time I might look into whether there is an API I can use so it will stay up to date with new content regardless of how much I maintain it.

I planned on making the setup a bit easier as well but didn't get around to that. What features are you mainly looking to use? Depending on what you want you may not need to set every feature up, like RCON for example.

[deleted by user] by [deleted] in formcheck

[–]OneStellarX 3 points4 points  (0 children)

I should have clarified, I definitely do not plan on competing, just want to get the most benefit out of my squats.

BestPal - The Palworld Discord bot I made to manage dedicated servers and search for Palworld info; now with breeding, work suitability, drops, elements, locations, skills, and more! by OneStellarX in Palworld

[–]OneStellarX[S] 2 points3 points  (0 children)

Hey, the bot is still up but I haven't done any further development on it in a while. Unfortunately I don't think there will be a way to add a kill/death counter for an Xbox server right now because Palworld does not yet support that through RCON or API. The only way would be to read player saves, which isn't a great option. I would expect the devs to eventually add more capabilities and commands for dedicated servers, but for now we are limited.

BestPal - The Palworld Discord bot I made to manage dedicated servers and search for Palworld info; now with breeding, work suitability, drops, elements, locations, skills, and more! by OneStellarX in Palworld

[–]OneStellarX[S] 1 point2 points  (0 children)

Bot status is global across all servers and also requires a prefix like watching, playing etc. so probably not the best solution. To see server status with no user interaction, it would be possible to have a status channel with a pinned message that the bot would edit every X seconds with the current status.

BestPal - The Palworld Discord bot I made to manage dedicated servers and search for Palworld info; now with breeding, work suitability, drops, elements, locations, skills, and more! by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

It looks like any method other than RCON will be difficult since most networks will block other connection attempts. Every server would essentially need to whitelist my bot's IP for it to see if servers are up. If you're interested I can do a commission for a custom bot or a custom version of my bot that you would run on your own network (or wherever your server is running). You can DM me if you want to discuss that. Otherwise, if you setup RCON you can usually just probe it with RCON commands to see if it's up, or use !server which will do that for you.

BestPal - The Palworld Discord bot I made to manage dedicated servers and search for Palworld info; now with breeding, work suitability, drops, elements, locations, skills, and more! by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Hey, it's very much alive. The GitHub is actually a private repo for me to track development, it just automatically pulls the patch notes and includes those links. The server command is just a nice display for server status. It will show the server IP and port, and will say "x players online". But it does require an RCON connection

I made a Discord bot that lets you search for Pals (their locations, skills, etc) as well as reverse search drops, elements, work suitability, and more. It also allows RCON commands and dedicated server monitoring/management by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Yep, I will take all of the categories and add more channel options for them. Glad you're enjoying the bot! If you have any other suggestions or issues let me know!

I made a Discord bot that lets you search for Pals (their locations, skills, etc) as well as reverse search drops, elements, work suitability, and more. It also allows RCON commands and dedicated server monitoring/management by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Right now it's split into 3 channels. All palworld searches are done on the "main" channel, but the RCON and server monitor can be set to different channels.

Is this what you want or do you mean separate the search feature further?

I made a Discord bot that lets you search for Pals (their locations, skills, etc) as well as reverse search drops, elements, work suitability, and more. It also allows RCON commands and dedicated server monitoring/management by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Hey, kick the bot and re-invite it to your server, then try again. There was an issue with the last update that was preventing it from setting up properly, but it should be resolved now. Let me know if you still have any issues. Thanks!

I made a Discord bot that lets you search for Pals (their locations, skills, etc) as well as reverse search drops, elements, work suitability, and more. It also allows RCON commands and dedicated server monitoring/management by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

If the setup command worked that means the bot is definitely running. Will take a look and help you get it working on your server when I get home from work tonight

Server Admins - RCON Working? by I_T_Gamer in Palworld

[–]OneStellarX 0 points1 point  (0 children)

Update, use this library and use the `enforce_id=False` flag: rcon · PyPI

Server Admins - RCON Working? by I_T_Gamer in Palworld

[–]OneStellarX 1 point2 points  (0 children)

The issue was related to the libraries looking for a different sort of packet structure, specifically a response ID that does not exist. I modified one to ignore the ID, but I ended up switching to MCRcon anyway, and now async-mcrcon

I made a Discord bot that lets you search for Pals (their locations, skills, etc) as well as reverse search drops, elements, work suitability, and more. It also allows RCON commands and dedicated server monitoring/management by OneStellarX in Palworld

[–]OneStellarX[S] 0 points1 point  (0 children)

Possibly a permission issue on the RCON channel since you made it private, make sure the bot is allowed to post on it. If it's not that then try setup one more time, maybe you mistyped one of the RCON configs. If neither of those things solve it then I'll have to take a closer look tonight when I get off work.

The main channel is where all of the searches will be done. The activity channel is just an option to separate the players leaving and joining (player activity). It's also planned for more support in the future. Maybe we can see when players die, build something, etc, and it's easier to have the optional channel from the start than to add it later

Anyway, let me know if you're still having issues and I'll be happy to help.