[TP]Sortal -- Sign Based TelePortation! -- v5.1[1.4.7 R1.0]

Discussion in 'Archived: Plugin Releases' started by Lolmen, Mar 10, 2011.

  1. Offline

    Lolmewn

    mrarroyo, efstajas, megabobi and 3 others like this.
  2. Offline

    Lolmewn

    Add ,world in the warps file, and also in the signs file, and if you have em also in the names file.

    Ive uploaded V3.2:
    - Automaticly adds ,world in the Warps and the Names file.
    - Multiworld Supported.
    - Lots of fixes.

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

    Chromana

    I'll try it later today. I've got work to do right now :(
     
  4. Offline

    Lolmewn

    :eek: What is work again? :p
     
  5. Code:
    null loading Sortal v3.2 (Is it up to date?) 
     java.lang.NullPointerException 
     	at nl.lolmen.Sortal.Sortal.addWorld(Sortal.java:104) 
     	at nl.lolmen.Sortal.Sortal.onEnable(Sortal.java:67) 
     	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127) 
     	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676) 
     	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249) 
     	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131) 
     	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109) 
     	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218) 
     	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205) 
     	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145) 
     	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260) 
     	at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    that is what i get with latest CB(770) and sortal
     
  6. Offline

    Lolmewn

    Huh, how weird. Let me see if I can reproduce.
     
  7. it seems to work thou
     
  8. Offline

    Lolmewn

    Fixed now(that was quick :p)
     
  9. Code:
    [SEVERE] null loading Sortal v3.21 (Is it up to date?)
    java.lang.NullPointerException
    at nl.lolmen.Sortal.Sortal.addWorld(Sortal.java:104)
    at nl.lolmen.Sortal.Sortal.onEnable(Sortal.java:67)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394) 
    ehemmm...
     
  10. Offline

    Matalok

    Lolmen, are you going to release the code for Sortal? Problem is the original is under a CC sharealike license so you sort of have to ;)
     
  11. Offline

    Lolmewn

    hmm, weird. Check your warps and signs file, if there is something wrong in them.
    Eeh, what? I have an outdated source on my github, I find it a bit too difficult to keep uploading every new version.
     
  12. Offline

    Matalok

    Well, you forked RightLegRed's Sortal plugin and done further modifications on it, the license dictate that its licensed under Creative Commons By Attribution, Non-Commerical, Sharealike. Technically by not keeping the code available you're breaking the license.

    Tis the way of open source :D

    http://creativecommons.org/licenses/by-nc-sa/3.0/
    https://github.com/RightLegRed/Sortal
     
  13. Offline

    Lolmewn

    @Matalok Source for 3.21 is now on github (ugh, why do I have to have this license..)

    Im extremely happy, this is my 500th post on these forums :eek: :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  14. Got the same error as the guy above me:

    2011-05-13 17:43:49 [SEVERE] null loading Sortal v3.21 (Is it up to date?)
    java.lang.NullPointerException
    at nl.lolmen.Sortal.Sortal.addWorld(Sortal.java:104)
    at nl.lolmen.Sortal.Sortal.onEnable(Sortal.java:67)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  15. Offline

    jedimaster0

    I deleted my old sortal folder and created new warps ingame.

    I get this:
    Code:
    2011-05-13 09:48:04 [SEVERE] java.io.FileNotFoundException: plugins\Sortal\settings.txt (The system cannot find the file specified)
    2011-05-13 09:48:04 [SEVERE] at java.io.FileInputStream.open(Native Method)
    2011-05-13 09:48:04 [SEVERE] at java.io.FileInputStream.<init>(Unknown Source)
    2011-05-13 09:48:04 [SEVERE] at nl.lolmen.Sortal.SortalPlayerListener.getLine2(SortalPlayerListener.java:331)
    2011-05-13 09:48:04 [SEVERE] at nl.lolmen.Sortal.SortalPlayerListener.onPlayerInteract(SortalPlayerListener.java:51)
    2011-05-13 09:48:04 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
    2011-05-13 09:48:04 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    2011-05-13 09:48:04 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    2011-05-13 09:48:04 [SEVERE] at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-05-13 09:48:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I had a backup of my settings file and am using that. Still, i figured you would want to know any errors we get :) great plugin btw, I've been using it since i started hosting a server.

    Also it seems when i restart my server sortal replaces its files. So my warps i create get erased???

    Code:
    2011-05-13 10:08:47 [SEVERE] null loading Sortal v3.21 (Is it up to date?)
    java.lang.NullPointerException
    at nl.lolmen.Sortal.Sortal.addWorld(Sortal.java:104)
    at nl.lolmen.Sortal.Sortal.onEnable(Sortal.java:67)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  16. Offline

    Lolmewn

    Thnx for those error reports. I will remove the addWorld stuff, it seems kinda broken. And I might have forgotten to add something to the settingsfile when it gets created, will update soon.

    Version 3.3 is out, it will no longer add (or at least try to) ,world to your warps. YOU HAVE TO DO IT YOURSELF IF YOU HAVENT ALREADY!

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

    Tapparasfy

    why does it say: The Warp it is pointing to does not exist!? cus I can /warp home1 but sign tells it does not exist?
     
  18. Offline

    Lolmewn

    That's another plugin's warp. Warp to there, say /sortal warp home1 here, go back and you can TP ;)
     
  19. Offline

    Noffletoff

    Hello Lolmen, great plugin, I have a few suggestions though.

    Is it possible to make it so that people are charged for linking a sign to a warp? For example, on my server it's 10,000 to create a warp. Could you make it so that every sign that is connected to the created warp, costs the player X amount?

    Problem I'm having on my server is that, person creates a warp in their house, goes exploring in cave and gets all the items they can, places a sign and portals out with no charge to them, since the server is RP, it kind of ruins the adventure part.
     
  20. Offline

    Lolmewn

    Ah, like that. I sure can. Or at least might look into it.
     
  21. Offline

    erusopx

    when i click the sign it says the warp it is pointing to does not exist? what went wrong?
     
  22. Offline

    Lolmewn

    Please give me what's on the sign, be sure the second line is [Sortal] and the 3d is something like w:WarpName (Case Sensitive)
     
  23. Offline

    Taylor179

    is there a way to get this to pay to an iConomy account?
     
  24. Offline

    Lolmewn

    do /sortal setprice -400, it will give 400 to a player when they teleport(or at least, it should. I have not properly tested iConomy.)

    Version 3.4 is out:
    - Fixed iConomy fail
    - Performance upped!
    - do /sortal reload -- if you have made any changes to the settings. (No message will show, this is normal)

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

    Wolfman2307

    Great plugin, works perfect! Just one question, is it possible to register a sign to a specific player so they get paid when a player uses their sign? Thanks
     
  26. Offline

    Lolmewn

    Nope, not yet. I might add something like that.
     
  27. Works great!

    Thank you for this plugin! :)
     
  28. Offline

    noahk11

    I click on signs it does nothing i also get error:


    09:50:42 [SEVERE] Could not pass event PLAYER_INTERACT to Sortal
    java.lang.ArrayIndexOutOfBoundsException: 1
    at nl.lolmen.Sortal.SortalPlayerListener.onPlayerInteract(SortalPlayerListener.java:212)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:214)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  29. Offline

    Lolmewn

    Hmm, that looks weird. What Build are you using? (Plugin and Bukkit build) + Config plz?
     
  30. Hi, the teleport sometimes just stops working and neither /sortal reload nor /reload plugins is changing this.
    Any idea?
     
  31. Offline

    Lolmewn

    No clue. What kind of sign is it?
     

Share This Page