NoRaid

Moved

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

5/5, 9 likes
  1. Hi,

    I need to reload plugin to show GUI for WipeRaiding

    Can you fix it to automatically show GUI ?

    Thanks !
     
  2. ... which Plugin can protect the Building of a Player from Destruction of a other Player excl. ServerOwner / Admin ?
     
  3. Was it after you set the values in the plugins configuration file? Or had you set them up from before the plugin was loaded?
     
  4. ... this is not working well, other Player can make Damage to other Buildings !
     
  5. No players should be able to do damage to any buildings if you have the correct configuration settings on.
     
  6. .ยด
    ... show me ure settings !
     
    Last edited by a moderator: Sep 5, 2017
  7. Code:
    {
      "FriendBypass": {
        "Enabled": true,
        "FriendsApi": {
          "Enabled": true
        },
        "RustIoClans": {
          "Enabled": true
        },
        "PlayerOwner": {
          "Enabled": true
        }
      },
      "StopAllRaiding": 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": true,
        "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
        }
      }
    }
     
  8. ... my Mistake !

    I delete the .cs, cs-Data and cs-CFG, after install it new, now its working !

    Thank u, and big sorry :)
     
    Last edited by a moderator: Sep 5, 2017
  9. No problem, mistakes are made :) Glad it's working for you now.
     
  10. ... but a question:

    iam owner of a house, why same Message coming like NotOwner of House and why i cant destroy my own House ?
     
  11. Have you got "PlayerOwner" enabled in the "FriendBypass" section inside the config file?
     
  12. yes, i have

    ok, again: i dont want, that player build a house and other can destroy it, not friends and clans too, nobody, only the builder and serverowner / admin.
    what is the correct setting ?
     
    Last edited by a moderator: Sep 5, 2017
  13. The one I sent should work for what you described there.
     
  14. with this settings i cant destroy my own house ... :)

    message is, i cant destroy, iam not owner of this house

    can u join my server, i can show u, what i mean

    what means: player owner? serwer owner, building owner ?

    i build a new small house, i cant destroy it, iam not owner, says the plugin :D
     
    Last edited by a moderator: Sep 5, 2017
  15. Ok, no problem, I will have a look at this soon on my dev server.

    Thanks for telling me about this
     
  16. Ryan updated NoRaid with a new update entry:

    1.1.7

     
  17. I change it from config
    I need to reload plugin after each reboot I did

    Maybe hook like 'OnServerInitialized' or 'OnPluginLoaded" sometheling like this ?

    EDIT: After each connection I need to reload the plugin, not after each reboot sorry
     
  18. ... after ure update from today same bug !
    (server)owner of buildings cant destroy own house ... Message: ure not owner of this building !
     
    Last edited by a moderator: Sep 6, 2017
  19. Ohhhh, that makes more sense. Thank you, I know why that is happening now.