Skip to content

Commit 006b96d

Browse files
authored
Update README.md
1 parent 4e61027 commit 006b96d

File tree

1 file changed

+28
-102
lines changed

1 file changed

+28
-102
lines changed

README.md

Lines changed: 28 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
22
<a name="readme-top"></a>
3-
<!--
4-
*** Thanks for checking out the Best-README-Template. If you have a suggestion
5-
*** that would make this better, please fork the repo and create a pull request
6-
*** or simply open an issue with the tag "enhancement".
7-
*** Don't forget to give the project a star!
8-
*** Thanks again! Now go create something AMAZING! :D
9-
-->
10-
11-
12-
13-
<!-- PROJECT SHIELDS -->
14-
<!--
15-
*** I'm using markdown "reference style" links for readability.
16-
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
17-
*** See the bottom of this document for the declaration of the reference variables
18-
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
19-
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
20-
-->
3+
214
[![Contributors][contributors-shield]][contributors-url]
225
[![Forks][forks-shield]][forks-url]
236
[![Stargazers][stars-shield]][stars-url]
@@ -30,23 +13,21 @@
3013
<!-- PROJECT LOGO -->
3114
<br />
3215
<div align="center">
33-
<a href="https://github.com/othneildrew/Best-README-Template">
16+
<a href="https://github.com/AitorAstorga/BotBlocker">
3417
<img src="images/logo.png" alt="Logo" width="80" height="80">
3518
</a>
3619

37-
<h3 align="center">Best-README-Template</h3>
20+
<h3 align="center">BotBlocker</h3>
3821

3922
<p align="center">
40-
An awesome README template to jumpstart your projects!
23+
A Bukkit/Spigot Minecraft plugin designed to limit bot intrusion!
4124
<br />
42-
<a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a>
25+
<a href="https://github.com/AitorAstorga/BotBlocker"><strong>Explore the docs »</strong></a>
4326
<br />
4427
<br />
45-
<a href="https://github.com/othneildrew/Best-README-Template">View Demo</a>
46-
·
47-
<a href="https://github.com/othneildrew/Best-README-Template/issues">Report Bug</a>
28+
<a href="https://github.com/AitorAstorga/BotBlocker/issues">Report Bug</a>
4829
·
49-
<a href="https://github.com/othneildrew/Best-README-Template/issues">Request Feature</a>
30+
<a href="https://github.com/AitorAstorga/BotBlocker/issues">Request Feature</a>
5031
</p>
5132
</div>
5233

@@ -83,35 +64,16 @@
8364
<!-- ABOUT THE PROJECT -->
8465
## About The Project
8566

86-
[![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.
9868

9969
<p align="right">(<a href="#readme-top">back to top</a>)</p>
10070

10171

10272

10373
### Built With
10474

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)
11577

11678
<p align="right">(<a href="#readme-top">back to top</a>)</p>
11779

@@ -120,34 +82,18 @@ This section should list any major frameworks/libraries used to bootstrap your p
12082
<!-- GETTING STARTED -->
12183
## Getting Started
12284

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:
12586

12687
### Prerequisites
12788

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
13391

13492
### Installation
13593

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)
139-
2. Clone the repo
140-
```sh
141-
git clone https://github.com/your_username_/Project-Name.git
142-
```
143-
3. Install NPM packages
144-
```sh
145-
npm install
146-
```
147-
4. Enter your API in `config.js`
148-
```js
149-
const API_KEY = 'ENTER YOUR API';
150-
```
94+
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.
15197

15298
<p align="right">(<a href="#readme-top">back to top</a>)</p>
15399

@@ -156,26 +102,7 @@ _Below is an example of how you can instruct your audience on installing and set
156102
<!-- USAGE EXAMPLES -->
157103
## Usage
158104

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-
<p align="right">(<a href="#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.
179106

180107
<p align="right">(<a href="#readme-top">back to top</a>)</p>
181108

@@ -213,7 +140,7 @@ Distributed under the GNU General Public License v3.0. See `LICENSE` for more in
213140

214141
Aitor Astorga Saez de Vicuña - a.astorga.sdv@gmail.com
215142

216-
Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name)
143+
Project Link: [https://github.com/AitorAstorga/BotBlocker](https://github.com/AitorAstorga/BotBlocker)
217144

218145
<p align="right">(<a href="#readme-top">back to top</a>)</p>
219146

@@ -229,24 +156,23 @@ Use this space to list resources you find helpful and would like to give credit
229156
* [Img Shields](https://shields.io)
230157
* [markdown-badges](https://github.com/Ileriayo/markdown-badges#table-of-contents)
231158
* [GitHub Pages](https://pages.github.com)
232-
* [Font Awesome](https://fontawesome.com)
233159

234160
<p align="right">(<a href="#readme-top">back to top</a>)</p>
235161

236162

237163

238164
<!-- MARKDOWN LINKS & IMAGES -->
239165
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
240-
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
241-
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
242-
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
243-
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
244-
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
245-
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
246-
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
247-
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
248-
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
249-
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE
166+
[contributors-shield]: https://img.shields.io/github/contributors/AitorAstorga/BotBlocker.svg?style=for-the-badge
167+
[contributors-url]: https://github.com/AitorAstorga/BotBlocker/graphs/contributors
168+
[forks-shield]: https://img.shields.io/github/forks/AitorAstorga/BotBlocker.svg?style=for-the-badge
169+
[forks-url]: https://github.com/AitorAstorga/BotBlocker/network/members
170+
[stars-shield]: https://img.shields.io/github/stars/AitorAstorga/BotBlocker.svg?style=for-the-badge
171+
[stars-url]: https://github.com/AitorAstorga/BotBlocker/stargazers
172+
[issues-shield]: https://img.shields.io/github/issues/AitorAstorga/BotBlocker.svg?style=for-the-badge
173+
[issues-url]: https://github.com/AitorAstorga/BotBlocker/issues
174+
[license-shield]: https://img.shields.io/github/license/AitorAstorga/BotBlocker.svg?style=for-the-badge
175+
[license-url]: https://github.com/AitorAstorga/BotBlocker/blob/master/LICENSE
250176
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
251177
[linkedin-url]: https://linkedin.com/in/aitor-astorga-saez-de-vicuña
252178
[product-screenshot]: images/screenshot.png

0 commit comments

Comments
 (0)