Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION] join/leave #16

Open
ShadyGame opened this issue Feb 6, 2024 · 8 comments
Open

[SUGGESTION] join/leave #16

ShadyGame opened this issue Feb 6, 2024 · 8 comments
Labels
enhancement New feature or request

Comments

@ShadyGame
Copy link

Hello,

It's possible to add join /leave messages in game chat for players ?

It's good to keep track of who's joining and leaving .

Also to send messages from discord to ingame chat world be great, and pre defined messages to be send every set time , like sending discord link every 1h, stuff like that .

And thanks for making this

@ShadyGame ShadyGame added the enhancement New feature or request label Feb 6, 2024
@KOOKIIEStudios
Copy link
Owner

You can already send messages using the announcement command.

We've discussed enter/leave notifications on a different thread with other users, and at the moment this is not going to come to fruition since it requires us to write our own Palworld-specific RCON library.

Scheduling messages can be done though - we can put that on the roadmap.

@ShadyGame
Copy link
Author

Sounds good, thank you for you reply

@subyoung
Copy link

subyoung commented Feb 8, 2024

@ShadyGame Actually, for join/leave message, there is another repo that uses Discord to keep track: https://github.com/steezeburger/palguybuddydude. I've also deployed this one and connected with another channel in Discord.

Maybe, @KOOKIIEStudios you may also consider combining this repo into our dependencies if that is allowed.

@KOOKIIEStudios
Copy link
Owner

@ShadyGame Actually, for join/leave message, there is another repo that uses Discord to keep track: https://github.com/steezeburger/palguybuddydude. I've also deployed this one and connected with another channel in Discord.

Maybe, @KOOKIIEStudios you may also consider combining this repo into our dependencies if that is allowed.

It's copyrighted actually. Not open source. I think.

But it's a common enough way of doing things so it shouldn't be too big of a problem.

@ShadyGame
Copy link
Author

I'll give it a try. Thanks

@ShadyGame
Copy link
Author

@ShadyGame Actually, for join/leave message, there is another repo that uses Discord to keep track: https://github.com/steezeburger/palguybuddydude. I've also deployed this one and connected with another channel in Discord.

Maybe, @KOOKIIEStudios you may also consider combining this repo into our dependencies if that is allowed.

im such a noob i dont know how to run that thing.

docker-compose up -d , nothing happens. i know its not related here sorry

@KOOKIIEStudios
Copy link
Owner

@ShadyGame Actually, for join/leave message, there is another repo that uses Discord to keep track: https://github.com/steezeburger/palguybuddydude. I've also deployed this one and connected with another channel in Discord.

Maybe, @KOOKIIEStudios you may also consider combining this repo into our dependencies if that is allowed.

im such a noob i dont know how to run that thing.

docker-compose up -d , nothing happens. i know its not related here sorry

They're dockerized. You'd need to first set up docker and docker compose. Our project isn't virtualized using docker, so forgive me but I'm not particularly inclined to provide support for someone else's project.

@ShadyGame
Copy link
Author

@ShadyGame Actually, for join/leave message, there is another repo that uses Discord to keep track: https://github.com/steezeburger/palguybuddydude. I've also deployed this one and connected with another channel in Discord.
Maybe, @KOOKIIEStudios you may also consider combining this repo into our dependencies if that is allowed.

im such a noob i dont know how to run that thing.
docker-compose up -d , nothing happens. i know its not related here sorry

They're dockerized. You'd need to first set up docker and docker compose. Our project isn't virtualized using docker, so forgive me but I'm not particularly inclined to provide support for someone else's project.

yeh im doing that right now, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants