Giver Minecraft Plugin

Discussion in 'Archived: Plugin Requests' started by Zex2711, Jul 20, 2011.

  1. Offline

    Zex2711

    Can anyone create minecraft plugin for me ? :)

    Work what : When anyone login on server , plugin give only /give command to player

    Thanks in advance !
     
  2. Offline

    TheTrixsta

  3. Offline

    Zex2711

    No :/

    I looking for plugin witch work : When new player login , plugin allow only /give command
     
  4. Offline

    killerwithin

    The above would also work but here's one for [1000] & it comes with the ability to create a custom list of names for items which I find mighty handy:
    http://forums.bukkit.org/threads/dev-odditem-0-6-5-unified-custom-items-list-and-parser-1000.4592/
    http://forums.bukkit.org/threads/gen-oddgive-0-8-4-item-giving-and-taking-1000.4595/

    All you have to do is get Permissions, or even GroupManager with Essentials.
    Just make sure your default group looks like the following;
    Code:
    groups:
      Default:
        default: true
        permissions:
        - odd.item.aliases
        - odd.item.info
        - odd.item.list
        - odd.give.i
        inheritance: []
        info:
          prefix: '&e'
          build: true/false
          suffix: ''
    This node will allow them to give items to themselves and themselves only.
    You can play with the other ones if you like.
     

Share This Page