[SEC] WorldGuard - Block fire, ice/melt, MUSHROOMS! Advanced+fast area protect! Blacklist

Discussion in 'Plugin Releases' started by sk89q, Jan 16, 2011.

     
  1. Offline

    sk89q

    [IMG]

    _______

    Protect your world by selectivity turning off fire, controlling item usage, blocking TNT, and protecting areas. Most features are disabled by default (this keeps WorldGuard lightweight, even if it has a lot of options.)
    • Protect areas and set flags (like mob spawning, greeting messages, etc.) on regions, controlling who and what happens in zones
      • Many flags available: pvp, mob damage, mob spawning, creeper explosion, ghast fireball, sleep disable, TNT, flint and steal, fire spread, lava fire, lightning, chest protection, water flow, lva flow, button/door use, vehicle placement, snow fall, leaf decay, greeting message, farewell message, administrator notifications on enter/leave, automated healing, blocked/allowed commands, respawn location, physical entry or exit blocking
    • Ban, log, alert, and control the use of certain items with the blacklist
    • Simple user-controlled chest protection by placing signs (disabled by default, won't conflict)
    • Disable and control TNT, flint and steel, creepers, fire spread, lava spread, ice and snow melting, weather, leaf decay, ice formation, fall damage, and many other things
    • Bring back the sponge from Classic that takes away water
    • Make pumpkins let you breathe underwater
    • /god, /heal, /slay, /stack to make item stacks, /locate for compass fun
    • /stopfire and /stoplag are there in emergencies
    • Much much more!
    [IMG]

    [IMG] WorldGuard 5.3
    [IMG][IMG] Quick reference PDF [IMG]

    [IMG] Requirements: WorldEdit (If you don't want WorldEdit and don't plan on using WG's region protection, put WorldEdit.jar in the root folder of your server outside plugins/)

    If you find WorldGuard useful, [IMG]

    [IMG]

    Check out my server too!
    [IMG]

    [IMG]

    This post has been edited 13 times. It was last edited by sk89q Mar 3, 2012.
  2.  
  3. Offline

    thefowles1

    I have blacklist logging to file enabled with the path "worldguard/logs/%Y-%m-%d.log" (the default).
    I have the blacklist set to notify/log for obtaining as well as usage of [lavabucket,tnt].

    When a user obtains any of those, nothing happens - no notifying or logging (unless obtaining via creative or /give command is not supported, which if it isn't @sk89q, I would like to submit a feature request for it to be).
    Just as well, when some users use a lava bucket or TNT, it does not notify or log either. And I am the only admin, everyone else is of the same user type.
    However, for some of the other users, using either item will broadcast a notify message twice, but still not log to a file.

    What am I doing wrong? I don't want to open a ticket because I'm sure it's a config problem...
    And does anyone know if it logs the location of the usage of these? That would be an incredibly handy feature.
  4. Offline

    Dassin

    Can i know how to disable message 'You dont have permission for this area' :)?
  5. Online

    Epyk

    Same problem as the undercow!
    When I install wordguard,players do not take damage.
    What's wrong?
  6. Offline

    DanielSivertsen

    Is it possible to zone a place? That they only can destroy tree logs and leaves?
    _Alf likes this.
  7. Offline

    VoltageB

    The next recommended build is for Minecraft 1.2, R5, and I and everyone who uses this plugin will greatly appreciate it if you can get a head start on the plugin so it's update to support the new revision when Minecraft 1.2 is officially released along with Bukkit R5.
  8. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
  9. Offline

    jaayvazian

    Code:
    player-damage:
    disable-fall-damage: true
    disable-lava-damage: false
    disable-fire-damage: false
    disable-lightning-damage: false
    disable-drowning-damage: false
    disable-suffocation-damage: false
    disable-contact-damage: false
    teleport-on-suffocation: false
    disable-void-damage: false
    teleport-on-void-falling: false
    disable-explosion-damage: false
    disable-mob-damage: false
    disable-death-messages: false
    chest-protection:
    enable: false
    Try setting player-damage equal to true see if that helps.

    This post has been edited 1 times. It was last edited by jaayvazian Feb 21, 2012.
  10. Offline

    Theundercow

    Thanks For the help! I figured the problem out i had Auto invincibility on so when ever someone logged on the had god mode.

    This post has been edited 1 times. It was last edited by Theundercow Feb 21, 2012.
  11. Offline

    killdro

    When I try to install WorldGuard it doesn't crash the server but when i reload it does not create a config file or a worlguard folder at all. Is there anything im missing or is this just a known issue. I am running bukkit R4
  12. Offline

    killdro

    Nevermind I had to update World edit.
  13. Offline

    xXLOLXx

    Hey have I got to enable PVP in my server.properties and then disable PVP for all the word and then create a new PVP zone? Because the PVP flag do not work on my server.
    I sorry for my bad english xD

    Thanks
  14. Offline

    dustyn33

    which flag would i use to make it so only the group hitman, mafia, mob boss, and crooked cop defined in groupmanager can go into a region called hitman?

    oo and how would i use the command?

    This post has been edited 1 times. It was last edited by dustyn33 Feb 21, 2012.
    _Alf likes this.
  15. Offline

    Acars

    Hey can someone send me a worldguard folder because when ever i run my server the file wont create itself and its not there when i downloaded it
  16. Offline

    _Alf

    Would it be possible using PEX to define permissions in worldguard zones? I think it would be more flexible and you wouln't need 100 flags or so ;)

    But maybe i have missed something and awaiting answer to:
    aswell [bookshelf]
    dustyn33 likes this.
  17. Offline

    kmikeyy23

    13:06:43 [SEVERE] Could not load 'plugins/WorldGuard.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:285)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:200)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.Injector
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 11 more
    I Have a Error... I Really NEED this Plugin. Can Someone Help?!?!
  18. Offline

    ALEXdaMIX

    How do i protect all map ,and select just where a player can build ,like inversing the use of this plugin?
  19. Offline

    Etsijä

    To my knowledge, blacklist functionality broke totally in a recent update. Haven't been able to get it to work since. We actually had to ditch it completely and start using ModifyWorld from PermissionsEX due to that.
  20. Offline

    thefowles1

    Well shoot, I have bPerms and don't want to bother switching to another system...
    I mean, it seems to somewhat work for me, as stated. But it's not consistent. Like, the configuration doesn't do everything that it seems it should.

    Thanks for the heads up, though.
  21. Offline

    delphin1234

    couldn't you make sure that the admins are still able to spawn mobs in the regions where it was flagged pls and an diamond for the good work [diamond]

    This post has been edited 1 times. It was last edited by delphin1234 Feb 23, 2012.
  22. Offline

    codename_B

    dev.bukkit.org profile:
    codename_B
    My Plugins
    I'd prefer you not to have to switch as well :p

    What specifically is going wrong?
  23. Offline

    joselitoeu

    @sk89q ,@wizjany ,@zml2008
    Hey, can you add something to make a public farm that auto replant the crops? Something like:
    • -/region define farm
    • -/region flag farm autoplant wheat (this flag will check if seletected area have seeds planted, if not, it will plant wheat seeds(and obsly transform in farm land)
    • -/region flag farm build deny(or false, cant remember, will protect the farm land, but not the crops, as they are planted in the higher block)
    Is this possible?
  24. Offline

    Taien


    It's possible but you should put that in plugin requests because I have a feeling sk89q will say that because it isn't really related to guarding your world, it shouldn't be part of the plugin. (That's what I'd say, anyway :p)
  25. Offline

    RUN_ChuckNorris

    Can I use this plugin to block To many items mod Im having trouble with it on my server.
  26. Offline

    Megalanias

    pls update !
  27. Offline

    Tanite

    Anyone know if Bukkit ever added support for vine spread events? Jungles are coming!
  28. Offline

    niftyapple

    Is it possible to make region inheretance work for regions outside the parent region? I would assume that it should... but even with priorities setup, the child plot still wont take on the parent's flags...
  29. Offline

    linkmanmatt

    after i make a region i cant die everyone else can but i cant i took worldguard off and i was able to die but i need world guard so i just want to know if there is a way to fix it
  30. Offline

    bobby3215

    Hi there, I'm having a problem with world guard, I'm sure that it is just my config file but people seem to be able to select areas within a protected area (with world guard) and do //set <material>. Fortunately there has been no griefing as of yet but I am worried someone will find this out and destroy my server :S any ideas?? bobby3215 (its probably me but if anyone can help its much appreciated :S
  31. Offline

    thefowles1

    Well, what seems to be going wrong is some blacklist functionality not working properly.

    This is what I have after all the comments in my blacklist file:
    For the first group, I presume it is supposed to notify the console, log to file and warn the player of the obtaining of either a lava bucket or TNT for everyone except admins (of which there is only one, me). The real case is I do not see any notification, be it console, in-game, or log file (which so far has failed to be created, even in the next case below) of either a lava bucket or TNT. Nothing happens when anyone gets them, but I do not know if people are using creative mode to do so. I don't know if WG recognizes the event of getting items via the creative inventory.

    For the second group, notifications work, but they show up twice for each instance. However, no log file exists, as mentioned. I have "enable:" set to true, and the path set to "worldguard\\logs\\%Y-%m-%d.log", as the wiki says to use double backslash (\\) for Windows systems, on which I am (HP x64). Nothing has been entered into the config.yml or regions.yml files for any of my worlds.

    Commenting out the lines to ignore admins does not seem to do anything either, as I did so, reloaded the plugin, and am placing TNT with no notification about it (unless it automatically ignores OPs, of which again there is only one, myself).

    This post has been edited 1 times. It was last edited by thefowles1 Feb 25, 2012.
  32. Offline

    codename_B

    dev.bukkit.org profile:
    codename_B
    My Plugins
    Hm, that is a tricky one :/

Share This Page