Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmos223/captcha

Minecraft サーバーに Captcha 認証を追加する Spigot プラグインです。ボットからサーバーを守ります。--- A Spigot plugin that adds Captcha authentication to your Minecraft server. It protects your server from bots.
https://github.com/cosmos223/captcha

bukkit captcha craftbukkit minecraft plugins spigot

Last synced: about 1 month ago
JSON representation

Minecraft サーバーに Captcha 認証を追加する Spigot プラグインです。ボットからサーバーを守ります。--- A Spigot plugin that adds Captcha authentication to your Minecraft server. It protects your server from bots.

Awesome Lists containing this project

README

        

The English explanation is [below](#this-project-is-fork).

# このプロジェクトはフォークです

オリジナルは[こちら](https://github.com/InstantlyMoist/Captcha)

## 変更箇所

- 認証データの保存にデータベースを利用できるようにしました
- 日本語の翻訳を追加しました。(ゲームの言語設定が日本語以外の場合は英語で表示されます)
- 設定した人数までは認証なしで遊べる設定を追加しました
- 認証をしていない状態での参加、退出メッセージを変更できる設定を追加しました

# Captcha

Captcha は Minecraft に [captcha](https://nl.wikipedia.org/wiki/Captcha) を追加する [spigot](https://www.spigotmc.org/) のプラグインです。

このプラグインはバージョン 1.7 - 1.17 で動作します

![The Captcha](https://i.imgur.com/eYiqHuQ.png)

## インストール方法

1. JARファイルをダウンロードします
2. ダウンロードしたファイルを plugins フォルダーに入れます
3. 設定を好きなように変更してインストール完了です

## ライセンス
[License](https://github.com/InstantlyMoist/Captcha/blob/master/LICENSE)

***

# This project is fork

[Here](https://github.com/InstantlyMoist/Captcha) is the original.

## Changes

- Add databases support
- Japanese Translation
- No authentication up to a specified number of users
- Added a new setting that allows you to change the join and leave messages when the players are not authenticated

# Captcha

Captcha is a [spigot](https://www.spigotmc.org/) plugin which will prevent bots from ruining your server by giving them a challenge [captcha](https://nl.wikipedia.org/wiki/Captcha)

This plugin works in minecraft versions 1.7 - 1.17

![The Captcha](https://i.imgur.com/eYiqHuQ.png)

## Installation

1. Download JAR file
2. Put JAR in plugin folder
3. Set up to your liking

## License
[License](https://github.com/InstantlyMoist/Captcha/blob/master/LICENSE)