All Projects → AuthMe → Authmereloaded

AuthMe / Authmereloaded

Licence: gpl-3.0
The best authentication plugin for the Bukkit/Spigot API!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Authmereloaded

Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-77.36%)
Mutual labels:  minecraft, bukkit, spigot
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-3.38%)
Mutual labels:  minecraft, spigot, bukkit
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-44.93%)
Mutual labels:  minecraft, spigot, bukkit
Advanced Achievements
🎆 Popular plugin that adds unique and challenging achievements to Minecraft servers.
Stars: ✭ 151 (-48.99%)
Mutual labels:  minecraft, spigot, bukkit
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (-11.49%)
Mutual labels:  minecraft, spigot, bukkit
Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (-46.62%)
Mutual labels:  minecraft, spigot, bukkit
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (-89.86%)
Mutual labels:  minecraft, bukkit, spigot
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-54.39%)
Mutual labels:  minecraft, spigot, bukkit
Nocheatplus
Anti cheating plugin for Minecraft (Bukkit/Spigot).
Stars: ✭ 260 (-12.16%)
Mutual labels:  minecraft, spigot, bukkit
Anvilgui
Easily use anvil guis to get a user's input
Stars: ✭ 194 (-34.46%)
Mutual labels:  minecraft, spigot, bukkit
Mobarena
MobArena plugin for Minecraft
Stars: ✭ 147 (-50.34%)
Mutual labels:  minecraft, spigot, bukkit
Magma
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)
Stars: ✭ 272 (-8.11%)
Mutual labels:  minecraft, spigot, bukkit
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-50.34%)
Mutual labels:  minecraft, spigot, bukkit
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+672.97%)
Mutual labels:  minecraft, spigot, bukkit
Commandbook
General and administrative commands
Stars: ✭ 139 (-53.04%)
Mutual labels:  minecraft, spigot, bukkit
Holographicdisplays
Create modern looking holograms in Minecraft.
Stars: ✭ 175 (-40.88%)
Mutual labels:  minecraft, spigot, bukkit
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (-59.12%)
Mutual labels:  minecraft, spigot, bukkit
Serverlistplus
A flexible Minecraft plugin to customize the appearance of your server in the server list
Stars: ✭ 127 (-57.09%)
Mutual labels:  minecraft, spigot, bukkit
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+863.18%)
Mutual labels:  minecraft, spigot, bukkit
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-23.65%)
Mutual labels:  minecraft, spigot, bukkit

AuthMeReloaded

"The best authentication plugin for the Bukkit modding API!" AuthMeLogo

Type Badges
General:
Code quality: Code Climate Coverage status
Jenkins CI: Jenkins Status Build Status Build Tests
Other CIs: Build Status

Description

Prevent username stealing on your server!
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,
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.

You can also create your own translation file and, if you want, you can share it with us! :)

Features:

  • E-Mail Recovery System !!!
  • Username spoofing protection.
  • Countries Whitelist/Blacklist! (country codes)
  • Built-in AntiBot System!
  • ForceLogin Feature: Admins can login with all account via console command!
  • Avoid the "Logged in from another location" message!
  • Session Login!
  • Editable translations and messages!
  • MySQL and SQLite Backend support!
  • Supported password encryption algorithms: SHA256, BCRYPT, PBKDF2, xAuth
  • Supported alternative registration methods:
    • PHPBB, VBulletin: PHPBB - MD5VB
    • Xenforo: XFBCRYPT
    • MyBB: MYBB
    • IPB3: IPB3
    • IPB4: IPB4
    • PhpFusion: PHPFUSION
    • Joomla: JOOMLA
    • WBB3: WBB3*
    • SHA512: SALTEDSHA512
    • DoubleSaltedMD5: SALTED2MD5
    • WordPress: WORDPRESS
    • List of all supported hashes
  • Custom MySQL tables/columns names (useful with forum databases)
  • Cached database queries!
  • Fully compatible with Citizens2, CombatTag, CombatTagPlus!
  • Compatible with Minecraft mods like BuildCraft or RedstoneCraft
  • Restricted users (associate a username with an IP)
  • Protect player's inventory until correct authentication (requires ProtocolLib)
  • Saves the quit location of the player
  • Automatic database backup
  • Available languages: translations
  • Built-in Deprecated FlatFile (auths.db) to SQL (authme.sql) converter!
  • Import your old database from other plugins like Rakamak, xAuth, CrazyLogin, RoyalAuth and vAuth!

Configuration

How to configure AuthMe

Commands

Command list and usage

Permissions

How To

Links and Contacts

  • Support:

  • Dev resources:

      <repositories>
          <repository>
              <id>codemc-repo</id>
              <url>https://repo.codemc.org/repository/maven-public/</url>
          </repository>
      </repositories>
    
      <dependencies>
          <dependency>
              <groupId>fr.xephi</groupId>
              <artifactId>authme</artifactId>
              <version>5.6.0-SNAPSHOT</version>
              <scope>provided</scope>
          </dependency>
      </dependencies>
    
  • Statistics: Graph

Requirements

Compiling requirements:
  • JDK 1.8
  • Maven
  • Git/Github (Optional)
How to compile the project:
  • Clone the project with Git/Github
  • Execute command "mvn clean package"
Running requirements:

Credits

Contributors:

Team members: developers, translators

Credits for the old version of the plugin: d4rkwarriors, fabe1337, Whoami2 and pomo4ka

Thanks also to: AS1LV3RN1NJA, Hoeze and eprimex

GeoIP License:

This product uses data from the GeoLite API created by MaxMind, available at https://www.maxmind.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].