1.2.0, fixes #1
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
name: SimplifyTools
|
||||
version: ${project.version}
|
||||
main: tk.ditservices.DITSystem
|
||||
main: hu.ditservices.STPlugin
|
||||
api-version: 1.13
|
||||
prefix: SimplifyTools
|
||||
load: POSTWORLD
|
||||
description: SimplifyTools - An All-in-one helper plugin.
|
||||
author: SimplifyDave
|
||||
website: https://dit-services.tk
|
||||
website: https://ditservices.hu
|
||||
#depend: [ProtocolLib]
|
||||
commands:
|
||||
st:
|
||||
description: The default command for the plugin.
|
||||
@ -20,10 +21,18 @@ commands:
|
||||
description: Displays your ping to the current server.
|
||||
usage: "/st ping"
|
||||
permission: st.ping
|
||||
st tps:
|
||||
description: Displays plugin, and server calculated TPS.
|
||||
usage: "/st tps"
|
||||
permission: st.tps
|
||||
st stats:
|
||||
description: Displays your gameplay statistics.
|
||||
usage: "/st stats"
|
||||
permission: st.stats
|
||||
st settings:
|
||||
description: Displays plugin settings.
|
||||
usage: "/st settings"
|
||||
permission: st.admin
|
||||
st save-all:
|
||||
description: Saves the players, worlds data on the server.
|
||||
usage: "/st save-all"
|
||||
@ -55,6 +64,9 @@ permissions:
|
||||
st.ping:
|
||||
description: Enables the ping command.
|
||||
default: true
|
||||
st.tps:
|
||||
description: Enables the tps command.
|
||||
default: true
|
||||
st.reload:
|
||||
description: Enables the reload command.
|
||||
default: op
|
||||
@ -73,13 +85,13 @@ permissions:
|
||||
st.save:
|
||||
description: Enables the save-all command.
|
||||
default: op
|
||||
st.admin:
|
||||
st.admin:
|
||||
description: An admin permission for the maintenance commands and for update notifies.
|
||||
default: op
|
||||
children:
|
||||
st.save: true
|
||||
st.pmanager.*: true
|
||||
st.*:
|
||||
st.*:
|
||||
description: Wildcard permission for all commands.
|
||||
default: op
|
||||
children:
|
||||
@ -90,7 +102,7 @@ permissions:
|
||||
st.save: true
|
||||
st.stats: true
|
||||
st.settings: true
|
||||
st.pmanager.*:
|
||||
st.pmanager.*:
|
||||
description: The plugin manager commands.
|
||||
default: op
|
||||
children:
|
||||
|
Reference in New Issue
Block a user