1
0
mirror of https://github.com/nkomarn/harbor.git synced 2024-06-27 07:14:45 +02:00
Commit Graph

79 Commits

Author SHA1 Message Date
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
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
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
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
Jason
77360a1f24
Update config.yml 2020-03-09 15:54:26 -06: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
43d4e77f7a
🌈 Final touches! 2019-11-08 19:11:27 -08:00
Mykyta
510fd352c6
🥇 Release candidate! 2019-11-08 17:07:46 -08:00
Mykyta
eeb98044ad
🍉 Some more work on the update system! 2019-11-08 07:35:43 -08:00
Mykyta
9f06cecd2c
🎺 Added back in some of the command functions 2019-11-05 08:05:44 -08:00
Mykyta
021ea69d73
⚙ Starting to clean things up 2019-10-10 07:06:45 -07:00
Mykyta
e525fca31c
🔨 Refactoring some stuff 2019-10-09 07:05:09 -07:00
Roland von Rotz
e3f5d63da8 Chat messges should go only to players in the same world 2019-10-04 21:04:54 +02:00
Roland von Rotz
b496a022c9 Add time skip interval to config and more refactoring 2019-10-01 23:09:53 +02:00
Roland von Rotz
ca00415213 Hopefully fix messages 2019-10-01 21:12:56 +02:00
Roland von Rotz
1ae113328d Register Listener 2019-10-01 10:48:14 +02:00
Roland von Rotz
a9b9932a08 Add BedEnter/BedLeave Events & continue refactoring 2019-10-01 10:31:29 +02:00
Roland von Rotz
ece82c9e7f Add BedEnter/BedLeave Events & continue refactoring 2019-10-01 09:45:06 +02:00
Roland von Rotz
1b75e88799 Refactoring 2019-09-29 16:58:58 +02:00
Roland von Rotz
5d5710af91 Perhaps fixing needed count 2019-09-29 16:48:08 +02:00
Roland von Rotz
a1357648ff Englisch message 2019-09-23 09:13:37 +02:00
Roland von Rotz
bc2977d6ce Make Harbor work again 2019-09-23 09:11:19 +02:00
Mykyta
a2b254afd9
📋 Add some more messages back and reformat config 2019-09-19 21:18:45 -07:00
Mykyta
8cb28d96be
🌈 Getting closer to full release! 2019-09-19 20:13:47 -07:00