[FUN] RedstonePlugin v2.2 - This plugin adds some new functions to the redstone mechanics! [740]

Discussion in 'Inactive/Unsupported Plugins' started by robin0van0der0v, Feb 20, 2011.

  1. Offline

    xibit1987

    lol you want the sign to get power BUT when activating the sign (Sluice - water) the water flush away the redstone part... fix this else it's unusable ;)
     
  2. Offline

    robin0van0der0v

    Euh, yes, it can flush away the Redstone. Place soms stone around the sign so the water cannot reach the Redstone. ;)

    By the way: I tried to fix it again. Can anybody test? :)
     
  3. Offline

    BigMoomba

    mh its still not working on my Web Server
    and still not make a Folder/Config
     
  4. Offline

    Solaris765

    i mean can you make an option to put something like snow or rain on the sign and when given power that specific thing will start.

    so if the sign says "rain" and you flip the switch it will start raining.
     
  5. Offline

    robin0van0der0v

    Ah. :)
    But how can i create rain?
    That needs a client mod i think. :p
     
  6. Offline

    BigMoomba

    Still dont become it working xD
    i dont know why but its not create the Config so he is not loading it xD
     
  7. Offline

    Solaris765

    yeah i just asked about it in the request forum. doesn't seem possible at all at the moment. thanks for listening though.
     
  8. Offline

    Remylenain

    Hello.
    Sorry for my english, i'm french and not very good in this langage :s

    I tried your plugin (good job !) on a server on Windows and it's work. I wanted put it on a server on Linux but it does'nt work. I try to copy-past exactly my folder, to create a new folder RedstonePlugin ... nothing work.

    I don't know exactly how it work but maybe the problem come to windows use \ in his adress and linux use / . (maybe what i say is stupid...)

    I hope can use this plugin soon.

    Good work !
     
  9. Offline

    robin0van0der0v

    I think it is fixed now! :D
    Can anybody with Linux test it on Linux? :p
     
  10. Offline

    zarb

    its still the same. error upon sign placement:

    Code:
    [CRITICAL] Could not pass event SIGN_CHANGE to RedstonePlugin
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at com.bukkit.robin0van0der0v.RedstonePlugin.RedstonePluginBlockListener.onSignChange(RedstonePluginBlockListener.java:235)
            at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:252)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:812)
            at net.minecraft.server.Packet130UpdateSign.a(SourceFile:39)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            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.permissions.PermissionHandler
            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
    
    [MERGETIME="1299677601"][/MERGETIME]
    ok it did create folder+files now.

    i also temporarily installed permissions.jar now.
    this removes the above error, and i get the "[INFO] ... succesfull created a water sluice."

    ok uhm, powering the air field where the sign sits does work now. any chance to allow it to work by powering the block on which the sign hangs too?
     
  11. Offline

    Daveyo

    you have a permissions node for sign.use?
     
  12. Offline

    robin0van0der0v

    For placing, yes. ;)

    EDIT: Added an op only version if you don't have Permissions installed. :D
     
  13. Offline

    BigMoomba

    ok now its works with the Config file ^^

    But only the Water/Lava spawn on top of the Sign and remove then all stuff (redstone)
    give it a change to spawn it behind the stone where the Sign is?
     
  14. Offline

    robin0van0der0v

    Build it so. ;)
    Then it should work! :D
    [​IMG]
     
  15. Offline

    MacVaultDweller

    When you say
    "v1.7: No Permissions? Then everything is only for ops."
    Does that mean
    Only ops can create signs and everyone can use them
    or
    Only ops can create signs and only ops can use them
    If
    Only ops can create signs and only ops can use them
    it would be nice to have a true/false in the settings for all other player use

    I think you are on the right track with this plugin. Permissions plugins are a big pain in the *** and break everything every time they are updated or abandoned. Just another weak link in a rusty chain. Until a permissions system is written in stone I try to stay away from any mod that requires someone else's plugin to run. I often encourage makers of mods that do use permissions to make it so that their mod will default to op-list for implementation. Mod creators that put in a default to op list soon find out that they aren't harassed by admin.'s and their players when changes take place because limited functionality remains and is in the hands of trusted administrators.

    Keep up the great work.
     
  16. Offline

    robin0van0der0v

    Only ops can create signs and everyone can use them. ;)
     
  17. Offline

    MacVaultDweller

    OUTSTANDING SIR!
     
  18. Offline

    Brandonz

    Nice job on the mod but you should make it so you can do

    [spawnitem]
    (id)
    (quantity)
     
  19. Offline

    Pandonetho

    Does this work with 531?
     
  20. Offline

    Piquemal

    Hi, I've a linux server and the plugin work fines but at a moment i've a critical error who unload plugin:

    Code:
    [SEVERE] Could not pass event BLOCK_BREAK to RedstonePlugin
    java.lang.NullPointerException
            at org.bukkit.craftbukkit.block.CraftSign.getLine(CraftSign.java:24)
            at com.bukkit.robin0van0der0v.RedstonePlugin.RedstonePluginBlockListener.onBlockBreak(RedstonePluginBlockListener.java:631)
            at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:309)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:112)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:42)
            at net.minecraft.server.EntityPlayer.f_(EntityPlayer.java:72)
            at net.minecraft.server.World.a(World.java:1011)
            at net.minecraft.server.WorldServer.a(WorldServer.java:53)
            at net.minecraft.server.World.f(World.java:993)
            at net.minecraft.server.World.d(World.java:970)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:354)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Sorry for my bad english, I'm French.
     
  21. Offline

    okami13

    Hi guy, I try your plugin but only Sluice and Wool work :s
    Can you help me ?
     
  22. Offline

    robin0van0der0v

    Do you have 'redstone-sluice=true/false' in your config file?


    Do you have the newest version of my plugin?
     
  23. Offline

    Piquemal

     
  24. Offline

    robin0van0der0v

    Do you have this permissions 'redstone.createsluice'?
    Or are you op(erator) if you don't use Permissions. :)
     
  25. Offline

    Piquemal

    Yes but the [sluice] lava / water working once and not working again until we reboot the server.
     
  26. Offline

    LolHens

    Could you fix, that the minecarts spawns so silly

    But this plugin is very cool
     
  27. Offline

    robin0van0der0v

    How do you want them to spawn?
     
  28. Offline

    sicksurfer123

    I get the same thing when i try:


    Code:
    2011-03-26 13:21:14 [SEVERE] Could not pass event REDSTONE_CHANGE to RedstonePlugin
    java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:470)
        at java.lang.Integer.parseInt(Integer.java:499)
        at nl.robinvandervliet.RedstonePlugin.RedstonePluginBlockListener.onBlockRedstoneChange(RedstonePluginBlockListener.java:765)
        at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:272)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:165)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:284)
        at net.minecraft.server.World.k(World.java:369)
        at net.minecraft.server.World.h(World.java:347)
        at net.minecraft.server.BlockButton.a(BlockButton.java:172)
        at net.minecraft.server.BlockButton.b(BlockButton.java:125)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:55)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:348)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Not working...
    Code:
    2011-03-26 13:21:14 [SEVERE] Could not pass event REDSTONE_CHANGE to RedstonePlugin
    java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:470)
        at java.lang.Integer.parseInt(Integer.java:499)
        at nl.robinvandervliet.RedstonePlugin.RedstonePluginBlockListener.onBlockRedstoneChange(RedstonePluginBlockListener.java:765)
        at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:272)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:165)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:284)
        at net.minecraft.server.World.k(World.java:369)
        at net.minecraft.server.World.h(World.java:347)
        at net.minecraft.server.BlockButton.a(BlockButton.java:172)
        at net.minecraft.server.BlockButton.b(BlockButton.java:125)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:55)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:348)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
  29. Offline

    robin0van0der0v

    Added quantity for spawnitem and spawnmob. :)

    Fixed in v1.9! :D
     
  30. Offline

    LolHens

    On my server they spawn between two blocks and not on the rails.
     

Share This Page