GithubHelp home page GithubHelp logo

pemapmodder / hereauth Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 21.0 516 KB

Your auth plugin is here, for you. The PocketMine auth plugin with the most customization ever.

License: GNU Lesser General Public License v3.0

PHP 100.00%

hereauth's Introduction

PEMapModder Poggit

Dedicated to the legend @PEMapModder

TO-DO:

  • World Generator
  • Minigame

hereauth's People

Contributors

gitter-badger avatar gonetone avatar ifvictr avatar jacknoordhuis avatar legoboy0215 avatar pemapmodder avatar poggit-bot avatar sof3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hereauth's Issues

Web API/library

Like ServerAuth, add a web API-like library. People will use it :)

Add option to disable prefixes.

Can you do that? It is quite annoying because even if I set it to "" (Nothing), PureChat does not work.

I modified the source myself, but hope that this appears on GitHub.

fix

Notice: Uninitialized string offset: 0 in phar://C:/Users/Administrator/Desktop/Genisys/plugins/PurePerms_v1.3.7.phar/src/_64FF00/PurePerms/PPListener.php on line 69
How can i fix this ??

Login issue.

Some players in my server said that they couldn't login his or her account. The login message didn't display, and when they typed their password, it would just showing on the chatbox. They can join the server and type any message. But just couldn't login.

Import task issue

Uncaught Error: Class 'HereAuth\Importer\Writer\MySQLAccountWriter' not found in phar:///root/pm/plugins/HereAuth_Dev.phar/src/HereAuth/Importer/ImporterThread.php:67
WTF?!

ServerAuth registrations to HereAuth?

Hello? Is there a way to to convert our registered players on serverauth to hereauth? I would really hope so because serverauth is really buggy! If you can help please reply bellow!

Email Address!

Every time I register an account this issue popup in the console I wanted to add emails in the auth but this is happening also in game players dont get a "please enter email" message please help

Config!

  ExtraFields:
    Message: "§o§l§bPlease enter your email."
    FieldName: email
    ErrorMessage: This is not a valid email address!
  ## Delete the # on the above three lines to enable. You can also duplicate it to make another field.

Error Message!

[03:52:58] warning> [HereAuth] The #1 entry in Registration.ExtraFields is does not have the Message/FieldName line! It is not going to be added.
[03:52:58] warning> [HereAuth] The #1 entry in Registration.ExtraFields is does not have the Message/FieldName line! It is not going to be added.
[03:52:58] warning> [HereAuth] The #1 entry in Registration.ExtraFields is does not have the Message/FieldName line! It is not going to be added.

Invalid

PEMapModder this is the best auth i ever seen i didnt see the config thst why i got mad with the messages and guys if you read this it have messages direct password and more.........

Add limits number of registrations from CID, please

In China, every family network IP often changes. It uses dynamic IP.
"limits number of registrations from an IP" is not useful in China.
I hope you can add "limited number of registrations per device (Customer IDentity)"
Thanks~o(^▽^)o

nametag

can you make a system that players join with the name tag (not-logged in)
and no name

ForceRegister=false support

Some commands added recently assume that the accounts are either never used or already registered, without noting that it is possible that some players may not be registered if ForceRegister is turned off in config.

CAN BREAK A BLOCK

If some player joined a server with OP username/player, He/She can break/grief blocks on a server but He/She not login

MySQL small issue

I have been experiencing this bug with MySQL. It doesn't affect the plugin the itself, everything runs perfectly. But this shows up in console everytime a player logins.

Warning: zlib_decode(): data error in phar:///home/dannyg/ctf/plugins/HereAuth_Beta.phar/src/HereAuth/Database/MySQL/MySQLLoadPlayerTask.php on line 47

Event broadcasting

Broadcast events on the network of servers, such as account renaming, unregistering, etc. if MySQL database is used.

AutoLogin in config.yml is not working

Hi,
I wanted to say that your plugin is amazing !

But, a little problem is here; the AutoLogin on my config.yml is set to "true" but it's not working.
Is it a bug? How to fix it?
(I use HereAuth-dev.phar)

Thanks for answering :)

UnexpectedValueException

We were introduced HereAuth, but you get the following error.
How will this be able to avoid, or improve it?
(Using Google Translate)

