[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. Offline

    Archelaus

    Unfortunately, that's the problem. I had it set up and with no errors and it simply broke the commands it was attached to. Unable to work it out myself and inactivity of the IRC channel for it, I simply gave up. I was at it for 9 hours though. I'm sorry.
    --- merged: Jan 25, 2011 10:12 PM ---
    Alright, I got permissions working on a different plugin. I'm gonna be recoding it now. It'll be faster and better coding.


    Sorry about the delay.
     
  3. Offline

    sumTard

    /sortal warp name this
    does nothing for me :/
    then how exactly do you use the warp name on the sign? the example is confusing. Is it like this?

    blahblahblah​
    [sortal]​
    warpname​
    blahblahblah​
    thanks!​
     
  4. Offline

    Archelaus

    You need to include the
    w:
    on the warpname line

    So if your warp was called "righthere", your sign would be
    blahblahblah​
    [sortal]​
    w:righthere​
    blahblahblah​
     
  5. Offline

    sumTard

    yeah ive tried many different ways, including that. I think its a problem with creating the warp point. I go stand where i want my port to be, then type "/sortal warp testport this" and nothing happens. No message or anything.

    Im also having issues with chunks not loading under the teleport destinations. Happens a a lot to everyone who uses them.
     
  6. Offline

    Archelaus


    Like I said, chunk checking will be supported as soon as sign-sign. Which is on hold due to permissions not working.

    Also, to the warp points, check in the folder of your server software. Does it have "warps.txt" in it?
     
  7. Offline

    sumTard

    yes, i have a warps.txt

    i believe its from another plugin. Must i remove it?
     
  8. Offline

    Archelaus


    It's from Sortal. Remove it and restart your server. Use the command and see if it works.
     
  9. Offline

    sumTard

    lol it works now, thanks.
     
  10. Offline

    Archelaus

    It's alright. I'll probably be using mysql databases soon instead of flatfile.
     
  11. Offline

    darknesschaos

    if you want check out my picasso plugin for permissions ( I believe it is quite easy to understand looking at my code), if you have any questions feel free to message me.
     
  12. Offline

    EvilMaL

    Quick question. When peeps use the signs i created useing "/sortal warp blahblah this" it puts them inside blocks and kills them.

    Could i just go into the warp.txt file and adjust the height and fix this ? like say its at 40 put it to like 43.
     
  13. Offline

    Archelaus

    You could, but I had originally put a failsafe in for that. I'll put that back in.


    Just a notice, due to some expected updates to Bukkit coming out soon, work has stopped until these features have came out. Don't worry though, it'll only improve Sortal.
     
  14. Offline

    Runelynx

    any chance of an update for sortal?
    Im getting spammed error msgs whenever someone right clicks ... sortal still works, but RedLeg something in Sortal is making an error :( using bukkit 186
     
  15. Offline

    Archelaus

    Work has stopped for the moment. But a bug fix is possible. Please post the error it spams you with and I'll fix it.
     
  16. Offline

    Runelynx

    Feb 1, 2011 12:35:48 AM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_ITEM to Sortal
    java.lang.ClassCastException: com.bukkit.RightLegRed.Sortal.SortalBlockListener cannot be cast to org.bukkit.event.player.PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:153)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:213)
    at net.minecraft.server.ItemBucket.a(ItemBucket.java:71)
    at net.minecraft.server.ItemStack.a(ItemStack.java:64)
    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:104)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:446)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:276)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  17. Offline

    Archelaus


    Oh. I can see this fix being a try and error thing.

    Well, I'll work on it now.
     
  18. Offline

    Runelynx

    yay thanks :)
     
  19. Offline

    SheepRock

    yar same issue here. it crashes on startup. eager to try it out though :)
     
  20. Offline

    Archelaus

    Fixed it - I hope :p

    JAR
     
  21. Offline

    SheepRock

    indeed you did. nicely done, and thanks!
     
  22. Offline

    Runelynx

    testing :)
    --- merged: Feb 1, 2011 5:06 PM ---
    Hallelujah, no more spam! You fixed it!
    thank you!!! :)
     
  23. Offline

    EvilSeph

  24. Offline

    Archelaus

    I was going to do this after I updated it for permissions. Which would be the next update. But OK.
     
  25. Nice plugin, but i have a negativ answer too, i allways like to look in my console what other players are doing, and cos we are not alot is this all nice to check, but your plugin is spamming my console full with all the players do with rightclick, is it possible to do that away and its just reacting to the sighns?

    Code:
    COBBLESTONE
    COBBLESTONE
    TNT
    COBBLESTONE
    COBBLESTONE
    WALL_SIGN
    DIRT
    COBBLESTONE
    SAPLING
    COBBLESTONE
    COBBLESTONE
    YELLOW_FLOWER
    COBBLESTONE
    COBBLESTONE
    COBBLESTONE
    ....
     
  26. Offline

    Archelaus

    I'm not sure why that's happening. I'll look, I may have left a bit of the old code in there when writing it.
    --- merged: Feb 7, 2011 7:27 AM ---
    https://github.com/RightLegRed/Sortal/raw/master/Sortal.jar

    Fixed it. Download that.
     
    ItsCriminal likes this.
  27. Offline

    Phanku

    iConomy support?

    I like my users traveling but I hate when they start to do it just because. All that teleporting puts stress on the server.
    I would like to put a price on traveling.

    Please and thank you.
     
  28. Offline

    Archelaus

    Will implement now.
     
  29. Offline

    Phanku

    You are AWESOME~!
    I can't wait for your plugin!
     
  30. Offline

    Archelaus

    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.
     
  31. Offline

    Phanku

    You are Da BOMB!

    Thank you very much =)
     

Share This Page