2021-12-19 02:05:59 +00:00
|
|
|
name: Foundation
|
|
|
|
version: '${version}'
|
2021-12-21 08:58:44 +00:00
|
|
|
main: cloud.kubelet.foundation.core.FoundationCorePlugin
|
2021-12-19 02:05:59 +00:00
|
|
|
api-version: 1.18
|
|
|
|
prefix: Foundation
|
|
|
|
load: STARTUP
|
|
|
|
authors:
|
|
|
|
- kubelet
|
2021-12-20 18:01:54 +00:00
|
|
|
commands:
|
|
|
|
fbackup:
|
2021-12-22 08:11:22 +00:00
|
|
|
description: Back the server up now
|
2021-12-20 18:01:54 +00:00
|
|
|
usage: /fbackup
|
2021-12-22 08:11:22 +00:00
|
|
|
permission: foundation.command.backup
|
|
|
|
fupdate:
|
2021-12-23 02:19:17 +00:00
|
|
|
description: Update all Foundation plugins
|
2021-12-22 08:11:22 +00:00
|
|
|
usage: /fupdate
|
|
|
|
permission: foundation.command.update
|
2021-12-22 04:49:36 +00:00
|
|
|
survival:
|
|
|
|
description: Switch to survival gamemode
|
|
|
|
usage: /survival
|
|
|
|
aliases:
|
|
|
|
- s
|
|
|
|
permission: foundation.command.survival
|
|
|
|
creative:
|
|
|
|
description: Switch to creative gamemode
|
|
|
|
usage: /creative
|
|
|
|
aliases:
|
|
|
|
- c
|
|
|
|
permission: foundation.command.creative
|
|
|
|
adventure:
|
|
|
|
description: Switch to adventure gamemode
|
|
|
|
usage: /adventure
|
|
|
|
aliases:
|
|
|
|
- a
|
|
|
|
permission: foundation.command.adventure
|
|
|
|
spectator:
|
|
|
|
description: Switch to spectator gamemode
|
|
|
|
usage: /spectator
|
|
|
|
aliases:
|
|
|
|
- sp
|
|
|
|
permission: foundation.command.spectator
|
2021-12-22 07:53:36 +00:00
|
|
|
leaderboard:
|
|
|
|
description: Leaderboard
|
|
|
|
usage: /leaderboard <type>
|
|
|
|
aliases:
|
|
|
|
- lb
|
|
|
|
permission: foundation.command.leaderboard
|
2021-12-23 02:36:52 +00:00
|
|
|
pstore:
|
|
|
|
description: Persistent Store Manager
|
|
|
|
usage: /pstore
|
|
|
|
permission: foundation.command.pstore
|
2021-12-23 06:32:12 +00:00
|
|
|
setspawn:
|
|
|
|
description: Set the spawn of the current world.
|
|
|
|
usage: /setspawn
|
|
|
|
permission: foundation.command.setspawn
|
|
|
|
spawn:
|
|
|
|
description: Teleport to the spawn of the current world.
|
|
|
|
usage: /spawn
|
|
|
|
permission: foundation.command.spawn
|
2022-01-10 07:46:43 +00:00
|
|
|
localweather:
|
|
|
|
description: Set the player's local weather in the client.
|
|
|
|
usage: /localweather <type>
|
2022-01-10 08:04:08 +00:00
|
|
|
aliases:
|
|
|
|
- lw
|