Releases: MedveMarci/RespawnTimer
1.3.0
Breaking Changes
- Timer files are now located directly in the
RespawnTimer/config folder instead ofRespawnTimer/DefaultTimer/- Automatic migration: on first load the plugin moves your existing files from
DefaultTimer/to the new location
- Automatic migration: on first load the plugin moves your existing files from
Changes
- Removed multi-timer support — the plugin now uses a single timer for all players
- The
Timersdictionary has been removed from the config
- The
- Timer files (
TimerBeforeSpawn.txt,TimerDuringSpawn.txt,Hints.txt) are now downloaded automatically on first load- If all files are missing the full
RespawnTimer.zipis extracted - If only specific files are missing only those are downloaded and extracted
- If all files are missing the full
- 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
1.2.0
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
- Added RueI support by @MedveMarci in #12
Full Changelog: 1.1.4...1.2.0
1.1.4
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
- Updated to LabApi 1.1.4 by @MedveMarci in #11
Full Changelog: 1.1.3...1.1.4
1.1.3
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
- DeltaPatch Compatibility by @MedveMarci in #10
Full Changelog: 1.1.2...1.1.3
1.1.2
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
- Fixed blinking hint by @MedveMarci in #9
Full Changelog: 1.1.1...1.1.2
1.1.1
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
- Fixed not showing when joined the server by @MedveMarci in #7
1.1.0
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
- Added Version and Log Manager by @MedveMarci in #1 and #2
- Added basegame hint support by @MedveMarci in #3
- Added Discord Server to ReadMe and to the version message
Full Changelog: 1.0.0...1.1.0
1.0.0
- Added Version and Log Manager