Inactive [TP] AncientGates v1.0.2 - Easily create portals with custom design [1000]

Discussion in 'Inactive/Unsupported Plugins' started by locutus, Jul 22, 2011.

  1. Offline

    locutus

    AncientGates - Easily create portals with custom design
    Author: Olof Larsson
    Maintained by: bladedpenguin
    Version: 1.0.2
    With this plugin the server operators (OPs) can create gates that will teleport anyone who enter to a location specific to that gate. The hightlights are: It is so darn easy to use! [​IMG] and The gates can look any way you like \0/

    Try the ingame command: /gate

    Download: AncientGates.jar
    Userguide: mcteam.org

    Thought first you should take a look at the demonstration I and karibu6 created:

    Commands
    • /gate help,h,? *[page] Display a help page
    • /gate create,new [id] Create a gate
    • /gate delete,del,remove [id] Delete a gate
    • /gate setfrom [id] Set “from” to your location.
    • /gate setto [id] Set “to” to your location.
    • /gate open [id] Open that gate
    • /gate close [id] Close that gate
    • /gate list,ls Display a list of the gates
    FAQ
    Why the name AncientGates?
    Because the purpose of this plugin that I envision is that players should not be able to create gates to other worlds themselves. The server operators build gates with cool ruins around them and in order to get to another world the players need to find one of those ruins.

    Who can create a gate?
    Only server operators! Not normal players. There is no suport for any permissions plugin.

    Who can destroy a gate?
    Anyone if you do not use a third-party protection plugin like Factions.

    Are there IConnomy integration, Features for user to dial other gates etc?
    Nope. This plugin is very minimalistic and plain. Server operators manage the portals players use them any time they are open.

    Installing
    1. Download the latest release: https://github.com/bladedpenguin/minecraft-ancient-gates/raw/master/AncientGates.jar
    2. Put AncientGates.jar in the plugins folder.
    ToDo
    • Find a way to inexpensively protect gates.
    Changelog
    Version 1.0.2
    • Fix seldomly occuring error on teleportation.
    Version 1.0.1
    • Fixed compatibility with half blocks.
     
  2. Offline

    phondeux

    Sorry, I know what the issue is but haven't had time to fix it. I'll try to update this week.
     
  3. Offline

    tomco

    posts in this thread read you must :)
     
  4. Offline

    kingwow34

    U NEED TO UPDATE THIS AWESOME TELEPORTER PLUGIN THE OTHERS SUCK!! PLZ UPDATE IT SOON! PLZZZZZZZZZ!!!!
     
  5. Offline

    Rsccman

    update this please
     
  6. Offline

    Lution

    Please update the plugin for 1.2.4!
     
  7. Offline

    tomco

  8. Offline

    kingwow34

    will this work with 1.2.5???? HOPE SO!
     
  9. Offline

    tomco

    sure
     
  10. Offline

    kingwow34

    u dont know :/
     
  11. Offline

    dejan36

    is this awesome plugin work for 1.2.5 ? :cool:
    if not please update :'(
     
  12. Offline

    jungalist81

    GUYS GUYS GUYS CALM DOWN!
    http://dev.bukkit.org/server-mods/ancient-gates/
    This is the official dev site for Ancient gates. Although the download file is from March, IT STILL WORKS.
    Ive been using this plugin and it even works on CraftBukkit 1.2.5-R1.3 the one released last monday
    If you want proof you can check it out on my server: 184.95.41.234. You spawn right next to an ancient gate.
     
    dejan36 likes this.
  13. Offline

    dejan36

  14. Offline

    dypo25

    How do u get StarGates anyway?
     
  15. Offline

    333PuG333

    [SEVERE] Could not load 'plugins/AncientGates.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener

    When I load the server it doesn't even show that I have the plugin. It's in the folder, but it's not working. What's wrong?
     
  16. Offline

    Tellumus

    Hey, have issues...

    18:17:14 [SEVERE] Could not load 'plugins\AncientGates.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:157)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:423)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListene
    r
    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 org.mcteam.ancientgates.Plugin.<init>(Plugin.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListe
    ner
    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

    Meh.

    Thanks for the help.
     
  17. Offline

    emily3203

    this plugin looks awesome. I'm getting it :D thanks so much for creating this plugin.
     
  18. Offline

    Tellumus

    Does anyone even maintain this thread...?
     
  19. Offline

    blackhawk185

    Please add permissions.
     
  20. Offline

    jeffro1001

    I cannot get the addon to load.
    Error is here:

    [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    [SEVERE] Could not load 'plugins\AncientGates.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:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    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$100(Unknown Source)
    at java.net.URLClassLoader$1.run(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 org.mcteam.ancientgates.Plugin.<init>(Plugin.java:34)
    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:145)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    at java.net.URLClassLoader$1.run(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)
    ... 27 more
     
  21. This plugin seems to be updated in dev build only but i cannot make ticket there so i am asking here, upgrade to 1.3.1?
     
  22. Offline

    asdwjure


    This Doesn't work in 1.3.1 .. :(
     
  23. Can you let people know if this is going to be updated so we will know whether to move on to some other plugin?
     
  24. cannot make a ticket into dev build page for ancient gates so i hope osmeone here can help!
    I know its 1.3 for 1.2.5 version minecraft, but people said it works in 1.3.1 minecraft. Obviously wont
    Code:
     
    2012-08-13 21:38:42 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'gate' in plugin AncientGates v1.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
    at org.mcteam.ancientgates.Gate.close(Gate.java:87)
    at org.mcteam.ancientgates.commands.CommandDelete.perform(CommandDelete.java:19)
    at org.mcteam.ancientgates.commands.BaseCommand.execute(BaseCommand.java:61)
    at org.mcteam.ancientgates.Plugin.handleCommand(Plugin.java:128)
    at org.mcteam.ancientgates.Plugin.onCommand(Plugin.java:111)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 16 more
    
     
  25. Offline

    Benneht

    Please don't let this go inactive, it's an amazing plugin, better than the rest...
     
    MinopolisMc likes this.
  26. Offline

    MartyComplex

    Still version 1.0.2? Guess there's no need for a files section in dev.bukkit?
     
  27. Offline

    MinopolisMc

    I would love this updated! :( [diamond][diamond][diamond][diamond]
     

Share This Page