1. I there any reason why I haven't seen anyone using events and delegates in plugins?
     
  2. The System.Threading namespace is blacklisted. I think SignArtist has a delegate.
     
  3. That's a negative on SignArtist! oh well, any other black listed namespaces I should know about!
     
  4. Wulf

    Wulf Community Admin

    Select namespaces are blacklisted for security. You can cause a lot of damage on shared hosts with a malicious plugin and the right access. Some hosts will not allow mods on their servers if they have security holes.
     
  5. Thought so would these namespaces help plugins at all if used in a non malicious matter (i don't fully understand c# still learning)
     
  6. Wulf

    Wulf Community Admin

    There is rarely a need for them. If something is needed, it is generally wrapped in a safe manner. Regardless if your own personal intentions are malicious or not, they are limited to protect everyone. If you run a private dedicated server, you could always make an extension if you really need access.
     
  7. They might. Though Oxide provides some functions, like webrequests for example.