Skip to content

Commit fe3cf03

Browse files
authored
Update README.md
1 parent 7d3bc30 commit fe3cf03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SinusBotMinecraft
2-
**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.
33

44
## How to install
55
- 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
1010
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.
1111
```console
1212
$ iptables -I INPUT ! -s 127.0.0.1 -p tcp --dport <port> -j DROP # Replace <port> to the port that you are using
1313
```
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

Comments
 (0)