diff options
author | enotuk <71115913+en0tuk@users.noreply.github.com> | 2023-01-13 14:09:04 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 11:09:04 +0300 |
commit | 79557fe6cf94001e5b8364fa0b77cf3cd4e18ba5 (patch) | |
tree | 6a9fe1b9ebcdef0a36a2deda1094560b60c0fae4 | |
parent | 4ea0b5e6385b1ca092600312c6a9d26fca56ff70 (diff) | |
download | LimboAuth-79557fe6cf94001e5b8364fa0b77cf3cd4e18ba5.tar.gz LimboAuth-79557fe6cf94001e5b8364fa0b77cf3cd4e18ba5.tar.bz2 LimboAuth-79557fe6cf94001e5b8364fa0b77cf3cd4e18ba5.zip |
[ci skip] Update README.md (#65)
-rw-r--r-- | README.md | 43 |
1 files changed, 31 insertions, 12 deletions
@@ -3,12 +3,12 @@ # LimboAuth [](https://ely.su/discord) + + [](https://bstats.org/plugin/velocity/LimboAuth/13700) [](https://bstats.org/plugin/velocity/LimboAuth/13700) Auth System built in virtual server (Limbo). \ -[MC-Market](https://www.mc-market.org/resources/21097/) \ -[SpigotMC.org](https://www.spigotmc.org/resources/limboapi-limboauth-limbofilter.95748/) \ [Описание и обсуждение на русском языке (spigotmc.ru)](https://spigotmc.ru/resources/limboapi-limboauth-limbofilter-virtualnye-servera-dlja-velocity.715/) \ [Описание и обсуждение на русском языке (rubukkit.org)](http://rubukkit.org/threads/limboapi-limboauth-limbofilter-virtualnye-servera-dlja-velocity.177904/) @@ -16,27 +16,46 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216) ## See also -- [LimboFilter](https://github.com/Elytrium/LimboFilter) - Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI. +- [LimboFilter](https://github.com/Elytrium/LimboFilter) - Most powerful bot filtering solution for Minecraft proxies. Built with [LimboAPI](https://github.com/Elytrium/LimboAPI). - [LimboAPI](https://github.com/Elytrium/LimboAPI) - Library for sending players to virtual servers (called limbo) ## Features of LimboAuth -- Supports H2, MySQL, PostgreSQL databases; -- Geyser Floodgate support; -- Hybrid (Floodgate/Online/Offline) mode support; -- Uses BCrypt - the best hashing algorithm for password; -- Ability to migrate from AuthMe-alike plugins; +- Supports [H2](https://www.h2database.com/html/main.html), [MySQL](https://www.mysql.com/about/), [PostgreSQL](https://www.postgresql.org/about/) [databases](https://en.wikipedia.org/wiki/Database); +- [Geyser](https://wiki.geysermc.org) [Floodgate](https://wiki.geysermc.org/floodgate/) support; +- Hybrid ([Floodgate](https://wiki.geysermc.org/floodgate/)/Online/Offline) mode support; +- Uses [BCrypt](https://en.wikipedia.org/wiki/Bcrypt) - the best [hashing algorithm](https://en.wikipedia.org/wiki/Cryptographic_hash_function) for password; +- Ability to migrate from [AuthMe](https://www.spigotmc.org/resources/authmereloaded.6269/)-alike plugins; - Ability to block weak passwords; -- TOTP 2FA support; -- Ability to set UUID from database; +- [TOTP](https://en.wikipedia.org/wiki/Time-based_one-time_password) [2FA](https://en.wikipedia.org/wiki/Help:Two-factor_authentication) support; +- Ability to set [UUID](https://minecraft.fandom.com/wiki/Universally_unique_identifier) from [database](https://en.wikipedia.org/wiki/Database); - Highly customisable config - you can change all the messages the plugin sends, or just disable them; -- MCEdit schematic world loading; +- [MCEdit](https://www.mcedit.net/about.html) schematic world loading; - And more... +## Commands and permissions + +### Player + +- ***limboauth.commands.destroysession* | /destroysession** - Destroy Account Auth Session Command +- ***limboauth.commands.premium* | /license or /premium** - Command Makes Account Premium +- ***limboauth.commands.unregister* | /unregister** - Unregister Account Command +- ***limboauth.commands.changepassword* | /changepassword** - Change Account Password Command +- ***limboauth.commands.totp* | /totp** - 2FA Management Command +- ***limboauth.commands.***** - Gives All Player Permissions + +### Admin + +- ***limboauth.admin.forceunregister* | /forceunregister** - Force Unregister Account Command +- ***limboauth.admin.forcechangepassword* | /forcechangepassword** - Force Change Account Password Command +- ***limboauth.admin.reload* | /lauth reload** - Reload Plugin Command +- ***limboauth.admin./**** - Gives All Admin Permissions + ## Donation Your donations are really appreciated. Donations wallets/links/cards: - MasterCard Debit Card (Tinkoff Bank): ``5536 9140 0599 1975`` - Qiwi Wallet: ``PFORG`` or [this link](https://my.qiwi.com/form/Petr-YSpyiLt9c6) -- YooMoney Wallet: ``4100 1721 8467 044`` or [this link](https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=Donation&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410017218467044)
\ No newline at end of file +- YooMoney Wallet: ``4100 1721 8467 044`` or [this link](https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=Donation&targets-hint=&default-sum=&button-text=11&payment-type-choice=on&mobile-payment-type-choice=on&hint=&successURL=&quickpay=shop&account=410017218467044) +- Monero (XMR): 86VQyCz68ApebfFgrzRFAuYLdvd3qG8iT9RHcru9moQkJR9W2Q89Gt3ecFQcFu6wncGwGJsMS9E8Bfr9brztBNbX7Q2rfYS |