BuyPlots /Configuration

Here you can see default config for newest plugin version (1.1).

----------------------------------------------------------------------------------------

# BuyPlots 1.1 Config File
# Should plugin be enabled?
enabled: true
# Enable logging - every when player "successfuly" buy plot an information will appear in log.
# This can be helpful if player forgot to claim all its plots before buying new.
Logging: true
# Here you set plot price (e.g. 1000, 1000.0)
PlotPrice: 50000.0
# Discounts 
Discounts:
# Global discount - for every player
    Global:
        active: false
        valuePercent: 0.0
# Group discount - for permissions system groups with given name.  
    Group:
        active: false
        # Max number of groups, default 10. 
        # If you want more than 10 just increase this value and manually add lines like these below
        numberGroups: 10
        Groups:
            Group1:
                GroupName: "default"
                valuePercent: 0.0
            Group2:
                GroupName: ""
                valuePercent: 0.0
            Group3:
                GroupName: ""
                valuePercent: 0.0
            Group4:
                GroupName: ""
                valuePercent: 0.0
            Group5:
                GroupName: ""
                valuePercent: 0.0
            Group6:
                GroupName: ""
                valuePercent: 0.0
            Group7:
                GroupName: ""
                valuePercent: 0.0
            Group8:
                GroupName: ""
                valuePercent: 0.0
            Group9:
                GroupName: ""
                valuePercent: 0.0
            Group10:
                GroupName: ""
                valuePercent: 0.0