This plugin allows you to display information about donate chat by writing a single command.
Work:
Java 7/8
Spigot 1.7 and 1.8
Main command:
/donate (default allow)
/appledonatelist reload
Permissions:
appledonatelist.* - allow all
appledonatelist.reload - allow reload config
appledonatelist.main - allow view version plugin
appledonatelist.view - allow view donate list (default allow)
Demonstration:
![]()
You can change lines in the config.
Config:Code (Text):
# - - - - - - - - - - - - - - - - - - - - -
# Config AppleDonatelist
# Author: AgroTemp
# - - - - - - - - - - - - - - - - - - - - -
# Formal — YAML
# To verify use
# http://yaml-online-parser.appspot.com/
# If something went wrong, you always
# can delete the configuration.
# - - - - - - - - - - - - - - - - - - - - -
# The interval in seconds.
# - - - - - - - - - - - - - - - - - - - - -
interval: 2
# - - - - - - - - - - - - - - - - - - - - -
format:
line1: '&6======================================='
line2: ' '
line3: '&e %name%'
line4: ' '
line5: '&e %cost%'
line6: ' '
line7: '&e %desc%'
line8: ' '
line9: '&e Details on site.com'
line10: '&6======================================='
# - - - - - - - - - - - - - - - - - - - - -
# name - name donate.
# replaced instead %name%
# - - - - - - - - - - - - - - - - - - - - -
# cost - cost donate.
# replaced instead %cost%
# - - - - - - - - - - - - - - - - - - - - -
# desc - short description.
# replaced instead %desc%
# - - - - - - - - - - - - - - - - - - - - -
donate:
vip:
name: '&aVIP'
cost: '10 dollars'
desc: 'i like you if you donate'
premium:
name: '&bPremium'
cost: '15 dollars'
desc: 'i like you if you donate2'
extra:
name: '&cExtra'
cost: '20 dollars'
desc: 'i like you if you donate3'
# - - - - - - - - - - - - - - - - - - - - -
# You can added more donate.
# - - - - - - - - - - - - - - - - - - - - -
# Color code: &<code>
# - - - - - - - - - - - - - - - - - - - - -
strings:
# Prefix message.
prefix: '&7[&eAppleCrafts.me&7] &f'
configReloaded: 'Settings reload.'
noPermissions: 'You don''t have permissions.'

Donate List 2.28
Displays detailed donate through 1 command.