-
Notifications
You must be signed in to change notification settings - Fork 23
/
plugin.yml
37 lines (37 loc) · 1.41 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
main: me.staartvin.statz.Statz
name: Statz
version: ${project.version}
authors: [Staartvin]
description: The one-and-all plugin to record and store stats about any player.
softdepend: [ Vault, Stats, Votifier, Autorank, mcMMO, Factions, afkTerminator, OnTime, RoyalCommands,
UltimateCore, AdvancedAchievements, BattleLevels, Jobs, RPGme, uSkyBlock, WorldEdit, WorldGuard, AcidIsland,
ASkyBlock, GriefPrevention, Essentials, Quests, PlayerPoints, Votifier, CMI, UhcStats, Towny, McRPG,
PlaceholderAPI ]
api-version: 1.14
commands:
statz:
description: Master command of Statz
usage: Statz is disabled. Check your server.log!
aliases: [stat]
permissions:
statz.help:
description: Allows checking the help pages
default: true
statz.list.self:
description: Allows a player to check its own statistics
default: true
statz.list.others:
description: Allows a player to check other players' statistics.
default: op
statz.hooks:
description: Allows a player to check what plugins Statz is currently connected with
default: op
statz.transfer.sqlite:
description: Allows a player to start the transferring of data from SQLite to MySQL.
default: op
statz.migrate:
description: Allows a player to start migrating data from Stats 3 to Statz.
default: op
statz.purge:
description: Allows a player to purge data of players
default: op