Esophose
9dcf8d5b60
WorldGuard 7.0.0 support
2019-08-03 14:02:10 -06:00
Stefano
55a081c5cc
Update Message.java (Someone forgot to change the message)
2019-08-03 11:40:12 -06:00
Esophose
5f80888524
Spawner/Killer replacements in onDeath messages/commands
2019-07-04 12:05:11 -06:00
Esophose
7f4a1ad4de
Update .gitlab-ci.yml
2019-05-19 10:39:26 +00:00
Esophose
147fa86c3e
Rewrite boss/minion tracking to use UUID instead
2019-05-19 03:57:21 -06:00
Esophose
4d9186613d
Fix extra bracket
2019-05-19 01:53:36 -06:00
Esophose
af5a46e06a
Added boss spawn failure debug messages
2019-05-19 01:50:54 -06:00
Esophose
32181ed01a
PlaceholderAPI support for interval autospawn timers
2019-05-19 01:23:38 -06:00
Esophose
25734f5415
Fix add commands, add %player% and {name} on item spawn
2019-05-18 23:01:12 -06:00
Esophose
f98678ebfe
Version
2019-05-10 19:12:07 -06:00
Esophose
e6f3687ebd
Fix poison spelling error
2019-05-02 22:18:42 -06:00
Esophose
09421b4c8d
Update .gitlab-ci.yml
2019-04-11 08:54:30 +00:00
Esophose
07337383ae
Update .gitlab-ci.yml
2019-04-11 08:51:15 +00:00
Esophose
3f69530947
Update .gitlab-ci.yml
2019-04-11 08:00:51 +00:00
Esophose
93fc8288bd
Make slime and magma cube bosses have a default size of 4
2019-04-09 18:08:08 -06:00
Esophose
9d674151ba
Version
2019-04-09 17:17:02 -06:00
Esophose
47c459ac7c
Fix boss skills not triggering when being shot with arrows
2019-04-09 17:06:55 -06:00
Esophose
fe796e255f
Version
2019-04-06 01:05:30 -06:00
Esophose
e2b3cad2ad
Fixed custom skill messages
2019-04-06 00:34:44 -06:00
Esophose
6c276e3b26
Fix bug where boss/minions would attack each other
2019-04-05 22:06:26 -06:00
Esophose
23eec833c0
Make version number more reasonable
2019-03-21 02:59:38 -06:00
Esophose
9f6a409652
Fix NPEs
2019-03-21 02:51:54 -06:00
Esophose
ea480be11a
Fix incorrect message
2019-03-21 01:06:09 -06:00
Esophose
503b086b71
Make debug output actually toggle with the setting
2019-03-21 00:31:51 -06:00
Esophose
34f0ac8a6a
Versioning
2019-03-20 23:40:37 -06:00
Esophose
cce5ccfdf3
Apply 1.1.8 changes
2019-03-20 23:34:45 -06:00
Esophose
f1f4fd9c49
Update dependencies
2019-03-18 21:57:22 -06:00
Esophose
d6ea6bf708
Remove .idea/ folder
2019-03-18 20:30:45 -06:00
Esophose
02313e8a8f
Revert 1.1.8, moved changes to Legacy-1.1.8
2019-03-16 09:28:13 -06:00
Esophose
9eb74f9fcd
Merge branch 'Legacy' into 'Legacy'
...
COMPLETE: 1.1.8-U4 (Legacy)
See merge request Songoda/EpicBosses!2
2019-03-10 22:53:25 +00:00
Charles
cd4ca1582d
1.1.8-U4
...
+ Added a custom setting for Cage skill duration to be configurable
2019-03-04 00:19:28 +08:00
Charles
8f1e6a01aa
1.1.8-U4
...
+ Added a custom setting for Cage skill duration to be configurable
2019-03-04 00:18:14 +08:00
Charles
99c9ddfbb9
1.1.8-U3
...
+ Fixed the default drop table type editor lore showing the skill type lore
2019-03-03 23:35:19 +08:00
Charles
bcbb4edabe
1.1.8-U2
...
+ Fixed issue where TopDamagerTargetHandler wasn't targeting anyone due to forgetting to flip a boolean
2019-03-03 23:33:05 +08: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
866d437f05
1.0.8-U1
...
+ Fixed issue where blocked/whitelisted regions weren't set up (were commented out with "TODO" posted)
2019-02-12 21:57:40 +08:00
Charles
fff79bb005
1.0.7-U3
...
+ Updated pom.xml to support new repository from Songoda
2019-02-04 22:30:42 +08:00
Charles
d3f0bbf5cd
1.0.7-U2
...
+ Fixed issue with give droptables not finding the correct damager
+ Fixed issue with VaultHelper economy get method being overriden
2019-02-03 02:07:52 +08:00
Charles
aa21a516b7
1.0.7-U1
...
+ Fixed issue when creating new AutoSpawn sections not being able to load Custom Settings
2019-02-02 01:03:20 +08:00
Charles
84c1278a85
1.0.6-U2
...
+ Fixed unneeded location print in debug console
2019-02-01 21:08:14 +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
8a71c487f7
1.0.5
...
+ Fixed issue with potion effects lagging the server
+ Fixed issue with potion effect types not being compatible in 1.8.8 or other versions
+ Fixed issue with PotionEffectConverter throwing NPE if input is null
+ General Project clean up
+ Fixed /boss new autospawn command not working
2019-02-01 01:56:04 +08:00
Charles
ab697c73cd
1.0.4
...
+ Fixed AutoSpawn systems not spawning
+ Fixed debug saying mechanic failed because I flipped the boolean
2019-01-30 01:21:14 +08:00
Charles
b0b00f899e
1.0.3-U3
...
+ Removed the debug message which was spamming console
2019-01-28 18:20:11 +08:00
Charles
8fd00c1d38
1.0.3-U2
...
+ Fixed issue where aSkyblock Hook wasn't set up
+ Fixed issue with AddItem Panels not re-directing to the previous panel
2019-01-28 00:33:59 +08:00
Charles
713f79552c
1.0.3-U1
...
+ Fixed issue with removing Items from the EpicBosses Item Database
2019-01-24 01:43:40 +08:00
Charles
3198dafd4b
1.0.2-U2
...
+ Fixed issue with AddItems Panel duplicating buttons to the bottom panel
+ Fixed issue with Lower versions (running Legacy build) having issues with enchanted items
2019-01-24 01:18:35 +08:00
Charles
5fad88bb5c
1.0.2-U1
...
+ Fixed issue with BossSpawnTextEditor displaying wrong message
2019-01-23 02:33:18 +08:00
Charles
2d56b90ce1
1.0.1
...
+ Fixed issue with Vault not connecting to the plugin properly when using CMI instead of Essentials
+ Improved the message handling for start-up/shut-down
+ Added aspect to disable the plugin when it has issues loading
2019-01-23 02:03:48 +08:00
Charles
7ec14ec2a1
1.0.0-SNAPSHOT-U204
...
+ Updated the create new boss entity to have a default targeting
2019-01-22 20:29:47 +08:00