AnimatedSign?

Discussion in 'Plugin Requests' started by BlueCrafter12, Jan 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    BlueCrafter12

    Plugin Name: AnimatedSign
    What i want:
    I want some cool features of signs.Like
    -Scrollling Text (Color code Support)
    -Animation,Which i can setup up my own Animation like:

    Speed: 1
    Bla
    Blaa
    Blaaa
    Blaaa

    Like Every Seconds the Word will be Change by everylines that written
    Variables:
    Scrolling text - <scroll>

    Commands:
    /as select - You must set first the sign by //wand
    /as setline (no) (text)
    /as removeline (no)
     
  2. Offline

    the133448

    You dont need a plugin for this, you can dpo it in vanilla minecraft.

     
    BlueCrafter12 likes this.
  3. Offline

    BlueCrafter12

    Can someone make it easy? Lel.
     
  4. Offline

    BlueCrafter12

  5. Offline

    _Hybrid

    I think this plugin would be a great idea :D
    Its very tricky to use clocks with bukkit because
    for some reason they stop (I think on restarts) randomly.
    To do it with command blocks would be difficult, but I
    support the plugin Idea :D
     
  6. Offline

    BlueCrafter12

  7. Offline

    StefanXX

    I will make it. I will reply here once I'm done.

    here is what it might have:
    Code:
                        sender.sendMessage("§6/§esign wand §7'wand to select location'");
                        sender.sendMessage("§6/§esign create §7'create sign with current wand left click'");
                        sender.sendMessage("§6/§esign delete §7'delete the sign you selected with the wand'");
                        sender.sendMessage("§6/§esign addText <0,1,2,3> <text> §7'you can add text many times to the same line'");
                        sender.sendMessage("§6/§esign removeLine <0,1,2,3> §7'remove the line to set it to nothing'");
                        sender.sendMessage("§6/§esign setRotating <true, false> §7'Should the line rotate?'");
                        sender.sendMessage("§6/§esign setSpeed <amount> §7'Don't put 0 something might go wrong :P'");
                        sender.sendMessage("§6/§esign setRotatingSpeed <amount> §7'Don't put 0 something might go wrong :P'");
    Sorry about the code but you can understand :p

    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Jan 28, 2015
  8. Offline

    567legodude

    @StefanXX When you need to use colors in code it is much easier to use (ChatColor.GOLD + String) rather than the special character. ChatColor.BLUE and other colors is just an easier way to do the special character.
     
  9. Offline

    StefanXX

    No I find it difficult lol wth. it takes a lot more to do it that way.
     
Thread Status:
Not open for further replies.

Share This Page