• 0

    posted a message on Permissions Guide
    Quote from TD00110

    (Useful when you want your Admins to have '*' permissions



    I was curious are there any differences between these two nodes?

    - '''*'''
    -VS-
    - '*'


    Or is it just a personal preference on which one you want / like to use?
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Quote from Extreme_Heat

    Why do you use PermissionsBukkit then? Remove it.


    I don't use PermissionsBukkit as I had already stated. PermissionsEx overrides PermissionsBukkit so that file is doing nothing because it's not in use. I guess I could save 1 or 2 KB's by deleting it :lol: I only included it because I was not sure if someone here would have actually wanted to look at it or not. Don't matter much anymore anyway, I'm way beyond this issue now.
    Posted in: Server Support and Administration
  • 1

    posted a message on Permissions Guide
    Quote from TD00110

    Question one:
    '*' is the ultimate permission node. If you give this node to a person/group, that person/group will have ALL permissions.
    Question 2:
    - - means negation, meaning that it will remove the node.
    - means adding the node.
    (Useful when you want your Admins to have '*' permissions, but want to negate some( such as stopping the server),


    @TD00110 - Kind of like LORD OF THE RINGS huh? One to control them all! ;)

    Ok thanks it makes a lot more sense to me now. Any chance you or someone here - cough - cough could provide a real quick and dirty example. Just so I could see the proper way of actually using this code. PLEASE!
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Well I been hammering away at my permissions config file and it's coming together nicely. I must admit I was a little disappointed I hadn't received a lot more help here but I was able to figure it out all on my own, basically just by looking at other examples. I guess it's a good thing though because I realized, if you want something done you shouldn't and can't rely on someone else to do it for you, even with incentives. :GoldBar:

    With that said, I have two minor question I'm not crystal clear about and was hoping to get some clarity.


    QUESTION 01:
    Could someone please explain what this code does?
    When, why and how would you use these?

    - '''*'''
    - '*'

    QUESTION 02:
    As an example below, what would the difference be between these?
    When and why would you use the double dash in this way?

    - -essentials.setspawn
    - essentials.setspawn

    Perhaps even show a basic example of this code in action would be awesome!!! B)


    THANK YOU IN ADVANCE TO WHO EVER TAKES THE TIME TO EXPLAIN THIS.
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Quote from DungeonRuler

    My friend and I recently bought a server and now are setting plugins up. It took me a while to get used to PermissionsEx but I did. All my syntax is correct. But I realized Member's could not pickup, break, place, etc. blocks. I put in the modifyworld.items.pickup thinking that would cover all blocks but it didn't. It worked when I put in modifyworld.items.pickup.sign they were able to pickup a sign. But I don't want to have to enter every single block. Is there anyway around entering all the blocks.


    Hey DragonRuler this is the next issues I have to tackle myself. Could you please post your PermissionsEx Permission.yml so I could sneak a peek at it. I learn best from example so it would really be a great help too me and if you want help here, others are probably going to want to see it any way. :D
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Quote from Extreme_Heat

    Get ModifyWorld plugin, if you don't already have it.

    Then give your permissions.yml file to us.


    Yep I already had ModifyWorld plugin installed...

    Here is the config.yml for ModifyWorld

    enable: false
    itemRestrictions: false
    informPlayers: false
    whitelist: false
    messages: {}

    Here is the default permissions.yml

    # Hello. If you're here, you're probably in the wrong place.
    # You probably want the file 'plugins/PermissionsBukkit/config.yml'
    # Permissions 3.0+ and GroupManager are out-of-date, and hardly work.
    # Try using PermissionsBukkit or Privileges instead.
    server.op:
    default: op
    children:
    example.node.first: true
    example.node.second: true
    example.node.third: false

    I use PermissionsEx - the permissions.yml for that is in my previous post.
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Ok I made some progress but the members group is still able to place lava?

    Can you please take a look at my Config file and see if you can find any issues that may be causing this?

    groups:
    default:
    default: true
    options:
    rank: '1000'
    permissions:
    - modifyworld.chat
    - modifyworld.blocks.(destroy|place).(1-4|12)
    Member:
    prefix: '&0(&8M&7ember&0)&7 '
    permissions:
    - modifyworld.*
    options:
    rank: '900'
    VIP:
    prefix: '&0(&eVIP&0)&7 '
    inheritance:
    - Member
    permissions:
    - -modifyworld.mobtarget.monster.creeper
    - safecreeper.bypass.LavaControl.CanPlaceLava
    options:
    rank: '800'
    Moderator:
    prefix: '&0(&1Moderator&0)&7 '
    inheritance:
    - VIP
    permissions:
    - -modifyworld.mobtarget.*
    - broadcast.admin
    options:
    rank: '100'
    Admins:
    prefix: '&0(&4Admins&0)&7 '
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    - permissions.*
    options:
    rank: '1'
    users:
    AnotherPlayer:
    group:
    - default
    Posted in: Server Support and Administration
  • 0

    posted a message on Permissions Guide
    Hey everyone really glad I found this forum I look forward to actually getting some real real help!

    I have got safecreeper installed and use permissionex I'm using the basic standard groups default, member, vip, moderator and admins. I want it so the vip groups and up can bypass some of the safecreeper restrictions for example only vip and up can place lava were moderator and up have no restrictions. Im confused and struggling on how accomplish this. Could someone please walk me through this process I would prefer an example I can look at over just being told how to do it, but any help at all will be greatly appreciated.

    If you need me to provide anything else please let me know and I will add it ASAP. I will be spicing up my profile while awaiting a response.

    My Server Stats:

    Running:
    Minecraft 1.4.7 Bukkit ( 1.4.7-R1.0, #2624 ) - Waiting for Bukkit update before going to 1.5.

    Installed Plugins:
    Im sure some of these plugins are unnecessary and are probably doing the same thing. I hope once I get my server configured properly I will be able to eliminate a lot of these because they will no longer be necessary.

    ACCEPTRULES (V1.4)
    ADMINHELPER (1.3.3)
    AUTORUN COMMANDS (3.2)
    BLOCKLOG (3.0)
    BROADCAST (1.0)
    BUYCRAFT (5.2)
    CHESTSHOP (V3.46)
    ESSENTIALPADS (V1.4)
    ESSENTIALS (2.10.1.4)
    ESSENTIALS SPAWN (2.10.1.4)
    GRIEF PREVENTION (7.0)
    GRIEFLOG (V4.6.7)
    GRIEFLOGGER (0.4)
    LWC (V4.3.1)
    LOGINMESSAGE (0.8.2)
    MULTIVERSE-CORE (2.5)
    PERMISSIONSEX (V1.19.5)
    PLAYERINFO (2.0)
    SQLITE (V3.7.2-1)
    SAFE CREEPER (1.3.6.8)
    SIMPLESIGNEDIT (1.5)
    SPECTATE (V1.9.1)
    VAULT (1.2.24)
    WATCHBLOCK (V2.30)
    WORLDEDIT (V5.5.2, #1349)


    THANKS
    Posted in: Server Support and Administration
  • To post a comment, please .