Commit Graph

111 Commits

Author SHA1 Message Date
HexedHero
9e04abd9c4 Fix storing cooldown interactions in memory for NPCs with no cooldowns 2023-05-26 04:42:26 +01:00
HexedHero
c4384c354a [CI-BUILD] 2.6.10 Release 2023-05-10 03:13:07 +01:00
HexedHero
e928bc480c Update dependencies
PlaceholderAPI 2.11.2 -> 2.11.3
Adventure 4.13.0 -> 4.13.1
Adventure Bukkit 4.2.0 -> 4.3.0
bStats 3.0.1 -> 3.0.2
2023-05-10 03:11:21 +01:00
HexedHero
4fcecb43d3 [CI-BUILD] 2.6.9 Release 2023-03-17 15:32:21 +00:00
HexedHero
0bf2bb9d4f Update dependencies
Spigot 1.19.3 -> 1.19.4
bStats 3.0.0 -> 3.0.1
Citizens 2.0.30 -> 2.0.31
Adventure 4.12.0 -> 4.13.0
2023-03-17 15:31:16 +00:00
HexedHero
900d9e9420 [CI-BUILD] 2.6.8 Release 2023-02-19 23:46:09 +00:00
HexedHero
172584e340 Fix #8 2023-02-19 23:45:14 +00:00
HexedHero
06da632c6e [CI-BUILD] 2.6.7 Release 2022-12-15 20:09:06 +00:00
HexedHero
c8fc33d9d7
Use v3 actions 2022-12-15 20:08:51 +00:00
HexedHero
41d06bb6de Update to Adventure Bukkit to 4.2.0 2022-12-15 20:07:44 +00:00
HexedHero
bcfc04a751 Update to Spigot 1.19.3 2022-12-11 13:05:37 +00:00
HexedHero
cb72ec920e
Use the correct header image 2022-12-04 00:12:38 +00:00
HexedHero
b6728a4cd2 Update depends
Adventure to 4.12.0
Adventure Bukkit to 4.1.2
maven-compiler-plugin to 3.10.1
maven-shade-plugin to 3.4.1
2022-12-04 00:06:56 +00:00
HexedHero
ff3946f9aa Update to Spigot 1.19.2 2022-08-12 22:16:45 +01:00
HexedHero
d498817873 Update to Spigot 1.19.1 and PlaceholderAPI 2.11.2 2022-07-29 15:50:33 +01:00
HexedHero
889c100e2b [CI-BUILD] 2.6.6 Release 2022-06-21 14:48:12 +01:00
HexedHero
5d3072ba4e Improve events and some misc stuff
- Move all events to monitor and use NPCRemoveByCommandSenderEvent
instead
- Fix missing tag on listener register error
- Fix an exception being ignored?
2022-06-21 14:37:53 +01:00
HexedHero
703929bc9f Make Citizens a hard depend
Fixes some issues where Bukkit would decide to load Citizens after
CitizensCMD with a high plugin count and mess things up
- Some other misc refactoring
2022-06-21 14:16:05 +01:00
HexedHero
8663ea4b0c [CI-BUILD] 2.6.5 Release 2022-06-21 03:30:24 +01:00
HexedHero
230ca331bc Update Citizens and Adventure 2022-06-21 03:30:15 +01:00
HexedHero
50c4fc9ee1 Remove async data management 2022-06-21 03:23:21 +01:00
HexedHero
f13a6de519 [CI-BUILD] 2.6.4 Release 2022-06-07 21:43:46 +01:00
HexedHero
a3b7e9eedf Remove Citizens check config setting 2022-06-07 21:43:29 +01:00
HexedHero
a9d4b999cf Update to 1.19 2022-06-07 21:38:11 +01:00
HexedHero
97382d089d [CI-BUILD] 2.6.3 Release 2022-05-03 00:34:06 +01:00
HexedHero
87cb2cf335 Completely reorder the plugin enabling to be cleaner
- Added a case for medium time display
- Reduced the tick delay for loading cooldowns and added a tick delay
for loading the datamanager
2022-05-03 00:33:39 +01:00
HexedHero
0011f2282e Move NPC remove event into the correct class 2022-05-03 00:14:38 +01:00
HexedHero
2cfd0beb6f Ignore all cancelled events 2022-05-03 00:13:14 +01:00
HexedHero
cf969e2261 [CI-BUILD] 2.6.2 Release 2022-03-31 08:13:41 +01:00
HexedHero
2d13fdc9d5 Add Adventure API 2022-03-30 19:56:00 +01:00
HexedHero
9171402668 Shade Adventure better and close on disable 2022-03-30 19:55:15 +01:00
HexedHero
1dc54dde5c [CI-BUILD] 2.6.1 Release 2022-03-30 17:31:58 +01:00
HexedHero
4dc4fb9bc1 Put Spigot url in plugin.yml for /version output 2022-03-30 17:30:34 +01:00
HexedHero
4cebc16193 Change to the complete URL 2022-03-30 17:29:41 +01:00
HexedHero
5e97685252 Shorten SpigotMC URL 2022-03-30 17:28:10 +01:00
HexedHero
1c068ff310 Remove unused util method 2022-03-30 17:24:27 +01:00
HexedHero
84d995b811 Remove old non-Adventure color and console messaging methods 2022-03-30 17:22:53 +01:00
HexedHero
95b8969cd7 Rename Mini -> MiniMessage 2022-03-30 16:24:23 +01:00
HexedHero
72edd2934b Remove random space 2022-03-22 07:38:58 +00:00
HexedHero
ed505a87bf 😂 2022-03-22 07:25:04 +00:00
HexedHero
65601ddbff Move Settings onto one line 2022-03-22 07:21:49 +00:00
HexedHero
4c0e4dbb3f Cleanup 2022-03-22 06:53:43 +00:00
HexedHero
abf8b875c0 Change plugin.yml comments 2022-03-22 06:36:07 +00:00
HexedHero
0e88c426c1 Fix Romanian bStats chart not working 2022-03-22 06:27:16 +00:00
HexedHero
8ae055d04c [CI-BUILD] 2.6.0 Release 2022-03-20 23:48:58 +00:00
HexedHero
63e858c336 Some message tweaks 2022-03-20 23:47:43 +00:00
HexedHero
5814b82923 Bunch of cleanup and fixes
- Fixed startup message when Citizens isn't installed with Adventure
- Re-added bStats
- Removed some suppresses
- Fixed compile issue with using the wrong String join
- Tweaked the minimessage internal name
- Fixed a bunch of version and shading issues
- Fixed config comment links
2022-03-20 22:34:29 +00:00
Matt
85a952f193
Fixed relocations 2022-03-20 20:58:38 +00:00
Matt
0316105d8a
Heavy update, fixed json issues, now using adventure, added minimessage 2022-03-20 20:54:15 +00:00
Matt
009b0c7667
Merge pull request #49 from HexedHero/master
Pull Hexed changes
2022-03-05 19:09:05 +00:00