[TP] VoxelPort v2.033 - Travel In Style and On Schedule [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Voxel Box, Jan 28, 2011.

  1. Offline

    Voxel Box

    HawkIHeo, svict4, Mahagon and 5 others like this.
  2. Offline

    Slepnirson

    So, apologies if the solution to this is blatantly obvious, but none of the commands described on the wiki work, most notably I can't set the arrival location for ports. This is a major problem as I was about 30 blocks in the air when i created the port, and that is where people arrive.
     
  3. Offline

    przerwap

    Dammit, why you people always gotta break stuff :\

    Basically what I get from it, without taking a glance at my code is that you were standing inside the VoxelPort when you created it and thus it not having any departure times it threw an Exception at the PortTick Thread and when you try to /reload it tries to close that thread, but its already closed because it crashed ... blargh.

    You are using the old version? The arrival location isn't set upon creation. It can only be set via /vp arrive (portName)

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

    Mentioum

    Thank you very much!
     
  5. Offline

    Ceredorac

    for some reason i have the same problem as VoxelPort 1, when i enter /vp point it comes up with:
    /vp
    Example /vp - need to write the help
     
  6. Offline

    Damian Mason

    Yep that's exactly what happened, forgot to tell you I was inside the port.
     
  7. Offline

    Voxel Box

    Sounds to me like you have an improperly setup admns.txt file. re-read the documentation and make sure your installation is done properly.
     
  8. Offline

    Zatoir

    Always have the same porblem, /vp point give's Exemple:/vp - Need to write help, I know the probleme come's for the admns.txt but I did everything... Really need help plz I can give screen!
     
  9. Offline

    StCloud

    Whenever I reload the server the departure times mess up and count backwards.

    When I use one of my voxelports, it stop working when I come back.

    Also, "/vp list" please?
     
  10. Offline

    przerwap

    why do you need /vp list ?
    just /vp set inside the port
     
  11. Offline

    BioRage

    @przerwap
    Same problem as others with /vp point, was a fresh install as well.. please let us know :)

    EDIT:
    C:\blahblahblah\servername\plugins
    admns.txt-> BioRage



    Make's a folder voxelport -> inside 1 txt config -> inside folder <ports>-> Nothing
     
  12. Offline

    Voxel Box

    We're working on a little java helper app to let you manage your voxelports from outside the game in a handy little GUI. The hope is that we can eliminate the need to schedule departures and options from within the game itself altogether in favor of something far more convenient. So there's that to look forward to!
     
    StCloud likes this.
  13. Offline

    StCloud

    Now whenever I use one of the ports, it stops detecting after one successful departure. Reloading fixes this until I use the port again.

    EDIT: Double checked console, and it said something about / by 0 and PortTick thread ending.
     
  14. Offline

    BioRage

    Any suggestions please?
     
  15. Offline

    StCloud

    Here's the error that keeps happening when I use a certain VoxelPort. There's some extra stuff from Multiverse as well as the server kicked me because it thought I was moving too fast, but I think those were one-time things.
    Show Spoiler

    23:34:17 {INFO} Exception inBound
    23:34:17 {SEVERE} java.lang.ArithmeticException: / by zero
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.newPort.nextDepartureTotal(newPort.java:233)
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.PortTick.registerTicket(PortTick.java:25)
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.PortContainer.check(PortContainer.java:68)
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.PortManager.inBound(PortManager.java:58)
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.PortListener.actOnMove(PortListener.java:22)
    23:34:17 {SEVERE} at com.thevoxelbox.bukkit.port.PortListener.onPlayerMove(PortListener.java:15)
    23:34:17 {SEVERE} at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:268)
    23:34:17 {SEVERE} at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    23:34:17 {SEVERE} at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    23:34:17 {SEVERE} at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:131)
    23:34:17 {SEVERE} at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    23:34:17 {SEVERE} at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    23:34:17 {SEVERE} at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    23:34:17 {SEVERE} at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    23:34:17 {SEVERE} at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    23:34:17 {SEVERE} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    23:34:17 {SEVERE} at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:34:17 {WARNING} Can't keep up! Did the system time change, or is the server overloaded?
    23:34:27 {INFO} {VoxelPort} PortTick thread executing. Running at interval of 15000ms, with 300 CodeTime each Tick
    23:34:27 {INFO} {VoxelPort} PortTick Thread Ended
    23:35:20 {INFO} {VoxelPort} Portal "Ship" saved.
    23:36:42 {WARNING} GenericUser moved too quickly! Elapsed ticks: 3, Distance change: 333221.65205880953
    23:36:42 {SEVERE} Could not pass event PLAYER_MOVE to MultiVerse
    java.lang.NullPointerException
    at com.onarandombox.Rigby.MultiVerse.MVPlayerListener.onPlayerMove(MVPlayerListener.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:268)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:131)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:36:42 {WARNING} GenericUser moved too quickly! Elapsed ticks: 3, Distance change: 333221.65205880953
    23:36:42 {WARNING} GenericUser moved too quickly! Elapsed ticks: 3, Distance change: 333221.9718053759
    23:36:42 {WARNING} GenericUser moved too quickly! Elapsed ticks: 3, Distance change: 333222.641170748
    23:36:42 {SEVERE} Could not pass event PLAYER_MOVE to MultiVerse
    java.lang.NullPointerException
    at com.onarandombox.Rigby.MultiVerse.MVPlayerListener.onPlayerMove(MVPlayerListener.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:268)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:131)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:36:42 {WARNING} GenericUser moved too quickly! Elapsed ticks: 3, Distance change: 333223.72414023476
    23:36:48 {INFO} GenericUser {/10.0.0.152:52917} logged in with entity id 972528
    >


    Again, I can use the port once after reloading, but this happens and I have to reload again to use it.
     
  16. Offline

    Zatoir

    I have my server on verygames.net, I use fillezila to manage my minecraft filles.
    Here is where I puted my fille.
    The voxelport.jar: minecraftcraftbukkit->plugin
    The admns.txt ( I wrote Zatoir inside): minecraftcraftbukkit->plugin->voxelport(folder)

    Can some one tell me why do I always get exemple when I try a voxel comand? Please help.


    Thank you
     
  17. Offline

    StCloud

    You're supposed to put the admns.txt in the root folder, or 'minecraftcraftbukkit'. Should work if you do that.
     
  18. Offline

    przerwap

    yourMinecraftFolder/plugins/admns.txt
    ^ there
     
  19. Offline

    Surathani

  20. Offline

    przerwap

    Surathani likes this.
  21. Offline

    Voxel Box

    Beautiful! Prz and I were just saying earlier how we would love to see some examples of cool and creative VoxelPorts people have created for their servers.

    Quick bugfix release, everyone should go ahead and nab this new version.

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

    przerwap

    I know what you SILLY, SILLY people are doing wrong. Very WRONG.
    You are literally making a file called admns.txt
    the " .txt " is simply supposed to indicate that it IS a text file.
    What all of you are doing:
    1:You don't have showing file extensions enabled
    2:You create a file called admns.txt
    3:That file in reality is now "admns.txt.txt" and that != admns.txt
    So please create a Text file called "admns" if you don't know what file extensions are
     
  23. Offline

    Zatoir

    Ok I try it write now! Tank's!
     
  24. Offline

    Voxel Box

    i will never, ever forgive windows for hiding file extensions from users.
     
    Ant59 and StCloud like this.
  25. Offline

    BioRage

    This solved it, seemed you were right on the txt.txt

    Thanks.
     
  26. Offline

    Zatoir

    Ok after 2 redoot it now WORKE'S! Yeah omg thanks The last problem is the when I type: /vp gendisp Spawn 6000 0 it say's: Invalid input! You entered something incorrectly! java.lang.ArithmeticException: / by zero
    Did I do something wrong? :)
    Thank's! A lot!

    (I created a port "Spawn" related (target) to an oder port "Stone4")

    Resoleved, I think that was a little bug, I restarted the server sevral times affter it worked. Thank's to all!

    Little question wen we sleep in the server does the /gendisp understand we sleeped? Or it continus?
    Thank you

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

    Surathani

    Love the scale on some of those, wow. Very nice. Cant wait to build a big one, and a big thx for your mods, very very helpful.

    Appreciate it bigtime, cannot wait to get into building a large port ship. But without your mod, they are just nice to look at. Big thx for all your addons, they make a huge difference. Once i finish the terraform here, may make me a typhoon under sea port to somewhere.
    http://www.planetminecraft.com/project/typhoon-class-missile-submarine-type-941/

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

    przerwap

    Thats a pretty awesome sub, what server you playing on, or running?
     
  29. Offline

    StCloud

    I'm having issues with multi-world with this. The one in my main world is fine, but the other port it's linked to messes up after the first count and stops detecting when I'm in it. When I reload, the count is messed up but it can tell when I'm in and I usually have to clear and redo gendisp.
     
  30. Offline

    przerwap

    hmmm
     
  31. Offline

    Surathani

    Run a small server for a FB gamers group, the core and myself are building up some public area for an eventual open.
     

Share This Page