NoRaid

Moved

Total Downloads: 876 - First Release: Jun 26, 2017 - Last Update: Feb 17, 2018

5/5, 9 likes
  1. Can you update the version number of the latest update? It still says it's version 1.1.0 in console and this keeps triggering the updater plugin.
     
  2. Yea that’s been changed, just that the file is cached.

    Just edit the info at the top of the plugin. Or CTRL F “1.1.0” and change it to the current version :)
     
  3. Is there anything that I have to do differently here. I loaded the plugin but it is allowing me to raid peoples places still. I might be looking for something different I am looking for a plugin that would not allow people to beat on the house's or they take damage and all that. Make it where people can't raid at all. Can that be done with just this plugin?
     
  4. Yes this is a plugin that can accomplish that. In your config you can enable FriendBypass, then it should work the way you want it to as long as Wipe Raid Cooldown is disabled.
     
  5. So basically leave it default and it should work. I guess since I am admin I am able to do stuff others can't...
    Do you have to have rust IO or Friends Api?
    My code is the default just like below

    Code:
    {
      "FriendBypass": {
        "Enabled": true,
        "FriendsApi": {
          "Enabled": true
        },
        "RustIoClans": {
          "Enabled": true
        },
        "PlayerOwner": {
          "Enabled": true
        }
      },
      "WipeRaiding": {
        "Enabled": false,
        "Amount of time from wipe people can raid (minutes)": 60.0,
        "Amount of seconds to check if players can raid": 5.0
      },
      "NoRaidCommand": {
        "Enabled": true,
        "DefaultMin": 30.0,
        "CheckInterval": 2.5
      },
      "Ui": {
        "Enabled": false,
        "RefreshInterval": 1.0,
        "PrimaryColor": {
          "R": 196.0,
          "G": 65.0,
          "B": 50.0,
          "A": 1.0
        },
        "DarkColor": {
          "R": 119.0,
          "G": 38.0,
          "B": 0.0,
          "A": 1.0
        },
        "AnchorMin": {
          "X": 0.75,
          "Y": 0.92
        },
        "AnchorMax": {
          "X": 0.98,
          "Y": 0.98
        },
        "TextColor": {
          "R": 255.0,
          "G": 255.0,
          "B": 255.0,
          "A": 1.0
        }
      }
    }
     
  6. You have to have FriendsAPI and/or RustIOClans for the building owner team mates to be able to damage the buildings.
     
  7. Ryan updated NoRaid with a new update entry:

    1.1.3

     
  8. Thanks for your work.

    Can you if it's possible, add Clan support (Universal Plugin)
     
  9. Hi,

    I also see :
    Code:
      "WipeRaiding": {
        "Enabled": false,
        "Amount of time from wipe people can raid (minutes)": 60.0,
        "Amount of seconds to check if players can raid": 5.0
    How your plugin automaticaly detect wipe ?

    thanks
     
  10. It checks when the map save was created.
     
  11. ok thanks
     
  12. So I have loaded this and ran it for a week and I found that people are still able to raid other peoples case's Do I need to force permissions or anything else at all?
    I do not have any of the mods loaded below.
    Friends API | Oxide
    Rust:IO Clans for Rust | Oxide

    This is the config I am currently running. I am almost to a point of enabling PVE on the system but dind't want to do that. Let me know if you see something I have done.

    Code:
    {
      "FriendBypass": {
        "Enabled": true,
        "FriendsApi": {
          "Enabled": true
        },
        "RustIoClans": {
          "Enabled": true
        },
        "PlayerOwner": {
          "Enabled": true
        }
      },
      "WipeRaiding": {
        "Enabled": false,
        "Amount of time from wipe people can raid (minutes)": 60.0,
        "Amount of seconds to check if players can raid": 5.0
      },
      "NoRaidCommand": {
        "Enabled": true,
        "DefaultMin": 30.0,
        "CheckInterval": 2.5
      },
      "Ui": {
        "Enabled": false,
        "RefreshInterval": 1.0,
        "PrimaryColor": {
          "R": 196.0,
          "G": 65.0,
          "B": 50.0,
          "A": 1.0
        },
        "DarkColor": {
          "R": 119.0,
          "G": 38.0,
          "B": 0.0,
          "A": 1.0
        },
        "AnchorMin": {
          "X": 0.75,
          "Y": 0.92
        },
        "AnchorMax": {
          "X": 0.98,
          "Y": 0.98
        },
        "TextColor": {
          "R": 255.0,
          "G": 255.0,
          "B": 255.0,
          "A": 1.0
        }
      }
    }
     
  13. So it’s allowing people to raid other peoples bases?
     
  14. Yes I am getting reports of people still able to raid. When I get home tonight I am going to take admin away from myself and try to raid a base on my server see what happens But I am getting multi reports from upwards of 10 + people.
     
  15. Ok I’ll take a look at this ASAP.
     
  16. I just made sure and i was able to go to a random base myself and start picking it and was about to get it to go down just a random place. So not suree if that helps out.
     
  17. Ryan updated NoRaid with a new update entry:

    1.1.5

     
  18. Hi,

    It's possible for you to add support for universal plugin Friends and clans please?

    Thanks :)
     
  19. I changed:

    "AnchorMin": {
    "X": 0.7,
    "Y": 0.85
    },
    "AnchorMax": {
    "X": 0.95,
    "Y": 0.92

    And reloaded, but he don't change...
    I've tried other coordinates and not too.
     
  20. Ryan updated NoRaid with a new update entry:

    1.1.6