I requesting this lua script because there is alot of nickname get stolen by stealer so they can use another nickname to make some player name become bad
1
2
3
4
5
6
2
3
4
5
6
Commands: Syntax: /register <password> Syntax: (/login|/l) <password> Syntax: (/changepw|/changepass|/cpw|/changepassword) <old password> <new password> Syntax: /logout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Message: join: register: '{RED}You are not registered.{NEWLINE}{RED}Please register using /register <password>.' login: '{RED}Please log in using /login <password>.' error: banned: 'You have are banned for exceeding the incorrect password threshold.' online: 'You are already online!' name: 'Your name contains one or more illegal characters.' register: usage: '{RED}Correct Usage: /register <password> success: '{BRIGHTGREEN}You have successfully registered!' error: disabled: '{RED}Registrations are currently disabled!' registered: '{RED}You are already registered!' multiple: '{RED}You may only register one account!' password: '{RED}Your password must be at least {PWMINLENGTH} characters long!' login: usage: '{RED}Correct Usage: /login <password>' success: '{BRIGHTGREEN}You are now logged in!' error: registered: '{RED}You are not registered!' logged: '{RED}You are already logged in!' password: '{RED}Incorrect password!' activate: '{RED}Your account is not activated!' logout: success: '{BRIGHTGREEN}You have been logged out!' error: logged: '{RED}You are not logged in!' changepw: usage: '{RED}Correct Usage: /changepw <old password> <new password>' success: '{BRIGHTGREEN}Password changed!' error: disabled: '{RED}Password changes are currently disabled!' logged: '{RED}You are not logged in!' incorrect: '{RED}Incorrect old password!' invalid: '{RED}Your new password must be at least {PWMINLENGTH} characters long!' admin: unknown: 'Unknown subcommand, try /xauth for more information' permission: 'You do not have permission to use this command!' register: usage: '{RED}Correct Usage: /xauth register <player> <password> [email]' registered: '{RED}This player is already registered!' success: '{BRIGHTGREEN}Account successfully created for: {WHITE}{TARGET}' changepw: usage: '{RED}Correct Usage: /xauth changepw <player> <new password>' registered: '{RED}This player is not registered!' success: '{TARGET}''s {BRIGHTGREEN}password has been changed!' logout: usage: '{RED}Correct Usage: /xauth logout <player>' logged: '{TARGET} {RED}is not logged in!' success: '{TARGET} {BRIGHTGREEN}has been logged out!' unregister: usage: '{RED}Correct Usage: /xauth unregister <player>' registered: '{RED}This player is not registered!' success: target: '{RED}You have been unregistered and logged out!' player: '{TARGET} {BRIGHTGREEN}has been unregistered!' location: usage: '{RED}Correct Usage: /xauth location set|remove' set: success: '{YELLOW}{PLUGIN} {BRIGHTGREEN}Teleport location for this world set to your location!' remove: no: '{YELLOW}{PLUGIN} {BRIGHTGREEN}This world does not have a teleport location!' success: '{YELLOW}{PLUGIN} {BRIGHTGREEN}Teleport location for this world has been removed!' config: usage: '{RED}Correct Usage: /xauth config <setting> [new value]' no: '{YELLOW}{PLUGIN} {RED}No such setting!' desc: 'Setting: {SETTING}{NEWLINE}Type: {TYPE}{NEWLINE}Value: {VALUE}' invalid: '{RED}Invalid value type!' success: '{YELLOW}{PLUGIN} {BRIGHTGREEN}Setting changed!' reload: sucess: '{YELLOW}{PLUGIN} {BRIGHTGREEN}Reload complete!' misc: illegal: '{GRAY}You must be logged in to do that!' reloaded: '{RED}Server reloaded, please log in.' kick: timeout: 'You have taken too long to log in!' strike: 'You have entered too many invalid passwords!' # INTERNAL USE ONLY! DO NOT TOUCH! version: 1
Important: If someone are not logged in, they cannot do anything like chat (except say /register or /login), And other (Example: they can't see anything or the cs2d screen is black) If they do that like moving, some message will appear ('You must be logged in to do that!') and their message will not appear or maybe they are moving the message will appear too ('You must be logged in to do that!') and their position will go back to last position
edited 1×, last 24.07.11 01:41:02 am