Help Thread Closed.

Discussion in 'Bukkit Help' started by Orcem12, Jul 21, 2011.

?

Did I Help you? Answer After I help please.

  1. Yes

    16 vote(s)
    66.7%
  2. No

    3 vote(s)
    12.5%
  3. I didn't get a response

    5 vote(s)
    20.8%
Thread Status:
Not open for further replies.
  1. Offline

    1992ichigo

    when ever i try to download a plugin i cant get a jar file out of it. what am i doing wrong?
     
  2. Offline

    Orcem12

    What plugin?

    interesting. Is this causing any internal errors?

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

    Oathdynasty

    It was messing with my permissions
     
  4. Offline

    vicdog

    Hope you can help, we have craftbukkit and permissions 3.something. Where can I find a list of all commands? What I want is to have admins be able to give themselves materials and spawn home etc. If I give them '*', they cannot do those things. Any ideas?

    Thanks


    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players then set the build: flag to false (build: false).
    # If you want a group to be able to build then set it to true.
    ##
    # Groups can inherit from other groups.
    # To make a group inherit the permissions and info nodes from another
    # group, simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # Wildcard Permission settings:
    #
    # You can have wildcard nodes which encompass all nodes that match it.
    # For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    # "modplugin.settings.view", and so on.
    #
    ##
    # A single asterisk means that this user/group has all permissions.
    # - '*'
    ##
    # Negated nodes are created by prefixing a normal node with "-".
    # They prevent less specific wildcard nodes from matching the negated node.
    # For example:
    #
    # permissions:
    # - 'foo.*'
    # - '-foo.bar'
    #
    # In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
    #
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    ##
    #
    # For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    Member:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'warpplugin.warp'
    - 'econplugin.basic.*'
    - 'essentials.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Member
    permissions:
    - 'modplugin.ban'
    - 'modplugin.kick'
    - 'modplugin.unban'
    Admins:
    default: false
    info:
    prefix: 'AWESOME'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
     
  5. Offline

    Orcem12

    Download this.

    Thread Closed.

    Read this: Click for My Rant.

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

    Eddienator

    Thabks for the help!
     
  7. Offline

    Orcem12

    No Problem :)
     
  8. Offline

    Dystroyerx

    i notice a repeated chunk on the dynamic map. Is there a way this can be fixed or avoided?
     
  9. Offline

    dbizzzle

    Okay, this is a bit late and may of already been solved but I have a mac as well and the reason they do not work is because of your OS, you must have 10.6 (Snow Leapard) or higher
     
Thread Status:
Not open for further replies.

Share This Page