PlaytimePlus is an efficient play-time plugin and is the best playtime plugin.
Features:
- Highly configurable. You can change all of the strings, change how often it saves the data, etc..
- Lets you check total/current session playtime of others
- Offers a built-in leaderboard GUI for top playtime
- Lets you configure rewards based on permissions, total playtime and current playtime. Also lets you execute commands when a player achieves the reward
- Offers a built-in GUI for rewards
- SQLite and MySQL support
- ...and more
Commands:
- /playtime check <player> <reward_name/all> force-check whether a player is eligible to obtain the specified reward(s), and grant them to him if so
- requires playtime.admin.check
- /playtime current [optional:<player>] checks own/a player's current session playtime
- requires playtime.user.current
- /playtime grant <player> grants a reward to player, regardless whether he meets the requirements or not. Doesn't grant if he has received the reward
- requires playtime.admin.grant
- /playtime help displays the help message
- requires playtime.user.help
- /playtime reload reloads the configuration
- requires playtime.admin.reload
- /playtime rewards displays the gui with playtime rewards
- requires playtime.user.rewards
- /playtime save saves all players' playtimes to the database
- requires playtime.admin.save
- /playtime top displays the leaderboard GUI
- requires playtime.user.top
Permissions:
Code (YAML):
playtime.*:
description
: Gives access to every command.
default
: op
children:
playtime.admin
: true
playtime.user
: true
playtime.admin:
description
: Gives access to
all admin commands.
default
: op
children:
playtime.admin.save
: true
playtime.admin.grant
: true
playtime.admin.check
: true
playtime.admin.migrate
: true
playtime.admin.save:
description
: Gives the ability to save data to the database.
default
: op
playtime.admin.grant:
description
: Gives the ability to grant rewards to players.
default
: op
playtime.admin.check:
description
: Gives the ability to grant unclaimed rewards of a player.
default
: op
playtime.admin.migrate:
description
: Gives the ability to migrate from other playtime plugins.
default
: op
playtime.user:
description
: Gives access to
all user commands.
default
: true
children:
playtime.user.current
: true
playtime.user.help
: true
playtime.user.playtime
: true
playtime.user.rewards
: true
playtime.user.top
: true
playtime.user.current:
description
: Gives the ability to check session playtime.
default
: true
playtime.user.help:
description
: Gives the ability to use the help command.
default
: true
playtime.user.playtime:
description
: Gives the ability to check playtime.
default
: true
playtime.user.rewards:
description
: Gives the ability to check available rewards.
default
: true
playtime.user.top:
description
: Gives the ability to open the playtime leaderboard.
default
: true
Add me on discord if you need help Evermoore#3799
DON'T DO /RELOAD WITH THIS PLUGIN AND DON'T REPORT BUGS IN THE REVIEWS