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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,22 @@ We have anticheat warnings for certain features already built into the client an
8
8
9
9
### Installation
10
10
11
-
Compile either the Bungee or the Bukkit example code and install on your server into the `plugins` directory. You then need to make a `config.json` and put it onto your server at `plugins/BadlionClientModAPI/config.json`. The first time you boot up the server with this either plugin installed it will automatically create the `plugins/BadlionClientModAPI` directory and a blank `config.json` file.
11
+
How to install the Badlion Client Mod API on your server.
12
12
13
-
Feel free to modify your `config.json` at anytime, but note that it will require a reboot with this example plugin to load the new changes.
13
+
#### Quick Installation (for non-programmers)
14
+
15
+
1. Download **either** the latest bukkit or bungee plugin from our releases (you don't need both, we recommend using the BungeeCord plugin if you are running BungeeCord): https://github.com/BadlionNetwork/BadlionClientModAPI/releases
16
+
2. Place the downloaded plugin into your `plugins` directory on your server.
17
+
3. Turn on the BungeeCord or Bukkit server and a default config will be automatically made in `plugins/BadlionClientModAPI/config.json`
18
+
4. Edit the config as you see fit and reboot the server after you have finished editing the config (see below for more information).
19
+
20
+
#### Do it yourself (for programmers)
21
+
22
+
1. Clone this repository
23
+
2. Compile the plugin(s) you want to use (you only need one per Minecraft network).
24
+
2. Place the compiled plugins from the `target` directories into your `plugins` directory on your server.
25
+
3. Turn on the BungeeCord or Bukkit server and a default config will be automatically made in `plugins/BadlionClientModAPI/config.json`
26
+
4. Edit the config as you see fit and reboot the server after you have finished editing the config (see below for more information).
0 commit comments