[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

    mutiny

    is it possible for me to not allow my users to override the default cost of the portal with their own sign?

    in this way i could make some general use warps, then allow people to create their own at a high cost

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

    Lolmewn

    You can use Permissions, so that only you and some other ppl can make Warps. Then let him create the sign.
     
  4. Offline

    mutiny

    then wont they be able to add cost:0 to sign?
     
  5. Offline

    Lolmewn

    Yes, that is correct. I will add a Permission for that, it's not really nice, no.
    I'm not sure if there's anyway to protect signs, but you should look for a plugin that does that once.
     
  6. Offline

    trackkid31

    wait so if i give the default user a sortal.warp permission they can use warps?
     
  7. Offline

    Lolmewn

    Yes, that should work.
     
  8. This plugin works perfectly fine for me! : D

    And the users on my server thinks it's awesome, so props to you, Lolmen!

    I have a question though. Is it possible to make it so that it costs an item (diamond, for example) to use the portal? So that there's at least some sort of payment to use the portals for those who don't use iConomy? Not requesting you to do anything about it, because that'd be rude of me. Just curious to know, is all! :]
     
  9. Offline

    Lolmewn

    I sure could look into it, to see if it's easy/do-able for me.
    Working on the DelWarp, I had it working for numbers yesterday, for normal Warps it didn't... Aaand while trying to fix that, I broke the whole thing I made.
     
  10. I see. It's sophisticated stuff you're dealing with. The more you tamper with it, the more complex it gets, am I right? And as minecraft changes from time to time, so does the coding of the plugins, so it's a tough, everchanging, time consuming job, I can sympathize with that. But it must be fun to at all be able to change contents of this game nonetheless!

    Oh well. I hope you manage to get the DelWarp working!
     
  11. Offline

    Lolmewn

    You flatter me :p

    Btw, I made some Twitter, if you want to follow me during making the plugin sometimes, Follow me :p search for Lolmewn

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

    anon

    I would like to ask for a feature on this... Could u create some kind of configuration, taht when you type that on the sign, it becomes one time use only? Maybe you set a counter, for a maximun times it is used. After that sign is deleted os something.
     
  13. Offline

    Lolmewn

    Not sure if I can do that, I sure can look into it anyway.
     
  14. Offline

    Meldanor

    The plugin is broken with the build 560:
    Code:
    2011-03-23 17:47:36 [SEVERE] BLOCK_RIGHTCLICKED loading [Sortal] v1.2 (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
        at nl.lolmen.Sortal.Sortal.onEnable(Sortal.java:48)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:453)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:203)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:190)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:130)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:245)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  15. Offline

    Lolmewn

    You have version 1.2, go download the newest one. That runs fine with me.

    EDIT: im going to remove costs:x again, it has less pro's than cons..
     
  16. Offline

    imaxorz

    Plug in suggestion

    I would love to see permissions handeled like this.

    sortal.create - Let's the user create any [sortal] sign. (The sign itself. This will prevent players creating signs to existing warps or coordinates wherever they want if I don't want them to. I want to have dedicated areas where you can go to use the signs)
    sortal.createwarps - Let's the user create actual warps.

    sortal.warp - Let's the user click on warp signs.
    sortal.coords - Let's the user click on coords signs.

    Thanks you for the great plugin.
     
  17. Offline

    Lolmewn

    1. Not sure how I can do that...
    2. Already in it.
    3. Already in it.
    4. Already in it.
    ps: New version in a few min!

    Version 1.3.2 is out (again!)
    ChangeLog:
    - Fourth line is no longer compattible with costs:x. If you do want it anyway, download it here.


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

    imaxorz

    Oh ok, when I tried it before, users with sortal.coords permissions were able to create and click on signs that had coordinates on them.
     
  19. Offline

    Lolmewn

    That's what it's ment for ;)
     
  20. Offline

    imaxorz

    Oh! So user doesn't need to have sorta.coords to actually use the signs?
     
  21. Offline

    Meldanor

    When I want to use the signs, with your newest version, I get the error:

    Code:
    2011-03-24 22:45:51 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to Sortal
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at nl.lolmen.Sortal.SortalBlockListener.onBlockRightClick(SortalBlockListener.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader$20.execute(JavaPluginLoader.java:259)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:493)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    With the version 1.2 this error doesn't exists.

    My build is 552 , I've tried the recommended build 556, but in both version I got the error with your newest version.
    All my signs have a blank fourth line
     
  22. Offline

    Lolmewn

    Do you have the costs at 0?
    Do you have iConomy installed?
    Im going to look into the code tomorrow.
     
  23. Offline

    Meldanor

    No i don't have iConony installed and the costs are zero /0 .
     
  24. Offline

    CaptainDDL

    When I updated to your plugin from RightLegRed's version, I gave permissions to sortal.* since the main thread said the permissions were still being worked on, and people weren't able to use the sortal signs. Turns out they can also create the sortal signs. :x

    Do the other permissions work now, or do they still have to have sortal.* in order to use a sign? Also...I know it's doubtful, but is there any way to track down any sortal signs that have been created?
     
  25. Offline

    Lolmewn

    sortal.* doesn't exist yet, to use them you need sortal.warp and sortal.coords. To create a warp, it's sortal.createwarp
     
  26. Offline

    p4ndepravity

    I have having the same

    [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to Sortal
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at nl.lolmen.Sortal.SortalBlockListener.onBlockRightClick(SortalBlockListener.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader$20.execute(JavaPluginLoader.java:259)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:493)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more

    updated the plugin and bukkit. I would prefer not to instal iconomy if at all possible, but if it is required, the benefit of sortal will outweigh my unwillingness to have iconomy. Please let me know.
     
  27. Offline

    Lolmewn

    iConomy is not required, looking at the code now.

    Uploaded 1.3.3 -- Fixed it btw.
    Changelog:
    - Fixed a bug that it would go look for iConomy when it was not there. (not so smart of me :p)


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

    mutiny

    so can we get the permission to create signs sir?
     
  29. Offline

    Lolmewn

    Working on it, I can't really get it to work with the DEV build ive got now.
     
  30. Offline

    Kirbyy

    Can you please help, i really want to get this working however i have the same problem as chmanie. Everytime i input /sortal warp TEST here i get ' an internal error '. And what do you mean you've got an error report at your console? Please help.
     
  31. Offline

    p4ndepravity

    AWESOME u r teh s3x!!1!!!!111 Also, is ther a way you could set the yaw and pitch upon TP exit? when you TP you are facing the same direction you were when you clicked the sign. These options could be implemented in the fourth line of the sign it desired.
     

Share This Page