I have problem used bucket in server.

Discussion in 'Bukkit Help' started by sj6675, Aug 26, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    sj6675

    First this is my permission


    groups:
    default:
    default: true
    options:
    rank: '1000'
    permissions:
    - modifyworld.chat
    - jobs.join.Miner
    - jobs.join.Hunter
    - jobs.join.Digger
    - jobs.join.Builder
    - jobs.join.Woodcutter
    - jobs.join.Fisherman
    - inventorySave.use
    - inventorySave.info
    - mcmmo.chat.partychat
    - mcmmo.commands.party
    - mcmmo.commands.whois
    - mcmmo.commands.ptp
    - mcmmo.commands.setmyspawn
    - mcmmo.commands.myspawn
    - mcmmo.commands.ability
    Admins:
    prefix: '&0(&4Admins&0)&7 '
    permissions:
    - -modifyworld.mobtarget.*
    - '*'
    - jobs.join.*
    - jobs.admin.promote
    - jobs.admin.demote
    - jobs.admin.grantxp
    - jobs.admin.info
    - jobs.admin.removexp
    - jobs.admin.transfer
    - jobs.admin.reload
    - inventorySave.admin.cost
    - inventorySave.admin.eco
    - inventorySave.admin.repair
    - jobs.world.*
    - mcmmo.chat.adminchat
    - mcmmo.tools.mcrefresh
    - mcmmo.tools.mmoedit
    - mcmmo.tools.mcgod
    - mcmmo.regeneration
    - mcmmo.item.chimaerawing
    - mcmmo.skills.*
    - mcmmo.commands.*
    options:
    rank: '0'
    Member:
    prefix: '&0(&8M&7ember&0)&7 '
    permissions:
    - -modifyworld.mobtarget.monster.creeper
    - modifyworld.*
    - jobs.join.*
    - mcmmo.skills.taming
    - mcmmo.skills.mining
    - mcmmo.skills.woodcutting
    - mcmmo.skills.repair
    - mcmmo.skills.unarmed
    - mcmmo.skills.archery
    - mcmmo.skills.herbalism
    - mcmmo.skills.excavation
    - mcmmo.skills.swords
    - mcmmo.skills.axes
    - mcmmo.skills.acrobatics
    - mcmmo.ability.herbalism
    - mcmmo.ability.excavation
    - mcmmo.ability.unarmed
    - mcmmo.ability.mining
    - mcmmo.ability.axes
    - mcmmo.ability.swords
    - mcmmo.ability.woodcutting
    - mcmmo.commands.*
    options:
    rank: '900'
    vip:
    prefix: '&0(&eVIP&0)&7 '
    permissions:
    - -modifyworld.mobtarget.monster.creeper
    - modifyworld.*
    - jobs.join.*
    - mcmmo.commands.*
    - mcmmo.skills.*
    inheritance:
    - Member
    options:
    rank: '800'
    Moderator:
    prefix: '&0(&1Moderator&0)&7 '
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    - jobs.join.*
    - mcmmo.skills.*
    - mcmmo.commands.*
    options:
    rank: '100'
    users:
    LP640:
    group:
    - vip
    Vintageblue:
    group:
    - vip
    die:
    group:
    - vip
    myhead:
    group:
    - Member
    helscream:
    group:
    - Member
    bikini:
    group:
    - vip
    options:
    group: vip


    Second My plugins

    WorldGuard
    Modifyworld
    Essentials
    EssentialsChat
    EssentialsGeoIP
    EssentialsProtect
    EssentialsSpawn
    lockette
    Jobs
    mcMMo
    PermissionsEX
    Permissions
    InventorySave
    AutoSave
    AuthMe
    Iconomy

    ------------------------------------------------

    I have problem used in bucket in server.

    Admin have no problem used bucket in server.
    But other user (members,vip) can't use bucket(water etc.)

    I have no idea solution. so I write on here.


    [​IMG]
     
  2. Offline

    hammale

    Could you please just attach you permission.yml file? the formatting is all screwed up in your post, thanks. So let me get this straight, the you have a plugin called "bucket" and only users in the "Admin" group can use it? Could you be a bit more descriptive on the nature of your problem?
     
  3. Offline

    sj6675

    No I mean basic item 'Bucket' problem.
    anyone can take item but can't use.(can take water or somethings but they can't use somewhere to drop)
    Only I cant use bucket take water or drop water but They can only take water. can't drop water.
     
  4. Offline

    hammale

    Stupid question but are you in the nether? If not can the users with problems place blocks? can they remove blocks?
     
  5. Offline

    sj6675

    yes they don't have Noproblem to broke block.
    but when they use the bucket to broke block, block are re living.
     
  6. Offline

    hammale

    well unless you changed it noone can build within 16 blocks of the spawn (i think its 16) but this sounds like a perm problem. Wat permissions plugin do you use and can i have the permissions file?
     
  7. Offline

    sj6675

    plug files are to big so i just capture files and my permissions file
     

    Attached Files:

  8. Offline

    hammale

    So you use PEX for your permissions? I'm not familiar with PEX but i'll take a look...EDIT: so only the people in the Admins group can use buckets to place water EVERYONE else cant?

    And are you the only OP on the server?

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

    sj6675

    Yes, I'm using that permissions.
    No just only I can use bucket. Not the only group admin or others.

    Yes

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

    sddddgjd

    Delete:

    EssentialsChat
    EssentialsGeoIP
    EssentialsProtect
    EssentialsSpawn
    They're useless anyway!
    I think essentialsprotect is what's causing the problem...
     
    sj6675 likes this.
  11. Offline

    hammale

    if what @sddddgjd didn't work try oping another player. Does the problem go away for that player??
     
  12. Offline

    sj6675



    thank you. I fixed it
     
  13. Offline

    Mapatti

    I will reply even problem is already solved. It happened because EssentialsProtect automatically blacklists any bucket usage and few placements too. These are found in /essentials/config.yml file.
    Code:
    blacklist:
       placement: 327,326,14,56,46,11,10,9,8
       usage: 327,326,325
     
Thread Status:
Not open for further replies.

Share This Page