Simple protection plugin?

Discussion in 'Bukkit Help' started by Hemligt123, Apr 8, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Hemligt123

    Hello, is there any simple plugin to make protections? Because i need one before i open my server, to protect spawn and some houses.. dont wanna be attacked heavily by griefers, is there any? ive searched like hell for about a week, i got world guard, but when i make a region and only allow one person to do stuff in it, everyone can still do whatever they want in it.. so it simply dosent work lol, so please PLEASE let me know if you know any simple plugin for protection houses n such!
     
  2. Offline

    captainawesome7

    World guard works for me, you shouldnt give up on it. Make sure u have the default setting for build in the config to false.
     
  3. Offline

    jasperino

    @captainawesome: How did you get it working? With me the protection does work, but people can't build anywhere anymore, not even in their own region? (protection works a bit too well :rolleyes:)
     
  4. Offline

    Hemligt123

    haha that sounds odd jasper, sure you havent set some (if i got that bit right) parent region over map or something? or i dunno

    And ty for the answer, the build was on "true" so i turned it to false, i also turned of all tnt/creeper/fall/fire/lava dmg hehe, nice functions, but i cant try if it works right now, gotta go, might do it later, if not ill do it tomorow!

    Ty for ur help!
     
  5. Using WorldGuard also, working perfectly if well configured.
     
  6. Offline

    Hemligt123

    Nope dosent work!... it says ive done a region, and added a member and blabla, but everyone can still do whatever they want in it.. and i changed that build: to false as captain awesome said.
     
  7. You should entirely check your WorldGuard configuration.
    What if you were copying it in here so that we can correct it for you ?
     
  8. Offline

    Hemligt123

    Sure!

    Code:
    #
    # WorldGuard's configuration file
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #   you use an editor like Notepad++ (recommended for Windows users), you
    #   must configure it to "replace tabs with spaces." In Notepad++, this can
    #   be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #   in categories (like "enforce-single-session" is in the "protection"
    #   category.
    # - If you want to check the format of this file before putting it
    #   into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    #   and see if it gives "ERROR:".
    # - Lines starting with # are commentsand so they are ignored.
    #
    # WARNING:
    # Remember to check the compatibility spreadsheet for WorldGuard to see
    # if any features are currently broken in your version of Bukkit.
    #
    
    summary-on-start: on
    
    suppress-tick-sync-warnings: false
    
    protection:
        enforce-single-session: on
        item-durability: on
    
    simulation:
        sponge:
            enable: on
            redstone: off
            radius: 3
    
    physics:
        no-physics-gravel: on
        no-physics-sand: on
        allow-portal-anywhere: off
        disable-water-damage-blocks: []
    
    ignition:
        block-tnt: on
        block-lighter: off
    
    fire:
        disable-all-fire-spread: on
        disable-fire-spread-blocks: []
        disable-lava-fire-spread: on
        lava-spread-blocks: []
    
    mobs:
        block-creeper-explosions: on
        block-creeper-block-damage: on
    
    spawn:
        login-protection: 3
        spawn-protection: 0
        kick-on-death: off
        exact-respawn: off
        teleport-to-home-on-death: off
    
    player-damage:
        disable-fall-damage: off
        disable-lava-damage: off
        disable-fire-damage: off
        disable-drowning-damage: off
        disable-suffocation-damage: off
        disable-contact-damage: off
        teleport-on-suffocation: off
    
    regions:
        enable: on
        wand: 287
        default:
            build: false
            chest-access: false
            pvp: true
            lighter: true
            tnt: true
            creeper: true
            mobdamage: true
    
    blacklist:
        logging:
            console:
                enable: on
            database:
                enable: off
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                password: pass
                table: blacklist_events
            file:
                enable: on
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
    
    # See http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
    permissions:
        users:
            sk89q:
                permissions:
                    - /region
                    - /reloadwg
    Oh and btw, this is a bit off topic but, i copyed my whole server to desktop, because i was gonna replace it (hosted on brohosters) with a puzzle map to play with some friends, then when i changed back it seems like not even one plugin is working? any1 knows a way to fix this? or do i have to reisntall ALL plugins?...
     
  9. Offline

    captainawesome7

    oh lol sorry for not replying I didn't get an alert because you didn't add a 7 to the end of my name
    That happened to me to though, when I had the default set to deny building it worked fine, but if that was the default and I added the build deny flag then nobody could build, not even owners. So I deleted the regions and re-made them keeping them as default and they work fine. It definitely is a problem though.
     
  10. Offline

    Schizoid461

  11. Offline

    Hemligt123

    Thanks! will try that
     
  12. Found nothing wrong in your configuration. Did you try to pass it in a YAML parser ?
    Where is your "plugins" folder relatively to your "craftbukkit.jar" file ?
     
  13. Offline

    Hemligt123

    Nope i dont even know what that is, YAML parser?

    Uhm i rent a dedi at brohosters, so its basicly in a folder on their server, the folder is named like the IP and port of the server, and everything is in there, plugins, the bukkit jar, everything! i have redownloaded everything now tho.. and i got world edit to work! i had to remove the essentialsprotection thingy for some reason, a friend of mine tipped me.. it was just a guess from him but it worked so!

    Guess this thread can be deleted, or forgotten into the void ~~

    Feel free to check the server out if u wanna, its down now tho due to the new update..

    http://www.minecraftforum.net/viewtopic.php?f=1025&t=284810&p=4178255#p4178255
     
  14. Quick question..... under the main server config file - if you have PVP turned off and then in a region made with world guard have PVP turned on, will that work or will the main server config over ride it?
     
Thread Status:
Not open for further replies.

Share This Page