Skip to content

Releases: MedveMarci/RespawnTimer

1.3.0

01 Apr 20:05
33885bb

Choose a tag to compare

Breaking Changes

  • Timer files are now located directly in the RespawnTimer/ config folder instead of RespawnTimer/DefaultTimer/
    • Automatic migration: on first load the plugin moves your existing files from DefaultTimer/ to the new location

Changes

  • Removed multi-timer support — the plugin now uses a single timer for all players
    • The Timers dictionary has been removed from the config
  • Timer files (TimerBeforeSpawn.txt, TimerDuringSpawn.txt, Hints.txt) are now downloaded automatically on first load
    • If all files are missing the full RespawnTimer.zip is extracted
    • If only specific files are missing only those are downloaded and extracted
  • Improved console output during file downloads — missing files are listed clearly with colored log entries
  • Added TimerAPI. Read more in the README.md.

File Structure

configs/
└── RespawnTimer/
    ├── TimerBeforeSpawn.txt
    ├── TimerDuringSpawn.txt
    ├── Properties.yml
    └── Hints.txt

1.2.1

20 Jan 12:51
c197abf

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

29 Dec 17:58
77a40dd

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll, if RueI download the RespawnTimer-RueI.dll else you need to download RespawnTimer.dll
If there are multiple RespawnTimer loaded only one of them will work!

What's Changed

Full Changelog: 1.1.4...1.2.0

1.1.4

25 Oct 10:52
4f056fd

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll else you need to download RespawnTimer.dll

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

16 Oct 13:19
ac49cd0

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll else you need to download RespawnTimer.dll

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

04 Oct 11:26
0c7c5b5

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll else you need to download RespawnTimer.dll

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Sep 10:51
f5336a0

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll else you need to download RespawnTimer.dll

What's Changed

1.1.0

03 Sep 23:35

Choose a tag to compare

Warning

You need to download only 1 .dll
If you're using HintServiceMeow then download the RespawnTimer-HSM.dll else you need to download RespawnTimer.dll

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

02 Sep 07:59

Choose a tag to compare

  • Added Version and Log Manager