Advertisement
Guest User

bukkit-residence

a guest
Jul 30th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 23.82 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: false
  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: false
  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.           # Specifys the flags that are applied to other groups for this residence, at creation.
  300.           GroupDefault:
  301.               #default: #group name
  302.                    #build: false
  303.           #these flags are applied specifically to this group whenever they are outside a residence
  304.           #these flags will override the flags at the top, under the Global section.
  305.           World:
  306.                 Global: #these flags will apply to all worlds
  307.                      #build: false
  308.                 WorldNameHere: #or you can apply them by each individual world
  309.                      #build: false
  310.  
  311.     Erudit: #group name
  312.        Residence:
  313.            CanCreate: true
  314.            MaxResidences: 8
  315.            MaxAreasPerResidence: 4
  316.            MaxEastWest: 50
  317.            MaxNorthSouth: 50
  318.            MaxUpDown: 70
  319.            MinHeight: 0
  320.            MaxHeight: 127
  321.            SubzoneDepth: 2
  322.            CanTeleport: true
  323.            Unstuck: true
  324.            SelectCommandAccess: true
  325.            ItemListAccess: true
  326.        Messaging:
  327.            CanChange: true
  328.            DefaultEnter: Bienvenue %player dans %residence.
  329.            DefaultLeave: Vous quittez %residence.
  330.        Lease:
  331.           MaxDays: 16
  332.           RenewIncrement: 14
  333.        Rent:
  334.            MaxRents: 3
  335.            MaxRentables: 3
  336.        Economy:
  337.           CanBuy: true
  338.           CanSell: false
  339.           IgnoreLimits: false
  340.           BuyCost: 1.00
  341.           RenewCost: 0.50
  342.        Flags:
  343.          # Specifically allow or deny this group from changing certain flags.
  344.           Permission:
  345.               #build: true
  346.                build: true
  347.                container: true
  348.                ignite: true
  349.                bucket: true
  350.                waterflow: true
  351.                subzone: true
  352.           # Specifys the flags that are applied at residence creation for players of this group.
  353.           Default:
  354.              #build: true
  355.               use: true
  356.               piston: true
  357.           # Specifys the flags that are applied at to the creator at residence creation.
  358.           CreatorDefault:
  359.              #build: true
  360.               build: true
  361.               container: true
  362.               ignite: true
  363.           # Specifys the flags that are applied to other groups for this residence, at creation.
  364.           GroupDefault:
  365.               #default: #group name
  366.                    #build: false
  367.           #these flags are applied specifically to this group whenever they are outside a residence
  368.           #these flags will override the flags at the top, under the Global section.
  369.           World:
  370.                 Global: #these flags will apply to all worlds
  371.                      #build: false
  372.                 WorldNameHere: #or you can apply them by each individual world
  373.                      #build: false
  374.                      
  375.     Apotre: #group name
  376.        Residence:
  377.            CanCreate: true
  378.            MaxResidences: 20
  379.            MaxAreasPerResidence: 6
  380.            MaxEastWest: 150
  381.            MaxNorthSouth: 150
  382.            MaxUpDown: 128
  383.            MinHeight: 0
  384.            MaxHeight: 127
  385.            SubzoneDepth: 4
  386.            CanTeleport: true
  387.            Unstuck: true
  388.            SelectCommandAccess: true
  389.            ItemListAccess: true
  390.        Messaging:
  391.            CanChange: true
  392.            DefaultEnter: Bienvenue %player dans %residence.
  393.            DefaultLeave: Vous quittez %residence.
  394.        Lease:
  395.           MaxDays: 16
  396.           RenewIncrement: 14
  397.        Rent:
  398.            MaxRents: 3
  399.            MaxRentables: 3
  400.        Economy:
  401.           CanBuy: true
  402.           CanSell: false
  403.           IgnoreLimits: false
  404.           BuyCost: 1.00
  405.           RenewCost: 0.50
  406.        Flags:
  407.          # Specifically allow or deny this group from changing certain flags.
  408.           Permission:
  409.               #build: true
  410.                move: true
  411.                build: true
  412.                place: true
  413.                destroy: true
  414.                use: true
  415.                container: true
  416.                pvp: true
  417.                tp: true
  418.                ignite: true
  419.                firespread: true
  420.                bucket: true
  421.                flow: true
  422.                lavaflow: true
  423.                waterflow: true
  424.                creeper: true
  425.                tnt: true
  426.                monsters: true
  427.                animals: true
  428.                subzone: true
  429.                healing: true
  430.           # Specifys the flags that are applied at residence creation for players of this group.
  431.           Default:
  432.              #build: true
  433.               use: true
  434.               piston: true
  435.               move: true
  436.               build: true
  437.               container: false
  438.               pvp: true
  439.               tnt: false
  440.               creeper: false
  441.               flow: true
  442.               ignite: true
  443.               firespread: false
  444.           # Specifys the flags that are applied at to the creator at residence creation.
  445.           CreatorDefault:
  446.              #build: true
  447.               build: true
  448.               container: true
  449.               ignite: true
  450.           # Specifys the flags that are applied to other groups for this residence, at creation.
  451.           GroupDefault:
  452.               #default: #group name
  453.                    #build: false
  454.           #these flags are applied specifically to this group whenever they are outside a residence
  455.           #these flags will override the flags at the top, under the Global section.
  456.           World:
  457.                 Global: #these flags will apply to all worlds
  458.                      #build: false
  459.                 WorldNameHere: #or you can apply them by each individual world
  460.                      #build: false
  461.  
  462.     Saint: #group name
  463.        Residence:
  464.            CanCreate: true
  465.            MaxResidences: 50
  466.            MaxAreasPerResidence: 20
  467.            MaxEastWest: 1000000000000
  468.            MaxNorthSouth: 1000000000000
  469.            MaxUpDown: 128
  470.            MinHeight: 0
  471.            MaxHeight: 127
  472.            SubzoneDepth: 10
  473.            CanTeleport: true
  474.            Unstuck: true
  475.            SelectCommandAccess: true
  476.            ItemListAccess: true
  477.        Messaging:
  478.            CanChange: true
  479.            DefaultEnter: Bienvenue %player dans %residence.
  480.            DefaultLeave: Vous quittez %residence.
  481.        Lease:
  482.           MaxDays: 16
  483.           RenewIncrement: 14
  484.        Rent:
  485.            MaxRents: 3
  486.            MaxRentables: 3
  487.        Economy:
  488.           CanBuy: true
  489.           CanSell: false
  490.           IgnoreLimits: false
  491.           BuyCost: 1.00
  492.           RenewCost: 0.50
  493.        Flags:
  494.          # Specifically allow or deny this group from changing certain flags.
  495.           Permission:
  496.               #build: true
  497.                move: true
  498.                build: true
  499.                place: true
  500.                destroy: true
  501.                use: true
  502.                container: true
  503.                pvp: true
  504.                tp: true
  505.                ignite: true
  506.                firespread: true
  507.                bucket: true
  508.                flow: true
  509.                lavaflow: true
  510.                waterflow: true
  511.                creeper: true
  512.                tnt: true
  513.                monsters: true
  514.                animals: true
  515.                subzone: true
  516.                healing: true
  517.           # Specifys the flags that are applied at residence creation for players of this group.
  518.           Default:
  519.              #build: true
  520.               use: true
  521.               piston: true
  522.               move: true
  523.               build: true
  524.               container: true
  525.               pvp: true
  526.               tnt: true
  527.               flow: true
  528.               ignite: true
  529.               firespread: true
  530.           # Specifys the flags that are applied at to the creator at residence creation.
  531.           CreatorDefault:
  532.              #build: true
  533.               build: true
  534.               container: true
  535.               ignite: true
  536.           # Specifys the flags that are applied to other groups for this residence, at creation.
  537.           GroupDefault:
  538.               #default: #group name
  539.                    #build: false
  540.           #these flags are applied specifically to this group whenever they are outside a residence
  541.           #these flags will override the flags at the top, under the Global section.
  542.           World:
  543.                 Global: #these flags will apply to all worlds
  544.                      #build: false
  545.                 WorldNameHere: #or you can apply them by each individual world
  546.                      #build: false
  547.                      
  548.     Dieu: #group name
  549.        Residence:
  550.            CanCreate: true
  551.            MaxResidences: 100
  552.            MaxAreasPerResidence: 50
  553.            MaxEastWest: 1000000000000
  554.            MaxNorthSouth: 1000000000000
  555.            MaxUpDown: 130
  556.            MinHeight: 0
  557.            MaxHeight: 130
  558.            SubzoneDepth: 10
  559.            CanTeleport: true
  560.            Unstuck: true
  561.            SelectCommandAccess: true
  562.            ItemListAccess: true
  563.        Messaging:
  564.            CanChange: true
  565.            DefaultEnter: Bienvenue %player dans %residence.
  566.            DefaultLeave: Vous quittez %residence.
  567.        Lease:
  568.           MaxDays: 16
  569.           RenewIncrement: 14
  570.        Rent:
  571.            MaxRents: 3
  572.            MaxRentables: 3
  573.        Economy:
  574.           CanBuy: true
  575.           CanSell: false
  576.           IgnoreLimits: false
  577.           BuyCost: 1.00
  578.           RenewCost: 0.50
  579.        Flags:
  580.          # Specifically allow or deny this group from changing certain flags.
  581.           Permission:
  582.               #build: true
  583.                move: true
  584.                build: true
  585.                place: true
  586.                destroy: true
  587.                use: true
  588.                container: true
  589.                pvp: true
  590.                tp: true
  591.                ignite: true
  592.                firespread: true
  593.                bucket: true
  594.                flow: true
  595.                lavaflow: true
  596.                waterflow: true
  597.                creeper: true
  598.                tnt: true
  599.                monsters: true
  600.                animals: true
  601.                subzone: true
  602.                healing: true
  603.           # Specifys the flags that are applied at residence creation for players of this group.
  604.           Default:
  605.              #build: true
  606.               use: true
  607.               piston: true
  608.               move: true
  609.               build: true
  610.               container: true
  611.               pvp: true
  612.               tnt: true
  613.               flow: true
  614.               ignite: true
  615.               firespread: true
  616.           # Specifys the flags that are applied at to the creator at residence creation.
  617.           CreatorDefault:
  618.              #build: true
  619.               build: true
  620.               container: true
  621.               ignite: true
  622.           # Specifys the flags that are applied to other groups for this residence, at creation.
  623.           GroupDefault:
  624.               #default: #group name
  625.                    #build: false
  626.           #these flags are applied specifically to this group whenever they are outside a residence
  627.           #these flags will override the flags at the top, under the Global section.
  628.           World:
  629.                 Global: #these flags will apply to all worlds
  630.                      #build: false
  631.                 WorldNameHere: #or you can apply them by each individual world
  632.                      #build: false
  633.  
  634. # You can manually specify the group a player is in below, this overrides their permissions group.
  635. GroupAssigments:
  636.      TheDickCutter: Dieu
  637.      LeBenji77: Dieu
  638.      Identity62: Dieu
  639.  
  640. ItemList: #this is where you can create blacklists / whitelists
  641.      DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
  642.         #type of the list, can be blacklist, whitelist, or ignorelist
  643.         Type: blacklist
  644.         #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
  645.         #World: world
  646.         #You can also have the list apply only to one group, otherwise it applys for all groups
  647.         #Group: default
  648.         #this is the actual list of material names that this list allows or dissallows
  649.         #You can look up the material name by item ID in game by typing /res material <id>
  650.         #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
  651.         Items:
  652.            - 'BEDROCK'
  653.            - 'LAVA'
  654.            - 'WATER'
  655.            - 'STATIONARY_LAVA'
  656.            - 'STATIONARY_WATER'
  657.            - 'MOB_SPAWNER'
  658. # Used to determine which major revision of Residence this config is from, dont change this.
  659. ResidenceVersion: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement