PAAPOT-Friendz
Friendz is a plugin for players to promote friendship between another players.
Purpose
With this plugin players can show their friendship toward other players. Over time, when player is playing on the server, they accumulate Friendz-points. Those points may be granted to another player as a sign of friendship. At specified interval player with most granted points received is awarded with the special gift. All granted points are at that time also reset, and new round starts.
Player Commands
- /friendz show - Shows how many accumulated Friendz-points player has collected and how many granted from other players.
- /friendz grant <player> - Awards one accumulated Friendz-point to another <player>.
- /friendz list - Shows top 10 players whose have granted most Friendz-points from other players.
Administrative Commands
- /friendz-adm reset - Resets top 10 rankings.
- /friendz-adm award - Resets top 10 rankings, but also gives special gift to the top player.
- /friendz-adm set-award <itemId> (amount) - Sets special gift. <itemId|blockId> is an item-id or block-id from Minecraft Data-values list, and (amount) is the amount of item(s) to receive. Amount is optional, and defaults to one.
Configuration
Following configuration is possible within config.yml:
- secondsPerAccumulatedPoint - how many seconds must be elapsed for players to get one Friendz-point.
- minutesPerAwardingPlayer - how many minutes must be elapsed for top one player to get the special gift. All granted points are reset, accumulated points although still remain.
- specialGift - Special gift to be awarded for the top one player.
Example configuration:
# How many seconds must be elapsed for players to get one point? Give one point per five hours.
secondsPerAccumulatedPoint: 600
# How many minutes must be elapsed for top one player to get reward? Reward top one player once per a week.
minutesPerAwardingPlayer: 10080
# Special gift to get on rewarding. Give one gold ingot (266).
specialGift:
itemId: 266
amount: 1
Permissions
- paapot.friendz - Any player with this permission receives Friendz-points at specified intervals. Player is also able to grant and receive Friendz-points to and from other players.
- paapot.friendz.adm - General purpose administrative permission. Any player with this permission is able to reset, award and set special gift.
Comments