AuthMeReloaded/README.md

132 lines
6.8 KiB
Markdown
Raw Normal View History

2015-07-29 01:53:35 +02:00
<p align="center"><img src="http://i61.tinypic.com/291dm49.png"></p>
2016-11-15 17:29:00 +01:00
<p align="center"><strong>The most used authentication plugin for Spigot and CraftBukkit!</strong></p>
2015-06-17 22:42:30 +02:00
<hr>
2015-11-01 14:42:39 +01:00
2016-11-15 17:29:00 +01:00
#####Links and Contacts:
2015-06-17 22:42:30 +02:00
2016-11-15 17:29:00 +01:00
- GitHub pages:
- [Main](https://github.com/Xephi/AuthMeReloaded) (**release sources, issue tracker!**)
- [Development](https://github.com/AuthMe/AuthMeReloaded) (**latest sources, please send PRs here!**):
2016-07-12 15:29:04 +02:00
2016-11-15 17:29:00 +01:00
- Contacts:
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Xephi/AuthMeReloaded?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-09-28 21:28:58 +02:00
2016-11-15 17:29:00 +01:00
- CI Services:
- [Official Jenkins](http://ci.xephi.fr/job/AuthMeReloaded) (**DEVELOPMENT BUILDS**)
- Travis CI: [![Travis CI](https://travis-ci.org/AuthMe/AuthMeReloaded.svg?branch=master)](https://travis-ci.org/AuthMe/AuthMeReloaded)
- CircleCI: [![CircleCI](https://circleci.com/gh/AuthMe/AuthMeReloaded.svg?style=svg)](https://circleci.com/gh/AuthMe/AuthMeReloaded)
2015-07-05 13:20:48 +02:00
2016-11-15 17:29:00 +01:00
- Project status:
- Dependencies: [![Dependencies status](https://www.versioneye.com/user/projects/57b182e8d6ffcd0032d7cf2d/badge.svg)](https://www.versioneye.com/user/projects/57b182e8d6ffcd0032d7cf2d)
- Test coverage: [![Coverage status](https://coveralls.io/repos/AuthMe-Team/AuthMeReloaded/badge.svg?branch=master&service=github)](https://coveralls.io/github/AuthMe-Team/AuthMeReloaded?branch=master)
- Code climate: [![Code Climate](https://codeclimate.com/github/AuthMe/AuthMeReloaded/badges/gpa.svg)](https://codeclimate.com/github/AuthMe/AuthMeReloaded)
2016-11-15 17:29:00 +01:00
- Development resources:
- <a href="http://ci.xephi.fr/job/AuthMeReloaded/javadoc/">JavaDocs</a>
- <a href="http://ci.xephi.fr/plugin/repository/everything/">Maven Repository</a>
2015-06-17 22:11:54 +02:00
- Statistics:
- bStats: [AuthMe on bstats.org](https://bstats.org/plugin/bukkit/AuthMe)
2015-07-18 01:07:34 +02:00
2015-06-17 22:43:00 +02:00
<hr>
2016-11-15 17:29:00 +01:00
#####Compiling requirements:
2016-09-04 14:42:50 +02:00
>- JDK 1.8
2015-06-17 22:42:30 +02:00
>- Maven
>- Git/Github (Optional)
#####How to compile the project:
>- Clone the project with Git/Github
2016-11-15 17:29:00 +01:00
>- Execute command "mvn clean package"
2015-06-17 22:42:30 +02:00
2016-11-15 17:29:00 +01:00
#####Running requirements:
2016-09-04 14:42:50 +02:00
>- Java 1.8
2016-11-15 17:29:00 +01:00
>- TacoSpigot, PaperSpigot, Spigot or CraftBukkit (1.7.10, 1.8.X, 1.9.X, 1.10.X, 1.11.X)
>- ProtocolLib (optional, required by some features)
2015-06-17 22:11:54 +02:00
2015-06-17 22:42:30 +02:00
<hr>
###Plugin Description:
2015-06-17 22:43:24 +02:00
2015-07-16 22:21:59 +02:00
#####"The best authentication plugin for the Bukkit/Spigot API!"
Prevent username stealing on your server!<br>
Use it to secure your Offline mode server or to increase your Online mode server's protection!
AuthMeReloaded disallows players who aren't authenticated to do actions like placing blocks, moving,<br>
typing commands or using the inventory. It can also kick players with uncommonly long or short player names or kick players from banned countries.
With the Session Login feature you don't have to execute the authentication command every time you connect to the server!
Each command and every feature can be enabled or disabled from our well structured configuration file.
2015-06-17 22:44:23 +02:00
You can also create your own translation file and, if you want, you can share it with us! :)
2015-06-17 22:51:53 +02:00
2015-06-17 22:42:30 +02:00
####Features:
2015-07-16 22:21:59 +02:00
<ul>
<li><strong>E-Mail Recovery System !!!</strong></li>
<li>Username spoofing protection.</li>
2016-12-31 18:08:38 +01:00
<li>Countries Whitelist/Blacklist! <a href="http://dev.maxmind.com/geoip/legacy/codes/iso3166/">(countries codes)</a></li>
2015-07-16 22:21:59 +02:00
<li><strong>Built-in AntiBot System!</strong></li>
2015-07-29 14:12:01 +02:00
<li><strong>ForceLogin Feature: Admins can login with all account via console command!</strong></li>
2015-07-16 22:21:59 +02:00
<li><strong>Avoid the "Logged in from another location" message!</strong></li>
<li>Session Login!</li>
<li>Editable translations and messages!</li>
<li><strong>MySQL and SQLite Backend support!</strong></li>
<li>Supported password encryption algorithms: MD5, SHA1, SHA256, <a href="https://github.com/CypherX/xAuth/wiki/Password-Hashing">xAuth</a>, <a href="http://en.wikipedia.org/wiki/Whirlpool_(cryptography)">Whirlpool</a></li>
2015-07-16 22:47:55 +02:00
<li>Supported alternative registration methods:<br>
<ul>
<li>PHPBB, VBulletin: MD5VB - PHPBB</li>
<li>Xenforo: XFBCRYPT</li>
2015-07-16 22:47:55 +02:00
<li>MyBB: MYBB</li>
<li>IPB3: IPB3</li>
<li>IPB4: IPB4</li>
2015-07-16 22:47:55 +02:00
<li>PhpFusion: PHPFUSION</li>
<li>Joomla: JOOMLA</li>
<li>WBB3: WBB3*</li>
<li>SHA512: SHA512</li>
<li>DoubleSaltedMD5: SALTED2MD5</li>
<li>WordPress: WORDPRESS</li>
</ul></li>
<li>Custom MySQL tables/columns names (useful with forum databases)</li>
2015-07-16 22:47:55 +02:00
<li><strong>Cached database queries!</strong></li>
2016-11-15 17:29:00 +01:00
<li><strong>Fully compatible with Citizens2, CombatTag, CombatTagPlus!</strong></li>
2015-07-16 22:47:55 +02:00
<li>Compatible with Minecraft mods like <strong>BuildCraft or RedstoneCraft</strong></li>
<li>Restricted users (associate a username with an IP)</li>
2016-11-15 17:29:00 +01:00
<li>Protect player's inventory until correct authentication (requires ProtocolLib)</li>
2015-07-16 22:47:55 +02:00
<li>Saves the quit location of the player</li>
<li>Automatic database backup</li>
2016-11-15 17:29:00 +01:00
<li>Available languages: <a href="https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/translations.md">translations</a></li>
2015-07-16 22:47:55 +02:00
<li>Built-in Deprecated FlatFile (auths.db) to SQL (authme.sql) converter!</li>
2015-07-16 22:49:00 +02:00
<li><strong>Import your old database from other plugins like Rakamak, xAuth, CrazyLogin, RoyalAuth and vAuth!</strong></li>
2015-07-16 22:47:55 +02:00
</ul>
2015-06-17 22:42:30 +02:00
####Configuration
2016-11-15 17:29:00 +01:00
<a href="https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/config.md">How to configure Authme</a>
2015-06-17 22:42:30 +02:00
####Email Recovery Dependency
2015-06-17 22:51:53 +02:00
<a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-configure-email-recovery-system/">How to configure email recovery system?</a>
2015-06-17 22:42:30 +02:00
####Commands
[Command list and usage](https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/commands.md)
2015-06-17 22:51:53 +02:00
####Permissions
- authme.player.* - for all user commands
- authme.admin.* - for all admin commands
- [List of all permission nodes](http://github.com/AuthMe-Team/AuthMeReloaded/blob/master/docs/permission_nodes.md)
2015-06-17 22:42:30 +02:00
####How To
- [How to import database from xAuth](http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-xauth/)
- [Website integration](http://dev.bukkit.org/server-mods/authme-reloaded/pages/web-site-integration/)
- [How to convert from Rakamak](http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-rakamak/)
- Convert between database types (e.g. SQLite to MySQL): /authme converter
2015-06-17 22:51:53 +02:00
<hr>
2015-06-17 22:42:30 +02:00
2015-09-07 12:33:24 +02:00
#####Sponsor
2015-09-07 13:29:22 +02:00
GameHosting.it is leader in Italy as Game Server Provider. With its own DataCenter offers Anti-DDoS solutions at affordable prices. Game Server of Minecraft based on Multicraft are equipped with the latest technology in hardware.
2015-09-07 12:33:24 +02:00
[![GameHosting](http://www.gamehosting.it/images/bn3.png)](http://www.gamehosting.it)
2015-06-17 22:51:53 +02:00
#####Credits
2016-11-15 17:29:00 +01:00
<p>Team members: look at the <a href="https://github.com/AuthMe/AuthMeReloaded/blob/master/team.txt">member list</a>
<p>Credit for old version of the plugin to: d4rkwarriors, fabe1337, Whoami2 and pomo4ka</p>
2015-07-16 22:56:44 +02:00
<p>Thanks also to: AS1LV3RN1NJA, Hoeze and eprimex</p>
2016-11-15 17:29:00 +01:00
#####GeoIP License
This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com