Commit Graph

16 Commits

Author SHA1 Message Date
Esophose cce5ccfdf3 Apply 1.1.8 changes 2019-03-20 23:34:45 -06:00
Esophose 02313e8a8f Revert 1.1.8, moved changes to Legacy-1.1.8 2019-03-16 09:28:13 -06:00
Charles dd6ea71e36 1.1.8-U1
+ Added feature in BossSpawnEvent and BossDeathEvent where u can do isAutoSpawn to check if the section is an auto spawn section
+ Fixed issue where BossSpawnEvent wasn't being called for AutoSpawn sections
2019-03-03 23:29:06 +08:00
Charles 73c7e89017 1.0.6
+ Fixed issue where AutoSpawn sections wouldn't spawn on custom location
 + Fixed issue where when u do /boss killall it doesn't update the auto spawns so they can no longer spawn
 + Fixed the auto spawn message not disabling the default boss spawn messages when set to true
 + Added more debug to explain to people why an AutoSpawn won't work (Remember you can go in the config.yml and set debug: false to disable debug messages)
 + Added Ticks to the TimeUnit conversion class
2019-02-01 21:04:23 +08:00
Charles 0dc48bf1ea 1.0.0-SNAPSHOT-U193
+ Fixed issue of AutoSpawnsPanel not listing the AutoSpawns
+ Fixed issue of AutoSpawnSpecialSettings not displaying FIREWORK_CHARGE
+ Fixed issue of AutoSpawnType not display MOB_SPAWNER
+ Fixed issue with inverted editing mode
+ Fixed issue with the AutoSpawn list displaying an inverted editing mode
+ Fixed entities not display auto spawn name
+ Fixed issue with IntervalSpawnElement not working on canSpawn
+ Fixed issue with IntervalSpawnElement#getCustomSettingActions not connecting to IntervalSpawnHandler properly
+ Fixed issue with IntervalSpawnElement SpawnRate not updating in the GUI
2019-01-09 01:53:14 +08:00
Charles a5687f8bd2 1.0.0-SNAPSHOT-U188
+ Fixed up the compiling issue
2019-01-08 19:14:49 +08:00
Charles 5670fed1e9 1.0.0-SNAPSHOT-U184
+ Updated method variables to allow for VariablePanelHandler
+ Fixed imports on AutoSpawnCustomSettingsEditorPanel
2019-01-07 20:27:04 +08:00
Charles f50c3ef772 1.0.0-SNAPSHOT-U182
+ Connected the spawn rate button
+ Added CustomSetting to the config.yml
+ Updated the AutoSpawnCustomSettingsEditorPanel
+ Updated IntervalHandler to connect with the AutoSpawn class too
+ Updated AutoSpawnCustomSettingsHandler interface
2019-01-07 18:25:30 +08:00
Charles dfc8f0d938 1.0.0-SNAPSHOT-U181
+ Added in the IntervalSpawnHandler to keep the IntervalSpawnElement from getting too clustered
+ Added all the custom setting click actions to the IntervalSpawnElement
+ Added a method to AutoSpawnManager to create a new custom click action for the auto spawn system
2019-01-07 15:34:07 +08:00
Charles e130170240 1.0.0-SNAPSHOT-U180
+ Continued to work on CustomSettings Editor
+ Renamed ICustomSettingAction to have more abstract naming
+ Updated all skills to have accurate imports, and removed any unused
2019-01-07 15:13:38 +08:00
Charles 996a6e913a 1.0.0-SNAPSHOT-U173
+ Completed the AutoSpawnInterval system
+ Updated TODO
+ Added some new suggestions to TODO
+ Added a new method to BossAPI to get BossEntity from name
2019-01-04 00:38:18 +08:00
Charles f941bb45f0 1.0.0-SNAPSHOT-U172
+ Started the implementation of the AutoSpawn spawn system
+ Updated BossAPI#spawnBoss method to allow for a boolean for custom spawn message.
2019-01-03 23:58:29 +08:00
Charles 3744dbf0cd 1.0.0-SNAPSHOT-U171
+ Added IBossDeathHandler to add custom handlers for AutoSpawn
+ Modified AutoSpawnSettings to have a new method shuffleEntitiesList for when a boss is attempted to spawn
+ Modified IntervalSpawnElement to have a new method spawnAfterLastBossIsKilled
+ Added implementation of IBossDeathHandler into BossDeathListener
2019-01-03 22:58:21 +08:00
Charles 7cb8929027 1.0.0-SNAPSHOT-U170
+ Continued to work on AutoSpawn
+ Added and completed the canSpawn method
+ Added and completed the delay handler
2019-01-03 21:41:35 +08:00
Charles 67feb1343b 1.0.0-SNAPSHOT-U169
+ Implemented TimeUnit and TimeUtil
+ Started working on the AutoSpawn system
+ Started implementing the ActiveAutoSpawnHolders
2019-01-03 19:11:31 +08:00
Charles 6badd928b7 1.0.0-SNAPSHOT-U168
+ Continued implementation of the AutoSpawn system
+ Updated the autospawns.json file to be suitable for abstract spawn type
+ Added AutoSpawnFileManager and Handler
+ Created AutoSpawnManager
2019-01-02 23:12:18 +08:00