mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-09-11 01:57:57 +00:00
modified: plugin.yml
modified: resources/config.yml modified: resources/models.yml modified: src/Matthww/PlayerInfo/PlayerInfo.php modified: src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php modified: src/Matthww/PlayerInfo/Tasks/LoadTask.php modified: src/Matthww/PlayerInfo/Tasks/SaveTask.php modified: src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php
This commit is contained in:
18
plugin.yml
18
plugin.yml
@ -1,20 +1,18 @@
|
||||
name: PlayerInfo
|
||||
version: 2.1.4
|
||||
version: 2.1.5
|
||||
author: Matthww
|
||||
api: [3.0.0]
|
||||
description: Shows info about a certain player!
|
||||
api: 5.0.0
|
||||
description: Shows information about a certain player!
|
||||
main: Matthww\PlayerInfo\PlayerInfo
|
||||
|
||||
commands:
|
||||
playerinfo:
|
||||
description: Show info about a certain player!
|
||||
description: Show information about a certain player!
|
||||
usage: "/playerinfo <player>"
|
||||
permission: playerinfo.use
|
||||
aliases: ['pinfo']
|
||||
|
||||
permissions:
|
||||
playerinfo:
|
||||
default: false
|
||||
children:
|
||||
playerinfo.use:
|
||||
default: op
|
||||
description: "Allows the user to run the playerinfo command"
|
||||
playerinfo.use:
|
||||
default: op
|
||||
description: "Allows the player to execute the playerinfo command"
|
||||
|
Reference in New Issue
Block a user