Inactive [FUN] RedstonePlugin v2.3.2 - This plugin adds some new functions to the redstone mechanics [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Player225, Aug 8, 2011.

  1. Offline

    Player225

    I updated just the code, here ist the original thread.
    All credits go to robin0van0der0v.

    RedstonePlugin - This plugin adds some new functions to the redstone mechanics!
    Version: v2.3.2

    Features:

    • Make sluices with redstone.
    • Spawn a boat with redstone.
    • Spawn a item with redstone.
    • Spawn a minecart with redstone.
    • Spawn a mob with redstone.
    • Change time with redstone.
    • Change weather with redstone.
    • Change wool color with redstone.
    Download RedstonePlugin 2.3.2 here
    Source is inside the jar file.

    Properties:
    This plugin creates a properties file on Plugins/RedstonePlugin/config.yml
    Edit the file to activate the functions.

    Code:
    redstone:
        spawnitem: false
        spawnboat: false
        spawntime: false
        weather: false
        spawnminecart: false
        spawnmob: false
        spawnwool: true
        sluice: true
    How to use:
    Show Spoiler


    Place a sign on a wall with this text:

    • [Spawnboat]
    If this sign now receive power from redstone then a boat will be spawned. :)

    Place a sign on a wall with this text:
    • [Sluice]
    • <liquid>
    And change <liquid> into any liquid you like (water or lava).
    If this sign now receive power from redstone the space in above the sign will be changed to the liquid and it will be changed into air if it receives no redstone power. :)

    Place a sign on a wall with this text:
    • [Spawnmob] (or [spawn-mob] for essentials 2.5 users)
    • <mob>
    • <quantity>
    And change <mob> into chicken, cow, creeper, ghast, pigzombie, sheep, skeleton, slime, spider, squid, zombie, giant, monster or wolf.
    And change <mob> into any mob you like.
    If this sign now receive power from redstone the mob you entered will be spawned. :)

    Place a sign on a wall with this text:
    • [Spawnitem]
    • <id>
    • <quantity>
    And change <id> into any item id you like.
    If this sign now receive power from redstone the item you entered will be spawned. :)

    Place a sign on a wall with this text:
    • [Spawnminecart]
    • <type>
    And change <type> into any liquid you like (powered or storage).
    If this sign now receive power from redstone the type minecart you entered will be spawned. :)

    Place a sign on a wall with this text:
    • [Time]
    • <time>
    And change <time> into dawn, day, dusk, night or a number you like.
    If this sign now receive power from redstone the time will be changed to the time you entered. :)

    Place a sign on a wall with this text:
    • [Weather]
    • <weather>
    And change <weather> into sunny, storm or thunder.
    If this sign now receive power from redstone the time will be changed to the time you entered. :)

    Place a sign on a wall with this text:
    • [Wool]
    • <color1>
    • <color2>
    And change <color1> and <color2> into white, orange, magenta, lightblue, yellow, lime, pink, gray, lightgray, cyan, purple, blue, brown, green, red, black or the number of the wool.
    If this sign now receive power from redstone the wool back of the sign will be changed to color 1 and it will be changed into color 2 if it receives no redstone power. :)


    Permissions:
    Show Spoiler
    redstoneplugin.createsluice
    redstoneplugin.createspawnboat
    redstoneplugin.createspawnitem
    redstoneplugin.createspawnminecart
    redstoneplugin.createspawnmob
    redstoneplugin.createtime
    redstoneplugin.createweather
    redstoneplugin.createwool



    Changelog:
    Show Spoiler


    Version 1.0
    • Release.
    Version 1.1
    • Removed old constructor.
    • Added Slimes.
    • Fixed a bug.
    Version 1.2
    • Added sluices.
    Version 1.3
    • Permissions added.
    • Spawnitem added.
    Version 1.4
    • Spawnboat added.
    • Spawnminecart added.
    • Tried to fix properties in Linux.
    Version 1.5
    • Tried again to fix properties in Linux.
    Version 1.6
    • Fixed properties in Linux.
    Version 1.7
    • No Permissions? Then everything is only for ops.
    Version 1.8
    • Changed namespace.
    Version 1.9
    • Fixed item/mob-quantity.
    Version 2.0
    • Fixed item/mob-quantity again.
    Version 2.1
    • Works in Beta 1.4.
    Version 2.2
    • Weather added.
    • Properties file is now saved in YAML format.
    Version 2.3
    • Compatibility with 1000
    Version 2.3.2
    • Added [spwan-mob] sign for compatibility with essentials
     
    Vairen likes this.
  2. Offline

    Hydrothermal

    Thanks a bunch for this!
     
  3. Offline

    Plague

    I suggest using some SPOILER tags
     
  4. Offline

    Player225

    New format and now using spoilers :)
     
  5. Offline

    KrypleFyte

    ugh Still just says Error: Invalid sign
    I am soooo sad. this is the last plugin I need to finish my dungeons. Any idea why it would be saying that?
     
  6. Offline

    Player225

    Which Plug-Ins are installed?
     
  7. Offline

    KrypleFyte

    BorderGuard
    CommandSigns
    DefaultPermissions
    OtherBlocks
    Essentials
    EssentialsChat
    EssentialsSpawn
    ExactSpawn
    GroupManager
    GroupSpawn
    HeroicDeath
    iChat
    LightSwitch
    LogBlock
    mcMMO
    MonsterBox
    MonsterHunt
    PhatLoots
    PreciousStones
    RedstonePlugin
    SignColours
    SignLogger
    Sortal
    VanishNoPickup
    WolfPound
    WorldEdit
    WorldGuard
    They are all as up-to-date as possible
     
  8. Offline

    Beatkidz

    I haven't tested it out to find out what plug-in it is but [Spawnmob] signs are conflicting with one. i think it is essentials 2.5
    When i place a [mobspawn] sign i get the "you created a cow spawnmob sign" but under that it read
    ERROR: Invalid sign
    and then the sign goes blank
    any ideads?
    i'm pretty sure it was with essentials. i didn't have the problem untill updating it

    Ow.. and thank you so much for updating this plug-in.
    i love making dungeons for my server and this plug-in help me do that soooo well

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

    Player225

    Yes, the sings are conflicting with essentials 2.5. I have no idea how to fix it, but i will look into the essentials source.

    Start the server without essentials, create the signs, and restart it with essentials. The signs will work :)
     
  10. Offline

    columb

    Ehh,may be it's about signs, not redstone?
     
  11. Offline

    KrypleFyte

    it is essentials, I talked with snowleopard and he is implimenting the ability to disable specific sign types in essentials because essentials has a [Spawnmob] sign too and because the format of the two is different is cancels it because it doesn't see it as a valid sign.
     
  12. Offline

    Player225

    I added [spawn-mob] sign. Now it should work with essentials :)
     
  13. Offline

    Gonfa

    Nice work :p cool plugin
     
  14. Offline

    kamakarzy

    i just cnt get it working i tried the signs and nothing happens
    help please
     
  15. Offline

    Player225

  16. Offline

    Beatkidz

    You are a god my friend. Great quick fix
     
  17. Offline

    Vairen

    Tnx. Very good plugin ;)
     
  18. Offline

    calvin15

    i can't change the time and weather, maybe also a conlfict with essentials. im running 2.5.7
     
  19. Offline

    Player225

    I tested it, there is a conflict with essentials...

    I will try do fix this.. but i have a great deal of work...
    no time to rewrite the code...

    sry :(
     
  20. woh actually i have problems with sluice because the water flows and breaks the circuit and i won't my players could see the signs (for example, for making traps)

    and a plus:

    it's working on my 1.9 pre5 server XD perfectly (well, of course i can't spawn blaze or magma cubes or Mooshrooms etc..) that's a GOOD job :D
     
  21. Offline

    Beatkidz

    Can anyone PLEASE update this plug-in. its Sooooooooooooooooo useful in making RPG dungeons for multiplayer servers.
    if anyone could help me update this i would be so very greatful
     
  22. Offline

    julienrl

    Any chance this will be updated? It sounds awesome.
     
  23. Offline

    Player225

    It works,

    just without the new mobs, im working on it ;)
     
  24. Offline

    Something37

    Update to 1.2.3!
     
  25. Offline

    JackWitherell

    1.2.5, get on it!!!
     

Share This Page