StartProtection

Moved

Total Downloads: 8,115 - First Release: Sep 15, 2015 - Last Update: Feb 7, 2018

5/5, 33 likes
  1. Hey. After the server update today the plugin doesn't work anymore. /checknew does nothing and there is no protection. I did update the CS-File but nothing changed.
     
  2. What does your console say if you load the plugin? And did you update Oxide?
     
  3. the plugin is working, check for errors in console
     
  4. Sorry. Wrong plugin! :D
     
  5. Hey. I have a request. I would love if you change the icon down left that says NO PVP and the time. Because some people seem to be dumb, get on the server and leave immediately cause they think the server is PVE. It would be better if there stood just Start Protection e.g.
    Thank you.
     
  6. edit the config, you can use your own icon or turn it off
     
  7. Thank you for your reply. Is there a way to change the fact that protected players can't pick weapons from the ground, too?
     
  8. no u cant
     
  9. Would be great if that would be possible. I mean helicopter crates looting, and raiding is an option. Would be nice if one could pick up his own weapon again. A friend told me that he turns the protection off because after throwing his spear he can't pick it again. Maybe you think about this option. Thank you.
     
  10. Hello!
    After apdate Oxide:
    Code:
    Failed to call hook 'OnServerInitialized' on plugin 'StartProtection v2.2.1' (NullReferenceException: Object reference not set to an instance of an object)
    at Oxide.Plugins.StartProtection.RemoveOldUsers () [0x00000] in :0
    at Oxide.Plugins.StartProtection.OnServerInitialized () [0x00000] in :0
    at Oxide.Plugins.StartProtection.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0
     
  11. The description is confusing and wrong ^^ 600 seconds are 10 minutes :D
     
  12. if you mean what it says on the overview its clear to me
     
  13. It's clear bc you can guess what it does. I just meant to update the 5 minutes fail, i know thats from past version :D
     
  14. Hi,

    I don't know if this is an actual problem or it's just not added to the plugin, but I recently got a complaint from a player that while is protection was active, he was killed by a players landmine.

    I am currently running StartProtection (2.2.1).

    Here are the configs :

    Code:
    {
      "Settings": {
        "bHelicopterProtection": false,
        "bProtectionEnabled": true,
        "bSleeperProtection": true,
        "canLootDrop": false,
        "canLootFriendDeployables": true,
        "canLootFriends": false,
        "canLootHeli": false,
        "iInactiveDays": 1,
        "iPunishment": 300,
        "iTime": 1800,
        "iUpdateTimerInterval": 10,
        "showUIIcon": true,
        "UIIcon": "https://i.imgur.com/hom6JrH.png",
        "UIIconAnchorMax": "0.290 0.095",
        "UIIconAnchorMin": "0.245 0.025"
      }
    }
     
  15. landmine kill is not pvp
     
  16. and helicopter protection is pvp?
     
  17. Hi @wazzzup

    Is there a possibility for you to add the option that traps can or can't do damage while the protection is active? I think I'd be great to have more options over what does and doesn't do damage to players when they start on a server with your plugin installed.

    Thanks,
    - TehZombiJesus
     
  18. Guys what does "iInactiveDays": 1, do?
     
  19. I got the plugin working almost how I want but people are still able to loot the heli airdrop any thoughts?

    Code:
    {
      "bProtectionEnabled": false,
      "Settings": {
      "bHelicopterProtection": false,
      "bProtectionEnabled": true,
      "bSleeperProtection": true,
      "canLootFriends": false,
      "canLootFriendDeployables": true,
      "iInactiveDays": 1,
      "iPunishment": 600,
      "iTime": 1800,
      "iUpdateTimerInterval": 10,
      "canLootHeli": false,
      "canLootDrop": false,
        "showUIIcon": true,
        "UIIcon": "https://i.imgur.com/hom6JrH.png",
        "UIIconAnchorMax": "0.290 0.095",
        "UIIconAnchorMin": "0.245 0.025"
    }
    }
    Never mind worked it out.
     
    Last edited by a moderator: Aug 7, 2018