Configuration

Default Configuration file:

# Landlord Created by Jcdesimp
# General options
options:
   #Enable sound effects when interacting with owned land.
   soundEffects: true
   #Enable particle effects for land interaction
   particleEffects: true
   #Enable the land map (/landlord map)
   #Can sometimes be resource intensive if a lot of players have it open.
   enableMap: true
   #Regenerate a chunk when it is unclaimed (Removes all builds and changes)
   regenOnUnclaim: false
# Limits on amount of owned land
limits:
   #Max land a regular player can own (-1 for no limit).
   landLimit: 10
   #Extra land that players with "landlord.limit.extra","landlord.limit.extra2", etc. can own (In addition to landLimit).
   extra: 10
   extra2: 20
   extra3: 30
   extra4: 40
   extra5: 50
# Economy settings (Requires Vault)
economy:
   #Enable economy integration features
   enable: false
   #Cost of claiming land
   buyPrice: 100
   #Money given to player when unclaiming land
   sellPrice: 50
# Worldguard Options (Requires Worldguard)
worldguard:
   #Prevent players from claiming chunks that intersect with worldguard regions,
   #UNLESS they have build permissions within that region.
   blockRegionClaim: true
# Here you can enable/disable the built-in land flags.
enabled-flags:
   build: true
   harmAnimals: true
   openDoor: true
   tntDamage: true
   useContainers: true
   useRedstone: true
# Here you can disable worlds where player should not claim/unclaim
disabled-worlds:
 - world_nether
 - world_the_end

Comments

Posts Quoted:
Reply
Clear All Quotes