Monetization - Rumsfield/konquest GitHub Wiki

How to Monetize Konquest

Here is a summary of plugin features that require permissions to use. You can set up permissions groups for select players (donors) to be given access to different features.

Commands

Fly

Permission Description
konquest.command.fly Fly in friendly territory

The command /k fly is not available by default, and can only be used when the permission is granted. Using the command makes the player fly like creative mode, but only inside of friendly land. Once they leave friendly land, they will stop flying and be teleported onto the ground.

Spy

Permission Description
konquest.command.spy Purchase a map centered on an enemy town

The command /k spy is available by default, but you can deny access to default player groups and allow only donor groups to use it. Using the command gives the player a map item that is centered on the nearest enemy town. The player can use it as an interactive way of finding enemy towns to raid/capture.

Features

Compass

Permission Description
konquest.compass Compass points to nearest enemy town

Granting this permission makes all compass items in a player's inventory point towards the nearest enemy town. This feature can be used similar to the spy command, although a little easier to follow. The compass points the player in the exact direction of the town, but the player doesn't know how far away it is. When combined with a spy map, finding enemy towns becomes very easy for players.

Discount

Permission Description
konquest.discount.<X> Applies a X% discount to all Favor withdraws, 0 < X < 100

This permission is disabled by default. Granting this permission to players will reduce the cost of everything in Konquest by the percentage number you use. For example, if a player has the permission konquest.discount.50, and it costs 200 favor to settle a new town, then it will only cost that player 50% of the cost, or 100 favor. The number X must be between 0 and 100, or the discount won't work. A value of 0 means there is no discount, and a value of 100 means everything is free.

Multiple permissions groups can have this permission and use different percentage numbers, for example:

  • Iron Donors: konquest.discount.10
  • Gold Donors: konquest.discount.25
  • Diamond Donors: konquest.discount.50

Cosmetics

Custom Prefix

Permission Description
konquest.prefix.<label> Grants access to a custom prefix, as defined by labels in prefix.yml

Players can choose a prefix title for their names in chat with /k prefix when core.yml option core.accomplishment_prefix: true. The last pages of the prefix menu have custom prefixes, which can cost favor and require permissions to use. Custom prefixes are defined in the prefix.yml file in the plugins/Konquest folder.

For example, the default custom prefix labels are donor and gamer. A player would need to have the permission konquest.prefix.gamer, and pay 1000 favor in order to use that prefix.

⚠️ **GitHub.com Fallback** ⚠️