Jump to content

AhigaO

Creator
  • Posts

    1,161
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by AhigaO

  1. AhigaO

    Raid Time Manager

    Sorry, but I still can't understand you, what exactly do you want my plugin to do in conjunction with TruePVE?
  2. AhigaO

    Plugin unloading by itself

    Changed Status from Pending to Closed
  3. Send me the plugin and a screenshot of the error (if any) on discord, if the plugin is not complete crap (although this is likely, since I have already dealt with plugins from it), then I will fix it
  4. AhigaO

    Raid Time Manager

    How exactly should the plugin work with TruePVE?
  5. AhigaO

    Team Info

    yes
  6. What exactly and where do you need to fix?
  7. AhigaO

    Team Info

    This plugin shows all your allies that are in the team. If your plugin for clans adds players to the team, then yes
  8. AhigaO

    Raid Time Manager

    Will add with next update
  9. Changed Status from Pending to Closed
  10. Hello. After first install of plugin reload him. After this all will be fine
  11. AhigaO

    The 2 small arrows,

    Hello, thanks for the feedback. I tried to replicate this problem, but did not find it. Can you give me a video with this bug please?
  12. AhigaO

    Team Info

    Are you set Store avatars to true and api key inf ImageLibrary Config?
  13. AhigaO

    Raid Time Manager

    I will add this feature in the next update (During the next week)
  14. AhigaO

    Raid Time Manager

    Added these functions
  15. AhigaO

    Immortal boars and poop

    Hello. Sorry for not answering, I didn't see it (If I don't answer Support for a long time, write to me in DM, sometimes notifications don't come). I will update the plugin in a few days
  16. AhigaO

    Team Info

    I will update the plugin soon.
  17. AhigaO

    Raid Time Manager

    Yes, the plugin update is already on my list. I will release it next week
  18. AhigaO

    Raid Time Manager

    You can set the raid/safe time in two ways. 1) By days of the week - the set time by day of the week is used as standard, that is, if you do as I said earlier, then this time will work for any Monday - Tuesday 2) The second way is to assign a specific date - in this case, instead of the time for a given day of the week, what you set will be used
  19. AhigaO

    Raid Time Manager

    You can do like this: For example, on Monday, set from 23:00 to 24:00 and on Tuesday from 00:00 to 08:00
  20. Version 1.3.9

    1,692 downloads

    Features: Setting up safe and raid times 6 variations of GUI display for players Ability to configure blocked activities during safe time Ability to set the time for the day of the week (Used by default), and for a specific date Flexible and intuitive plugin settings Real-time UI(Has 6 variations) with date, time and raid/safe time info. A menu where players can find out the safe and raid times for any given day Convenient in-game menu for plugin settings You can set safe days after wipe How to open setup RTM UI Default command for open setup RTM UI: /rtm Configuration: { "Command for open Raid Time Managment UI": "rtm", "Timezone(Difference between UTC and your time)": 60, "Time format for UI(True - 24H format, False - 12H format)": false, "Display UI": true, "Enable Alerts": true, "Allow players to close the UI": true, "[RaidableBases] Allow raiding RB bases in SafeTime": true, "[TruePVE] Safe Time RuleSet": "default", "[TruePVE] Raid Time RuleSet": "default", "[ZoneManager] The plugin will work on entities in the zones": "DISABLED", "[ZoneManager] Zone ID List": [], "UI Position": "UPPER_LEFT", "NPP amount": 0, "Block only offline raids": true, "Add safe days after wipe": 1, "Commands to be executed when raid time starts": [], "Commands to be executed when safe time starts": [], "Forbidden actions during the blocking of the raid": { "Default Raid By Player": true, "Damage Own Buildings": false, "Raid By Patrol Helicopter": true, "Raid By MLRS": true, "Using Ladders In Building Block": true, "Damage By Fire": true, "Build Ceiling In Building Block": true, "Build Turrets In 2x Building Block Radius": true, "Break down twig buildings": false }, "List of prefabs that can always be damaged": [], "Manage raids by day of the week (Used by default)": { "Monday": [ { "Start Raid Block(Hours)": 18, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Tuesday": [ { "Start Raid Block(Hours)": 14, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Wednesday": [ { "Start Raid Block(Hours)": 18, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Thursday": [ { "Start Raid Block(Hours)": 18, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Friday": [ { "Start Raid Block(Hours)": 18, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Saturday": [ { "Start Raid Block(Hours)": 10, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ], "Sunday": [ { "Start Raid Block(Hours)": 8, "Start Raid Block(Minutes)": 0, "Stop Raid Block(Hours)": 22, "Stop Raid Block(Minutes)": 0 } ] }, "Raid management for specific days(Takes precedence over raid management by day of the week)": {} } Explanation of some options: "Default Raid by Player" : players will be able to use items for the raid Lang: { "UI_ALERT": "ALERT", "UI_TURRETBLOCK": "You cannot place turrets in double TC radius during safe time", "UI_LADDERBLOCK": "You may not place ladders in a Building Block during safe times.", "UI_CEILINGBLOCK": "You cannot place ceilings in the Building Block during safe times.", "UI_CANDAMAGE": "You cannot damage other people's buildings during safe times", "UI_CANDAMAGEOWN": "You cannot damage own buildings during safe times", "UI_START_RAID_TIME": "Raid time has begun! All restrictions removed", "UI_STOP_RAID_TIME": "The raid time is over. Restrictions are in effect!", "CM_CLOSE_HUD": "You closed the RTM HUD, to open it again use the /rtm hud command", "UI_RAIDTIMESCHEDULE": "RAID TIME SCHEDULE", "UI_SAFE_TIME": "Safe Time", "UI_RAID_TIME": "Raid Time", "UI_Monday": "Monday", "UI_Tuesday": "Tuesday", "UI_Wednesday": "Wednesday", "UI_Friday": "Friday", "UI_Saturday": "Saturday", "UI_Sunday": "Sunday", "UI_AM": "AM", "UI_PM": "PM", "UI_January": "January", "UI_February": "February", "UI_March": "March", "UI_April": "April", "UI_May": "May", "UI_June": "June", "UI_July": "July", "UI_August": "August", "UI_September": "September", "UI_October": "October", "UI_November": "November", "UI_December": "December", "UI_Thursday": "Thursday" }
    $14.99
  21. Yes, you can buy it after approval. Wait some days
  22. AhigaO

    Server Hud

    Thanks for the comment. Unfortunately, this is not a Hud problem, this is how Rust works, I have no way to fix it
  23. I will publish a similar plugin in the near future, I saw many who asked to make this plugin
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132.6k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.