Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # These first 4 aren't configurable
- issues: "https://github.com/IntellectualSites/PlotSquared/issues"
- wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
- version: "3.4.6"
- platform: "Bukkit"
- # Show additional information in console
- debug: true
- # The big annoying text that appears when you enter a plot
- # For a single plot: `/plot flag set titles false`
- # For just you: `/plot toggle titles`
- titles: true
- # Enable or disable part of the plugin
- # Note: A cache will use some memory if enabled
- enabled-components:
- # The database stores all the plots
- database: true
- # Events are needed to track a lot of things
- events: true
- # Commands are used to interact with the plugin
- commands: true
- # The UUID cacher is used to resolve player names
- uuid-cache: true
- # Notify players of updates
- updater: true
- # Stores user metadata in a database
- persistent-meta: true
- # Optimizes permission checks
- permission-cache: true
- # Optimizes block changing code
- block-cache: true
- # Getting a rating won't need the database
- rating-cache: true
- # The converter will attempt to convert the PlotMe database
- plotme-converter: true
- # Allow WorldEdit to be restricted to plots
- worldedit-restrictions: true
- # Allow economy to be used
- economy: true
- # Send anonymous usage statistics. Bukkit only setting.
- metrics: true
- # Expiry will clear old or simplistic plots
- plot-expiry: true
- # Processes chunks (trimming, or entity/tile limits)
- chunk-processor: true
- # Kill mobs or vehicles on roads
- kill-road-mobs: false
- kill-road-vehicles: true
- # Notify a player of any missed comments upon plot entry
- comment-notifier: true
- # Actively purge invalid database entries
- database-purger: false
- # Delete plots when a player is banned
- ban-deleter: false
- ratings:
- categories: []
- claim:
- # The max plots claimed in a single `/plot auto <size>` command
- max-auto-area: 1
- redstone:
- # Disable redstone in unoccupied plots
- disable-unoccupied: false
- # Disable redstone when all owners/trusted/members are offline
- disable-offline: true
- teleport:
- # Teleport to your plot on death
- on-death: false
- # Teleport to your plot on login
- on-login: false
- # Add a teleportation delay to all commands
- delay: 0
- # Switching from PlotMe?
- plotme:
- # Cache the uuids from the PlotMe database
- cache-uuds: false
- # Have `/plotme` as a command alias
- alias: false
- # Relating to how many plots someone can claim
- limit:
- # Should the limit be global (over multiple worlds)
- global: false
- # The range of permissions to check e.g. plots.plot.127
- max-plots: 3
- chat:
- # Sometimes console color doesn't work, you can disable it here
- console-color: true
- # Should chat be interactive
- interactive: true
- done:
- # Require a done plot to download
- required-for-download: false
- # Only done plots can be rated
- required-for-ratings: false
- # Restrict building when a plot is done
- restrict-building: false
- # The limit being how many plots a player can claim
- counts-towards-limit: false
- web:
- # We are already hosting a web interface for you:
- url: "http://empcraft.com/plots/"
- # The ip that will show up in the interface
- server-ip: "your.ip.here"
- # Configure the paths PlotSquared will use
- paths:
- schematics: "schematics"
- bo3: "BO3"
- scripts: "scripts"
- templates: "templates"
- translations: "translations"
- uuid:
- # Force PlotSquared to use offline UUIDs (it usually detects the right mode)
- offline: false
- # Force PlotSquared to use lowercase UUIDs
- force-lowercase: false
- # Use a database to store UUID/name info
- use-sqluuidhandler: false
- chunk-processor:
- # Auto trim will not save chunks which aren't claimed
- auto-trim: false
- # Max tile entities per chunk
- max-tiles: 4096
- # Max entities per chunk
- max-entities: 50
- # Disable block physics
- disable-physics: false
- # This is an auto clearing task called `task1`
- auto-clear:
- task1:
- threshold: 1
- required-plots: -1
- confirmation: false
- days: 7
- worlds:
- - "*"
- # See: https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis
- calibration:
- variety: 0
- variety-sd: 0
- changes: 0
- changes-sd: 1
- faces: 0
- faces-sd: 0
- data-sd: 0
- air: 0
- air-sd: 0
- data: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement