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

    M1sT3rM4n

    If it's anything visual it's either Spout or you installed a texture pack that broke.
     
    Cirno likes this.
  2. Offline

    Mapatti

    Im using same graphic pack as he does and it is alright for me.
     
  3. Offline

    Boman5

    I will reinstall the game... hopefully it will work.
     
  4. Offline

    M1sT3rM4n

    You know how to do it correct?
     
    Cirno likes this.
  5. Offline

    ineed4pounds

    Sorry to ask more questions XD but how exactly did you mean? ive set up PermissionEx and the worldguard only recognises the worldguard groups, and modify world doesnt support area protection, just world protection? :S
     
  6. Offline

    M1sT3rM4n

    PermissionEx, like all of the other new permission plugins, do not have super inherited permissions. But you will have to set permissions for individual worlds, as per defined in the config.yaml.
     
    Cirno likes this.
  7. Offline

    ineed4pounds

    yes, but isnt there a way to set build permissions for different areas? say spawn is buildable for guests but not elsewhere?
     
  8. Offline

    M1sT3rM4n

    You can use WorldGuard to define regions where only certain groups can get access.
     
    Cirno likes this.
  9. Offline

    ineed4pounds

    thats my problem, i cant set it to use the permission groups it will only use the worldguard groups
     
  10. Offline

    M1sT3rM4n

    Really? You should be able to define regions so they're only accessible through specific users or groups. Show me your configuration inside the Code quote.
     
    Cirno likes this.
  11. Offline

    ineed4pounds

    what configuration? Also what command would i use? i think that might be the problem.
     
  12. Offline

    M1sT3rM4n

    You need to use the /region command.
     
    Cirno likes this.
  13. Offline

    ineed4pounds

    I type /region flag spawn exit-group guest and it returns none allow/deny: guest and when i add deny before the guest i get the same.
     
  14. Offline

    mineykong

    hi my i seem to have a problem with permissions it says you do not have acsess to that command or you do not have permission for that command for most of my commands here are my permissions http://pastebin.com/HtZkSYRP
    thanks
     
  15. Offline

    Mapatti

    I can't see any commands given to Host group if you want to give all permissions available use - '*'.
     
  16. Offline

    ineed4pounds

    I think there needs to be another 4 spaces before all of them, look at the admin one at the bottom, do it like that.
     
  17. Offline

    mineykong

    will that ,atter it didnt say anything when i put it into yml parser?
     
  18. Offline

    ineed4pounds

    Idk, i just saw it was different,might explain why they werent being picked up... :S i dont know though.
     
  19. Offline

    tyzoid

    @mineykong
    You are not giving yourself permission.
    Code:
        Host:
            permissions:
            worlds:
                world:
                 permissions.*:true
            inheritance:
    
    You need to give yourself all permissions on the server.
    permissionsBukkit does not support a global wildcard. Try inheriting from Admin+++
     
  20. Offline

    Boman5

    I guess I have to remove all the files in appdata... and that's it? :p
     
  21. Offline

    tyzoid

    @Boman5
    NO!!!
    You want to delete the files out of .minecraft, not the entire appdata.
     
  22. Offline

    Boman5


    haha ofc I meant the .minecraft folder.

    However for some reason it didn't do any diffrence at all, I now got the updated version of that texture pack, reinstalled minecraft but still the brick blocks are wierd. The wierd thing is that it happend after I installed the plugin on the server... shouldn't even have anything to do with it.


    Here's some screenshots.
    [​IMG]
    http://imageshack.us/photo/my-images/684/20110829221115.png/

    [​IMG]
    http://imageshack.us/photo/my-images/220/20110829221108.png/
     
  23. Offline

    tyzoid

    @Boman5
    That means your texture pack is out of date.

    Try this:
    When you start up minecraft, click options, then force update. Login, and see if that helps.

    Also, try the default texture pack and see if it works better.
     
  24. Offline

    M1sT3rM4n

    If you deleted all of %appdata%... well that would be bad.
     
    Cirno likes this.
  25. Offline

    Retricide

  26. Offline

    tyzoid

    @Retricide
    WHAT!?!
    MY PLUGIN IS NOT ON YOUR LIST!?!
     
  27. Offline

    toxuin

    I have strange thing happening on my server: players (not ops) have "zones" where they can not destroy or place blocks.
    I have only 3 plugins installed: dynmap, AdminCmd and ruFix for cyrillic chat. I tried to disable them (by one or all together) but problem still occurs. These "zones" are constant, they presist even after restarting the server.
    Am I doing something stupidly wrong?..

    Bukkit 1060, Ubuntu Natty x64 Server, OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode).
     
  28. Offline

    mineykong

    so -'*' wont work?

    i changed my permissions and the still dont work here they are http://pastebin.com/pGg38V53

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

    M1sT3rM4n

    If you're at the spawn, it's spawn protection.
     
    Cirno likes this.
  30. Offline

    wachnlurn

    so ive started setting up my permissions for superperms and probably permissionsbukkit (still undecided) wondering your opinion on if this is an inefficient method or better in the long run. It seems pretty easy, as if i want to create a new group in PB i just copy paste the custom node, rename the node and choose true or false. I have really been scratching my head on this for a while. I just started doing the first plugin: factions, i will make custom nodes for all my groups then assign them to each group in PB, then move on to the next plugin. If a plugin updates and releases a new node ill just add it to all the groups and set true or false. What are your thoughts, am i going to have to rebuild this in the future if i do it this way? Am I making more work for myself?

    EDIT: The more i look at this the more redundant it seems : ( HELP!!
    permissions.yml (SuperPerms):
    Code:
    loc.factions.default
        children:
            factions.participate: true
            factions.create: false
            factions.viewAnyPower: false
            factions.manageSafeZone: false
            factions.manageWarZone: false
            factions.adminBypass: false
            factions.ownershipBypass: false
            factions.reload: false
            factions.saveall: false
            factions.lock: false
            factions.disband: false
            factions.config: false
            factions.commandDisable.*: false
            factions.commandDisable.none: false
    loc.factions.member
        children:
            factions.participate: true
            factions.create: true
            factions.viewAnyPower: true
            factions.manageSafeZone: false
            factions.manageWarZone: false
            factions.adminBypass: false
            factions.ownershipBypass: false
            factions.reload: false
            factions.saveall: false
            factions.lock: false
            factions.disband: false
            factions.config: false
            factions.commandDisable.*: false
            factions.commandDisable.none: false
     
Thread Status:
Not open for further replies.

Share This Page