Bundle bundle
This feature provides a system for giving bundles to factions.
Note
The primary goal of this feature was to give staff members a better way to coordinate who has received a bundle already.
Config
Other than messages, only bundle types can be configured in this feature.
The bundles
section of the config defines all the bundles for the feature.
bundles:
25man:
- 'give {PLAYER} diamond 64'
- 'give {PLAYER} iron_ingot 64'
To add more bundle types, simply add more sections like 25man
. e.g.
bundles:
25man:
- 'give {PLAYER} diamond 64'
- 'give {PLAYER} iron_ingot 64'
50man:
- 'give {PLAYER} diamond_block 64'
- 'give {PLAYER} iron_block 64'
Command
/bundle claim
- Claims the bundle for your faction. Note that only the faction leader may claim it./bundle check
- Checks if your faction has a bundle waiting for them. Any player in the faction can use this./bundle data
- Gets the status of all pending and claimed bundles./bundle list
- Lists all the available bundles to give./bundle clear (faction)
- Clears a faction's pending bundle./bundle give (faction) (name)
- Gives a faction a bundle with the name.
Permissions
- Base Level - Some commands.
- Admin Level - Some commands.