[MECH] BorderGuard v4.40: #1, Most Efficient Map Limiter [1.7.8]

Discussion in 'Archived: Plugin Releases' started by Intelli, Jan 31, 2011.

  1. Offline

    Intelli

    BorderGuard 4.40

    BorderGuard is the MOST efficient Border plugin available!
    100,000+ downloads! Thank you for your support!

    This plugin prevents people from exploring beyond a defined border. This plugin checks for all movement, including vehicle movement, and will keep you within the border even if you remain within a vehicle.

    Downloads:
    http://minerealm.com/plugins/borderguard/BorderGuard.jar (v4.40)
    (If you appreciate this plugin, please feel free to leave a comment below. =])

    To set an invisible border:
    /setborder <distance> <square|round> - Set the border, and the distance of the border from your current point. Optionally, also specify if the border is to be square or round.

    To disable the border:
    /disableborder - Remove the border.

    ---

    Only the person who first uses the /setborder command can use it again, or remove the border.

    The plugin has multi-world support. When setting a border, you're only setting the border for the world you're presently situated in. You'll need to set a border for each separate world.

    [​IMG]

    Version History:
    V4.40 - Fixed vehicle teleportation & added Material data support.
    V4.31 - Added a quick fix so that it'll work with the CraftBukkit development build.
    V4.30 - Updated to work with the new Bukkit API (#1846) R5+
    Older Versions (open)

    V4.20 - Fixed it so the save-file no longer becomes corrupted with multiple worlds. Code cleanup.
    V4.11 - Changed getDisplayName() checks to getName().
    V4.10 - Major performance enhancements. Using version 4 is highly discouraged.
    V4.00 - Modified to work with the latest craftbukkit version (953). Older versions no longer work.
    V3.10 - Removed the multi-threading, was causing accuracy issues.
    V3.00 - BorderGuard Turbo! Now works with bukkit 670, and has completely overhauled the base BorderGuard "engine", resulting in a huge performance boost.
    V2.40 - Updated to work with the latest version of bukkit. (602)
    V2.30 - Resolved multi-world issues. Now properly handles multiple worlds.
    V2.20 - Updated to work with the latest version of bukkit. Existing configuration files will no longer work. (Borders must be re-defined).
    V2.10 - Updated to work with the latest version of bukkit. Fixed movement issues with the "round" version.
    V2.00 - Multi-world support, better teleporting, no duplicate warning messages, configuration file now within folder.
    V1.00 - Released plugin.

    Notes:
    1. Using, for example, "/setborder 5", will set the border 5 blocks away from the location you are standing. This would create a border that is 10x10 in size.
    2. For the full plugin, with physical borders and more, take a look here: http://forums.bukkit.org/threads/mech-borderguard-v2-00-limit-your-map.656/

    Let me know if you have any questions, or find any problems.
    Enjoy!
     
    AviciiPL, MrMag518, MiRROW and 23 others like this.
  2. Offline

    french_pepper

    I was wondering if you can make a feature that includes the world disappearing outside of the border. It would make the border a lot easier to recognize. :)
     
  3. Offline

    Godwar101

    Keep updating this plugin ;)
     
  4. OP can walk beyond the border ??
     
  5. Offline

    Nathan C

    No they can't.

    Works fine on the latest Minecraft builds. Even if it is, WorldBorder is far superior in features.

    Only the person who creates the border can remove or change it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  6. Thank you :)
     
  7. Offline

    Pim1234

    yeah yeah yeah...

    "BorderGuard is the MOST efficient Border plugin available!"

    this may be, but why isn't it supporting permissions then?
    borderguard.border.<bordername> or something like that, that would be nice for VIPs
     
  8. Offline

    monir

    Is this working properly for 1597?
     
  9. Offline

    imaxorz

    I've been using it without any issues.
     
  10. Offline

    DoctorBoyd

    It's working for me also.
     
  11. Offline

    tehMorag

    Also looking for the rectangle feature :)
     
  12. Offline

    BlindC0der

    Can I set different borders for each world?!
     
  13. Offline

    Plancke

    maybe add permission to cross the border
     
  14. Offline

    chisox8

    Very nice, exactly what I need!
     
  15. Offline

    Tete84

    When the plugin is update ?
     
  16. Offline

    Blackbirddddd

    Permission nodes?
     
  17. Offline

    Intelli

    4.30 is now available, and will work with the new upcoming CraftBukkit versions.
     
    AS1LV3RN1NJA and khamseen_air like this.
  18. Offline

    ZachBora

    jayke2012 Wth is wrong with russia? That link sent me to a page with a fake virus scanner. Don't click it guys.
     
  19. Please update the BukkitDev page for users that rely on that for updates.
     
  20. Offline

    MissPicket

    Hi! Wondering if I can use this with Multiverse, to limit my second world?

    Okay I just tried it out and it works perfectly in multiverse ^^ Thanks :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  21. Offline

    broonie

    Getting this error:
    2012-03-03 16:26:49 [SEVERE] Could not pass event VehicleMoveEvent to BorderGuard
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
    at net.minecraft.server.EntityBoat.G_(EntityBoat.java:371)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1260)
    at net.minecraft.server.WorldServer.vehicleEnteredWorld(WorldServer.java:111)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:282)
    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:112)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getVehicle()Lorg/bukkit/entity/Vehicle;
    at com.minerealm.borderguard.BorderGuardVehicleListener.onVehicleMove(BorderGuardVehicleListener.java:101)
    at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 13 more
     
  22. Offline

    Intelli

    What version of CraftBukkit?
     
  23. Offline

    Claryn

    Code:
    2012-03-04 12:45:53 [SEVERE] Could not load 'plugins\BorderGuard.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.minerealm.borderguard.BorderGuard.<init>(BorderGuard.java:23)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 27 more
    BETA build 1.2.3...
    Will there be an update? Today? I kinda need this plugin..
     
  24. Offline

    Vittek

    Same here, latest Beta release of 1.2.3
     
  25. Offline

    Intelli

    Updated the plugin to 4.3.1 to work with the development build.
     
    xsolar66 and khamseen_air like this.
  26. Offline

    khamseen_air

    Nice! Slightly confused though as I didn't have a problem loading up the Beta Build 2034 using V4.30 of this. Still, shall update it. :)
     
  27. Offline

    xsolar66

    Genius
     
  28. Offline

    mooman219

    It doesn't work. As in, the boarder is clearly set. [ X: 0 Z: 0 Radius: 5500]. But players can go outside the boarders. If another player tries to teleport to a player out of bounds, they will be teleported to the border, so it is working in that sense. But in the main function of it is not working.

    Using
    1.2.3 Minecraft
    4.3.1 Borderguard
    2037 Build of Bukkit
     
  29. Offline

    Cyberin

    might be another plugin conflicting somehow? I have the exact same setup and it works for me.
     
  30. Offline

    mooman219

    When I looked into it, it looks like the thread that checks the players crashed, restarting fixed the issue. But I am worried it will crash again
     
  31. Offline

    Intelli

    Are you sure you're using BorderGuard? BorderGuard doesn't have a "thread that checks players".
     

Share This Page