LOOHP
642c7bd5f4
Minecraft 1.21
2024-06-14 21:00:41 +01:00
LOOHP
dfbbc49f67
Fixed ServerboundChatCommandPacket
2024-05-27 23:24:55 +01:00
LOOHP
af380214ef
Skip encoding not-implemented item data components
2024-05-27 00:17:28 +01:00
LOOHP
c260a9cc1f
Update README.md
2024-05-09 01:56:39 +01:00
LOOHP
3d651bba67
Minecraft 1.20.6
2024-05-09 01:56:08 +01:00
LOOHP
3c72978f08
Merge pull request #68 from Sculas/master
...
fix: Fix getting stuck on "Loading terrain" since 1.20.4
2024-03-25 22:07:09 +00:00
LOOHP
8ec7d322d8
Clean up & Format
2024-03-25 22:03:24 +00:00
Sculas
01d2a3e528
fix: Fix chunk updates not being sent properly
2024-03-25 18:22:44 +01:00
Sculas
342404f586
style: fix formatting
2024-03-20 19:01:59 +01:00
Sculas
f48c48e6e5
refactor: get mappings from jar rather than file
2024-03-20 18:19:45 +01:00
Sculas
6e12d17cd4
fix: fix 1.20.4 getting stuck on loading terrain
2024-03-20 18:14:31 +01:00
Sculas
f236a9b01e
fix: don't spam empty chunk packets
2024-03-20 18:12:48 +01:00
LOOHP
a0c68a8b87
Update README.md
2024-01-06 23:29:38 +00:00
LOOHP
0a919303b6
Minecraft 1.20.4
2023-12-15 00:09:42 +00:00
LOOHP
f4ed5d0f53
Wait for ServerboundLoginAcknowledgedPacket
2023-09-30 18:13:08 +01:00
LOOHP
32499372bf
Minecraft 1.20.2
...
If only it was as simple as #64
2023-09-24 15:56:36 +01:00
LOOHP
10c5915d71
Update README.md
2023-09-24 15:55:47 +01:00
LOOHP
d3f674bcf2
Update README.md
2023-06-26 17:02:51 +08:00
LOOHP
8083e7b1b0
Minecraft 1.20.1
2023-06-26 17:01:21 +08:00
LOOHP
4f5436758f
Update README.md
2023-06-07 22:12:44 +01:00
LOOHP
1f021007a1
Minecraft 1.20
2023-06-07 22:11:02 +01:00
LOOHP
0159361eec
Merge branch 'master' of https://github.com/LOOHP/Limbo
2023-03-16 02:49:15 +00:00
LOOHP
f99befc4c2
Bump Adventure version
2023-03-16 02:49:08 +00:00
LOOHP
83a918454e
Update README.md
2023-03-16 02:45:52 +00:00
LOOHP
cfd8a0ab2c
Minecraft 1.19.4
2023-03-16 02:44:42 +00:00
LOOHP
ba0f98b6c7
ConnectionEstablishedEvent
2023-01-10 15:27:15 +00:00
LOOHP
9f2c426a50
Catch plugin enable disable errors
2023-01-10 15:03:58 +00:00
LOOHP
69bd4a8f6f
Fixed receiving signed chat
2022-12-16 13:43:13 +00:00
LOOHP
35c6b748c9
Inventories!
2022-12-09 16:41:59 +00:00
LOOHP
949d2f34d7
Inventories! (Part 1)
2022-12-09 02:40:16 +00:00
LOOHP
ca186938f4
Fixed chat packets
2022-12-08 17:43:13 +00:00
LOOHP
081776e4fe
Use Adventure Key replacing NamespacedKey
2022-12-08 12:22:18 +00:00
LOOHP
9193d907d1
Implemented Bossbar & Sounds Partially
2022-12-08 02:35:37 +00:00
LOOHP
8dd92345d4
Update README.md
2022-12-07 21:40:37 +00:00
LOOHP
50fd145d77
Minecraft 1.19.3
2022-12-07 21:38:20 +00:00
LOOHP
c720a0fd67
Clean up whitelist changes
2022-12-07 19:13:46 +00:00
LOOHP
f8bad7fa14
Merge pull request #57 from tadhunt/allowlist
...
player allow/deny via addition of support for allowlist.json
2022-12-07 18:56:12 +00:00
Tad Hunt
a797e89c14
change allowlist implementation to HashMap & don't leak the implementation outside of the ServerProperties class
2022-11-06 09:54:54 -07:00
Tad Hunt
2c2285b54c
add updated server properties missed in last commit
2022-11-05 14:40:37 -06:00
Tad Hunt
d3b0aba94f
Flesh out allowlist handling
...
Addresses comments from https://github.com/LOOHP/Limbo/pull/57#issuecomment-1304543589
In particular:
* Functionality now matches other server types
* only enforce the allowlist if a new "enforce-allowlist"
boolean in server.properties is set to true
* Loads and process the allowlist only once when the server starts (or
the reload command is executed), instead of every time a user connects.
* Add a new command & associated permissions "allowlist reload"
to reload the allowlist
2022-11-05 14:32:25 -06:00
Tad Hunt
898fe20b14
add allowlist processing
2022-11-04 18:36:56 -06:00
LOOHP
e88656b1bf
Default reduced debug info to true
2022-09-30 15:57:00 +01:00
LOOHP
bcf9d0a450
Bump version
2022-09-30 15:50:21 +01:00
LOOHP
027a552468
Merge pull request #55 from tadhunt/fix-issue-54
...
Teach Loohp-Limbo how to login clients connecting via floodgate
2022-09-30 15:49:53 +01:00
Tad Hunt
23dfbd0df2
fix whitespace
2022-09-30 08:27:14 -06:00
Tad Hunt
4d1fade2e7
Merge remote-tracking branch 'upstream/master' into fix-issue-54
2022-09-29 16:15:32 -06:00
Tad Hunt
a1ba8fc0b1
conditionalize debug messages on debug flag
2022-09-29 16:08:15 -06:00
Tad Hunt
39d90d79ff
revert extraneous .gitignore changes
2022-09-29 15:25:28 -06:00
LOOHP
c6d6089f8d
Merge pull request #53 from tadhunt/fix-issue-51
...
A fix for Incorrect Payload Received in KeepAlive packet for player <XXX>
2022-09-26 22:31:42 +01:00
Tad Hunt
70caa3cd0a
handle floodgate stuff in login packets
2022-09-26 14:41:12 -06:00