AuthMeReloaded/README.md

129 lines
7.0 KiB
Markdown
Raw Normal View History

2015-06-17 22:43:00 +02:00
<hr>
2015-06-17 22:55:46 +02:00
<p align="center"><img src="http://www.imagestorming.com/media/cys/1328692322/authme.png"></p>
2015-06-17 22:57:53 +02:00
<p align="center"><strong>The most used authentication plugin for CraftBukkit/Spigot!</strong></p>
2015-06-17 22:42:30 +02:00
<hr>
#####Development tools:
2015-07-16 22:21:59 +02:00
- Developers ChatRoom: [![Join the chat at https://gitter.im/Xephi/AuthMeReloaded](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-07-05 13:20:48 +02:00
2015-07-16 22:21:59 +02:00
- Build status (Travis): [![Build Status](https://travis-ci.org/Xephi/AuthMeReloaded.svg?branch=master)](https://travis-ci.org/Xephi/AuthMeReloaded)
2015-06-17 22:42:30 +02:00
2015-07-16 22:21:59 +02:00
- Build status (CircleCI): [CircleCI project Page](https://travis-ci.org/Xephi/AuthMeReloaded)
2013-03-09 01:21:40 +01:00
2015-07-16 22:21:59 +02:00
- Build Server (<strong>DEVELOPMENT BUILDS</strong>): <a href="http://ci.xephi.fr">Xephi's Jenkins</a>
2015-06-04 01:40:38 +02:00
2015-07-16 22:21:59 +02:00
- JavaDocs: <a href="http://xephi.github.io/AuthMeReloaded/index.html">AuthMe Javadoc</a>
- Maven Repo: <a href="http://xephi.fr:8080/plugin/repository/everything/">AuthMe Repo</a>
2015-06-17 22:11:54 +02:00
2015-07-15 20:46:36 +02:00
#####Statistics:
2015-07-15 18:55:16 +02:00
McStats: http://mcstats.org/plugin/AuthMe
<img src=http://i.mcstats.org/AuthMe/Global+Statistics.borderless.png>
2015-07-15 23:43:56 +02:00
2015-07-15 18:55:16 +02:00
<img src=http://i.mcstats.org/AuthMe/Version+Demographics.borderless.png>
2015-06-17 22:43:00 +02:00
<hr>
2015-06-17 22:42:30 +02:00
#####Compiling Requirements:
>- JDK 1.7
>- Maven
>- Git/Github (Optional)
#####How to compile the project:
>- Clone the project with Git/Github
>- Execute command "mvn clean install"
#####Running Requirements:
>- Java 1.7 (should work also with Java 1.8)
>- Spigot or CraftBukkit
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!"
<p>Prevent username stealing on your server! Full compatible with UUIDs and Craftbukkit/Spigot 1.8.X!<br>
Use it to secure your Offline mode server or to incrase your Online mode server's protection!</p>
2015-06-17 22:44:23 +02:00
2015-07-16 22:21:59 +02:00
<p>AuthMeReloaded disallows players who aren't authenticated to do actions like placing blocks, moving,<br>
typing commands or use the inventory. It can also kick players with uncommon long or short player names or kick players from banned countries.</p>
<p>With the Session Login feature you don't have to execute the authentication command everytime you connect to the server! Each command and every feature can be enabled or disabled from our well structured configuration file.</p>
2015-07-16 22:47:55 +02:00
<p>You can also create your own translation file and, if you want, you can share it with us! :)</p>
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>
<li>Countries Whitelist/Blacklist! <a href="http://dev.bukkit.org/bukkit-plugins/authme-reloaded/pages/countries-codes/">(countries codes)</a></li>
<li><strong>Built-in AntiBot System!</strong></li>
2015-07-16 22:47:55 +02:00
<li><del>Passpartu Feature: Admin can login with all account more info <a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-install-and-initial-configuration/">here</a></del> <strong>(Deprecated)</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, VBullettin: MD5VB - PHPBB</li>
<li>MyBB: MYBB</li>
<li>IPB3: IPB3</li>
<li>PhpFusion: PHPFUSION</li>
<li><del>Xenforo SHA1: XFSHA1</del> <strong>(Deprecated)</strong></li>
<li><del>Xenforo SHA256: XFSHA256</del> <strong>(Deprecated)</strong></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 forums databases)</li>
<li><strong>Cached database queries!</strong></li>
<li><strong>Full compatible with Citizens2, CombatTag, CombatTagPlus and ChestShop!<strong></li>
<li>Compatible with Minecraft mods like <strong>BuildCraft or RedstoneCraft</strong></li>
<li>Restricted users (associate a Username with an IP)</li>
<li>Protect player's inventory until a correct Authentication</li>
<li>Saves the quit location of the player</li>
<li>Automatic database Backup</li>
<li>Avariable languages: en, de, br, cz, pl, fr, uk, ru, hu, sk, es, fi, zhtw, zhhk, zhcn, lt, it, ko, pt, nl, gl, bg, eu, tr (feel free to send new translations)</li>
<li>Built-in Deprecated FlatFile (auths.db) to SQL (authme.sql) converter!</li>
<li><strong>Import your old database from other Authentication plugins like Rakamak, xAuth, CrazyLogin, RoyalAuth and vAuth!</strong></li>
</ul>
2015-06-17 22:42:30 +02:00
####Configuration
2015-06-17 22:51:53 +02:00
<a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/configure-auth-me/">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
2015-06-17 22:51:53 +02:00
<a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/command/">Command list and usage</a>
####Permissions
2015-06-17 22:11:54 +02:00
<ul><li>authme.player.* - for all user command
</li><li>authme.admin.* - for all admin command
</li><li>authme.* - for all user and admin command
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/permissions/">List of all single permissions</a>
</li></ul>
2015-06-17 22:42:30 +02:00
####How To
2015-06-17 22:11:54 +02:00
<ul><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-install-and-initial-configuration/">How to Install and Setup</a>
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-xauth/">How to import database from xAuth</a>
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/web-site-integration/">WebSite Integration</a>
</li><li><a href="https://raw.githubusercontent.com/Xephi/AuthMeReloaded/master/src/main/resources/config.yml">Click here for an example of the Config file</a>
</li><li><a href="http://dev.bukkit.org/server-mods/authme-reloaded/pages/how-to-import-database-from-rakamak/">How to convert from Rakamak</a>
</li><li>Convert from FlatFile (auths.db but not the sqlite one ) to MySQL : /converter
</li></ul>
2015-06-17 22:51:53 +02:00
<hr>
2015-06-17 22:42:30 +02:00
2015-06-17 22:51:53 +02:00
#####GeoIP
2015-06-17 22:11:54 +02:00
<p>This product includes and download automatically GeoLite data created by MaxMind, available from <a href="http://www.maxmind.com">http://www.maxmind.com</a></p>
2015-06-17 22:52:49 +02:00
<hr>
2015-06-17 22:51:53 +02:00
#####Donate
2015-06-17 22:11:54 +02:00
<p>Do you like my work ? Or just want to buy me a coffee for quickly update?<br>
2015-06-17 22:51:53 +02:00
Use this link in EUR: <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QLMM9SNCX825Y"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"></a>
Or this link in USD: <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=PWQMYCP2SAH6L"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"></a></p>
#####Credits
2015-06-17 22:11:54 +02:00
<p>Credit for old version to d4rkwarriors, fabe1337 , Whoami and pomo4ka</p>
<p>Thanks to : AS1LV3RN1NJA, Hoeze, eprimex</p>
2015-06-17 22:51:53 +02:00