server.duplicateNames: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.duplicateNames |readonly = true |returnTypes = boolean |usage = see if the server allows multiple players with...") |
No edit summary |
||
Line 7: | Line 7: | ||
|usage = see if the server allows multiple players with the same name | |usage = see if the server allows multiple players with the same name | ||
|returnInfo = a bool indicating whether or not multiple players with the same name are allowed | |returnInfo = a bool indicating whether or not multiple players with the same name are allowed | ||
|since = 1.2.0 | |||
}} | }} |
Revision as of 04:38, 10 November 2020
Variable
Server Only
Online and Offline
Read-Only
Available since Server 1.2.0
boolean server.duplicateNames
The server.duplicateNames variable is used to see if the server allows multiple players with the same name.
Value
boolean | A bool indicating whether or not multiple players with the same name are allowed. |
readonly | This variable cannot be changed. |
Notes
There aren't any notes for this variable.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.