39 | | === Admins.xml === |
40 | | * Commands with permission level set to >= 1000 can be executed by all players. This is useful e.g. for the new ''getgameprefs'' command. |
41 | | * A command set in admins.xml affects both and long version. E.g. having the following in admins.xml will set the permisisonlevel to ''1'' for both ''lp'' and ''listplayers'': |
42 | | {{{ |
43 | | <permission cmd="lp" permission_level="1" /> |
44 | | }}} |
45 | | |
46 | | === Replaced Telnet server === |
47 | | * Should be way more stable |
48 | | * Handles disconnect of clients without sending ''exit'' |
49 | | * Allows multiple connections at once (though output for one client is sent to all) |
50 | | * If no password is set in ''TelnetPassword'' the Telnet server only listens on the loopback interface! |
51 | | * Greeting message contains new line ''*** Allocs server fixes loaded'' |
52 | | |
53 | | ==== New commands (also usable through ingame console) ==== |
54 | | * ''getgameprefs'' / ''gg'': Get all server preferences (no parameters passed) or just those that contain the strning that is passed. This can be used to give all users access to read the server settings (e.g. land claim size). Only non-sensitive information can be accessed, so excluded are all preferences which contain the following strings: |
| 39 | === New commands (for in-game console, control panel and Telnet) === |
| 40 | * ''getgameprefs'' / ''gg'': Get all server preferences (no parameters passed) or just those that contain the strning that is passed. This can be used to give all users access to read the server settings (e.g. land claim size) (see Admins.xml below). Only non-sensitive information can be accessed, so excluded are all preferences which contain the following strings: |
| 81 | |
| 82 | |
| 83 | === Admins.xml === |
| 84 | * Commands with permission level set to >= 1000 can be executed by all players. This is useful e.g. for the new ''getgameprefs'' command. |
| 85 | * A command set in admins.xml affects both and long version. E.g. having the following in admins.xml will set the permisisonlevel to ''1'' for both ''lp'' and ''listplayers'': |
| 86 | {{{ |
| 87 | <permission cmd="lp" permission_level="1" /> |
| 88 | }}} |
| 89 | |
| 90 | === Replaced Telnet server === |
| 91 | * Should be way more stable |
| 92 | * Handles disconnect of clients without sending ''exit'' |
| 93 | * Allows multiple connections at once (though output for one client is sent to all) |
| 94 | * If no password is set in ''TelnetPassword'' the Telnet server only listens on the loopback interface! |
| 95 | * Greeting message contains new line ''*** Allocs server fixes loaded'' |