@@ -39,40 +39,28 @@ Developed and tested only on FreeBSD 10.1.
3939
4040Versions and changelog
4141======================
42- 1.10 2016-09-30 Added a StripColors() function for filtering out color codes from logfiles
43-
42+ 1.10 2016-09-30
43+ Added a StripColors() function for filtering out color codes from logfiles
4444 Added a DisplayChat() function for filtering the chat from a logfile
45-
4645 Added a GetClientSideModsForPlayer() function for getting the list of client side mods used by a player
47-
4846 Added a GetForbiddenModsForPlayer() function for getting the list of forbidden client side mods used by a player
49-
5047 Corrected errors in ToggleNbtValue(), GetOnlinePlayers()
51-
48+
5249 Made generic wrappers for commands, with or without results to display
53-
5450 Separated the /mem and /mv who commands from the mem command
55-
5651 Corrected display glitches from the mem command
57-
5852 Moved all commands out of the server root directory, back in the Commands subdir
59-
6053 Added all the standard Minecraft commands
61-
54+
6255 Added a Script sub-directory to store Scripts
63-
6456 Moved start* and stop commands to the Scripts subdirectory
65-
6657 Made the start command obey the .dontrestart directive and check if the server is already loaded
67-
6858 Added a mcchat script to display the chat
69-
7059 Added a mclast script to display players' log in and out from logfiles
71-
60+
7261 Added a CronDetectCheaters Cron script to check if players are using forbidden client side mods and, if yes, apply justice to them
73-
7462 Added MSL_ForbiddenMods.txt and MSL_ForbiddenMods-full.txt config files in tge config subdir with the list of forbidden mods
75-
63+
7664 Added usage and uninstall targets to the Makefile
7765
78661.00 2016-09-18 Initial public release
0 commit comments