mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-07 07:11:32 +00:00
Chaos Plugin
This commit is contained in:
6
foundation-chaos/src/main/resources/chaos.yaml
Normal file
6
foundation-chaos/src/main/resources/chaos.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
# Whether enabling the chaos mode is allowed.
|
||||
allowed: false
|
||||
# Chaos modules enablement.
|
||||
enable:
|
||||
nearest-player-entity-spawn: true
|
||||
teleport-all-entities-nearest-player: true
|
15
foundation-chaos/src/main/resources/plugin.yml
Normal file
15
foundation-chaos/src/main/resources/plugin.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Foundation-Chaos
|
||||
version: '${version}'
|
||||
main: gay.pizza.foundation.chaos.FoundationChaosPlugin
|
||||
api-version: 1.18
|
||||
prefix: Foundation-Chaos
|
||||
load: STARTUP
|
||||
depend:
|
||||
- Foundation
|
||||
authors:
|
||||
- kubelet
|
||||
commands:
|
||||
chaos:
|
||||
description: Chaos Toggle
|
||||
usage: /chaos
|
||||
permission: foundation.command.chaos
|
Reference in New Issue
Block a user