[INACTIVE][TP] Sortal v4 - Sign base teleports and functionality [270]

Discussion in 'Inactive/Unsupported Plugins' started by RightLegRed, Jan 20, 2011.

  1. Offline

    Archelaus

    Sortal - The Sign base teleportation system: Version: v2
    Sortal, my newest plugin. Allows the user to create signs that players can use to teleport to places.
    Currently, it's very simple and just uses co-ords. I made this is about 5 minutes.
    How to install -
    Unzip and place the jar in the plugin folder
    How to use -
    Simply make the sign say this:
    Line1:
    Line2: [sortal]
    Line3:x,y,z
    Line4:
    With x,y,z being co-ords.
    Warp Points
    Warp points are points you can set with your chat command. This allows you to store co-ords without having to remember them. Warp points are used on signs instead of co-ords (co-ords can still be used).
    This is the layout for a warp sign:
    Line 1: Whatever
    Line 2: [sortal]
    Line 3: w:<warname> OR this
    Line 4: Whatever
    Commands -
    /sortal warp <warpname> X,Y,Z
    /sortal warp <warpname> this
    First one uses the co-ords you give it.
    Second one gets your current position and puts it as the sign
    co-ords.
    iConomy Support
    iConomy support added - look for the sortal-settings.txt file in your servers directory. Price is set in there. No spaces, please. The way I read them doesn't allow it. I plan to make it changeable via a command later. I thought I would roll this out for now.
    Temp Fix
    Error with the intergration of iConomy - download this to fix it if you can't use warp points on signs

    Features:
    • Sign based co-ords teleports
    • Warp points
    • iConomy Support
    Download Sortal​
    Changelog:
    • Version 1
    Announced​
    • Version 2
    Added warp points​
    • Version 3
    Added iConomy Support.​
     
    jjd2022 likes this.
  2. Thank you so much :D, all works perfect now
    --- merged: Feb 7, 2011 9:30 PM ---
    Sorry for double Post but is this Permission frindly and if what do i have to add that other user like Moderators can use this too
     
  3. Offline

    Archelaus

    I haven't implemented Permissions into this, is it giving you an error when setting it up? Or are you asking for permissions to be implemented?
     
  4. I'm asking more for permissions to get implemented :D
     
  5. Offline

    Archelaus

    Currently there aren't any :p But I'll add them.
     
  6. Offline

    Phanku

    This is awesome.

    Feature request: Yes I know I tend to be annoying. Any chance at getting individual prices for the signs (iConomy).
    Right now it is one price for all. (Which is really nice) It would be more nice if we could set individual prices for the signs or even better a price for each block traveled while teleporting. It would super if you could make it so it does both. =)

    I.E: you click a sign and it makes you travel 40 blocks and the current price is 1 per block traveled.

    I have also noticed that the signlift mod seems to mess with this one. Just an FYI.


    But keep up the good fight =)
     
  7. Offline

    Archelaus

    I'll check out sign lift now.
    Also, yes. That is a possible feature. I'll make it so the third line is dedicated to the price. I'm currently busy with School though, so this update won't come for at least 5-10 hours.
     
  8. Offline

    Phanku

    LOL.. I would wait days for this.

    -.- doesn't mean I would like to though.

    I realized it was unclear in what I said so I will rephrase it.

    I would like it for each sign to have a price for the teleporation.

    This alone (forget the other request) would be sooooooooo awesome.
     
  9. Offline

    Runelynx

    RightLeg,
    Just want to say thanks for this plugin... it's my server's main form of travel teleports between my city areas.

    Thanks for keeping it up!! [​IMG]
     
  10. Offline

    Archelaus

    No problem man. Expect a huge update when the database system comes out and the permissions system ;)
     
  11. Offline

    BillTheBad

    The warps don't seem to be working for me.
    I just set up bukkit on my server for the first time tonight using "craftbukkit-0.0.1-SNAPSHOT.jar".
    Sortal is the only plugin I've added (it's the reason why I'm adding bukkit).
    I'm able to create the warp using the /sortal warp command and when I look in the warp.txt file I see my warp with the coordinates.
    I've tried making a sign with the coordinate option and that worked so I'm confident I have the plugin running.
    But when I create a sign with the warp name nothing happens when I right-click. I am placing the sign on the ground and not on a wall.

    Warp created with: /sortal warp BillHome this

    In the console I see:
    /sortalwarp
    2011-02-10 20:56:16 [INFO] BillTheBad issued server command: sortal warp BillHome this
    2011-02-10 20:56:16 [INFO] Unknown console command. Type "help" for help.

    My warps.txt file has:
    BillHome:-91,77,-22

    Here is what I'm putting on the sign:
    Line1-<blank>
    Line2-[sortal]
    Line3-w:BillHome
    Line4-<blank>

    Any ideas?
    Thanks!
     
  12. Offline

    Archelaus


    What version are you running?
     
  13. Offline

    littleleeroy

    I have the same problem as BillTheBad. It works for co-ords but not for warps. I'm using CraftBukkit version 303, and your v3 sortal. Great job btw. (on a side note, individual prices would be awesome :D)
     
  14. Offline

    BillTheBad

    I just grabbed the latest links as of yesterday:
    Craftbukkit version git-Bukkit-0.0.0-391-g2c7f713-b302 (MC: 1.2_01)
    ARC Teleport v0.4.2 (Kungai)

    I started looking into Bukkit and moding so I could build this mod myself. Thanks for saving me the trouble. :)
     
  15. Offline

    Archelaus

    Just tested, this is an apparent error. As I'm about to leave for a social event, could someone please test with iConomy as well on their plugins list? Thanks. I have a feeling the problem stems from there, sorry no fix is available yet.
     
  16. Offline

    Lily

    I'm having the same problem, only the last warp point I set works so it's useless.
    I am not running iconomy
     
  17. Offline

    Archelaus

    I've found the error to be with iConomy part of it. But Nijikokun will be updating iConomy soon so the fix will be implemented then.

    I'll see if I have an old version of Sortal.
    --- merged: Feb 14, 2011 12:32 AM ---
    Temp Fix:

    https://github.com/RightLegRed/Sortal/blob/50ed2cc0d581ed8407453d66a50c93ab694cb2d4/Sortal.jar
    --- merged: Feb 14, 2011 5:56 PM ---
    Thanks to the user jjd2022 you have a fix. Sorry I didn't do this myself, I've been busy.


    Here it is:

    https://github.com/RightLegRed/Sortal/raw/master/Sortal.jar
     
    jjd2022 likes this.
  18. Offline

    redfoxricky

    this plugin has it all except one thing a clear document how to install it and use it!, it says its installed beacuse it created files ex:warps.txt but i cant use it, plz someone make a clear tutorial on how to use it! =)
    the problem i think i get stuck on is making signs to work with eachother!
    best regard //Redfoxricky
     
  19. Offline

    Archelaus

    Currently broken, sorry ): I'll be fixed soon
     
  20. Offline

    redfoxricky

    aww, there is not any plugin like this with sign based warps and i really wanted to use this on my server,plz dont forget to make custom portals feature for a certain people ex: A portal for only me and my pet ^^
    so only me and my pet can use the portal.
    can you do it?
    it would be awsome then!
    best regards //Redfoxricky
     
  21. Offline

    Nato

    Okay i have an issue. Im reading this and im getting it but when i try it out. nothing happens

    I start out and go to my desired location and type in /sortal warp HomeCity this

    Then i go to where the spawn point is in my server and i put up a sign and i put the format:
    line1:blank
    line2: [sortal]
    line3: w:HomeCity
    Line4:blank

    I then right click it and nothing happens. Im confused

    I tried the normal Coordinate system one where you just put [sortal] and the coordinates and it works perfectly but id like to use WarpPoints too
     
  22. Offline

    Runelynx

    anyone know if this works with latest craftbukkit? :)
    --- merged: Feb 23, 2011 8:25 PM ---
    Ok Im testing it out.
    First :

    2011-02-23 23:29:05 [WARNING] Using the stupidly long constructor com.bukkit.RightLegRed.Sortal.Sortal(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Sortal to remove it! (Nothing is broken, we just like to keep code clean.)
    --- merged: Feb 23, 2011 8:28 PM ---
    well teleporting in general takes forever for the chunks to load... but it works!
    (i only use coords, not warp points)
     
  23. Offline

    Manji

    worked with b432 so far. did an update to b441 and works as well (both builds used with sortal-coordinates, never liked the waypoint solution).
    long constructor confirmed.

    [edit]
    already (in older versions?) placed signs work, newly added won't.
    last working: b432.

    [edit2]
    very strange. i restartet (not reloaded) the server, and now it works again. placing and using. "old" and new signs.
    @plugin creator: if you want to know all the version numbers of my running plugins, don't hesistate to ask.
     
  24. Offline

    snakebite

    I get this with the fd06cf6e jar blob, CB 493:
    Code:
    19:57:34 [SEVERE] Could not load plugins/Sortal.jar in plugins: null
    
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.RightLegRed.Sortal.Sortal.<init>()
            at java.lang.Class.getConstructor0(Class.java:2706)
            at java.lang.Class.getConstructor(Class.java:1657)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
    Any ideas?
     
  25. Offline

    Archelaus

    I know what the problem is. I'm currently stopping development for Sortal though, until Bukkit is officially released.
     
  26. Offline

    Manji

    and what if bukkit decides to wait until notch leaves beta? might take months ^^
    i like the idea of a clean, simple, small sign-teleport-plugin. similar plugins are a bit overloaded in my opinion. with functions that might collide with other plugins..
     
  27. Offline

    Lolmewn

    It seems I fixed it with CB 493 -- should I restart thread now? Of course, all credits go to RightLegRed
     
  28. Offline

    eagledude4

    So is this working with 493? I really want this plugin.
     
  29. Offline

    Lolmewn

    No, it isn't. This one is.
    Btw, "my" version doesn't use iConnomy, and the Warp stuff might now work (yet). I've not tested that.
     
  30. Offline

    Wolfy9247

    Please update your plugin, don't dropout like some of the other devs have been doing recently!
     
  31. Offline

    Lolmewn

    oleerik and Runelynx like this.

Share This Page