fTimeMoney - A plugin with which you can make rewards for activity on the server, or a salary, as everyone calls it. This plugin is easy to customize, and most importantly, you can create a reward for each group. For example, for the default group 15 coins, and for vip 50 coins per hour.
There will be an update coming soon with a lot of new features. From sound effects to setting the timer for each group.
! DEPEND VAULT AND PERMISSION PLUGIN !
Vkontakte: vk.com/fly_plugins
Youtube: bull
▪ Setting the reward for each group
▪ You can put your time
▪ Easy to set up
▪ Can be used for other purposes
Command list:
/ftimemoney reload - reload plugin configuration.
ftimemoney.reload - reload plugin perms.
settings.yml
Code (YAML):
##########################################
# Full plugin customization - fTimeMoney #
##########################################
settings
:
# This message can be used as a prefix - {prefix}, can be left blank
prefix
:
"&aFly Coding &7╏"
# Timer, if this time passes, then money is credited to all online players who are in groups
# ! Specify in seconds only !
time
: 60
# All groups to which money will be credited after the timer
# Permissions are not needed, only in numbers
groups:
default
: 15
moder
: 50
admin
: 100
language.yml
Code (YAML):
##########################################
# Full plugin customization - fTimeMoney #
##########################################
language
:
# This message will be displayed if the player entered an invalid argument.
args-message
:
-
"{prefix} &fcommand list:"
-
" &f╏ &a/ftimemoney reload &7- &freload plugin configuration."
# This message will be displayed when money is credited to him
deposit-message
:
"{prefix} &fYou have been credited with &a{money}&f coins."
# This message will be displayed if the player does not have rights to the team
deny-permission-message
:
"{prefix} &fYou don't have permissions :("
# This message will be displayed when the plugin reloads successfully.
# otherwise - error to the console
reload-message
:
"{prefix} &fSuccess!"
soon...