[Server thread/ERROR]: Could not load 'D:\PMMP\Genisys\plugins\HereAuth_Beta.phar' in folder 'D:\PMMP\Genisys\plugins': internal corruption of phar "D:\PMMP\Genisys\plugins\HereAuth_Beta.phar" (__HALT_COMPILER(); not found)

[Server thread/CRITICAL]: UnexpectedValueException: "internal corruption of phar "D:\PMMP\Genisys\plugins\HereAuth_Beta.phar" (__HALT_COMPILER(); not found)" (EXCEPTION) in "/src/pocketmine/plugin/PharPluginLoader" at line 85

Ask for Email

Can you make it ask for email, and maybe birthday upon registration?
Thank You!

Travis is broken

Just in case you haven't noticed, Travis is trying to access a non existent site to download PM.

inventory

inventory bug... after i give player invetory nothing ...

su

Allows admins to su into other users' accounts.
When logging in as player_name, instead of typing the password directly, players can do /su admin_name password to su into player_name's account.

No plugin.ml

When i try to turn into a .phar on pmt.mcpe.me and it says no plugin.yml

RemindLogin message error

Hi,

I am trying to edit the format of RemindLogin message for both Register & Login. It will display fine until i try to format color with "§a". If I add the "§a" before the text and change nothing else, the message becomes a popup and remains white. How can I successfully broadcast theis message in color and possibly add a bold "»" a the start? Thank you and sorry for any format issue, This is my first post here.

This is line 90 in config.yml

RemindLogin:
  # Messages to send to players
  Message:
    Register: 'Please register by typing a password directly into chat'
    Login: 'Please login by typing your password directly into chat'
  # Type of message.
  # Options: chat, popup, tip, none
  Type: chat
  # Frequency interval, in seconds, of how often to send the message
  # Value is rounded down to 0.05 second
  Interval: 2

Password displays in Chat

I am having an issue where players can log in but the login message does not display and when they type their password it is displayed in the chat..
This happened all of a sudden without me making any changes because it was working just fine until today.. I checked the settings just in case and everything looked good. I have BlockPasswordChat set to True, but it still displays the password when logging in.

What can be causing this issue and can somebody please help me solve it?

Thank you in advance..

Bugs

Hello I found a funny bugs..
When player register..
they will type their password and when they want to login with /login they get the wrong password but if they just type in the password that will login..
same as when player do /register and tried to login by typing in chat it will get wrong password..

correct me if I'm wrong..

Add auto login and welcome messages

Add a message that tells the player that they have been logged in by UUID OR IP. Also please add a welcome message such as welcome to my server!

ServerAuth to HereAuth transfer error

Warning: file_put_contents(/home/Network/PvP/PvPLand/plugins/HereAuth/accounts/plugins/serverauth/users/aslan232323.json): failed to open stream: No such file or directory in phar:///home/Network/PvP/PvPLand/plugins/HereAuth_Dev.phar/src/HereAuth/Importer/Writer/JSONAccountWriter.php on line 67

Some advice.

  • All messages translatable ( There are some messages untranslatable now )
  • Add option that let player join ONLY ONE ACCOUNT. ( using Client ID I think )

Great plugin you did. Keep updating =)

Error messages from zlib

Hi,
Those messages are always when a player is logging in:

08.04 18:20:06 [Server] INFO Warning: zlib_decode(): data error in phar:///plugins/HereAuth_Beta.phar/src/HereAuth/Database/MySQL/MySQLLoadPlayerTask.php on line 47

Everything works fine, there only those messages.

Bug

When i try to register
Warning: file_get_contents(/root/Genisys/plugins/HereAuth/accounts/darkspivel.json): failed to open stream: No such file or directory in phar:///root/Genisys/plugins/HereAuth_Beta.phar/src/HereAuth/Database/Json/JsonSaveDataTask.php on line 46

Warning: zlib_decode(): data error in phar:///root/Genisys/plugins/HereAuth_Beta.phar/src/HereAuth/Database/Json/JsonSaveDataTask.php on line 46

HereAuth crashes server

I have posted this on the Genisys Issue and one person says it's the plugin not the server.
Link should be below for more details on the issue plus the error it gives me on the crash
iTXTech/Genisys#1283

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.