Inactive [TP] Server Port Suite v12 - Server to Server teleporting [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Raphfrk, May 25, 2011.

  1. Offline

    Raphfrk

    Server Port Suite
    Version: v12

    This is a new version of my ServerPort plugin.

    I have decided to split it up into pieces and eventually plan to have all the current features. For the time being the complete plugin is likely to have more features (but perhaps be more complex).

    There is an API for handling server to server teleporting, which will allow other plugins to teleport players between servers. The idea is to make no distinction between worlds. You just teleport to a world and the core plugin figures out if it should use an intra-server teleport or a server to server teleport.

    At the moment, it will teleport ops to the spawn point on any world on any server that is part of the cluster.

    Features:
    • Teleport between worlds no matter what server
    • API for plugin devs
    EventLink

    This allows plugins to send events to other servers. This is required for communications between servers.

    All connections use SSL so are secure. One connection is established and all communications between the 2 servers use that connection.

    The plugin can handle routing, so even if there isn't a direct link between two servers, events can be routed via other servers.

    (API planned)

    Download Latest
    (Previous Releases) (Source Code) (Wiki)

    CraftProxyLiter

    This allows automatic reconnecting between servers.

    Download Latest
    (Previous Releases) (Source Code) (Wiki)

    Server Port Core

    This plugin handles teleporting between servers. The player's inventory is passed and they are moved to the target location on the other server.

    Download Latest
    (Previous Releases ) (Source Code) (Wiki)

    Download API
    (Previous Releases ) (Source Code)

    Server Port Warps (optional)


    This plugin adds inter-server warps using Server Port Core as base. It requires Event Link and Server Port Core.

    Players can set warps on any server and warp to the with /spw <name>.

    Download Latest
    (Previous Releases ) (Source Code) (Wiki)


    Server Port Simple Portals (optional)

    This plugin allows simple portal support, similar (but with less functionality) to the principle behind ancient gates..

    Ops can set locations in the world that teleport to a given location. If a player enters that block, the player is teleported. No other function is provided.

    Admins can create portals, or other markers, and protect them with other plugins if needed.

    There is no permission support, any player which enters the portal will be teleported.

    Commands

    Show Spoiler

    Both commands as op only commands.

    This will create a connection from the block the player is standing on to the MainWorld on MainServer at location 1000.5, 71, 94.5. The last 2 zeros are the direction and the pitch.

    Note: there should be no spaces after the commas, or it won't work correctly

    /simpset MainServer,MainWorld,1000.5,71,94.5,0,0

    This will delete all source blocks within 10 blocks of the player

    /simpdel 10


    Download Latest
    (Previous Releases ) (Source Code)

    Server Port Simple Chat (optional)

    This plugin links the chat from all servers connected via EventLink. There are no settings, it just bridges all the chat channels.

    Download Latest
    (Previous Releases ) (Source Code)

    Setup

    The recommended order for setting up the plugins is
    • EventLink
    • ServerPortCore
    • CraftProxyLiter
    Instructions are available on the wiki for each portion.

    Change Log
    Version 10
    • Initial version
    Version 11
    • Adds Simple Portal
    Version 12
    • Adds Simple Chat plugin
     
    zaino60, kittenchunks, bt1996 and 5 others like this.
  2. Offline

    Haloflooder

    I need help. I'm trying to connect 2 servers to each other but it won't work. They're both on different machines but on the same router. I tried to follow the wiki instructions but I don't get the CraftProxyLiter part.
    My ports for the servers is 1337 and 666

    1337 side:
    CraftProxyLiter config:
    Code:
    clientversion=
    bandwidth_limit=
    bridge_connection=false
    reconnectfile=
    monitor=
    seed=
    cache_limit=
    default_server=mc.hhcraft.info:666
    quiet=false
    debug=false
    listen_hostname_port=mc.hhcraft.info:1337
    auth_off=true
    log=
    password=123456789
    banned=
    info=false
    dimension=
    staticlocalhost=false
    log_time_off=true
    disable_flood=false
    
    EventLink config:
    Code:
    deadlock_monitor=false
    server_name=HF.Server
    server_keys=123456789
    key_size=512
    admin_list=
    client_keys=keysclient
    initial_time_to_live=10
    cert_algorithm=SHA512WITHRSA
    password=key_password
    portnum=1337
    algorithm=RSA
    

    666 side:
    CraftProxyLiter config:
    Code:
    clientversion=
    bandwidth_limit=
    bridge_connection=false
    reconnectfile=
    monitor=
    seed=
    cache_limit=
    default_server=mc.hhcraft.info:1337
    quiet=false
    debug=false
    listen_hostname_port=mc.hhcraft.info:666
    password=123456789
    auth_off=true
    log=
    banned=
    info=false
    dimension=
    staticlocalhost=false
    log_time_off=true
    disable_flood=false
    
    Eventlink config:
    Code:
    server_name=Nazi.Zombies.Survival.Server
    deadlock_monitor=false
    server_keys=123456789
    key_size=512
    admin_list=
    client_keys=keysclient
    initial_time_to_live=10
    cert_algorithm=SHA512WITHRSA
    portnum=666
    password=key_password
    algorithm=RSA
    
    P.S. Can you make it possible so we can connect 3 servers or more?
     
  3. Offline

    Raphfrk

    You need separate ports for EventLink and the actual main port (i.e. the one players connect to). You don't need to make the eventlink ports public, since the plugins can connect to the each other via the LAN.

    You might as well leave the port number for EventLink at 25465 (default), since they are both on separate machines and the same for the game port (server-port in server.properties).

    Also, the proxy needs to be provided with the local LAN ip addresses instead of the hostnames, since it connects to the servers via the LAN, not the router.

    Yes, it can, you just need to connect all 3 servers to the other 2, but best to get 2 working first.
     
  4. Offline

    Haloflooder

    Oh, that helps a lot. Now, it just says
    Code:
    02:48:36 [INFO] [EventLink] Socket received from /192.168.1.5
    02:48:36 [INFO] [EventLink] Unable to Auth connection, closing connection
     
  5. Offline

    Raphfrk

    You need to connect from both ends.

    If it still isn't working, you can try deleting the files in /plugins/Eventlink/, except the .txt file. It should be serverkeys and clientkeys. That resets the SSL stores.

    Also, you need to reload on both servers.
     
  6. Offline

    johnnyzerox7

    I have an issue with using serverportcore tp <server-name>. When I try putting the name of the other server in for <server-name> it tells me that it is not a valid server/world. I've tried the other server name (as specified in the eventlink config) and the actual server address and port, but both give me the same message. I have Eventlink setup and the servers are connected. What could I be doing wrong?
     
  7. Offline

    Raphfrk

    Hmm, can you try /eventlink ping <server-name>

    Also, it might need to be

    /serverportcore tp <world-name>

    or

    /serverportcore tp <server-name> <world-name> x y z
     
  8. Offline

    Slyvr

    Exactly what I was looking for. Can it work by walking into a nether portal and going to a different server's portal and/or spawn point?
     
  9. Offline

    Raphfrk

    No, but Server Port (original) can do that. I was planning to add it, but never got around to it.
     
  10. Offline

    johnnyzerox7

    /eventlink ping gave me a Reply from worldname so that works. I was looking at the code for serverportcore and I noticed that the if and else if under args.length == 2 both use the "worlds" table, so I guess using the server name wouldn't work anyway.
    I can't get /serverportcore tp <server-name> <world-name> x y z to give me any sort of feed back.
     
  11. Offline

    Raphfrk

    Yeah, I wasn't actually intending serverportcore to be a primary plugin. It is intended just as a platform for the other plugins. The full description version is:

    /serverportcore tp server1 world1 1000 70 0

    Have you tried server port warps?
     
  12. Offline

    johnnyzerox7

    I have server port warps and simple portals and both work just fine, I just saw the serverportcore commands in the wiki and couldn't get them to work, so I was curious as to what I was doing wrong. Thanks for your help!
     
  13. Offline

    SakabaShogun

    all i did was put the .jar files into my plugin folder. then i reloaded my server, and it crashed. i had the EventLink, Server Port Core, Server Port Warps, and Server Port Simple Portals. my friend and i have been trying desperately to find a way to make portals between our servers, and i'd love some help please.
     
  14. Offline

    Raphfrk

    I would suggest trying to get it working one step at a time.

    As I said in the OP

    1) EventLink
    2) ServerPortCore
    3) CraftProxy

    Once they are working you can try adding the optional plugins.

    Also, you need to give more info, "it crashed" tells nothing. Were the exceptions? Also helpful is the version numbers of craftbukkit.
     
  15. Offline

    Haloflooder

    Ok, it works great but I can't teleport into another server. If I try to warp, it just says
    Code:
    Failed to connect to the server
    Connection refused: connect
    I have the proxy plugin and I also have a Spout client. lol.

    Maybe you should add something for Simple Chat.
    I have 3 servers connected to each other.
    lets say server 1 doesn't want to talk to server 3 but it wants to talk to server 2
    and server 3 also doesn't want to talk to server 1 but it still wants to server 2
    and server 2 wants to talk to server 1 and 3.
    Add a white/black list for Simple Chat?
     
  16. Offline

    Raphfrk

    If you are using Spout, you don't need to use the proxy. Can you show the full log, sometimes network settings can break for localhost.

    The point in Simple Chat is that it was simple to code.[/quote]
     
  17. Offline

    Haloflooder

    I know that I don't need proxy if I have spout but my server members don't use spout so I have to use the proxy plugin. The console didn't spit any errors out. AND all my servers are on dedicated machines. I'm not on localhost. Another problem. I used Simple Portals to make a portal to other servers but it just disconnects them and they said that it says "Teleported! Join :blank". But when I do it it just gives me the refused connection.
     
  18. Offline

    Raphfrk

    You need to set up the global hostname. It is given in the Server Port Core wiki (see the OP).

    If you want to use the proxy, the address should make sense to the proxy.
     
  19. Any kind of permission addition other than just OP would be greatly appreciated ;)
     
  20. Offline

    Raphfrk

    Warps has permissions. The core plugin isn't intended for usage by the general playerbase.
     
  21. Ok, EventLink and ServerPortCore and SimpleChat work fine, trying warps now, on one server trying to do /spw warpname says an internal error with this on the console:

    http://pastie.org/2436005

    Doing /spw on the other gives no error but says this on the console:

    03:07:07 [INFO] [ServerPortWarps] New World- ghowden serverport.warp.use.warp.spawn
     
  22. Offline

    Raphfrk

    It looks like it is a permissions problem. What version of permissions are you using?
     
  23. The one that works is PermissionsEx (my server) the other server is running GroupManager afaik
     
  24. Offline

    Showhung

    Hello
    i had ever the same prob. If i want to change the server with simpset, become i the minecraft message: protocol stream closed
    can anyone help me ?
    thanks
    Code:
    2011-08-28 19:44:07 [INFO] Showhung [/127.0.0.1:38716] logged in with entity id 70 at ([cityser] -157.59890870882668, 65.0, -147.5225156704971)
    2011-08-28 19:44:08 [INFO] Updating from database: com.raphfrk.bukkit.serverportcore.SPHealth$$EntityBean$Server Port Core@1
    2011-08-28 19:44:08 [INFO] Showhung lost connection: disconnect.endOfStream
    
     
  25. Offline

    Raphfrk

    How are you reconnecting?
     
  26. Offline

    Showhung

    over the proxy? ^^
    it loads a bit, but after 1 second: abort
    i dont get my inventory if i do it myself and the proxy sends me back to the origin server
    if i reconnect
    thx for help
     
  27. Offline

    Raphfrk


    Can you try without using the proxy at all and with just a default client. What kick message does it give you?
     
  28. Offline

    Showhung

    mmm
    Code:
    2011-08-29 11:40:46 [INFO] Showhung [/88.73.219.4:49468] logged in with entity id 350 at ([cityser] -157.47373370280658, 65.0, -147.52203059332558)
    2011-08-29 11:40:46 [INFO] Updating from database: com.raphfrk.bukkit.serverportcore.SPHealth$$EntityBean$Server Port Core@1
    
    and minecraft message: "you have teleported, please connect to :"
    on the destination server, I didnt have my inventory and the health bar is full
     
  29. Offline

    Raphfrk

    That looks like you haven't set up the global hostname correctly. See info on the wiki
     
  30. Offline

    Showhung

    Hello , which plugins can i use for the chat?
    with herochat it dosent work or how can i check that simple chat works?
     
  31. Offline

    Showhung

    Hello i have a new prob eventlink dosnt work on my third server, all server have the same setting
    can you help me with that prob?
    Code:
    2011-08-30 16:27:36 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-30 16:27:36 [INFO] Loading properties
    2011-08-30 16:27:36 [INFO] Starting Minecraft server on *:20002
    2011-08-30 16:27:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-30 16:27:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-30 16:27:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-08-30 16:27:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-30 16:27:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-30 16:27:36 [SEVERE] ebean.properties not found
    2011-08-30 16:27:36 [INFO] DataSourcePool [Server Port Core] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-30 16:27:36 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-30 16:27:36 [INFO] Entities enhanced[0] subclassed[3]
    2011-08-30 16:27:36 [INFO] DataSourcePool [Server Port Warps] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-30 16:27:36 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-30 16:27:36 [WARNING] Bean [com.raphfrk.bukkit.serverportwarps.ServerPortLocationMirror] has no unique id set
    2011-08-30 16:27:36 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-30 16:27:36 [SEVERE] java.lang.Exception: Freshly loaded world object does not exist!
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.User.<init>(User.java:27)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-08-30 16:27:36 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-08-30 16:27:36 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-08-30 16:27:36 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-08-30 16:27:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-08-30 16:27:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-08-30 16:27:36 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-08-30 16:27:36 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-08-30 16:27:36 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-08-30 16:27:36 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-30 16:27:36 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-30 16:27:36 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-08-30 16:27:36 [INFO] [P2] version 3.2 has been enabled.
    2011-08-30 16:27:37 [INFO] [P2Aliases] 1.3 Enabled.
    2011-08-30 16:27:37 [INFO] Preparing level "battleground"
    2011-08-30 16:27:37 [INFO] Preparing start region for level 0 (Seed: 3571844313438278303)
    2011-08-30 16:27:38 [INFO] [ChestShop] version 3.01 initialized!
    2011-08-30 16:27:38 [INFO] [ChestShop] iConomy 5 loaded.
    2011-08-30 16:27:38 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-08-30 16:27:38 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-08-30 16:27:38 [INFO] [iConomy] Logging is currently disabled.
    2011-08-30 16:27:38 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-30 16:27:38 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-30 16:27:38 [INFO] [iConomy] hooked into Permissions.
    2011-08-30 16:27:38 [INFO] CommandBook 1.5.2 enabled.
    2011-08-30 16:27:38 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-08-30 16:27:38 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-08-30 16:27:38 [INFO] CommandBook: 1 kit(s) loaded.
    2011-08-30 16:27:38 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-30 16:27:38 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-08-30 16:27:38 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-08-30 16:27:38 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-08-30 16:27:38 [INFO] BorderGuard version 4.11 is enabled!
    2011-08-30 16:27:38 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-08-30 16:27:38 [INFO] [Pe] NotifierThread interval set to 300 seconds
    2011-08-30 16:27:38 [INFO] [Pe] NotifierThread started
    2011-08-30 16:27:38 [INFO] PetitionPlugin version 1.34 is enabled!
    2011-08-30 16:27:38 [INFO] [EventLink] EventLink initialized
    2011-08-30 16:27:38 [INFO] [EventLink] Unable to start server, server name not set
    2011-08-30 16:27:38 [SEVERE] Error occurred while disabling EventLink v0.1 (Is it up to date?): null
    java.lang.NullPointerException
        at com.raphfrk.bukkit.eventlink.EventLink.delServer(EventLink.java:215)
        at com.raphfrk.bukkit.eventlink.EventLink.onDisable(EventLink.java:152)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at com.raphfrk.bukkit.eventlink.EventLink.onEnable(EventLink.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-30 16:27:38 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-08-30 16:27:38 [INFO] [HeroChat] Permissions 3.1.6 found.
    2011-08-30 16:27:38 [INFO] [DoorShield] Detected existing config file and loading.
    2011-08-30 16:27:38 [INFO] [DoorShield] By marinating is active and secure.
    2011-08-30 16:27:38 [INFO] [DoorShield] Permissions located and successfully hooked.
    2011-08-30 16:27:38 [INFO] [iConomyBank] Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-30 16:27:38 [INFO] [iConomyBank] iConomyBank 1.0 enabeled.
    2011-08-30 16:27:38 [INFO] [iConomyBank] iConomyBank hooked into iConomy.
    2011-08-30 16:27:38 [INFO] [Command iConomy] Loaded.
    2011-08-30 16:27:38 [INFO] WorldEdit 4.6 enabled.
    2011-08-30 16:27:38 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-30 16:27:38 [INFO] [ConfigurationAttributeProvider] Enabled!
    2011-08-30 16:27:38 [INFO] [MineBackup] ThisIsAreku present MINEBACKUP, v0.4.8.1
    2011-08-30 16:27:38 [INFO] [MineBackup] Loading configuration...
    2011-08-30 16:27:38 [INFO] [MineBackup] 1 worlds loaded.
    2011-08-30 16:27:38 [INFO] [MineBackup]  + 0 backup(s) deleted
    2011-08-30 16:27:38 [INFO] [MineBackup] sucessfully loaded version 0.4.8.1
    2011-08-30 16:27:38 [INFO] MoveCraft 0.7.0 Beta 3 plugin enabled
    2011-08-30 16:27:38 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-08-30 16:27:38 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-08-30 16:27:38 [INFO] [MagicCarpet] Using Permissions.
    2011-08-30 16:27:38 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-08-30 16:27:38 [WARNING] [milkAdmin] Not using RTK. Required to Start/Stop/Restart.
    2011-08-30 16:27:38 [INFO] [milkAdmin] v1.4-08.04 is enabled!
    2011-08-30 16:27:38 [INFO] [milkAdmin] Developed by: [Sharkiller]
    2011-08-30 16:27:38 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-08-30 16:27:38 [INFO] [milkAdmin] WebServer listening on port 20202
    2011-08-30 16:27:38 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-08-30 16:27:38 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-08-30 16:27:38 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-08-30 16:27:38 [INFO] [Runecraft] Loaded:
    2011-08-30 16:27:38 [INFO] [Runecraft]  - 0 waypoints, 0 teleporters
    2011-08-30 16:27:38 [INFO] [Runecraft]  - 0 position runes
    2011-08-30 16:27:38 [INFO] [Runecraft]  - 0 rune pads
    2011-08-30 16:27:38 [INFO] [Runecraft] World 'battleground': id 0.
    2011-08-30 16:27:38 [INFO] [Runecraft] Runecraft 2.8 initialized.
    2011-08-30 16:27:38 [INFO] Runecraft plugin version 0.4 is enabled!
    2011-08-30 16:27:38 [INFO] [CriticalHits] v0.2 enabled.
    2011-08-30 16:27:38 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-30 16:27:38 [INFO] WorldGuard: (battleground) Single session is enforced.
    2011-08-30 16:27:38 [INFO] WorldGuard: (battleground) TNT ignition is PERMITTED.
    2011-08-30 16:27:38 [INFO] WorldGuard: (battleground) Lighters are PERMITTED.
    2011-08-30 16:27:38 [INFO] WorldGuard: (battleground) Lava fire is blocked.
    2011-08-30 16:27:38 [INFO] WorldGuard: (battleground) Fire spread is UNRESTRICTED.
    2011-08-30 16:27:38 [INFO] WorldGuard: Loaded configuration for world 'battleground"
    2011-08-30 16:27:38 [INFO] WorldGuard 5.2.2 enabled.
    2011-08-30 16:27:38 [SEVERE] Error occurred while enabling Server Port Core v12 (Is it up to date?): com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
    java.lang.NoClassDefFoundError: com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
        at com.raphfrk.bukkit.serverportcore.ServerPortCore.onEnable(ServerPortCore.java:68)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.raphfrk.bukkit.eventlinkapi.EventLinkAPI
        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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
    2011-08-30 16:27:38 [INFO] [ServerPortWarps] Server Port Warps initialized
    2011-08-30 16:27:38 [SEVERE] Error occurred while enabling Server Port Warps v7 (Is it up to date?): com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
    java.lang.NoClassDefFoundError: com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
        at com.raphfrk.bukkit.serverportwarps.DependencyManager.connectEventLink(DependencyManager.java:17)
        at com.raphfrk.bukkit.serverportwarps.ServerPortWarps.onEnable(ServerPortWarps.java:77)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.raphfrk.bukkit.eventlinkapi.EventLinkAPI
        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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-08-30 16:27:38 [SEVERE] Error occurred while enabling Simple Chat v1 (Is it up to date?): com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
    java.lang.NoClassDefFoundError: com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
        at com.raphfrk.bukkit.serverportsimplechat.DependencyManager.connectEventLink(DependencyManager.java:17)
        at com.raphfrk.bukkit.serverportsimplechat.SimpleChat.onEnable(SimpleChat.java:56)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.raphfrk.bukkit.eventlinkapi.EventLinkAPI
        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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-08-30 16:27:38 [SEVERE] Error occurred while enabling Simple Portal v6 (Is it up to date?): com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
    java.lang.NoClassDefFoundError: com/raphfrk/bukkit/eventlinkapi/EventLinkAPI
        at com.raphfrk.bukkit.serverportsimpleportal.DependencyManager.connectEventLink(DependencyManager.java:17)
        at com.raphfrk.bukkit.serverportsimpleportal.SimplePortal.onEnable(SimplePortal.java:54)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.raphfrk.bukkit.eventlinkapi.EventLinkAPI
        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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-08-30 16:27:38 [INFO] [Permissions] SQL Interface enabled!
    2011-08-30 16:27:38 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-08-30 16:27:38 [INFO] Loading Config File...
    2011-08-30 16:27:39 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-08-30 16:27:39 [INFO] mcMMO version 1.1.11 is enabled!
    2011-08-30 16:27:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-30 16:27:39 [INFO] Done (0.150s)! For help, type "help" or "?"
    2011-08-30 16:27:39 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-08-30 16:27:39 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-08-30 16:27:39 [INFO] [FalseBook Block] 0 protected gateblocks successfully loaded.
    2011-08-30 16:27:42 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 done
    2011-08-30 16:27:42 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 failed
    2011-08-30 16:27:49 [INFO] [MineBackup] Starting backup...
    2011-08-30 16:27:49 [INFO] [MineBackup] world 'cityser' not found.. check your config file
    2011-08-30 16:27:49 [INFO] [MineBackup] Done !
    thanks
    I delete 2 times the db but the problem is still
     

Share This Page