The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    virus33

  2. Offline

    M1sT3rM4n

  3. Offline

    virus33

    yes, but I'm not to understand why this is happening
     
  4. Offline

    M1sT3rM4n

    I would recommend that you upgrade your permission system from 3.1.6 to either bPermissions or PermissionEx.
     
  5. Offline

    virus33

    bPermissions or PermissionEx - configuration setting is the same as in Permissions-bin?
     
  6. Offline

    M1sT3rM4n

    If you really need to choose between the two, I suggest you go with PermissionEx. It's very similar to 3.1.6, but just a bit different. Check the plugin's wiki.
     
  7. Offline

    virus33

    thanks=)
     
  8. Offline

    tyzoid

    What plugins do you have?
     
  9. Offline

    monir

    Wich backup plugin is the one to use i only find minebackup is that the only one at the moment?
     
  10. Offline

    tyzoid

    @monir
    That's the only one I see too :(

    I just manually backup the worlds.
    What you could do, is if you know any batch, is create a script that runs every so often.
    Code:
    @echo off
    copy world backups/world
    
     
  11. Offline

    monir

    I rent a dedicated server so i cant do it manually :(
     
  12. Offline

    tyzoid

    @monir
    I do mine through ssh...

    Anyway, what OS does it run on?
    If unix, do they allow shell scripts?
     
  13. Offline

    monir

    They do backups but only on the main world i have 4 worlds and 5G
    they use linux.
     
  14. Offline

    tyzoid

    @monir
    Code:
    #!/bin/bash
    cp world backups/world_$(date +%d)-$(date +%m)-$(date +%y) -r
    cp worldname backups/worldname_$(date +%d)-$(date +%m)-$(date +%y) -r
    
    That should do it.
    name that backup.sh, and run it when you need to back your server up (make sure to add all your worlds). Also, make sure the backups/ directory exists.
     
  15. Offline

    FaceFoiled

    Hi there!

    I am trying my best to setup my Bukkit sever, but I just can't figure out how to work the plugins with permissions. :( I've tried everything, but really can't figure it out. I feel like I am overlooking something, as without the permissions I can use it all freely - but I don't want that. :p I want my user group to have the most basic of access (build, use shops, use secure chests/make them) - my mods at the same level for now - and myself to be the uber admin so to say (FaceFoiled).

    If someone could help me out, it would greatly be appreciated. If possible, with details on what I am doing wrong so I can actually learn from it and help out others where possible. =)

    I use a hosting service (multiplay.co.uk) and have the following:

    Minecraft Bukkit ( v1.8.1, #1185 )

    Lockette (1.4.3)
    Chest security

    Permissions (v3.0a+MP)

    Remote bukkit (v0.4)
    I guess this is for the web access of the hosting service

    WorldEdit (v4.6)
    I've removed this, as I did not really "want" this specific plugin, but it
    keeps being added again, I guess another addon depends on it. :p

    WorldGuard (v5.2.2)
    Securing the spawn mainly

    iConomy (v6.0)
    Adding an economy system for shops

    iConomyChestShop (v2.75 (iConomy v6.x)

    Here is what I have done so far, for my permissions:

    Code:
    plugin:
        permissions:
            iConomy.*:
            default: op
            description: Gives access to all commands
            children:
                iConomy.help: true
                iConomy.holdings: true
                iConomy.holdings.others: true
                iConomy.payment: true
                iConomy.accounts.create: true
                iConomy.accounts.remove: true
                iConomy.accounts.give: true
                iConomy.accounts.take: true
                iConomy.accounts.set: true
                iConomy.accounts.status: true
                iConomy.accounts.status.set: true
                iConomy.accounts.purge: true
                iConomy.accounts.empty: true
        iConomy.accounts.*:
            description: Gives access only to higher level commands
            children:
                iConomy.accounts.create: true
                iConomy.accounts.remove: true
                iConomy.accounts.give: true
                iConomy.accounts.take: true
                iConomy.accounts.set: true
                iConomy.accounts.status: true
                iConomy.accounts.status.set: true
                iConomy.accounts.purge: true
                iConomy.accounts.empty: true
        iConomy.plus:
            description: Gives access to user plus only commands
            children:
                iConomy.help: true
                iConomy.holdings: true
                iConomy.holdings.others: true
                iConomy.payment: true
        iConomy.user:
            description: Gives access to user only commands
            children:
                iConomy.help: true
                iConomy.holdings: true
                iConomy.payment: true
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'iConomy.user'
        Moderator:
            default: false
            info:
                prefix: '&d'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'iConomy.plus'
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users:
        FaceFoiled:
            group: Admins
            permissions:
    
     
  16. Offline

    madlars

    I tried running those, but they seem to create a lot of errors, Later i tried using yeti's permissions, (cause i already had experience with that) but it dident work with iconomy 6, the real problem however is that i get this message:
    "Bukkit sad. Bukkit want you to access command, but Bukkit cannot let you. Bukkit will leak tears :'("
    I tried using the bukkit permission file coming with the bukkit build, but I could not find any tutorials on how to code them.
    If you can help me with that i'd be really apreciative :)
    CHEERS! Lars.
     
  17. Offline

    tyzoid

    @FaceFoiled
    use PermissionsEx

    @madlars
    use PermissionsEx
    Just paste your error log and permissions files on pastebin.
     
  18. Why bukkkit 1185 is taking soooo MUCH cpu usage ??? 20-30 online players, 8ghz, 4gb ram and cpu usage always 100%
     
  19. Offline

    Guess?Who

    Hello,i have a little problem with my server
    Broadcast dont work,broadcast from plugins dont work,when i start the server it's work's fine,but after a while it's stop working,in console i get the messages but in game not,i use #1185.
    My plugins:
    Code:
    Autosave
    Bananaportal
    dynmap
    easyban
    essentials
    essentialschat
    essentialsspawn
    gravelclay
    izone
    lwc
    noexplode
    obujustshutthehellup
    permissions 3x
    rakamak
    rawcriticsoreobsfucationplugin
    safefire
    tips
    This is an example what i get in console from tips,autosave and /broadcast:
    Code:
    [GB]§D:Casele fara protectie vor fi sterse odata la 4 zile.
    World Auto-Saving
    [Broadcast] sadsa
    
     
  20. Offline

    tyzoid

    @Guess?Who
    What does it say in-game?

    @darker9999
    There are some performance issues with the latest RB.
     
  21. Offline

    Guess?Who

    Nothing.
     
  22. Offline

    tyzoid

    @Guess?Who
    Does the problem still occur using #1187?
     
  23. Offline

    Guess?Who

    I can't update right now,i let u know .
     
  24. Offline

    FaceFoiled

    Thanks for the reply.

    So I use "PEX" permissionEx now, and still have the same problem. I set it up, made sure the coding was correct by adding groups/users to the group (myself) through the console. but whenever I do /help or /money, it says that I do not have the permissions to do so.

    This is what my pex permissions.yml looks like now:

    Code:
    groups:
        default:
            default: true
            permissions:
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.payment: true
            options:
                rank: '1000'
        builder:
            inheritance: default
            default: false
            permissions:
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.payment: true
            prefix: '&b[&bBuilder&b]&f'
            suffix: '&f'
            options:
                rank: '800'
        moderator:
            inheritance: builder
            default: true
            permissions:
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.payment: true
            prefix: '&b[&bMod&b]&f'
            suffix: '&f'
            options:
                rank: '400'
        admin:
            inheritance: moderator
            default: true
            permissions:
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.holdings.others: true
            - iConomy.payment: true
            - iConomy.accounts.create: true
            - iConomy.accounts.remove: true
            - iConomy.accounts.give: true
            - iConomy.accounts.take: true
            - iConomy.accounts.set: true
            - iConomy.accounts.status: true
            - iConomy.accounts.status.set: true
            - iConomy.accounts.purge: true
            - iConomy.accounts.empty: true
            prefix: '&b[&bAdmin&b]&f'
            suffix: '&f'
        Admins:
            options:
                rank: '0'
    users:
        FaceFoiled:
            group:
            - admin
    
     
  25. Maybe i can use lower version ? Which doesnt have these issues ?
     
  26. Offline

    tyzoid

    @FaceFoiled
    Your YAML looks fine...
    Is iConomy updated?

    Are there any errors in the console?

    @darker9999
    Try #1187
    Does that help?

    Also, remove all plugins and see if the problem still occurs.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  27. I even tried #1188 & #1187 but no changes.
    I'll try to remove plugins this night and will tell u.
     
  28. Offline

    FaceFoiled

    Yeah it is, running v6.0. I can't access any of the bukkit commands though, it looks like the user/groups permissions are not taken into effect. I don't have the "colored/tagged" name either.

    I did just notice this:

    [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-23 13:46:30

    In the raw server logs. Could it be that the server ignores the PEX permissions for some reason?
     
  29. Offline

    tyzoid

    @FaceFoiled
    No. That isn't related to your problem.

    Are there any errors in your console when you try to /money?
     
  30. Offline

    Retricide

    @FaceFoiled
    Remove the ": true" attatched to each permission node. You shouldn't have that in PEX, only in SuperPerms.
    Repaste after you've made those change.
    EDIT:
    Only remove that suffix on the permission nodes. Leave it on the other strings, like "default: true" or "default: false"
     
Thread Status:
Not open for further replies.

Share This Page