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

https://github.com/evolsoft/chatlogin

A ServerAuth extension to do login/register directly on chat
https://github.com/evolsoft/chatlogin

php plugin pocketmine serverauth-extension

Last synced: 12 months ago
JSON representation

A ServerAuth extension to do login/register directly on chat

Awesome Lists containing this project

README

          

![start2](https://cloud.githubusercontent.com/assets/10303538/6315586/9463fa5c-ba06-11e4-8f30-ce7d8219c27d.png)
# ChatLogin
A ServerAuth extension to do login/register directly on chat

[![Download!](https://user-images.githubusercontent.com/10297075/101246002-cb046780-3710-11eb-950f-ba06934b8138.png)](http://gestyy.com/er3feP)

## Category

PocketMine-MP plugins

## Requirements

PocketMine-MP Alpha_1.4 API 1.11.0

**Dependency Plugins:** ServerAuth v2.12 API 1.1.1

## Overview

**ChatLogin** is a ServerAuth extension to do login and register directly in chat

**EvolSoft Website:** http://www.evolsoft.tk

***This Plugin uses the New API. You can't install it on old versions of PocketMine.***

**Commands:**

***/chatlogin*** *- ChatLogin commands*

**To-Do:**

- Bug fix (if bugs will be found)

## Documentation

**Configuration (config.yml):**

```yaml
#ChatLogin plugin default configuration
---
#show ChatLogin prefix
show-prefix: true
#Register message
register-message: "&7Type your password in chat to register"
#Require password confirmation for registration
password-confirm-required: true
#Register confirmation message
register-confirm-message: "&bRe-type your password to confirm registration"
#No register permissions message
no-register-permissions: "&cYou don't have permissions to register"
#Login message
login-message: "&7Type your password in chat to login"
#No login permissions message
no-login-permissions: "&cYou don't have permissions to login"
...
```

**Commands:**

***/chatlogin*** *- ChatLogin commands (aliases: [chlogin])*



**Permissions:**


-

chatlogin.* - ChatLogin commands permissions.

-
chatlogin.help - Allows player to show plugin help.

-
chatlogin.info - Allows player to read info about ChatLogin.

-
chatlogin.reload - Allows player to reload ChatLogin.

-
chatlogin.register - Allows player to do register in chat.

-
chatlogin.login - Allows player to do login in chat.