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

Implement filters on respawns & allow multiple of them #762

Merged
merged 1 commit into from
Dec 31, 2020

Conversation

Pablete1234
Copy link
Member

Allows multiple respawn options defined in xml, this feature works as it did in 1.9+ PGM.

<respawns>
  <respawn delay="10s" filter="after-10m"/>
</respawns>
<respawn delay="1.5s"/>

This example respawns players by default in 1.5 seconds, but after 10 minutes the above respawn matches and players will take 10 seconds to respawn

Signed-off-by: Pablete1234 <pabloherrerapalacio@gmail.com>
@Pablete1234 Pablete1234 added the feature New feature or request label Dec 27, 2020
@Electroid Electroid merged commit fb8541a into dev Dec 31, 2020
@Electroid Electroid deleted the multiple-respawn branch December 31, 2020 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants