You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ A video of me going through the guide [can be found here](https://www.youtube.co
35
35
1. Download 'SkyBlockProxy.jar' from the releases page [here](https://github.com/Swofty-Developments/HypixelSkyBlock/releases/tag/latest)
36
36
2. Download the Velocity proxy from [here](https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds/463/downloads/velocity-3.4.0-SNAPSHOT-463.jar)
37
37
3. Download `velocity.toml` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration) and move it to where you want your Proxy server to run.
38
-
4. Move your Velocity proxy JAR into that folder aswell, and run the proxy using `java -jar velocity-3.4.0-SNAPSHOT-463.jar` as a command in that directory.
38
+
4. Move your Velocity proxy JAR into that folder as well, and run the proxy using `java -jar velocity-3.4.0-SNAPSHOT-463.jar` as a command in that directory.
39
39
5. Close this proxy once it has generated the `plugins` folder, just by pressing `CTRL + C` or closing the CMD Prompt.
40
-
6. Move the `SkyBlockProxy.jar` from earlier into the plugins folder.
40
+
6. Move the `SkyBlockProxy.jar` from earlier into the plugins' folder.
41
41
7. Make a new folder where your `velocity.toml` is and call it `configuration`
42
42
8. Download `resources.json` from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration)
43
43
9. Move this file into the `configuration` folder you just made.
@@ -62,7 +62,7 @@ A video of me going through the guide [can be found here](https://www.youtube.co
62
62
16. (OPTIONAL) If you wish to have Songs on your server, copy the `songs` folder from [here](https://github.com/Swofty-Developments/HypixelSkyBlock/tree/master/configuration), and put it inside your configuration folder.
63
63
64
64
### Service Setup Guide
65
-
1. Due to the nature of SkyBlock, there may be a variety of services that need to be ran. Go to the releases page [here](https://github.com/Swofty-Developments/HypixelSkyBlock/releases/tag/latest) and download any .JAR files that start with `Service`.
65
+
1. Due to the nature of SkyBlock, there may be a variety of services that need to be run. Go to the releases page [here](https://github.com/Swofty-Developments/HypixelSkyBlock/releases/tag/latest) and download any .JAR files that start with `Service`.
66
66
2. Move these JAR files into the same directory as your Game Servers, they will share the configuration JSON with the services.
67
67
3. Run them using `java -jar {Insert the JAR file}`.
68
68
@@ -80,13 +80,13 @@ A video of me going through the guide [can be found here](https://www.youtube.co
80
80
## 🐋 Running with Docker
81
81
- Install the git repository using `git clone https://github.com/Swofty-Developments/HypixelSkyBlock.git
82
82
83
-
Most parts about downloading and setting up files will be automated for you but you will need to add the following files to the `configuration` folder:
83
+
Most parts about downloading and setting up files will be automated for you, but you will need to add the following files to the `configuration` folder:
84
84
85
-
- Download the [world files for the Hub and Island worlds.](https://www.mediafire.com/file/5oko5y8h7uj6i9z/world.zip/file). Make sure they are named as **world.zip**
85
+
- Download the [world files for the Hub and Island worlds](https://www.mediafire.com/file/5oko5y8h7uj6i9z/world.zip/file). Make sure they are named as **world.zip**
86
86
87
87
- In your configuration file Remove the default `resources.json` and rename `resources.json.docker` to `resources.json`
88
88
89
-
## Running the contaniners!
89
+
## Running the containers!
90
90
91
91
- (Recommended) Install Docker Desktop from [here](https://www.docker.com/products/docker-desktop).
92
92
- Open Docker Desktop/Docker and ensure that it is running.
@@ -102,7 +102,7 @@ docker-compose up --build
102
102
```bash
103
103
docker-compose up --build -d
104
104
```
105
-
> Note: If you have already runned the server before with `docker-compose up --build` you can just run `docker-compose up` to start the server without rebuilding the images making it faster.
105
+
> Note: If you have already run the server before with `docker-compose up --build` you can just run `docker-compose up` to start the server without rebuilding the images making it faster.
106
106
107
107
- To stop the containers, you can use:
108
108
@@ -138,7 +138,7 @@ and then run the service command inside there. It will create its own screen ses
138
138
## Common Issues
139
139
1.`redis.clients.jedis.exceptions.JedisConnectionException: Failed to connect to any host resolved for DNS name.`
140
140
141
-
=> Your Memurai isn't running.
141
+
=> Your Memurai isn't running. If this can not be fixed, try out [this](https://github.com/tporadowski/redis/releases) instead.
142
142
2.`Preview features are not enabled for... Try running with '--enable-preview'`
0 commit comments