ATLAS
Better Chat
 This topic has been pinned, so it's probably important
Revy  [developer] 19 Jun, 2021 @ 12:52am
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
DisableResourcemap=False // True would Disable the /resourcemap Command
ResourceLink="LINK HERE" // Don't forget the "", they are mandatory!
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="\n/123\n/456" // Seperate by "\n", 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 \n for a new Line!
RegularMessageInterval=3600 // Amount of Seconds between each RegularMessage!
Last edited by Revy; 21 Jun, 2021 @ 10:06am
< >
Showing 1-1 of 1 comments
Revy  [developer] 1 Jan, 2023 @ 10:37am 
Voterewards Section!
[AtlasAPI]
TopGameServersID=ID HERE
TopGameServersReward="Command here"
TopGameServersRewardAmount=1



TopGameServersID is where your ServerID goes. Dont know where to find that? Check https://topgameservers.net/help/help-center/articles/7/65/where-do-i-find-my-server-key

TopGameServersReward is a tricky one as it depends completely on you. Basically it does create a Console Command from that.
Theres 2 Placeholders <SteamID> and <Amount>

A Few Examples will help:
Want to award ppl with AtlasShop Points for voting?
use:
AddPoints <SteamID> <Amount>
want to award Players with an Item? use:
GiveItemToPlayer <SteamID> =Blueprint'/Game/Mods/Radioactive/RadioCoins/PrimalItemResource_Radio.PrimalItemResource_Radio'= <Amount> 0 0
This is obviously an Example from my Mod and wont work for you!
Why = you may ask? Well Since the String is Encased by "" you would bug it! Dont worry = will get exchanged for " ingame!
An alternative would be:
cheat gfi PrimalItemResource_Radio <Amount> 0 0

TopGameServersRewardAmount is where the <Amount> Placeholder Comes in. Basically this is the Amounts of Poins/Items/etc you want to give the Player per Vote.
If a Player has 5 Votes unclaimed that value will multiplied by the number of Votes.

Important
If you don't use the <Amount> Placeholder the Mod will assume your Code works without any Amount Specified and will execute the Code multiple times if there are multiple unclaimed Votes!
Last edited by Revy; 2 Jan, 2023 @ 2:20am
< >
Showing 1-1 of 1 comments
Per page: 1530 50