- minecraft token caching
- bug fixes
This commit is contained in:
14
README.md
14
README.md
@ -1,6 +1,12 @@
|
||||
# 2smart2wait
|
||||
A fork of the popular proxy to wait out 2b2t.org's way too long queue.(https://github.com/surprisejedi/2lazy2wait)
|
||||
|
||||
# Features
|
||||
- costum ETA calculator
|
||||
- use the play command if you to play at a specified time
|
||||
- chunk caching
|
||||
- stores the minecraft login token to avoid account blocking
|
||||
|
||||
# How to install
|
||||
1. Download node.js and install it. On non-windows platforms, you also need npm.
|
||||
2. Download this repository with the green button (top right of this page). If you downloaded it as zip, unzip it.
|
||||
@ -25,6 +31,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue.(https://g
|
||||
All commands can be used through discord or the cli.
|
||||
- 'start' will start the queue. It takes between 15-30 seconds for the bot to update with the queue position.
|
||||
- 'start 14:00' will start at 2pm.
|
||||
- 'play 8:00' will try to calculate the right time to join so you can at 8:00
|
||||
- 'update' will send an update to the current channel with your position and ETA.
|
||||
- 'stop' will stop the queue.
|
||||
|
||||
@ -39,10 +46,3 @@ Do not repeatedly stop and start the queue, eventually you will not be able to l
|
||||
- Some people report not being able to ride animals using this proxy.
|
||||
- 2b2t sometimes bugs out and removes you from the queue without telling you. In this case, your queue position will no longer move. Reconnect to fix this.
|
||||
- If you connect after the the queue is finnished or reconnect the proxy will send cached chunk data. Otherwise you would fly in a emtpy world. Other data however like entities are not chached and will not displayed correctly. You can move out of render distance and come back to fix this issue. Sometimes the client renders a cached chunk with a blank texture.
|
||||
|
||||
# Todo
|
||||
- [x] Mention you once you get below 30 queue
|
||||
|
||||
- [ ] Calculate the perfect time to join the queue based on queue size/eta. (E.g aim to join 2b2t between 8-9pm)
|
||||
|
||||
- [ ] Replace the 2b2t ETA calculator
|
||||
|
||||
Reference in New Issue
Block a user