Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # +----------------------------------------------------+
- # < Houses config >
- # +----------------------------------------------------+
- # DO NOT USE TAB INDENTION. Indent with spaces instead
- # This will make players get the specified rank (permission group) for the class he/she buys
- use-class-ranks: true
- # Enabling this will let you leave the price row blank on signs and let the plugin automatically set the right price
- use-class-prices: true
- # It is recommended to have autoclosing doors to avoid griefing
- autoclose-door-delay: 2.5
- # Cooldown for "/house home" command in seconds. Use -1 for no cooldown
- home-teleport-cooldown: 3
- # Put -1 to allowed unlimited houses
- maximum-houses: 1
- # It is recommended to clean the database on start because a corrupt database
- # will cause trouble when doing database syncronization
- clean-database-on-start: true
- # This is the rank (permissions group) the players will get if they become homeless
- homeless:
- # If using class prices, Houses will use this percentage to calculate sell prices on signs
- sell-percentage: 75
- # This is where you configure your classes. The staff classses (owner/admin/mod) can not be configured below
- # as they should be added by other staff manually for security reasons.
- # There are two example of how classes can be configured below.
- classes:
- '1':
- rank: Rich
- price: 500000
- per-day-cost: 20000
- info: The best house there is
- '2':
- rank: Wealthy
- price: 250000
- per-day-cost: 10000
- info: Seccond best house you can rent
- '3':
- rank: average
- price: 500000
- per-day-cost: 3000
- info: Just a normal house.
- '4':
- rank: poor
- price: 5000
- per-day-cost: 500
- info: A poor sh!t house.
- '5':
- rank: Homeless
- price: 0
- per-day-cost: 0
- info: You have no house. Deal with it
- worlds:
- display-worlds: true
- CreeperRP:
- display-name: CreeperRP
- CreeperRP_nether:
- display-name: CreeperRP_nether
- CreeperRP_the_end:
- display-name: CreeperRP_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement