[MECH] SPITEMS V1.3.3 Drop Items and Blocks w/ Spout [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Polyurethan, Aug 18, 2011.

  1. Offline

    dark_hunter

    Still need this looked at.
     
  2. Offline

    sayton12

    Any chance you can add coloured wools for this? other than that though awesome plugin!!
     
  3. Offline

    RGadelha

    Hey, @Polyurethan
    How's it going, any news coming? :rolleyes:
     
    parker_digg likes this.
  4. It would be nice if allowed only on certain worlds, to make Freebuild worlds.
     
  5. Offline

    z00100100

    my suggestion add perm nodes once you do that that will take care of multi-world support.
    Its just up to the other server admins to be smart enough to config there perms the right way.
    Please add perms I'd love this plugin then but untill then ill have to use toomanybukets because of prem support.

    [​IMG]
     
    midget_3111 likes this.
  6. Offline

    Baummann

    /me kneels and bows repeatedly in front of @Polyurethan

    Suggestions:
    Add a trash ;) I hate having 1000 items in my inventory.
    And better item names. Things like BED_BLOCK are looking wierd.
    (
    Code:
    String s = getItemName....;
    String result = s.replace("_", " ").toLowerCase();
    
    )

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

    z00100100

    one other suggestion from me to help improve is add color wool i dont know how hard it is but i know all it is is wool with damage values just an idea :) other than that and needing the perm node spitems.use this is a great plugin :) nice job
    [​IMG]
     
  8. Offline

    godslam

  9. Offline

    RGadelha

    BUMP?
     
  10. Offline

    parker_digg

    Looks like we need someone to take-over the plug?
     
  11. Yep
    /me waiting for permissions too.
     
  12. Offline

    RGadelha

    Hey @Polyurethan
    Scooby-Doo, Where Are You!
    Don't let TooManyBuckets wins :rolleyes:
    Competition is actually good, it gives users more choice, it pushes technology forward, quicker, competition sets up non-competition, competition also sets up anti-competition, etc. :D
     
  13. Offline

    JargonTheRed

    Getting this error all the time :

    Code:
    2011-09-03 18:24:55 [SEVERE] Could not pass event CUSTOM_EVENT to SPITEMS
    java.lang.NullPointerException
        at me.razu.SpItems.Sp_ButtonListener.onButtonClick(Sp_ButtonListener.java:32)
        at org.getspout.spoutapi.event.screen.ScreenListener.onCustomEvent(ScreenListener.java:51)
        at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.getspout.spoutapi.packet.PacketControlAction.run(PacketControlAction.java:101)
        at org.getspout.spout.packet.CustomPacket.a(CustomPacket.java:129)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Any ideas?
     
  14. Offline

    AndyFox42

    Just want to say that this is an awesome plugin and I'm very thankful for it.
     
  15. Offline

    Sh4d0w

    the icons are too large for the boxes
    [​IMG]
     
  16. Offline

    RGadelha

    I'm in 1920x1080, known as 1080p, official ws hd resolution, and it's good for me :D
     
  17. Offline

    Polyurethan

    Updated. And back.
     
  18. Offline

    isikerkan

    O o i cant take up the spitem menu. Did you remove permissions 3.1.6 support?
     
  19. Offline

    Polyurethan

    I have tested with: PermissionsEx (PEX) v1.13 [1060] and PermissionsBukkit 1.2k [1000]
    Working on both. But i have tested only with 2 persons.

    PermissionEx:
    Code:
    users:
        YourPlayerName:
            group:
            - default
            permissions:
            - permissions.*
            worlds:
                world:
                    permissions:
                    - test.*
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - spitems.guest
        admins:
            inheritance:
            - default
            permissions:
            - example.permission
            - -punish.noobs
            - spitems.admin
            options:
                test.test: '100500'
        testers:
            inheritance:
            - admins
            options:
                test.test: '9000'
    
    PermissionsBukkit 1.2k:
    Code:
    users:
        Playername1:
            permissions:
                permissions.example: true
            groups:
            - default
        Playername2:
            permissions:
                permissions.example: true
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build: false
                spitems.guest : true
        admin:
            permissions:
                permissions.*: true
                spitems.admin : true
            inheritance:
            - user
        user:
            permissions:
                permissions.build: true
            worlds:
                creative:
                    coolplugin.item: true
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'
    
    Hope it helps.
     
  20. Offline

    un4seendeathz

    any chance of eyefinity support? Its just that the icons on 5760 x 1080 5956 x 1080 looks so big lol
     
  21. Offline

    matthew_goodman

    Getting this error to... when i pressed U it did nothing so changed it to P... its loading fine cause it comes up admin in chat

    01:02:33 [SEVERE] Could not pass event CUSTOM_EVENT to SPITEMS
    java.lang.IllegalArgumentException: No enum const class org.getspout.spoutapi.ke
    yboard.Keyboard.KEY_P'
    at java.lang.Enum.valueOf(Enum.java:196)
    at org.getspout.spoutapi.keyboard.Keyboard.valueOf(Keyboard.java:22)
    at me.razu.SpItems.SP_InputListener.onKeyPressedEvent(SP_InputListener.j
    ava:19)
    at org.getspout.spoutapi.event.input.InputListener.onCustomEvent(InputLi
    stener.java:44)
    at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.j
    ava:862)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.getspout.spoutapi.packet.PacketKeyPress.run(PacketKeyPress.java:7
    1)
    at org.getspout.spout.packet.CustomPacket.a(CustomPacket.java:129)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Theres the code? Any ideas??
     
  22. Offline

    RGadelha

    It' getting great, I mean, It's already great, thank you :D
    Oh, you forgot these: :p
    Code:
        LOG_SPRUCE:
            id: 17
            cost: 20
            itemdata: 1
            use:  true
        LOG_BIRCH:
            id: 17
            cost: 20
            itemdata: 2
            use:  true
    
    There's a little glitch, while you press GUI buttons the click sound gets louder.
    Thank you again for a great plug-in.

    When I press T, for typing commands or to say something and when I type the letter U inside those commands , or saying something, the plug-in interprets it like I am calling the plug-in. It's unacceptable, please fix this!

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

    DigitalStorm

    Plugin fails to work with just a basic setup of AcidRain, UVRay, Spout, and SPITEMS. Pressing U does nothing, using Latest recommended builds of Spout, and Spoutcraft Launcher. Upon entering the game, it says Spitems: admins or something along that line, I don't use permissions of any sort. I am set to Op, and still cannot do anything with the plugin.
     
  24. Offline

    lithium210

    I have the exact same issue. Also says admin and im the op, cant use spitems at all. (using permissions 3.1.6)
     
  25. Offline

    jedimaster0

    I have the same problem, and when I edit the config file and set it for anything else it dosn't work at all. I restart the server and client and it still dosn't work. Other that that its a great plugin:)

    Omg lol. This is killing me (T_T)\(^_^)
     
  26. Offline

    fafd

    I do not have the problem when typing U under chat, I do not get anything inside or outside the chat. The U is not working here, it's not calling the gui. I get the "SPITEMS:admin" quote when I join, but thats it.

    This is really one of the best plugins, my users love it and uses it all the time. Thx.

    This is what I currently use:
    Code:
    bPermissions 1.2.5
    CleanroomGenerator 0.0.4
    CommandBook 1.5.2
    FlatEarth 0.7
    LazyRoad 0.5.2
    MagicCarpet 1.5.6
    MineBackup 0.4.8.1
    MobileAdmin 3.0.1
    Mobchange 0.3
    MultiArrow 0.9.8
    Multiverse-Core 2.0-b228
    Spout 1.0.5.227
    SpoutBackpack 2.2.3
    SPITEMS 1.2
    Stargate 0.6.6
    SupplySign 1.7.1
    VoxelSniper 4.753
    WorldEdit 4.6
    WorldGuard 5.2.2
    WoolTrees 1.0.5
     
  27. Offline

    Sh4d0w

    I got a feature request:
    Is it possible to show the inventar in the spitems-view ?
    So the player can see how many slots are free.

    and btw the spitems 1.2 also doesn't works at me :(
     
  28. Offline

    dotromain

    I've got the same thing on my server :/
     
  29. Offline

    caspercat

    For the guys above me, i had the same issues. Spitems:admin would show when i joined my server but no gui response using bpermissions. When i disabled my permissions plugin it still wouldnt work. So i installed Permissionsbukkit and the superpermsbridge, and gave myself the relevant permissions and it works fine now.

    I'll say im no expert with pemissions though, so i may have typed the permission for this plugin wrongly for bpermissions but when Spitems wouldn't work without any permissions plugins running at all i think probably not.
     
  30. Offline

    Polyurethan

    Update: Fixed OP-Bug
     

Share This Page