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
**SinusBotMinecraft** allows you to conect sinusbot with your BungeeCord or Bukkit Server.
2
+
**SinusBotMinecraft** allows you to connect sinusbot with your Bukkit or BungeeCord Server.
3
3
4
4
## How to install
5
5
- Download the latest version from [releases](https://github.com/Alw3ys/SinusForMinecraft/releases).
6
-
- Take the file from the sinusbot extracted folder and place it in your SinusBot scripts folder.
7
-
- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your BungeeCord or Bukkit plugins folder.
8
-
- Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed.
9
-
###Security
6
+
- Take the file from the extracted sinusbot folder and place it in your SinusBot scripts folder.
7
+
- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your Bukkit or BungeeCord plugins folder.
8
+
- Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed.
9
+
## Security
10
10
Make sure to close the port that will be used as bridge, by this way we can make sure that only us will be the ones able to write data to the listening port.
11
11
```console
12
12
$ iptables -I INPUT ! -s 127.0.0.1 -p tcp --dport <port> -j DROP # Replace <port> to the port that you are using
13
13
```
14
-
(If your target server is not the same has the sinusbot replace *127.0.0.1* to the sinusbot server public ip)
14
+
(If the Bukkit or BungeeCord server does not match with the SinusBot one replace *127.0.0.1* to the sinusbot server public ip)
0 commit comments