-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
26 lines (25 loc) · 937 Bytes
/
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
name: KWPlugin
main: org.kwstudios.play.loader.PluginLoader
version: 0.2.1
commands:
setlobby:
description: Sets the Server Lobby to the current position!
permission: kwplugin.lobbymanager.setlobby
permission-message: You may not set the Lobby!
lobby:
description: Teleports the player to the lobby!
aliases: ['l', 'spawn']
permission: kwplugin.lobbymanager.lobby
permission-message: You may not teleport yourself to the lobby!
kwlist:
description: Shows all the players who ever played on this server!
permission: kwplugin.server.list
permission-message: You may not use that command!
kwreload:
description: Reloads the config.yml from list!
permission: kwplugin.server.list
permission-message: You may not use that command!
kwinit:
description: Inits the API for all the Players!
permission: kwplugin.api.init
permission-message: You may not use that command!