Newplayer management

Discussion in 'Archived: Plugin Requests' started by Valiant, Nov 9, 2011.

  1. Offline

    Valiant

    I basically need a plugin that will obtain this goal...
    When new users log in, I want them to be able to build and use items. But ONLY certain items.
    For example,
    I want new users (guests) to only be able to collect dirt, sand, and wood.
    I want them only to be able to create/use wooden tools.
    The idea would be that you could make custom permission nodes within the plugin in the config file that would be something like
    Code:
    GuestLimit
        Items
            -stone
            -gold
            -iron
            -diamond
        Blocks
            -ironore
            -diamondore
        custom-message: "To do this, you must register on noblevi.net! Please type /register."
    
    That config setup would give you the permissions node
    pluginName.custom.GuestLimit
    or something like that and it would cover all that is explained above.
    The items and blocks listed in the config would be what is LIMITED not what is allowed. If it was the other way around, every group would need its own permission node set up.
    BUT also I would like to make to where when a user tries to collect or use one of their NON permitted items, that it tell them a customizable message as seen at the bottom of my rouch config setup.
    Overall the plugin should decide that every user can use any block or item UNLESS they are in a group that specifically has the node that says to refuse the use or collection of that.
     
  2. Valiant likes this.
  3. Offline

    Valiant

    I like this, but it will only limit what the user can craft, which is great!
    Now I need on that will limit only certain groups with the deletion of certian blocks.
    WITH custom messaging so that they know why they can't do those things.
    I did search, and was unable to come across either of those. And was hoping they could jsut be packaged into one plugin. But thank you for finding those for me. I'll look into if they will do what I need them to, and then update this post if so.
     
  4. update!
    if it was useful press the like button...[cake]
     
  5. Offline

    Valiant

    Alright, i liked the simpleitems plugin. But the other one is way to dependant on spout for blocking the creation of the items. If that is not possible without a client mod, it makes sense.
    But the simple items plugin would keep me covered there by just not letting the user user the items.
    Will continue searching for a block restricting plugin that works similarly.
     
  6. cool, but in a couple of days/weeks/months/seconds, every good server will use spout.
    and... there are even video players for spout! how cool is that?
     
  7. Offline

    Valiant

    Yea but I need something that will solve thigns now. not in days, weeks,months. And by limiting users on the server to ONLY those who have spout. Im closing my doors to more and more people.
     
  8. I belive the ModifyWorld part of PermissionsEx can do this.
     
  9. Offline

    Valiant

    I use bukkitperms. sorry
     
  10. I recomend switching to PermissionsEx then. It has alot more features.
     
  11. Offline

    Valiant

    I think I will...I have so much re-doing to do then...
    Is there a converter for permissionsbukkit -> permex?
     

Share This Page