forked from MrGeorgen/2smart2wait
fixed spelling mistake
This commit is contained in:
@ -6,7 +6,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa
|
|||||||
- use the play command if you to play at a specified time
|
- use the play command if you to play at a specified time
|
||||||
- chunk caching
|
- chunk caching
|
||||||
- stores the minecraft login token to avoid account blocking
|
- stores the minecraft login token to avoid account blocking
|
||||||
- antiAFK pulgin bypass
|
- antiAFK plugin bypass
|
||||||
|
|
||||||
# How to install
|
# How to install
|
||||||
1. Download node.js and install it. On non-windows platforms, you also need npm.
|
1. Download node.js and install it. On non-windows platforms, you also need npm.
|
||||||
|
|||||||
@ -2,8 +2,9 @@
|
|||||||
"name": "2smart2wait",
|
"name": "2smart2wait",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "feature rich fork of 2bored2wait",
|
"description": "feature rich fork of 2bored2wait",
|
||||||
"main": "discordBot.js",
|
"main": "src/main.js",
|
||||||
"author": "MrGeorgen",
|
"author": "MrGeorgen",
|
||||||
|
"repository": "git://git.redstoneunion.de/MrGeorgen/2smart2wait.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "(cd src && node main.js && cd -)"
|
"start": "(cd src && node main.js && cd -)"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user