[INACTIVE][MECH] SignEdit v1.4.8 - Remote-edit signs (with Colors!) [617]

Discussion in 'Inactive/Unsupported Plugins' started by .$pIrit, Jan 22, 2011.

  1. Offline

    .$pIrit

    SignEdit v1.4.8 (LWC, GroupManager & Permissions support)

    Built against:
    Latest recommended CraftBukkit #617
    LWC 2.1
    GroupManager 1.0 alpha 5
    Permissions 2.5.4

    Description:
    With SignEdit you can edit the text of a sign without having to re-place it.
    You can register names for the signs to edit them whithout seeing them.
    This is very useful for sign-plugins like CraftBook!

    [​IMG]

    Features:
    • Use colors on signs!
    • Edit whole signs you´re looking at.
    • Edit only some lines of signs.
    • Edit signs out of range with a self-set name.
    • Clear signs with ease.
    • Add/Edit/Remove names for signs to edit them from everywhere.
    • Full LWC & GroupManager support
    • Much more planned...
    ToDo:
    • Switch between texts by clicking the sign. (if wanted)
    • Switch between texts of another sign by clicking the control sign.
    • Redstone-Wire the control sign.
    • Save texts & sign-names per player.
    • Allow multiple signs per name.
    Using it:
    The main command is /signedit or /se
    ( <> = needed; [ ] = optional )
    Add an ID to the sign you´re looking at:
    /se add <name/id>
    Edit the ID of the sign you´re looking at or by ID:
    /se edit [Name/ID] <newName/newId>
    Remove the ID of the sign you´re looking at or by ID:
    /se remove [Name/ID]
    Clear the text of the sign you´re looking at or by ID:
    /se clear [Name/ID]
    Set the text of the sign you´re looking at:
    /se set <text>
    Set the text of the sign matched by it´s ID:
    /se setid <name/id> <text>
    Save the text of a sign.
    /se save [Name/ID] <SaveName>
    Load a text on the sign.
    /se load [Name/ID] <SaveName>
    Remove a saved text.
    /se rsave <SaveName>

    Syntax of <text>:
    "first line" "second line" "third line" "fourth line"
    - Two quotes mark one line.
    - You dont need to put a space between the quotes.
    - A line can contain any character except for a quote.
    - A line can be empty
    - You dont have to set all lines.
    Setting specific lines:
    2"second line" 4"fourth line"
    - The number before a quote is the line-number. (1-4)[/size]
    - None-set lines will keep the text they have.

    Permissions:
    Code:
    signedit.add - Add Sign-IDs
    signedit.edit - Edit Sign-IDs
    signedit.remove - Remove Sign-ID´s
    signedit.edittext - Clear/Set/Edit signs
    signedit.savetext - Save sign-texts
    signedit.loadtext - Load sign-texts
    signedit.removetext - Remove saved texts
    Colors:
    See http://wom.thatgamer.com/colorguide.php for Color-Codes.

    Example commands:
    /se add MyPluginName
    /se edit MyPluginName MyNewPluginName
    /se remove MyPluginName
    /se set "First line" "" "Third line"
    /se set 2"Second line" 4"Fourth line"
    /se setid MyPluginName "First line" "" "Third line"
    /se setid MyPluginName 2"Second line" 4"Fourth line"
    Change Color of a line:
    /se set "[ColorCode]"

    Download v1.4.8 #617:
    http://software.sp1rit.de/Minecraft/SignEdit.jar

    Download v1.4.7 #602:
    http://software.sp1rit.de/Minecraft/600/SignEdit.jar

    Download v1.4.6 #556:
    http://software.sp1rit.de/Minecraft/556LWC2/SignEdit.jar

    Changelog (open)
    V 1.4.8
    - again
    V1.4.7
    - Latest Bukkit and LWC 2.1
    V1.4.6
    - Compiled with LWC 2
    V1.4.5
    - And again
    V1.4.4
    - Built with latest Bukkit, GroupManager, Permissions & LWC.
    V1.4.3
    - Built with latest Bukkit, GroupManager, Permissions & LWC.
    V1.4.2
    - various bugfixes
    V1.4.1
    - Added Multiworld support for name-based sign editing.
    - Updated to b493jnks
    - Update to GroupManager 1.0 pre alpha 3
    - Update to Permissions 2.5.2
    - Changed to new save-format for sign-names
    V1.4
    - Added Permissions 2.5.1 support
    - Added Save/load/remove of sign-texts (atm only one savefile for all users)
    V1.3
    - Added GroupManager support
    V1.2.1
    - Recompiled with new bukkit
    - Fixed TSLPC
    - Temorary disabled permissions (LWC still active)
    V1.2
    - Added LWC-Protection support
    - Added Permissions support
    V1.1.1
    - Rebuild with new bukkit rev.
    V1.1
    - Colors now usable without the command (Right-click sign after placing)
    - Registered ID´s will be removed if the signs get destroyed.
    V1.0
    - First release


    Reuploaded... sry 4 missrelease ^^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 6, 2016
    Jucko13, Kainzo, PoPsou and 1 other person like this.
  2. Offline

    pudd1nG

    awesome to see sign colors implemented!

    would be great if colors could be applied directly while making signs too like SignPainter did in hMod.
     
  3. Offline

    .$pIrit

    Should already be implemented but the event didnt work for me.
    Im working on that ;)

    New Version!

    Code:
    V1.1
    - Colors now usable without the command (Right-click sign after placing)
    - Registered ID´s will be removed if the signs get destroyed.
    
    I still miss an event so you´ll have to right click the sign after placing it. Then the colors ´ll be parsed.

    Regards

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

    pudd1nG

    amazing!
     
  5. Offline

    subarct1c

  6. Offline

    x66dme66x

    would it be possible to put like. a text generator in there that you can do rainbow text with.. or really. any way you can do rainbow text.
     
  7. Offline

    .$pIrit

    Ill integrate permissions when they are implemented directly in bukkit. There are different permission plugins and i cant integrate all of them.
    Rainbow-text sould not be a problem. Comes with next update.

    Also included in the next update is save/load of complex sign texts.
     
  8. Offline

    kexus

    Looks good. I like the colors :3. Just out of curiosity, what texture pack were you using in the screenshot? It looks neat.
     
  9. Offline

    KTMRipper

    I really recommend this one over all the other Colored Signs (theres not that many :p). It is very easy to use once you understand the commands and has great features! Great job! Hope you make more awesome plugins!
     
  10. Offline

    Kainzo

    What kind of resources does this plugin use?
     
  11. Could you update this please :)? The commands don't work on the latest CraftBukkit.
     
  12. Offline

    braincreation

    There is really only 1 permission plugin worth anything and we don't know that bukkit will ever implement an official one.
     
  13. Offline

    Aelux

    Seconded. Though I am pretty sure that Bukkit will eventually implement one, but no one really knows the time frame.
     
  14. Offline

    Hoddie54

    Third-ed. At least add some sort of list where I can specify who can use it... Please?
    Does that already Exist?
    I know Third-ed isn't a word.
     
  15. Offline

    .$pIrit

    Hey,
    sry for the long wait time my notebook was broken ^^
    Im back now and i will update SignEdit as soon as possible to get it work.

    I´ll try my best to integrate the permissions in the next update.

    EDIT: For now i uploaded a new version that works with the current release of craftbukkit.

    Regards
     
  16. Offline

    Jobsti

    Heyho @.$pIrit

    can you talk/look @Hidendra LWC Plugin?
    If anyone protects his sign with LWC, others can use SE and edit it.

    SE works with #302 ;-) But Permission Support would be great.
     
  17. Offline

    .$pIrit

    Short Update:
    LWC integration complete
    Permission integration nearly complete
    Till next release i´ll add bette logging to who edited what sign and such things.
     
  18. Offline

    ibizaman

    Hi, your plugin is very useful !

    Could I beg you to add the possibility to edit multiple signs in one command ?
    Maybe by letting multiple sign get the same id.

    Thanks ;)
     
  19. Offline

    Jobsti

    @.$pIrit
    Can't wait for the next release, where is it? ;)
     
  20. Offline

    .$pIrit

    Sry no time the last few days.
    V1.2 is out with Permissions & LWC support.

    Missed Admin-Permissions like can edit all signs etc. I´ll bring them the next days.

    Regards
     
  21. Offline

    bLazem

    Added this today fantastic plugin keep up the great work!!
     
  22. Offline

    bLazem

    Seems to be cutting off end of lines when multiple colors per line used...
     
  23. Offline

    .$pIrit

    Hm not 4 me. What bukkit version do you use?
     
  24. Offline

    bLazem

    CraftBukkit 432

    Try looking after a relog
     
  25. Offline

    Kainzo

    2011-02-25 14:24:21 [WARNING] Using the stupidly long constructor com.bukkit.sp1rit.signedit.SignEdit(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of SignEdit to remove it! (Nothing is broken, we just like to keep code clean.)
    201

    Please update.
     
  26. Offline

    .$pIrit

    Update with actual bukkit tomorrow.
     
  27. Offline

    bLazem

    Looking forward to it!
     
  28. Offline

    .$pIrit

    Good and bad news ^^
    I fixed some mini bugs and compiled everything with last recommended bukkit & newest LWC.
    BUT i removed permissions support for now. Newest permissions didnt work for me and does anybody know if permissioons 2.4 is approved by Nijikokun?

    Which permissions versioon or permissions plugin (group manager?) do you use?
     
  29. Offline

    fugue2005

    does it work with groupmanager?

    did you post the update? it still says it has a stupidly long constructor

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

    .$pIrit

    GroupManager isnt supported atm but im going to add it today.
    Constructor message should be fixed. Try to download this version again. Maybe my ftp was a little bit to slow.
     

Share This Page