auto ban people that get op/owner

Discussion in 'Archived: Plugin Requests' started by sverre26, Aug 22, 2013.

  1. Offline

    sverre26

    i need a plugin that ban players that is not on a list if they get owner/op
    the list have to be configurable
     
  2. Offline

    jay275475

    I like this Idea but Im not sure i can do it. unless I create um my own op or something
     
  3. Offline

    Muffin89

    How come you need this? Are you running a "cracked servrer"=="online mode=false"?
     
  4. Offline

    jay275475

    sverre26.90656927
    I can make you a plugin that disables Op so people cant op but you can still op through operators.txt

    And I can also add no Deoping you would have to do it through operators.txt also

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  5. Offline

    Retherz_

    Then how exactly would checking their name help? Wouldn't checking their IP be a better solution? It's probably to avoid people who aren't suppose to have it get it...
     
  6. Offline

    Muffin89

    How would that even happen if you know how to set up permissions?
     
  7. Offline

    skore87

    As Muffin89 said you shouldn't be giving anyone OP on your server anyway. Using permissions is the best way for this problem.
     
  8. Offline

    sverre26

    I dont give it to people but sometunes someone get it by force op hacks or something
     
  9. Offline

    Retherz_

    Then, fidn something that checks ip aswell and whitelist your staffs ips for those permissions
     
  10. Offline

    skore87

    I've never heard of a "force op hack". Sounds like social engineering to me.
     
  11. Offline

    sverre26

    Is it anyone?

    <Removed triple post - Use edit button to edit your post - Necrodoom>
     
  12. Offline

    Retherz_

    Just tell someone to check like if a config contains their name, check their name and their ip in a different config like
    @EventHandler
    public void playerJoin(PlayerJoinEvent event){
    Player p = event.getPlayer();
    if(p.hasOp() || p.hasPermission("A Staff permission i guess?"){
    check if a list of their name contains something? else deop and run manudel if u use groupmanager
    if their name is on the list check if their ip then if their ip is on a list you let the join? else kick?

    }
    }
     
  13. Offline

    AndyMcB1

    I see too many plugin requests like this.. :/
     
  14. Offline

    snivell

    Next time use the correct format please.
     
  15. Offline

    sverre26

    can you make the same to owner?
     
  16. Offline

    RingOfStorms

    First of all, there is no such thing as a force op hack. The only reason someone would be able to OP themselves is if you give them op, you give someone else op who gives them op, or you installed that stupid scam Nodus block plugin which is in fact an oping plugin. So this is basically error on your end, there is zero reason for a plugin like this because it shouldn't be a problem to start with.
     

Share This Page