Skip to content

Releases: HubTou/MinecraftShellLibrary

Minecraft Shell Library v1.11

19 Dec 08:58
Compare
Choose a tag to compare
  • Corrected blocking syntax typo in the stop script
  • Added an XRay mod to the mod's ban list

Minecraft Shell Library v1.10

30 Sep 21:28
Compare
Choose a tag to compare
    Added a StripColors() function for filtering out color codes from logfiles
    Added a DisplayChat() function for filtering the chat from a logfile
    Added a GetClientSideModsForPlayer() function for getting the list of client side mods used by a player
    Added a GetForbiddenModsForPlayer() function for getting the list of forbidden client side mods used by a player
    Corrected errors in ToggleNbtValue(), GetOnlinePlayers()

    Made generic wrappers for commands, with or without results to display
    Separated the /mem and /mv who commands from the mem command
    Corrected display glitches from the mem command
    Moved all commands out of the server root directory, back in the Commands subdir
    Added all the standard Minecraft commands

    Added a Script sub-directory to store Scripts
    Moved start* and stop commands to the Scripts subdirectory
    Made the start command obey the .dontrestart directive and check if the server is already loaded
    Added a mcchat script to display the chat
    Added a mclast script to display players' log in and out from logfiles

    Added a CronDetectCheaters Cron script to check if players are using forbidden client side mods and, if yes, apply justice to them
    Added MSL_ForbiddenMods.txt and MSL_ForbiddenMods-full.txt config files in tge config subdir with the list of forbidden mods

    Added usage and uninstall targets to the Makefile

Minecraft Shell Library v1.00

18 Sep 16:09
Compare
Choose a tag to compare

Initial public release