ATLAS
Better Chat
Showing 11-15 of 15 entries
< 1  >
Update: 21 Jun, 2021 @ 5:51am

V2.3

++ /suicide now only works if you haven\'t taken Damage recently (30 Seconds)
++ /unstuck now tps your Animal you are Riding with you
++ Added /settimer <minutes> which will set a Timer for you, Runs out if you Die / Travel
++ Added /resourcemap, which will open Up a Website, defined in the Ini
++ Added Ctrl+F1 as an alternative for those that have a other Mod using F11 and having it bad programmed, so that it Consumes the Input.

+++++++ For my Fellow Modders +++++++
Better Chat is now Compatible with the Mod Communication Interface!
As such you can send Messages to the Chatbox of Specific Players easy & on the fly!

This is what you will need:
Bind in the ModCommunicationInterface and send ModData to all Buffs of a specific Player.
Key=BetterChatNotification
JsonData: Make a String Field with the Key "Message", this is your Formatted Message, if you want to Simulate a Sender (like Plugins) do something like this:
"Revys Awesome Mod: You cannot do that"


New Ini-Settings:
[AtlasAPI]
DisableResourcemap=False // True would Disable the /resourcemap Command
ResourceLink="LINK HERE" // Don\'t forget the "", they are mandatory!

Update: 20 Jun, 2021 @ 12:28pm

V2.2

++ Fixed issues with Links
++ Chat Replacement Button is now Ctrl+F11 Use incase of GS makes your ChatBox vanish :slight_smile:
++ Chat now always gets adjusted (100% of the Time)
++ Added Chatcommand /settimer To set a Timer for the Player, will vanish if Traveling or on Death
++ Added /headortail to Flip a Coin for Head or Tail
++ Added /ccc, does the same as the Console ccc, just more convenient for ppl who dont know how to access it.
++ Chatbox now looses Focus after using a Command
++ Added Background Network for Mod-API Based Crosschat

Update: 19 Jun, 2021 @ 1:21am

V2.1 Correct Buff Icon

Update: 19 Jun, 2021 @ 1:06am

V2.0

++ Chat is now replaced after the Client is ready!
++ Fixed GS Issue that causes your Chat to vanish and be not accessible until you relog
++ Added Chatcommand /suicide, will kill yourself if not Knocked out, Handcuffed or Seated
++ Added Chatcommand /unstuck, will teleport yourself in a random direction and your animal (if any ridden) if not Knocked out, Handcuffed, Seated or near enemy Foundations
++ Added Chatcommand /vote, which will open Up a Website, defined in the Ini
++ Added Chatcommand /donate which will open Up a Website, defined in the Ini
++ Added Chatcommand /website which will open Up a Website, defined in the Ini
++ Added Chatcommand /discord which will open Up a Website, defined in the Ini
++ Added Chatcommand /commands which will show a List of Commands, this includes own Commands that you may add via Ini
++ Added Keybind F12 to Reset & Clear the Chat (useful if it vanished even due to my countermeasures, I am not certain they work 100% of the time yet)
++ Added Regular Message which will post a Message in a given interval to the user, Message & Interval can be defined in Ini

New Ini-Settings:
[AtlasAPI]
DisableSuicideCommand=False // True would Disable the /suicide Command
DisableUnstuckCommand=False // True would Disable the /unstuck Command
DisableVoteCommand=False // True would Disable the /vote Command
DisableDonateCommand=False // True would Disable the /donate Command
DisableWebsiteCommand=False // True would Disable the /website Command
DisableCommandsCommand=False // True would Disable the /commands Command
DisableRegularMessage=False // True would Disable the Regular Message
VoteLink="LINK HERE" // Don\'t forget the "", they are mandatory!
DonateLink="LINK HERE" // Don\'t forget the "", they are mandatory!
WebsiteLink="LINK HERE" // Don\'t forget the "", they are mandatory!
DiscordLink="LINK HERE" // Don\'t forget the "", they are mandatory!
ExtraCommandsToList="\
/123\
/456" // Seperate by "\
", use it once in front each command, like in my example! Don\'t forget the "", they are mandatory!
RegularMessage="ThisisARegular Message!" // Define your Message here, you can use \
for a new Line!
RegularMessageInterval=3600 // Amount of Seconds between each RegularMessage!

Update: 3 Jun, 2021 @ 12:53pm

Initial V1.0