viewing paste Unknown #17014 | YAML

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
 This section of permissions covers players who are members of a town.
towns:
    default:
        # 'default' is the permission set which is auto assigned to any normal town member
        - towny.command.resident.*
        - towny.command.plot.claim
        - towny.command.plot.unclaim
        - towny.command.plot.forsale
        - towny.command.plot.notforsale
        - towny.command.plot.toggle.*
        - towny.command.plot.set.reset
        - towny.command.town.online
        - towny.command.town.leave
        - towny.command.town.deposit
        - towny.town.spawn.town
        - towny.chat.town
    mayor:
        # Mayors get these permissions in addition to the default set.
        - towny.tax_exempt
        - towny.command.towny.top
        - towny.command.town.*
        - towny.command.plot.*
        - towny.claimed.owntown.*
        - towny.command.nation.new
 
    ranks:
        # Ranks contain additional permissions residents will be
        # granted if they are assigned that specific rank.
        comayor:
        # They don't pay town taxes
            - towny.tax_exempt
        # Allows Co-Mayor to set the board message
            - towny.command.town.set.board 
        # Allows Co-Mayor to claim any kind of plot/outpost
            - towny.command.town.claim.*
        # Allows Co-Mayor to unclaim land
            - towny.command.town.unclaim
        # Allows Co-Mayor to add someone to the town
            - towny.command.town.add
        # Allows Co-Mayor to kick someone from the town
            - towny.command.town.kick
        # Gives access to all /plot commands
            - towny.command.plot.*
        # Allows Co-Mayor to build, use, destroy, or switch things in town regardless of plot claim
            - towny.claimed.owntown.*
        # Allows Co-Mayor to set build, use, destroy, or switch permissions for the town
            - towny.command.town.set.perm
        shopkeeper:
        # Allows Shopkeepers to set a plot to a shop plot
            - towny.command.plot.set.shop
        # Allows Shopkeepers to set the price for the shop plot
            - towny.command.town.set.shopprice
        realtor:
        # Allows Realtors to Claim land and decide if it's for sale or not
            - towny.command.plot.notforsale
            - towny.command.plot.forsale
            - towny.command.plot.claim
            - towny.command.plot.perm
Viewed 631 times, submitted by Guest.