Changelog - Scavenger3/TSDocs GitHub Wiki
v1.0.4
- Cleaned up some things.
- Fixed some problems with the config file.
- All files (inclding examples) are automatically created if the TSDocs directory does not exist.
- Added command
/getnews
or/gnews
- shows the news file (paginated, if required) - permissiontsdocs-news
- Changed permission for
/setnews
or/snews
totsdocs-news
- Variable
%playersingroup%
now supports multiple groups - i.e.%playersingroup%superadmin,trustedadmin,admin%
- Added variable
%playersingroupcount%
- shows the number of players online in the specified group(s) - i.e.%playersingroupcount%guest%
or%playersingroupcount%trustedadmin,admin%
- The permission
tsdocs-command-/command
is no longer used, all players have permission to execute tsdocs commands.
v1.0.3
- added "/snews <add / edit line number> <new text>" - edit the news file - Requires the permission "tsdocs-setnews"
- changed "tsdocsreload" permission to "tsdocs-reload"
v1.0.2
- Fixed in game time with "%time"
- "%time" or "%timeG" shows the proper In Game Time, "%timeR" show the server's IRL time
- added "%playercount" - number of people currently online.
- added "%playerswg" - shows players online with their group after (e.g. "Scav (defaut)")
- added "disclude_from_playerswg" in the config any groups you specify here wont be show in "%playerswg"
- added "%playersingroup%group%" lists all the players currently online in the specified group.
- added "%news" - shows the news_file.
- added news_file - the location of "news.txt"
- added news_lines - how many lines to show of news_file when you use "%news"
v1.0.1
- No longer generates an empty config if the config does not exist (generates an example config).
- added permissions for viewing files - "tsdocs-command-/" or "tsdocs-command-*" for all commands.
- added %include% - You can include and nest multiple files into one file.
- %command% gets executed at the same order as chat.
- Commands are shown in the server log.
v1.0
- Initial Release.