Changes between Version 17 and Version 18 of Integrated Webserver
- Timestamp:
- Jul 29, 2015, 11:11:19 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Integrated Webserver
v17 v18 5 5 6 6 == Current features == 7 * Viewing the map of the game as much as visited by players. 7 * Viewing the map of the game as much as visited by players 8 * View currently online / offline players' locations on the map 9 * Look at the inventory (including belt and equipment) of a player 10 * Show land claims on the map 11 * Show a grid overlay on the map to easily see what region files are associated with a given area 12 * Individual permission levels for each feature, login with Steam account 8 13 9 14 … … 23 28 Since WebAndMapRendering v7 this mod uses Steam login. This means that the permission level is calculated like this: 24 29 1. Client has logged in with his Steam account 25 a. Client does have an explicitly set permission level in serveradmin.xml: Use the permission level from serveradmin.xml30 a. Client does have an explicitly set permission level in the server's serveradmin.xml: Use the permission level from serveradmin.xml 26 31 a. Client does not have an explicit permission level: permission level is 1000 (same as it would be in game) 27 32 1. Client is not logged in … … 29 34 a. Otherwise permission level is 2000 30 35 31 The permission level is used to check to which features the client is allowed access. By default only permission level 0 has access to everything, every higher permission level does not have any access. This can be changed by assigning different permission levels to the web modules with the ''webpermission'' command. 36 The permission level is used to check to which features the client is allowed access. By default only permission level 0 has access to everything, every higher permission level does not have any access. This can be changed by assigning different permission levels to the web modules with the ''webpermission'' command. A list of available permission names can be viewed with ''webpermission list''. 32 37 33 38 For example in order to give everyone access to the map but not any of the map features like player tracking set the permission level of the ''web.map'' module to 2000: