Added command /gettime that returns the game time converted to real life time format.
This commit is contained in:
parent
6fc6fb67cf
commit
023106b3bc
6 changed files with 115 additions and 65 deletions
19
plugin.yml
Normal file → Executable file
19
plugin.yml
Normal file → Executable file
|
|
@ -1,6 +1,13 @@
|
|||
author: tenkuma
|
||||
database: false
|
||||
main: gd.rf.adrianvictor.stuff.GhostsAndStuff
|
||||
name: GhostsAndStuff
|
||||
url: https://adrianvictor.rf.gd
|
||||
version: '1.1'
|
||||
author: tenkuma
|
||||
main: gd.rf.adrianvictor.stuff.GhostsAndStuff
|
||||
name: GhostsAndStuff
|
||||
url: https://adrianvictor.rf.gd
|
||||
version: '0.5'
|
||||
commands:
|
||||
gettime:
|
||||
description: Prints the time for the current world.
|
||||
usage: /gettime
|
||||
permissions:
|
||||
ghosts.gettime:
|
||||
description: Allows the player to use the gettime command"
|
||||
default: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue