Posted Monday at 07:57 PM2 days my first custom cmd /gameinfoShows an overview of all game modes on your server.Lets players type /gameinfo <mode> to get detailed info about a specific game mode.All descriptions are stored in editable text files – no need to recompile if you want to update them.Features:Easy-to-read colorful descriptions for each game modeFully editable text files (text/info_*.txt) for quick updatesDesigned for my server RetroBlocks but works on any MCGalaxy serverHow to install:Download the .cs from the release page: herePlace CmdGameInfo.cs into your extra/commands/ folder.Add the info_*.txt files to your text/ folder.Reload the command with /cmdload gameinfo.Example:/gameinfo → Shows all modes /gameinfo zombie → Shows info for Zombie Survival /gameinfo countdown → Explains the Countdown minigame and so on Download: [GitHub Link]
Monday at 08:03 PM2 days Did you use ChatGPT to make the plugin and this post? Owner and founder of Good old Lava Survival, MCGalaxy plugin developer, Master of evil hacks not supported by UnknownShadow.
Monday at 08:15 PM2 days Administrator Source code posted via the release section of GitHub, instead of the actual git repository, as god intended.
Monday at 09:20 PM2 days Author No i did the code and he fixed some errors thats all bruhThe post was made by him thats all
Monday at 09:38 PM2 days the command itself looks really simple, all it does is it prints a wall of text, or fetches a text file and then prints what's from that text file. I think I can believe that you made it with the help of ChatGPT, but damn why do you have to let ChatGPT write the post for you? Having ChatGPT write the post is the funniest funny of the funnies I've seen todaycongrats bro Edited Monday at 09:39 PM2 days by 75 Former Omegabuild Staffer / Developer
Tuesday at 12:22 AM2 days 2 hours ago, 75 said:the command itself looks really simple, all it does is it prints a wall of text, or fetches a text file and then prints what's from that text file. I think I can believe that you made it with the help of ChatGPT, but damn why do you have to let ChatGPT write the post for you? Having ChatGPT write the post is the funniest funny of the funnies I've seen todaycongrats broi can relate in some parts, normally my readmes are made with a litle help of GPT because my english sucks and im not very good with wordsbut GPTing the post is indeed funnyCongrats about your first command btw :D
my first custom cmd /gameinfo
Shows an overview of all game modes on your server.
Lets players type
/gameinfo <mode>
to get detailed info about a specific game mode.All descriptions are stored in editable text files – no need to recompile if you want to update them.
Features:
Easy-to-read colorful descriptions for each game mode
Fully editable text files (
text/info_*.txt
) for quick updatesDesigned for my server RetroBlocks but works on any MCGalaxy server
How to install:
Download the
.cs
from the release page: herePlace
CmdGameInfo.cs
into yourextra/commands/
folder.Add the
info_*.txt
files to yourtext/
folder.Reload the command with
/cmdload gameinfo
.Example:
/gameinfo → Shows all modes /gameinfo zombie → Shows info for Zombie Survival /gameinfo countdown → Explains the Countdown minigame and so on
Download: [GitHub Link]