GitHub
CS 1.6 - Connection Notifier - Updated!
GitHub March 29, 2026
Added:
- Now you can include the * character in the
connections.cfgfile without it being interpreted as a placeholder by placing a\before the asterisk (*).
CS 1.6 - Connection Notifier - Released!
GitHub March 27, 2026
A plugin that sends notifications to the chat when players connect to the server.
One advantage of this plugin is that you can set up custom messages and connection sounds for specific players (using SteamID).
I got the inspiration for the plugin from this forum thread (AlliedMods).
CS 1.6 - PlayTime Logger - Updated!
GitHub March 22, 2026
Added:
- A new console command,
playtime_resetplayer, has been added, allowing the Admin to reset a specific player's PlayTime.
CS 1.6 - Chat Radio Blocker - Updated!
GitHub March 21, 2026
Changed:
- The script has been completely rewritten and is now much more elegant.
CS 1.6 - Custom Weapons Shop - Updated!
GitHub March 20, 2026
Added:
- A new parameter,
<money>, where you can choose how much a given menu item will cost.
CS 1.6 - Country Blocker - Updated!
GitHub March 18, 2026
Added:
- A new CVAR, cb_allow_ip, where you can enter the IP addresses of players you want to allow access to the server regardless of the cb_country CVAR.
CS 1.6 - Country Blocker - Released!
GitHub March 18, 2026
New CS 1.6 Plugin - Country Blocker, which allows you to block access to your server for players from selected countries.
CS 1.6 - PlayTime Logger - Released!
GitHub March 13, 2026
A new CS 1.6 plugin has been released - PlayTime Logger.
With this plugin, you can log players' playtime on the server without the need for a database (such as SQL). You can also choose whether you want players who are in Spectator mode to be logged or not (to prevent time farming).
CS 1.6 - Team Selector - Released!
GitHub March 13, 2026
A new CS 1.6 plugin has been released - Team Selector.
A plugin that allows you to easily select a team and choose whether to open the MOTD window or not using CVAR.
CS 1.6 - Announcer - Updated!
GitHub March 13, 2026
Added:
- Added a new Placeholder {DATE}, which displays the current date.
CS 1.6 - Custom Weapons Shop - Released!
GitHub March 7, 2026
I have just released a new plugin for CS 1.6 - Custom Weapons Shop.
With this plugin, you can create your own Weapon Shops where you can set everything! Ammunition, weapons, and even rename individual weapons.
CS 1.6 - Player Chat Logger - Updated!
GitHub March 5, 2026
Added:
- Date and time always at the beginning of each line.
CS 1.6 - Announcer - Updated!
GitHub March 4, 2026
Added:
- You no longer need to manually rewrite admin flags in the .sma file. You can do this in the game by typing the new command /ann_menu.
- Automatic flag saving: Every change in /ann_menu is automatically saved to a file and loaded when the server restarts or the map changes.
CS 1.6 - Announcer - Updated!
GitHub March 1, 2026
Added Variables:
{PLAYERS} - Displays the current number of players on the server.
{MAXPLAYERS} - Shows the maximum number of players (slots) on the server.
{MAP} - Shows the currently played map.
{IMPO} - Plays a sound when the message is displayed.
{MVP} - The message will only be displayed to players with the appropriate admin flag.
- You can change the Admin Flag for MVP in the .sma file in the line #define MVP_FLAG ADMIN_LEVEL_H.
Minecraft - WirelessRedstone - Released!
GitHub November 22, 2025
Main:
- First Release
- Added support for versions: 1.19, 1.20, 1.21
Information:
- In version 1.19, if you place a sign on a block, the sign GUI will open. You can safely close this GUI. I have not yet found a fully functional replacement, because the function for cancelling the event that opens this sign GUI was only added starting from the Paper API 1.20+.