0.2.2 (2024-01-14)
- change output jar path" (102c53a)
0.2.1 (2024-01-14)
- update Spigot and MV-Core (0b09193)
0.2.0 (2022-08-30)
- fix enum entry class access modifier (ac2e167)
- remove
UseCase#(add|remove)World
and add#setWorlds
(844b9fc)
0.1.0 (2022-08-29)
- /regen run schedule update nextDateTime of schedule (4cee934)
- /rw regen -> /rw run (81ed86c)
- add ChatColor (7448376)
- BranchedExecutor should have the options with PrintUsageExecutor (7380a4d)
- call WorldRegenEvent when regen (ea81016)
- change interval type to Long (8f41aff)
- enum#fromString ignores string case (1429183)
- execute in ContextualExecutor (d44f1f3)
- fix cast type (e88673c)
- fix command call (34ef679)
- fix err msg (d7308c7)
- fix list index (c380315)
- fix registered command name (c7797d6)
- fix typo (fd7d020)
- fix var name (e83874e)
- GenerationSchedule#finish always plus Interval to now (ac7e1f2)
- Interval init may throw Exception (a969dac)
- make repo impl case class (8644aa7)
- nextDateTime must be now plus Interval (09e8337)
- notify schedule remove success (2f0298a)
- pretty print for schedules list (9e66dfd)
- read and write directly from config (304ec91)
- remove duplicated deps check (0fb374f)
- save default config on enable (93db219)
- Use Unit instead of () (15d2847)
- use UseCase#add (765979f)
- use ZonedDateTime (e2ad9ed)
- コマンドメッセージをわかりやすく (33744bd)
- 何も変更がないときに、何かしらを変更するメソッドたちがRepository#saveを呼ばないように (ac59d0d)
- add /rw regen (ecabaf1)
- add /rw regen schedule (88a248e)
- add /rw schedule remove (4c636b2)
- add
/rw help
(f304ea0) - add an exception in CommandException (a565fa7)
- add arg parsers (ff25ef1)
- add Clock trait (8c93ff4)
- add config.yml (43bc097)
- add ContextualExecutor (b361c2d)
- add DateTimeUnit enum (9cbaa65)
- add DateTimeUnit#fromAliasString (49a43fa)
- add domains (34a4fbf)
- add EchoExecutor (b681e7d)
- add extension fun of Result (b4f4114)
- add extension to convert Throwable to OriginalException (456c3d9)
- add GenerationScheduleUseCase#add (067571e)
- add infra (44afdfa)
- add init and finish method for GenerationSchedule (98f4783)
- add Interval domain (ffdd9b4)
- add Listener (5d8a84d)
- add ListSchedules Command (b980c68)
- add main class (979d68f)
- add Multiverse object (5ad50a9)
- add OriginalException (10fde7c)
- add package object in ContextualExecutor and replace Either (209064d)
- add parseArguments fun to ContextualExecutor (db29e54)
- add ParseException (fbf3611)
- add parser to parse uuid (5ab20f3)
- add plugin.yml (5cd4b67)
- add PreRegenWorldEvent (f15c7aa)
- add presenter (3969408)
- add PrintUsageExecutor (2e9ec61)
- add RegenWorldEvent (65dca1b)
- add Setting (f248af3)
- add some exceptions (7d3976c)
- add some exceptions (15b8121)
- add usecases (6c2e830)
- add WorldRegenerator (a8fcd77)
- check deps on enable (61db455)
- impl /rw schedule add (5dcf7fe)
- impl changeInterval (873ef1b)
- impl some method for Usecase (0f3bff5)
- pass reloadConfig fun to impl (1b38120)
- Some exceptions should have a helper var (1cb56ea)
- use Interval (0e42ed7)