[MISC] SimpleGive v1.2 - Giving Items + Permissions + Custom Values [818]

Discussion in 'Inactive/Unsupported Plugins' started by captainawesome7, May 6, 2011.

  1. Offline

    captainawesome7

    SimpleGive v1.2 - Give people Stuff!
    SimpleGive is a basic /i and /give. It uses permissions and a txt file where you can define your own item names.
    Commands <necessary> [optional]:
    /give <playername> <itemname/id> [amount] [durability] - Gives an item stack to a player
    /i <itemname/id> [amount] [durability] - Gives an item stack to yourself
    Permissions Nodes:
    simplegive.give - Allows you to use /give
    simplegive.item - Allows you to use /i
    simplegive.item.id (replace id with the item id that they are allowed to give, * gives them all)
    simplegive.give.id (replace id with the item id that they are allowed to give, * gives them all)

    Configuration:
    • It makes a file at /plugins/SimpleGive/Items.txt
    • The file contains itemnames=idnumbers
    • To define your own item names, just format it like this:
    • stone=1
    • When you type /i stone, it will give you 64 of 1, which is stone :)
    Features:
    • Give items to people!
    • Give items to yourself!
    • Permissions!
    • Item Specific Permission Nodes!
    • Custom item names!
    • Give colored wool!
    • Console Support!
    Wool:
    wool (open)

    Use this image. Type /i wool 64 c
    Replacing c with the light gray number to the bottom left of the 35 above the colored wool.
    For dye, type /i dye 64 c
    Replacing c with the light gray number to the bottom left of the 351 above dye
    [​IMG]

    Downloads:
    Planned Changes:
    • Add config value for the in game confirmation message
    Changelog:
    Version 1.2
    • Added item specific permission nodes,
    • simplegive.give.id
    • simplegive.item.id
    Version 1.1
    • Fixed console usage.
    Version 1.0
    • Release!
    [​IMG] To me to support my plugins :)
    Video of this plugn in action here :)

    @lordkalem
    YOU ARE A RETARD!!!
    IT IS OPTIONAL GEESUS CHRIST

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

    woodzy

    my permissions file wont suppert the "-" lines or the -- or the -
    my premissions isnt lit outhers
     
  3. Offline

    DaManWitDaPlan

    What do you mean?? >_> That protocol is default in Permissions 3.x.

    Maybe you're forgetting the space between the '-'s? I did that accidentally once and my server, she explod.
     
  4. Offline

    woodzy

    i dont use 3.x i use 2.7.x
     
  5. Offline

    DaManWitDaPlan

    Ok, well I'm not really familiar with that, but I was under the impression that older versions used the same protocol.
    The point is, there should be a way to do it with your Permissions rather than with the plugin.
     
  6. Offline

    d00ba

    Hi,

    Is it possible to use this plugin to set coloured wool permissions?

    Eg.
    simplegive.item.35:4 to allow someone to spawn yellow wool, but not any other colours
     
  7. Offline

    3ventic

    Is there any way to use this AND the normal /give? (Like change the SimpleGive's /give to /giveto or something so the normal server's /give would work like it used to.) The system of putting items straight to inventory doesn't work that well with TooManyItems.
     
  8. Offline

    kroltan

    Can you fix the tool stacks?
    Example: /i diamondpicakxe
    Gives me a stack of 64 pickaxes
     
  9. Offline

    Rizal

    I found you !!!!! i have seen this on youtube hundreed times and i found it. thanks man :))))!!!! a little proplem! :((( my server is both survival and freebuild/creative and i only wan't this plugin to work in freebuild creative.. any modes to do this using permisions or can you maybe program a file that you can true/false what worlds enabled on
     
  10. Offline

    Rizal

    Add pistons!
     
  11. Offline

    MinecraftZaph

    all i wont to know is how to spawn coloured wool and redwood etc CAN SOMEONE PLEASE TELL ME
     
  12. Offline

    Yoki

    one question:
    can you use the too many items to give items to your inventory directly?
    when i tried it said that it gave me the stuff but it didnt, then when a disconnected and reconected the items appeared
     
  13. Offline

    darkharasho

    I would absolutely love this. I was trying to NOT allow some of my players to spawn an item, and ended up typing out every simplegive.item.[number]

    also, how does the permissions work for colored wool?
     
  14. Offline

    micro876

    Does this allow people who are not Opped on the server to spawn in items?
    And if so can you tell me how to achieve this I'm new to using permissions
     
  15. Offline

    henwa

    when i use toomanyitems mod. it says its spawned the items but it hasnt. then when i log on and off they actually appear.
     
  16. Offline

    Psycho Robot

    This would be the best plugin ever if you would allow us to specify a custom alias for an item with data values attached to it... for example 35:15=blackwool
     
  17. Offline

    Crumbs744

    Is there any chance you might add timing restrictions to the commands use?

    /i 46 64 only once per hour ;)
     
  18. Offline

    gameacid13

    is this working with 1185?
     
  19. Offline

    darkharasho

    the problem with that (i believe you cant fix it) is that when you do something like simplegive.wool: with .yml files it implies true or false.

    so you do this:

    - simplegive.wool:false

    which means that they cant give themselves wool.
     
  20. Offline

    Boertje

    Hi, it doens't work for me... this is my permissions file:

    Code:
    groups:
        Tourist:
            default: true
            permissions:
            - modifyworld.chat
            - essentials.help
            - essentials.afk
            - essentials.spawn
            - essentials.warp
            options:
                rank: '2000'
            prefix: '&8[Tourist]&f '
        Member:
            options:
                rank: '1900'
            permissions:
            - modifyworld.*
            - modifyworld.chat
            - essentials.help
            - essentials.afk
            - essentials.spawn
            - essentials.warp
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tptoggle
            prefix: '[Member] '
        Builder:
            options:
                rank: '1800'
            permissions:
            - modifyworld.*
            - modifyworld.chat
            - essentials.help
            - essentials.afk
            - essentials.spawn
            - essentials.warp
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tptoggle
            - simplegive.item.1
            - simplegive.item.3
            - simplegive.item.4
            - simplegive.item.5
            - simplegive.item.24
            - simplegive.i
            prefix: '[&1Builder&f] '
        Donator:
            options:
                rank: '1700'
            permissions:
            - modifyworld.*
            prefix: '[&6Donator&f] '
        VIP:
            options:
                rank: '1600'
            permissions:
            - modifyworld.*
            prefix: '[&6VIP&f] '
        Premium:
            options:
                rank: '1500'
            permissions:
            - modifyworld.*
            prefix: '[&6Premium&f] '
        Mod:
            options:
                rank: '1850'
            permissions:
            - modifyworld.*
            prefix: '&3[&0Mod&3]&f '
        Admin:
            options:
                rank: '1300'
            permissions:
            - modifyworld.*
            prefix: '&3[&0Admin&3]&f '
        Owner:
            prefix: '&3[&0Owner&3]&f '
            permissions:
            - modifyworld.*
            options:
                rank: '0'
    users:
        Boer_Harm:
            group:
            - Builder
        Hydii:
            group:
            - Admin
    
    Can u help me?? What am i doing wrong?
     
  21. Offline

    Subaca

    OH MY GOD I LOVE IT THANK YOU SO MUCH!!! I tried this out because I just started Permissions but I still want the ability to use Toomanyitems, so I added simplegive.give and simplegive.give.* to the groups I chose and it works!!! Please do not change the command because I think only /give works for Toomanyitems!
     
  22. Offline

    Psycho Robot

    So change the format to 35,15=blackwool. Basically any way you can get data values supported.
     
  23. Offline

    Arkanoid_376970

    Using PEX and with all nodes enabled, I'm getting permission errors :/

    Oh, could vault or PEX modifyworld be blocking simplegive?

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

    captainawesome7

    Hasn't been updated in forever
     
  25. Offline

    Deleted user

    Update this >.<
     
  26. Offline

    Arkanoid_376970

    Ah, ok. Would adding the vault support code fix this? The plugin still works, its just reverting to OP only perms. Not getting any other errors though so it seems its still compatible with 1.2.5R1
     
  27. Offline

    captainawesome7

    I guess. I haven't even transferred the source to my PC, so I'll take a look at it when I get home (maybe).
     
  28. Offline

    Arkanoid_376970

    Thankyou so much :) if I knew java is lend a hand... But im only learning c :/
     

Share This Page