2.11.3 - Async Delays issue

Added the ability to disable delays in the config
This commit is contained in:
SuperRonanCraft
2020-08-07 09:45:00 -04:00
parent 060361c6e7
commit b8930a510d
6 changed files with 28 additions and 24 deletions

View File

@@ -22,6 +22,7 @@ Settings:
Time: 10
## Time between command and actually rtp'ing, time is in SECONDS. Set to "0" to disable delay timer #
Delay:
Enabled: true
Time: 5
CancelOnMove: true
DisableUpdater: false

View File

@@ -1,5 +1,5 @@
main: me.SuperRonanCraft.BetterRTP.Main
version: '2.11.2'
version: '2.11.3'
name: BetterRTP
author: SuperRonanCraft
softdepend: [Vault, WorldGuard, GriefPrevention, Factions]