[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

    Rcyo

    Can you make that only ops make signs? [sortal]
     
  3. Offline

    Lolmewn

    I can look into that, but it will be a setting.
     
  4. Offline

    Rcyo

    Yes is good :D That would be great if you could while creating.
    thanks
     
  5. Offline

    Swang

    Ill keep an eye on this, I made a request for nearly this exact thing except with the addition I asked about a few posts back.
     
  6. Offline

    Lolmewn

    Well, I think you can make a warp in those lands, then point your sign towards it. Not quite sure, not fully tested.
     
  7. Offline

    Swang

    What I am hoping to do is use Styx Space and inception so you can climb from the normal world to the skylands to space. With the normal world I am wanting it to be "normal". With the skylands and space I am hoping to add basic flight (with material cost) and the ability to teleport so that people dont have to build tiny ugly bridges everywhere. The trick is I don't want people to teleport in the normal world, nether or any other worlds I might add later or be able to have a teleport send you to a world that you arent in currently. Ill also be using wormholes extreme later to add more worlds unrelated to these with their own rules and setup. Kind of a crazy setup but I think it should be fun. The hope is that people can build ships and stuff in space and teleport around at their leisure and if they wish fall\climb back to the normal world.
     
  8. Offline

    Lolmewn

    That's quite a cool idea =D For Flying I can recommend Wings.
     
  9. Offline

    blsimpson

    I am not sure if this has been brought up or not, so sorry if it has. I have scanned the pages but didnt see anything on it..

    I have this installed on my server (running 1000), and it is working, except when I click on a sign to teleport, it teleports me to the location, but also opens the sign editing screen, and I have to close it.. this happens every time.. I would assume that this isnt supposed to be happening, so any insight would be great.

    Thanks!
     
  10. Offline

    Lolmewn

    Im guessing you have a Sign Edit plugin, which is causing it to pop up.

    Oh btw Im rewriting the plugin, for some big code cleanup.

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

    blsimpson

    Hmm, ok.. the only plugins I have are General, Permissions, iConomy, and this one.. Didnt think any of those had that option..

    Thanks.
     
  12. Offline

    Lolmewn

    Eeh, no they don't. See if it still does that after I've rewritten it (I'm done with the warping part now, next up is the X Y Z part.)
     
  13. Offline

    Chromana

    Hey man. Still making progress on this?
     
  14. Offline

    Lolmewn

    Yes, I just fixed a problem I was having on my server.

    Complete re-write mostly done. New Settings + new way of saving warps + /sortal list + BOSEconomy + 3Co + SuperPerms = awesome!

    So ye, Im almost done!

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

    Chromana

    Cool, I see it's been updated. Do I just replace the jar or do I need to delete old config files too?
     
  16. Offline

    Lolmewn

    You don't have to delete the old config, since a new one will be created anyway (a config.yml file).
     
  17. Offline

    RGadelha

    Is the OP correct?
    I've tried the following syntax on a sign:
    [Sortal]
    -26,75,8
    My House
    right clicked and left clicked the sign but it doesn't work :(
    Edit:
    Using RB 1060.
    Forgot to say thanks for the plug-in :D
     
  18. Offline

    Lolmewn

    Since the re-write I forgot to re-add X,Y,Z (woops!)
    I've put it in now, but I have to test it.
     
    RGadelha likes this.
  19. Offline

    RGadelha

    OK, thanks.
     
  20. Offline

    Lolmewn

    this Should work.
    Version 4.1 released.
    - X,Y,Z is back.
    - [Sortal] on second line is back
    - /sortal setprice is back, but not funtioning fully yet.
     
    RGadelha likes this.
  21. Offline

    RGadelha

    It's working, yeah :D
    Thanks.
     
  22. Offline

    Exxter

    Hi there,

    i have update the plugin to the current version. But the existing old warps not work:


    Code:
    2011-08-27 21:57:01 [INFO] [Sortal] Starting to load warps..
    2011-08-27 21:57:01 [INFO] [Sortal] You seem to have an old version of warps.txt! Converting!
    2011-08-27 21:57:01 [SEVERE] java.io.FileNotFoundException: plugins/Sortal/warps.txt (No such file or directory)
    2011-08-27 21:57:01 [SEVERE]    at java.io.FileInputStream.open(Native Method)
    2011-08-27 21:57:01 [SEVERE]    at java.io.FileInputStream.<init>(FileInputStream.java:120)
    2011-08-27 21:57:01 [SEVERE]    at java.io.FileReader.<init>(FileReader.java:55)
    2011-08-27 21:57:01 [SEVERE]    at nl.lolmen.sortal.Main.convert(Main.java:258)
    2011-08-27 21:57:01 [SEVERE]    at nl.lolmen.sortal.Main.loadWarps(Main.java:211)
    2011-08-27 21:57:01 [SEVERE]    at nl.lolmen.sortal.Main.onEnable(Main.java:110)
    2011-08-27 21:57:01 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-08-27 21:57:01 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    2011-08-27 21:57:01 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    2011-08-27 21:57:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    2011-08-27 21:57:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    2011-08-27 21:57:01 [SEVERE]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    2011-08-27 21:57:01 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    2011-08-27 21:57:01 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    2011-08-27 21:57:01 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    2011-08-27 21:57:01 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 21:57:01 [INFO] [Sortal] Starting to load signs..
    2011-08-27 21:57:01 [INFO] [Sortal] 0 signs loaded!
    2011-08-27 21:57:01 [INFO] [Skillz] Permissions found, but not using!
    2011-08-27 21:57:01 [INFO] [Sortal] Enabled! It took 8.99752ms!
    
    But there is a warps.txt:


    Code:
    schwabenattack:/home/minecraft/bukkit-server/plugins/Sortal# ls -al
    insgesamt 16
    drwxr-xr-x  2 minecraft minecraft 4096 27. Aug 21:57 .
    drwxr-xr-x 22 minecraft minecraft 4096 27. Aug 18:47 ..
    -rw-r--r--  1 minecraft minecraft    0 27. Aug 18:34 names.txt
    -rw-r--r--  1 minecraft minecraft  767 27. Aug 18:34 settings.txt
    -rw-r--r--  1 minecraft minecraft    0 27. Aug 18:45 settings.yml
    -rw-r--r--  1 minecraft minecraft    0 27. Aug 18:34 signs.txt
    -rw-r--r--  1 minecraft minecraft 1419 27. Aug 21:56 warps_old.txt
    -rw-r--r--  1 minecraft minecraft    0 27. Aug 18:47 warps.txt-bla
    schwabenattack:/home/minecraft/bukkit-server/plugins/Sortal#
    
    it rename the plugin everytime from warps.txt to warps_old.txt. Any Ideas?
     
  23. Offline

    Lolmewn

    Yes, it does that, then read from it, and then convert back.
    At least, that's what it's supposed to do.
    You could download the warps.txt (the old you used before), and change the warps so that it will be something like this:
    Code:
    warpname=world,x,y,z
     
  24. Offline

    Exxter

    ah, ok. But now, he does not load the signs:


    Code:
    2011-08-27 22:44:55 [INFO] [Sortal] Starting to load warps..
    2011-08-27 22:44:55 [INFO] [Sortal] 60 warps loaded!
    2011-08-27 22:44:55 [INFO] [Sortal] Starting to load signs..
    2011-08-27 22:44:55 [INFO] [Sortal] 0 signs loaded!
    2011-08-27 22:44:55 [INFO] [Skillz] Permissions found, but not using!
    2011-08-27 22:44:55 [INFO] [Sortal] Enabled! It took 7.457094ms!
    
    I have look into the signs.txt, but it is empty? i have unpack a backup from yesturday, and the signs.txt is empty too?

    All signs not work
     
  25. Offline

    Lolmewn

    hmm.. the plugin doesn't ever do anything with the signs file..
    weird..
     
  26. Offline

    Exxter

    what can i do now? set every warppoint and sign again? :'(
    where does sortal store the informations about signs?
     
  27. Offline

    Lolmewn

    Normally in signs.txt. I don't see how my plugin removed all that data.. The only logical explenation is that java did something wrong (wtf?) and fired this code:
    Code:
    if(!locs.exists()){
                        locs.createNewFile();
                        return;
                    }
     
  28. Offline

    Exxter

    Aah, i have it. my signs have this format:

    Line one: empty
    Line two: [sortal]
    Line three: w:warppoint
    Line four: empty

    thats wrong (but work with the old version). Now I change the sings. Thanks for your help and this great plugin :)
     
  29. Offline

    Lolmewn

    That should still work, or at least with the 4.1 I uploaded. I think..
     
  30. Offline

    ElitexvxRampage

    Brilliant thanks. Using!
     
  31. Offline

    wildsteelerfan

    how do you make plugins? i have been trying for a while now :confused:
     

Share This Page