Skip to content

Commit 7d3bc30

Browse files
authored
Create README.md
1 parent 9dda647 commit 7d3bc30

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SinusBotMinecraft
2+
**SinusBotMinecraft** allows you to conect sinusbot with your BungeeCord or Bukkit Server.
3+
4+
## How to install
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
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+
```console
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+
```
14+
(If your target server is not the same has the sinusbot replace *127.0.0.1* to the sinusbot server public ip)

0 commit comments

Comments
 (0)