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
[![Product Name Screen Shot][product-screenshot]](https://example.com)
87
-
88
-
There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
89
-
90
-
Here's why:
91
-
* Your time should be focused on creating something amazing. A project that solves a problem and helps others
92
-
* You shouldn't be doing the same tasks over and over like creating a README from scratch
93
-
* You should implement DRY principles to the rest of your life :smile:
94
-
95
-
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
96
-
97
-
Use the `BLANK_README.md` to get started.
67
+
BotBlocker is a plugin for Bukkit/Spigot Minecraft servers designed to limit bot intrusion. This plugin works by limiting the maximum amount of login attempts per minute from each IP address, effectively reducing the impact of a bot attack.
98
68
99
69
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
100
70
101
71
102
72
103
73
### Built With
104
74
105
-
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
106
-
107
-
*[![Next][Next.js]][Next-url]
108
-
*[![React][React.js]][React-url]
109
-
*[![Vue][Vue.js]][Vue-url]
110
-
*[![Angular][Angular.io]][Angular-url]
111
-
*[![Svelte][Svelte.dev]][Svelte-url]
112
-
*[![Laravel][Laravel.com]][Laravel-url]
113
-
*[![Bootstrap][Bootstrap.com]][Bootstrap-url]
114
-
*[![JQuery][JQuery.com]][JQuery-url]
75
+
*[Java](https://java.com)
76
+
*[Bukkit/Spigot](https://www.spigotmc.org)
115
77
116
78
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
117
79
@@ -120,34 +82,18 @@ This section should list any major frameworks/libraries used to bootstrap your p
120
82
<!-- GETTING STARTED -->
121
83
## Getting Started
122
84
123
-
This is an example of how you may give instructions on setting up your project locally.
124
-
To get a local copy up and running follow these simple example steps.
85
+
To get this plugin up and running on your server, follow these steps:
125
86
126
87
### Prerequisites
127
88
128
-
This is an example of how to list things you need to use the software and how to install them.
129
-
* npm
130
-
```sh
131
-
npm install npm@latest -g
132
-
```
89
+
* Java 18 or later
90
+
* A Bukkit/Spigot server
133
91
134
92
### Installation
135
93
136
-
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
137
-
138
-
1. Get a free API Key at [https://example.com](https://example.com)
1. Download the latest BotBlocker `.jar` file from the [releases page](https://github.com/AitorAstorga/BotBlocker/releases).
95
+
2. Move the downloaded `.jar` file to the `plugins/` directory in your server.
96
+
3. Restart your server. This will generate a default configuration file.
151
97
152
98
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
153
99
@@ -156,26 +102,7 @@ _Below is an example of how you can instruct your audience on installing and set
156
102
<!-- USAGE EXAMPLES -->
157
103
## Usage
158
104
159
-
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
160
-
161
-
_For more examples, please refer to the [Documentation](https://example.com)_
162
-
163
-
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
164
-
165
-
166
-
167
-
<!-- ROADMAP -->
168
-
## Roadmap
169
-
170
-
-[x] Add Changelog
171
-
-[x] Add back to top links
172
-
-[ ] Add Additional Templates w/ Examples
173
-
-[ ] Add "components" document to easily copy & paste sections of the readme
174
-
-[ ] Multi-language Support
175
-
-[ ] Chinese
176
-
-[ ] Spanish
177
-
178
-
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
105
+
Once installed, BotBlocker works in the background without any intervention. If needed, you can adjust the bot protection parameters in the generated `config.yml` file.
179
106
180
107
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
181
108
@@ -213,7 +140,7 @@ Distributed under the GNU General Public License v3.0. See `LICENSE` for more in
213
140
214
141
Aitor Astorga Saez de Vicuña - a.astorga.sdv@gmail.com
0 commit comments