1
0
mirror of https://github.com/nkomarn/harbor.git synced 2024-11-22 01:45:47 +01:00
Commit Graph

130 Commits

Author SHA1 Message Date
Mykyta Komarnytskyy
7ad3625614 Restore CI workflow 2020-11-13 13:57:46 -08:00
Mykyta Komarnytskyy
ce28be83ad Fix #70
This fixes the thunderstorm looping bug by forcing players out of bed immediately and only removing the world from the skipping queue after 20 ticks.
2020-11-10 10:33:51 -08:00
Mykyta Komarnytskyy
130953b216 Fix #62
Don't count sleepingIgnored() as an exclusion because this causes conflicts with other plugins. Oftentimes it's difficult to track down which plugin is causing sleeping to be ignored, so it's easier to just remove the check.
2020-11-10 10:31:37 -08:00
Mykyta Komarnytskyy
b2b3baccf4 Remove 1.6.2 configuration version checker 2020-11-10 10:29:45 -08:00
Mykyta Komarnytskyy
2c1755cab6 Bump version (1.6.3-SNAPSHOT) 2020-11-10 10:28:57 -08:00
Mykyta Komarn
4d158872d3 Force skip command + 1.6.2 2020-09-28 21:07:36 -07:00
Mykyta Komarn
c5d76a70a2 Remove unnecessary Math#max call 2020-09-28 20:24:53 -07:00
Mykyta Komarn
93b3a0424e Fix bossbar sticking on world change 2020-09-28 20:17:38 -07:00
Mykyta Komarn
76deb40cb0 Add fallback values for exclusions 2020-09-28 20:17:20 -07:00
Mykyta Komarn
6dfd8d80e1 Clarify instant skip in configuration 2020-09-28 20:17:07 -07:00
Mykyta Komarn
de06bfdaf0 Fix up fallback AFK detection system 2020-08-21 11:26:37 -07:00
Mykyta Komarn
0b02fcb696 Remove workflow
The workflow won't work anymore since Spigot 1.14 is a required dependency.
2020-08-20 12:19:34 -07:00
Mykyta Komarn
7868fb1047 Use correct fastutil location 2020-08-20 08:25:05 -07:00
Mykyta Komarn
c2a32f27e8 Clean up + more Javadocs
We're getting closer to a final, stable. *bug-free* build of refactored Harbor.
2020-08-19 17:08:41 -07:00
Mykyta Komarn
54c062816f Code refactor
Refactor a lot of Harbor's systems to eliminate use of static variables where possible. Also generally clean up a lot of old code.
2020-08-19 14:36:53 -07:00
Mykyta
9fe4e387cd
🧹 Clear cooldowns after night skip
This'll clear up some memory on lorger servers.
2020-05-06 07:06:35 -07:00
Mykyta
8ade4db803
🔨 Actually make config checker work as intended
Don't spam it on every player join. I had no brain. This is bad.
2020-05-06 07:05:55 -07:00
Mykyta
3b137b1dad
👌 Refactor the config
Include a getConfig() method to simplify things a tad.
2020-05-06 07:00:52 -07:00
Mykyta
247fb0bd10
🧹 Config warning + small cleanups
Now warn users if their config is too old for Harbor to recognize.
Clean up some formatting.
2020-04-25 08:19:34 -07:00
Mykyta
7b4c55e9a3
🌠 Use a HashSet instead of ArrayList
Harbor runs .contains() a lot, which is a lot more performant in Sets.
2020-04-24 15:45:42 -07:00
Mykyta
b5eaeeb7f1
👌 Fallback value for bossbar color
This will prevent console errors if you use the 1.6 config for 1.6.2.
2020-04-20 09:28:31 -07:00
Mykyta
560f0f1a8d
Exclude players in adventure mode 2020-04-20 08:48:47 -07:00
Mykyta
792328de46
Thunderstorm looping fix 2020-04-19 10:36:16 -07:00
Mykyta
e13660659a
Merge branch 'master' of https://github.com/nkomarn/Harbor 2020-04-19 10:35:38 -07:00
Mykyta
4524dc15f7
🧹 Cleanup + ignore vanished players in messages 2020-04-19 10:35:12 -07:00
Mykyta
7c8819bb35
Thunderstorm looping fix
Also some small cleanup and vanish checking for bed messages.
2020-04-19 06:53:23 -07:00
Mykyta
737c9bdc40
📋 Whitelist mode for worlds list 2020-04-04 20:45:03 -07:00
Mykyta
62ff190aa5
Fix up cooldowns 2020-04-04 12:40:44 -07:00
Mykyta
7644a7faad
🌿 Update build procedure and funding info 2020-04-04 11:36:14 -07:00
Mykyta
f727f2738e
⏱ Proportional acceleration 2020-04-03 21:27:10 -07:00
Mykyta
35407752c9
Cooldowns + clean up the command 2020-04-03 14:47:37 -07:00
Mykyta
b5c7f60fdd
🔨 Fix up weather clearing + improve day checking 2020-04-03 12:28:49 -07:00
Mykyta
04994edbf4
🌿 Major config refactoring 2020-04-03 10:50:28 -07:00
Mykyta
63f03458d0
💥 Nuke the auto-updater 2020-04-02 11:05:01 -07:00
Mykyta
e8de0f35c1
🌧 Independent weather toggles + instant skip 2020-04-02 10:24:32 -07:00
Mykyta
99d917177c
👻 Option to ignore vanished players 2020-03-22 08:00:14 -07:00
Mykyta
dbe2aca371
Merge branch 'master' of https://github.com/nkomarn/Harbor 2020-03-15 10:16:00 -07:00
Mykyta
ebdfb175ca
🌓 Day time configurable in ticks 2020-03-15 10:15:43 -07:00
Mykyta
54b9372886
Merge pull request #45 from JasonHorkles/patch-1
Update config.yml
2020-03-09 18:26:38 -07:00
Jason
77360a1f24
Update config.yml 2020-03-09 15:54:26 -06:00
Mykyta
3166780468
Set up Packages 2020-03-08 15:19:47 -07:00
Mykyta
3004125ef9
🔥 Update workflows 2020-03-08 14:54:15 -07:00
Mykyta
233116061d
🙌 Bossbar feature + Robust AFK system 2020-02-21 21:00:28 -08:00
Mykyta
0c616035c6
🌟 Fix up chat messages and add forceskip! 2019-12-29 12:28:06 -08:00
Mykyta
71dbe4e164
📣 Add bed chat messages back in 2019-12-22 19:11:03 -08:00
Mykyta
58f074a4ac
👆 Bump API version to 1.14 2019-11-13 18:28:52 -08:00
Mykyta
bb7dfde0f0
Async update check 2019-11-11 10:01:37 -08:00
Mykyta
d018365dfc
🎺 Gave the README a facelift! 2019-11-08 19:44:11 -08:00
Mykyta
43d4e77f7a
🌈 Final touches! 2019-11-08 19:11:27 -08:00
Mykyta
510fd352c6
🥇 Release candidate! 2019-11-08 17:07:46 -08:00