Advertisement
Guest User

bevkon-res

a guest
Aug 1st, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 23.83 KB | None | 0 0
  1. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  2. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  3. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  4. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  5. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  6. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  7. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  8. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  9. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  10. #NE PAS TOUCHER CE FICHIER - IDENTITY VOUS TUERA
  11. #These are Global Settings for Residence.
  12. Global:
  13.    # This loads the <language>.yml file in the Residence Language folder
  14.     # All Residence text comes from this file. (NOT DONE YET)
  15.     Language: English
  16.     # Wooden Axe is the default selection tool for Residence.
  17.     # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
  18.     SelectionToolId: 270
  19.     # This determins which tool you can use to see info on residences, default is String.
  20.     # Simply equip this tool and hit a location inside the residence and it will display the info for it.
  21.     InfoToolId: 287
  22.     # The interval, in milliseconds, between movement checks.
  23.     # Reducing this will increase the load on the server.
  24.     # Increasing this will allow players to move further in movement restricted zones before they are teleported out.
  25.     MoveCheckInterval: 500
  26.     # The interval, in minutes, between residence saves.
  27.     SaveInterval: 10
  28.     # The default group to use if Permissions fails to attach or your not using Permissions.
  29.     DefaultGroup: Croyant
  30.     # Enable / Disable the Lease System.
  31.     UseLeaseSystem: false
  32.     # The interval, in minutes, between residence lease checks (if leases are enabled).
  33.     LeaseCheckInterval: 10
  34.     # Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
  35.     LeaseAutoRenew: true
  36.     # Whether or not to use the Permissions system in conjunction with this config.
  37.     EnablePermissions: true
  38.     # Enable / Disable Residence's Economy System.
  39.     EnableEconomy: true
  40.     # The economy system to use (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
  41.     EconomySystem: iConomy
  42.     # Enables or disables the Rent System
  43.     EnableRentSystem: false
  44.     # The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
  45.     RentCheckInterval: 10
  46.     # Enable or disable residence chat channels.
  47.     ResidenceChatEnable: true
  48.     # Color of residence chat.
  49.     ResidenceChatColor: DARK_PURPLE
  50.     # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
  51.     AdminOnlyCommands: false
  52.     # Setting this to true makes server OPs admins.
  53.     AdminOPs: true
  54.     # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
  55.     # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
  56.     MultiWorldPlugin: MultiVerse
  57.     # Setting this to true causes subzones to inherit flags from their parent zones.
  58.     ResidenceFlagsInherit: true
  59.     # Setting this to false will allow rented residences to be modified by the renting player.
  60.     PreventRentModify: true
  61.     # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
  62.     StopOnSaveFault: true
  63.     # These are world flags that are applied when the player is NOT within a residence.
  64.     Flags:
  65.         Global: #these are default for all worlds unless specified below, they can be overridden per group
  66.             use: true
  67.             build: false
  68.             ignite: false
  69.             firespread: false
  70.             damage: false
  71.             creeper: false
  72.             tnt: false
  73.             pvp: false
  74.         WorldNameHere: #here you can set flags for individual worlds, these override Global
  75.             #build: true
  76.     # This gives permission to change certain flags to all groups, unless specifically denied to the group.
  77.     FlagPermission:
  78.         move: false
  79.         build: false
  80.         place: false
  81.         destroy: false
  82.         use: false
  83.         container: false
  84.         pvp: false
  85.         tp: true
  86.         ignite: false
  87.         firespread: false
  88.         bucket: false
  89.         flow: false
  90.         lavaflow: false
  91.         waterflow: false
  92.         creeper: false
  93.         tnt: false
  94.         monsters: false
  95.         animals: false
  96.         subzone: false
  97.         healing: false
  98.     # These are default flags applied to all residences from any user group.
  99.     ResidenceDefault:
  100.         move: true
  101.         build: false
  102.         use: false
  103.         container: false
  104.         pvp: false
  105.         tnt: false
  106.         creeper: false
  107.         flow: false
  108.         piston: false
  109.         ignite: false
  110.         firespread: false
  111.     # These are default flags applied to the residence creator of any group.
  112.     CreatorDefault:
  113.         build: false
  114.         move: true
  115.         use: true
  116.         ignite: false
  117.         container: false
  118.      # These are default group flags applied to a residence made by a user of any group.
  119.     GroupDefault:
  120.        #default: #group name
  121.             #build: true
  122.    
  123. # These groups correspond to the Permissions groups defined in your '<worldname>.yml'
  124. Groups:
  125.     Croyant: #group name
  126.        Residence:
  127.            CanCreate: true
  128.            MaxResidences: 2
  129.            MaxAreasPerResidence: 2
  130.            MaxEastWest: 15
  131.            MaxNorthSouth: 15
  132.            MaxUpDown: 30
  133.            MinHeight: 0
  134.            MaxHeight: 127
  135.            SubzoneDepth: 1
  136.            CanTeleport: false
  137.            Unstuck: true
  138.            SelectCommandAccess: true
  139.            ItemListAccess: true
  140.        Messaging:
  141.            CanChange: true
  142.            DefaultEnter: Bienvenue %player dans %residence.
  143.            DefaultLeave: Vous quittez %residence.
  144.        Lease:
  145.           MaxDays: 16
  146.           RenewIncrement: 14
  147.        Rent:
  148.            MaxRents: 3
  149.            MaxRentables: 3
  150.        Economy:
  151.           CanBuy: true
  152.           CanSell: false
  153.           IgnoreLimits: false
  154.           BuyCost: 1.00
  155.           RenewCost: 0.50
  156.        Flags:
  157.          # Specifically allow or deny this group from changing certain flags.
  158.           Permission:
  159.               #build: true
  160.                build: true
  161.                container: true
  162.                ignite: true
  163.                bucket: true
  164.                subzone: true
  165.           # Specifys the flags that are applied at residence creation for players of this group.
  166.           Default:
  167.              #build: true
  168.               use: true
  169.           # Specifys the flags that are applied at to the creator at residence creation.
  170.           CreatorDefault:
  171.              #build: true
  172.               build: true
  173.               container: true
  174.           # Specifys the flags that are applied to other groups for this residence, at creation.
  175.           GroupDefault:
  176.               #default: #group name
  177.                    #build: false
  178.           #these flags are applied specifically to this group whenever they are outside a residence
  179.           #these flags will override the flags at the top, under the Global section.
  180.           World:
  181.                 Global: #these flags will apply to all worlds
  182.                      #build: false
  183.                 WorldNameHere: #or you can apply them by each individual world
  184.                      #build: false
  185.  
  186.     Pratiquant: #group name
  187.        Residence:
  188.            CanCreate: true
  189.            MaxResidences: 3
  190.            MaxAreasPerResidence: 2
  191.            MaxEastWest: 20
  192.            MaxNorthSouth: 20
  193.            MaxUpDown: 40
  194.            MinHeight: 0
  195.            MaxHeight: 127
  196.            SubzoneDepth: 1
  197.            CanTeleport: false
  198.            Unstuck: true
  199.            SelectCommandAccess: true
  200.            ItemListAccess: true
  201.        Messaging:
  202.            CanChange: true
  203.            DefaultEnter: Bienvenue %player dans %residence.
  204.            DefaultLeave: Vous quittez %residence.
  205.        Lease:
  206.           MaxDays: 16
  207.           RenewIncrement: 14
  208.        Rent:
  209.            MaxRents: 3
  210.            MaxRentables: 3
  211.        Economy:
  212.           CanBuy: true
  213.           CanSell: false
  214.           IgnoreLimits: false
  215.           BuyCost: 1.00
  216.           RenewCost: 0.50
  217.        Flags:
  218.          # Specifically allow or deny this group from changing certain flags.
  219.           Permission:
  220.               #build: true
  221.                build: true
  222.                container: true
  223.                ignite: true
  224.                bucket: true
  225.                subzone: true
  226.           # Specifys the flags that are applied at residence creation for players of this group.
  227.           Default:
  228.              #build: true
  229.               use: true
  230.               piston: true
  231.           # Specifys the flags that are applied at to the creator at residence creation.
  232.           CreatorDefault:
  233.              #build: true
  234.               build: true
  235.               container: true
  236.           # Specifys the flags that are applied to other groups for this residence, at creation.
  237.           GroupDefault:
  238.               #default: #group name
  239.                    #build: false
  240.           #these flags are applied specifically to this group whenever they are outside a residence
  241.           #these flags will override the flags at the top, under the Global section.
  242.           World:
  243.                 Global: #these flags will apply to all worlds
  244.                      #build: false
  245.                 WorldNameHere: #or you can apply them by each individual world
  246.                      #build: false
  247.  
  248.     Pretre: #group name
  249.        Residence:
  250.            CanCreate: true
  251.            MaxResidences: 4
  252.            MaxAreasPerResidence: 3
  253.            MaxEastWest: 30
  254.            MaxNorthSouth: 30
  255.            MaxUpDown: 40
  256.            MinHeight: 0
  257.            MaxHeight: 127
  258.            SubzoneDepth: 1
  259.            CanTeleport: true
  260.            Unstuck: true
  261.            SelectCommandAccess: true
  262.            ItemListAccess: true
  263.        Messaging:
  264.            CanChange: true
  265.            DefaultEnter: Bienvenue %player dans %residence.
  266.            DefaultLeave: Vous quittez %residence.
  267.        Lease:
  268.           MaxDays: 16
  269.           RenewIncrement: 14
  270.        Rent:
  271.            MaxRents: 3
  272.            MaxRentables: 3
  273.        Economy:
  274.           CanBuy: true
  275.           CanSell: false
  276.           IgnoreLimits: false
  277.           BuyCost: 1.00
  278.           RenewCost: 0.50
  279.        Flags:
  280.          # Specifically allow or deny this group from changing certain flags.
  281.           Permission:
  282.               #build: true
  283.                build: true
  284.                container: true
  285.                ignite: true
  286.                bucket: true
  287.                subzone: true
  288.           # Specifys the flags that are applied at residence creation for players of this group.
  289.           Default:
  290.              #build: true
  291.               use: true
  292.               piston: true
  293.           # Specifys the flags that are applied at to the creator at residence creation.
  294.           CreatorDefault:
  295.              #build: true
  296.               build: true
  297.               container: true
  298.               ignite: true
  299.               tp: true
  300.           # Specifys the flags that are applied to other groups for this residence, at creation.
  301.           GroupDefault:
  302.               #default: #group name
  303.                    #build: false
  304.           #these flags are applied specifically to this group whenever they are outside a residence
  305.           #these flags will override the flags at the top, under the Global section.
  306.           World:
  307.                 Global: #these flags will apply to all worlds
  308.                      #build: false
  309.                 WorldNameHere: #or you can apply them by each individual world
  310.                      #build: false
  311.  
  312.     Erudit: #group name
  313.        Residence:
  314.            CanCreate: true
  315.            MaxResidences: 8
  316.            MaxAreasPerResidence: 4
  317.            MaxEastWest: 50
  318.            MaxNorthSouth: 50
  319.            MaxUpDown: 70
  320.            MinHeight: 0
  321.            MaxHeight: 127
  322.            SubzoneDepth: 2
  323.            CanTeleport: true
  324.            Unstuck: true
  325.            SelectCommandAccess: true
  326.            ItemListAccess: true
  327.        Messaging:
  328.            CanChange: true
  329.            DefaultEnter: Bienvenue %player dans %residence.
  330.            DefaultLeave: Vous quittez %residence.
  331.        Lease:
  332.           MaxDays: 16
  333.           RenewIncrement: 14
  334.        Rent:
  335.            MaxRents: 3
  336.            MaxRentables: 3
  337.        Economy:
  338.           CanBuy: true
  339.           CanSell: false
  340.           IgnoreLimits: false
  341.           BuyCost: 1.00
  342.           RenewCost: 0.50
  343.        Flags:
  344.          # Specifically allow or deny this group from changing certain flags.
  345.           Permission:
  346.               #build: true
  347.                build: true
  348.                container: true
  349.                ignite: true
  350.                bucket: true
  351.                waterflow: true
  352.                subzone: true
  353.           # Specifys the flags that are applied at residence creation for players of this group.
  354.           Default:
  355.              #build: true
  356.               use: true
  357.               piston: true
  358.           # Specifys the flags that are applied at to the creator at residence creation.
  359.           CreatorDefault:
  360.              #build: true
  361.               build: true
  362.               container: true
  363.               ignite: true
  364.           # Specifys the flags that are applied to other groups for this residence, at creation.
  365.           GroupDefault:
  366.               #default: #group name
  367.                    #build: false
  368.           #these flags are applied specifically to this group whenever they are outside a residence
  369.           #these flags will override the flags at the top, under the Global section.
  370.           World:
  371.                 Global: #these flags will apply to all worlds
  372.                      #build: false
  373.                 WorldNameHere: #or you can apply them by each individual world
  374.                      #build: false
  375.                      
  376.     Apotre: #group name
  377.        Residence:
  378.            CanCreate: true
  379.            MaxResidences: 20
  380.            MaxAreasPerResidence: 6
  381.            MaxEastWest: 150
  382.            MaxNorthSouth: 150
  383.            MaxUpDown: 128
  384.            MinHeight: 0
  385.            MaxHeight: 127
  386.            SubzoneDepth: 4
  387.            CanTeleport: true
  388.            Unstuck: true
  389.            SelectCommandAccess: true
  390.            ItemListAccess: true
  391.        Messaging:
  392.            CanChange: true
  393.            DefaultEnter: Bienvenue %player dans %residence.
  394.            DefaultLeave: Vous quittez %residence.
  395.        Lease:
  396.           MaxDays: 16
  397.           RenewIncrement: 14
  398.        Rent:
  399.            MaxRents: 3
  400.            MaxRentables: 3
  401.        Economy:
  402.           CanBuy: true
  403.           CanSell: false
  404.           IgnoreLimits: false
  405.           BuyCost: 1.00
  406.           RenewCost: 0.50
  407.        Flags:
  408.          # Specifically allow or deny this group from changing certain flags.
  409.           Permission:
  410.               #build: true
  411.                move: true
  412.                build: true
  413.                place: true
  414.                destroy: true
  415.                use: true
  416.                container: true
  417.                pvp: true
  418.                tp: true
  419.                ignite: true
  420.                firespread: true
  421.                bucket: true
  422.                flow: true
  423.                lavaflow: true
  424.                waterflow: true
  425.                creeper: true
  426.                tnt: true
  427.                monsters: true
  428.                animals: true
  429.                subzone: true
  430.                healing: true
  431.           # Specifys the flags that are applied at residence creation for players of this group.
  432.           Default:
  433.              #build: true
  434.               use: true
  435.               piston: true
  436.               move: true
  437.               build: true
  438.               container: false
  439.               pvp: true
  440.               tnt: false
  441.               creeper: false
  442.               flow: true
  443.               ignite: true
  444.               firespread: false
  445.           # Specifys the flags that are applied at to the creator at residence creation.
  446.           CreatorDefault:
  447.              #build: true
  448.               build: true
  449.               container: true
  450.               ignite: true
  451.           # Specifys the flags that are applied to other groups for this residence, at creation.
  452.           GroupDefault:
  453.               #default: #group name
  454.                    #build: false
  455.           #these flags are applied specifically to this group whenever they are outside a residence
  456.           #these flags will override the flags at the top, under the Global section.
  457.           World:
  458.                 Global: #these flags will apply to all worlds
  459.                      #build: false
  460.                 WorldNameHere: #or you can apply them by each individual world
  461.                      #build: false
  462.  
  463.     Saint: #group name
  464.        Residence:
  465.            CanCreate: true
  466.            MaxResidences: 50
  467.            MaxAreasPerResidence: 20
  468.            MaxEastWest: 1000000000
  469.            MaxNorthSouth: 1000000000
  470.            MaxUpDown: 128
  471.            MinHeight: 0
  472.            MaxHeight: 127
  473.            SubzoneDepth: 10
  474.            CanTeleport: true
  475.            Unstuck: true
  476.            SelectCommandAccess: true
  477.            ItemListAccess: true
  478.        Messaging:
  479.            CanChange: true
  480.            DefaultEnter: Bienvenue %player dans %residence.
  481.            DefaultLeave: Vous quittez %residence.
  482.        Lease:
  483.           MaxDays: 16
  484.           RenewIncrement: 14
  485.        Rent:
  486.            MaxRents: 3
  487.            MaxRentables: 3
  488.        Economy:
  489.           CanBuy: true
  490.           CanSell: false
  491.           IgnoreLimits: false
  492.           BuyCost: 1.00
  493.           RenewCost: 0.50
  494.        Flags:
  495.          # Specifically allow or deny this group from changing certain flags.
  496.           Permission:
  497.               #build: true
  498.                move: true
  499.                build: true
  500.                place: true
  501.                destroy: true
  502.                use: true
  503.                container: true
  504.                pvp: true
  505.                tp: true
  506.                ignite: true
  507.                firespread: true
  508.                bucket: true
  509.                flow: true
  510.                lavaflow: true
  511.                waterflow: true
  512.                creeper: true
  513.                tnt: true
  514.                monsters: true
  515.                animals: true
  516.                subzone: true
  517.                healing: true
  518.           # Specifys the flags that are applied at residence creation for players of this group.
  519.           Default:
  520.              #build: true
  521.               use: true
  522.               piston: true
  523.               move: true
  524.               build: true
  525.               container: true
  526.               pvp: true
  527.               tnt: true
  528.               flow: true
  529.               ignite: true
  530.               firespread: true
  531.           # Specifys the flags that are applied at to the creator at residence creation.
  532.           CreatorDefault:
  533.              #build: true
  534.               build: true
  535.               container: true
  536.               ignite: true
  537.           # Specifys the flags that are applied to other groups for this residence, at creation.
  538.           GroupDefault:
  539.               #default: #group name
  540.                    #build: false
  541.           #these flags are applied specifically to this group whenever they are outside a residence
  542.           #these flags will override the flags at the top, under the Global section.
  543.           World:
  544.                 Global: #these flags will apply to all worlds
  545.                      #build: false
  546.                 WorldNameHere: #or you can apply them by each individual world
  547.                      #build: false
  548.                      
  549.     Dieu: #group name
  550.        Residence:
  551.            CanCreate: true
  552.            MaxResidences: 100
  553.            MaxAreasPerResidence: 50
  554.            MaxEastWest: 1000000000
  555.            MaxNorthSouth: 1000000000
  556.            MaxUpDown: 130
  557.            MinHeight: 0
  558.            MaxHeight: 130
  559.            SubzoneDepth: 10
  560.            CanTeleport: true
  561.            Unstuck: true
  562.            SelectCommandAccess: true
  563.            ItemListAccess: true
  564.        Messaging:
  565.            CanChange: true
  566.            DefaultEnter: Bienvenue %player dans %residence.
  567.            DefaultLeave: Vous quittez %residence.
  568.        Lease:
  569.           MaxDays: 16
  570.           RenewIncrement: 14
  571.        Rent:
  572.            MaxRents: 3
  573.            MaxRentables: 3
  574.        Economy:
  575.           CanBuy: true
  576.           CanSell: false
  577.           IgnoreLimits: false
  578.           BuyCost: 1.00
  579.           RenewCost: 0.50
  580.        Flags:
  581.          # Specifically allow or deny this group from changing certain flags.
  582.           Permission:
  583.               #build: true
  584.                move: true
  585.                build: true
  586.                place: true
  587.                destroy: true
  588.                use: true
  589.                container: true
  590.                pvp: true
  591.                tp: true
  592.                ignite: true
  593.                firespread: true
  594.                bucket: true
  595.                flow: true
  596.                lavaflow: true
  597.                waterflow: true
  598.                creeper: true
  599.                tnt: true
  600.                monsters: true
  601.                animals: true
  602.                subzone: true
  603.                healing: true
  604.           # Specifys the flags that are applied at residence creation for players of this group.
  605.           Default:
  606.              #build: true
  607.               use: true
  608.               piston: true
  609.               move: true
  610.               build: true
  611.               container: true
  612.               pvp: true
  613.               tnt: true
  614.               flow: true
  615.               ignite: true
  616.               firespread: true
  617.           # Specifys the flags that are applied at to the creator at residence creation.
  618.           CreatorDefault:
  619.              #build: true
  620.               build: true
  621.               container: true
  622.               ignite: true
  623.           # Specifys the flags that are applied to other groups for this residence, at creation.
  624.           GroupDefault:
  625.               #default: #group name
  626.                    #build: false
  627.           #these flags are applied specifically to this group whenever they are outside a residence
  628.           #these flags will override the flags at the top, under the Global section.
  629.           World:
  630.                 Global: #these flags will apply to all worlds
  631.                      #build: false
  632.                 WorldNameHere: #or you can apply them by each individual world
  633.                      #build: false
  634.  
  635. # You can manually specify the group a player is in below, this overrides their permissions group.
  636. GroupAssigments:
  637.      TheDickCutter: Dieu
  638.      LeBenji77: Dieu
  639.      Identity62: Dieu
  640.  
  641. ItemList: #this is where you can create blacklists / whitelists
  642.      DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
  643.         #type of the list, can be blacklist, whitelist, or ignorelist
  644.         Type: blacklist
  645.         #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
  646.         #World: world
  647.         #You can also have the list apply only to one group, otherwise it applys for all groups
  648.         #Group: default
  649.         #this is the actual list of material names that this list allows or dissallows
  650.         #You can look up the material name by item ID in game by typing /res material <id>
  651.         #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
  652.         Items:
  653.            - 'BEDROCK'
  654.            - 'LAVA'
  655.            - 'WATER'
  656.            - 'STATIONARY_LAVA'
  657.            - 'STATIONARY_WATER'
  658.            - 'MOB_SPAWNER'
  659. # Used to determine which major revision of Residence this config is from, dont change this.
  660. ResidenceVersion: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement