This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1b3ad
commit 7e0c8f9
Showing
12 changed files
with
1,268 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,44 @@ | ||
main: aliuly\helper\Main | ||
api: 1.10.0 | ||
api: 1.12.0 | ||
load: POSTWORLD | ||
depend: [SimpleAuth] | ||
|
||
name: SimpleAuthHelper | ||
description: Simplifies the way people authenticate to servers | ||
version: 1.2.3 | ||
version: 2.0.1 | ||
author: aliuly | ||
|
||
commands: | ||
chpwd: | ||
description: "Change password" | ||
usage: "/chpwd <old_password>" | ||
permission: simpleauthhelper.command.chpwd | ||
aliases: [passwd] | ||
resetpwd: | ||
description: "Reset password" | ||
usage: "/resetpwd <player>" | ||
permission: simpleauthhelper.command.resetpwd | ||
aliases: [resetpw] | ||
preregister: | ||
description: "pre-register player" | ||
usage: "/preregister <player> <passwd>" | ||
permission: simpleauthhelper.command.prereg | ||
aliases: [prereg] | ||
logout: | ||
description: "logout player" | ||
usage: "/logout" | ||
permission: simpleauthhelper.command.logout | ||
|
||
permissions: | ||
simpleauthhelper.command.chpwd: | ||
default: true | ||
description: "Allow users to change passwords" | ||
simpleauthhelper.command.logout: | ||
default: true | ||
description: "Allow users to logout" | ||
simpleauthhelper.command.resetpwd: | ||
default: op | ||
description: "Allow ops to reset other's passwords" | ||
simpleauthhelper.command.prereg: | ||
default: op | ||
description: "Allow ops to pre-register users" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
; eng.ini | ||
"%1%-mode"="" | ||
"%1% already registered"="" | ||
"%1% has just joined"="" | ||
"%1% unauthenticated players were kicked"="" | ||
"%1% unregistered"="" | ||
"**CENSORED**"="" | ||
"<nagme>"="" | ||
"Adventure"="" | ||
"Creative"="" | ||
"DBM Error: %1%"="" | ||
"Database connectivity restored!"="" | ||
"Database is experiencing technical difficulties"="" | ||
"Detected loss of database connectivity!"="" | ||
"Disabling SimpleAuth"="" | ||
"Enabling SimpleAuth"="" | ||
"Fixing %1% for %2%"="" | ||
"LOST DATABASE CONNECTION!"="" | ||
"Restored database connection"="" | ||
"SimpleAuthHelper has been disabled"="" | ||
"SimpleAuth not found!"="" | ||
"Spectator"="" | ||
"Survival"="" | ||
"This command only works in-game."="" | ||
"Unable to find SimpleAuth"="" | ||
"Unable to unregister %1%"="" | ||
"You are no longer registered!"="" | ||
"You can only do this in-game"="" | ||
"You do not have permission to do that."="" | ||
"auth error"="Authentication error. Try again later!" | ||
"chat protected"="Do not send your password on the chat window" | ||
"chpwd error"="Old password does not match" | ||
"chpwd msg"="Enter your new password:" | ||
"chpwd ok"="Password changed succesfully" | ||
"error registering %1%"="" | ||
"login first"="" | ||
"login timeout"="Login timer expired!" | ||
"logout completed"="" | ||
"no spaces"="Password should not contain spaces or tabs" | ||
"not name"="Password should not be your name" | ||
"one unauthenticated player was kicked"="" | ||
"passwords dont match"="Passwords do not match.\nPlease try again!\nEnter a new password:" | ||
"re-enter pwd"="Please re-enter password to confirm:" | ||
"register.error.password %1%"="Your password should be at least %1% characters" | ||
"registered %1%"="" | ||
"register first"="You must first be registered" | ||
"register ok"="You have been registered!" | ||
"registration error"="Registration error. Try again later!" | ||
"snob login"="Actually, you don't really need to type /login" | ||
"snob register"="Actually, you don't really need to type /register" | ||
"too many logins"="You have attempted to login too many times." |
Oops, something went wrong.