-
Posts
212 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by AvG Лаймон
-
-
- 8 comments
-
- 1
-
-
- #3.5k
- #custom map
-
(and 2 more)
Tagged with:
-
- 8 comments
-
- 1
-
-
- #3.5k
- #custom map
-
(and 2 more)
Tagged with:
-
-
-
-
You mean file? There is only one data file from aRewards. If the file is corrupted, it means you are doing something wrong with your server. If file was wiped after restart/update means that you have enabled "Clear data on wipe?" option in config and your server create a new map save. New map save automatically creating when you wipe your server (delete map save file) and every global server update. Plugin fine, I assure you. If you will need other help, please contact me in our discord (link in disctiption) for faster response.
-
nivex, with all due respect, will u ever stop? we are really tired of updating your plugin about 5 times per month and reconfigure everything we spend more time on this plugin than on the entire server. Plugin has been around for so many years, can you just finish it and leave it alone? Idk, maybe it does not bother anyone else but i'm really tired of this
-
Version 1.0.1
50 downloads
You can reset recieved rewards every day or wipe. You can give multiple commands/items to player in one reward. You can set any position and size for chest (ui). Has langs for each of your reward. Has EN and RU versions in archive. You can get the fastest support in our Discord: Alias™ dev. Default Configuration { "Clear data on wipe?": false, "Clear data every real day?": true, "Disable chest ui after recieving all rewards?": true, "Chat avatar SteamID": 0, "UI Settings": { "Closed chest image URL": "hidden", "Opened chest image URL": "hidden", "Anchor Min": "0 1", "Anchor Max": "0 1", "Offset Min": "10 -100", "Offset Max": "110 0" }, "Rewards (online time : list of rewards)": { "3600": [ { "Required permission": "", "Command (true) or item (false)": false, "Reward description (can be edited in langs)": "Scrap x1000", "Command": "", "Item shortname": "scrap", "Item name (leave empty if not needed)": "", "Item skin": 0, "Item amount": 1000 }, { "Required permission": "arewards.vip", "Command (true) or item (false)": true, "Reward description (can be edited in langs)": "1000 Economics balance for VIP", "Command": "deposit %SteamID% 1000", "Item shortname": "scrap", "Item name (leave empty if not needed)": "", "Item skin": 0, "Item amount": 1 } ], "10800": [ { "Required permission": "", "Command (true) or item (false)": false, "Reward description (can be edited in langs)": "Ak-47", "Command": "", "Item shortname": "rifle.ak", "Item name (leave empty if not needed)": "Cool AK-47", "Item skin": 0, "Item amount": 1 }, { "Required permission": "", "Command (true) or item (false)": false, "Reward description (can be edited in langs)": "Ammo for your riffle", "Command": "", "Item shortname": "ammo.rifle", "Item name (leave empty if not needed)": "", "Item skin": 0, "Item amount": 500 } ] }, "Plugin Version": { "Major": 1, "Minor": 0, "Patch": 0 } }$8.00 -
Version 1.1.3
293 downloads
Provides API and Hooks which called when in-game day/night and real second/hour/day/month/year started. Has no functional by itself. Usable only as plugin dependency. Configuration { "Rust day start time (hour)": 7.5, "Rust night start time (hour)": 20.0 } API aTimeAPI.Call<bool>("IsDayInRustNow"); Hooks void OnRealSecond() // called every real second void OnRustDayStarted() // called right arter in-game day was started void OnRustNightStarted() // called right arter in-game night was started void OnNewRealHourStarted(int newHour) // called right arter new real hour was started void OnNewRealDayStarted(int newDay) // called right arter new real day was started void OnNewRealMonthStarted(int newMonth) // called right arter new real month was started void OnNewRealYearStarted(int newYear) // called right arter new real year was startedFree -
I tried, really, however, there is no way to do this with normal methods. Perhaps it can be done by some very long way. For example, create a box with a skin, give it to the player and when it is installed, the pump would connect automatically. But this is an absolute perversion and I will not do this. In addition, this is a new game element and it will be remade 100 more times.
