Removed Passpartu feature
This commit is contained in:
@@ -84,7 +84,6 @@ settings:
|
||||
- /register
|
||||
- /l
|
||||
- /reg
|
||||
- /passpartu
|
||||
- /email
|
||||
- /captcha
|
||||
# Maximum Registration per IP default: 1
|
||||
@@ -305,13 +304,6 @@ BackupSystem:
|
||||
OnServerStop: true
|
||||
# Windows only mysql installation Path
|
||||
MysqlWindowsPath: 'C:\\Program Files\\MySQL\\MySQL Server 5.1\\'
|
||||
Passpartu:
|
||||
# Enable or Disable Passpartu Feature,
|
||||
# this feature let Admin Login with all registered
|
||||
# Account they need, for example inspecting Player that
|
||||
# is doing shit, they can login without know any
|
||||
# Player password! More info on How TO
|
||||
enablePasspartu: false
|
||||
Security:
|
||||
SQLProblem:
|
||||
# Stop the server if we can't contact the sql database
|
||||
|
||||
@@ -22,10 +22,7 @@ commands:
|
||||
usage: /logout
|
||||
unregister:
|
||||
description: unregister your account
|
||||
usage: /unregister password
|
||||
passpartu:
|
||||
description: compare passpartu token
|
||||
usage: /passpartu token
|
||||
usage: /unregister password
|
||||
authme:
|
||||
description: AuthMe op commands
|
||||
usage: '/authme reload|register playername password|changepassword playername password|unregister playername|version'
|
||||
@@ -48,7 +45,6 @@ permissions:
|
||||
authme.changepassword: true
|
||||
authme.logout: true
|
||||
authme.unregister: true
|
||||
authme.passpartu: true
|
||||
authme.l: true
|
||||
authme.reg: true
|
||||
authme.email: true
|
||||
@@ -87,9 +83,6 @@ permissions:
|
||||
authme.email:
|
||||
description: Email
|
||||
default: true
|
||||
authme.passpartu:
|
||||
description: passpartu
|
||||
default: true
|
||||
authme.allow2accounts:
|
||||
description: allow more accounts for same ip
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user