Changes between Version 2 and Version 3 of Console Commands


Ignore:
Timestamp:
24.07.2014 20:59:22 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Console Commands

    v2 v3  
    4949  * any other command -> denied
    5050
     51
    5152=== Running a server with the [[Server fixes]] installed ===
    5253
     
    7273  * ''le'' -> '''ok''' (permission level 1000 -> any player can execute this command)
    7374  * any other command -> denied
     75
     76
     77== Managing permissions by commands ==
     78
     79Each of the sections of ''admins.xml'' can be modified through console commands while the server is running.
     80These are:
     81* admin: Manage the list of players which should be admins
     82* mod: Same for moderators. As it seems there currently is no difference between moderators and admins. Only the permission level set is of interest.
     83* cp: Manage command permission level definitions (in the XML those are the ''permissions''->''permission''-elements)
     84* whitelist: Whitelisted players. '''Note:''' if there is at least one whitelisted player '''only''' players on this list can join the server whatsoever.
     85* ban: Ban a player (XML: ''blacklist'' elements)
     86
     87All but the ''ban'' command have three subcommands given as their first parameter:
     88* add: Add a player to the given list
     89* remove: Remove a player from the given list
     90* update: Set a new permission level on the given list for the given player
    7491
    7592