Guild Battle Shop
# Introduction
Author: handy
Purchase Link: Afdian (opens new window)
Version Requirement: PlayerGuild-2.0.0+ version
# Feature Introduction
- Provides additional battle shop during guild battles for balancing and encouraging combat
- Items in the battle shop are listed by OP, usage method is the same as listing items in guild shop
- Shop points and items are only valid for the current match and disappear after the match ends
- Command /plgs help can view all commands, no need to configure any permissions
- Need to add /plgs shop to the whitelist commands in the kitpvp folder of the PlayerGuild plugin's function folder
# Configuration Introduction
# Match
match:
# Whether to enable
enable: true
# Fixed points given to players - set to 0 to disable
number: 100
# Total points divided equally among participants - set to 0 to disable
avgNumber: 1000
# Reward for killing enemy
kill: 50
# Season
season:
# Whether to enable
enable: true
# Fixed points given to players - set to 0 to disable
number: 500
# Total points divided equally among participants - set to 0 to disable
avgNumber: 5000
# Reward for killing enemy
kill: 100