mirror of
https://github.com/plexusorg/Module-TFMExtras.git
synced 2025-06-30 07:26:42 +00:00
- Auto register commands using modified ReflectionsUtil#getClassesFrom(String)
- Add /eject - Begin /enchant
This commit is contained in:
4
src/main/resources/module.yml
Executable file
4
src/main/resources/module.yml
Executable file
@ -0,0 +1,4 @@
|
||||
name: Module-TFMExtras
|
||||
main: dev.plex.TFMExtras
|
||||
description: TFM extras for Plex
|
||||
version: 1.2-SNAPSHOT
|
14
src/main/resources/tfmextras/config.yml
Executable file
14
src/main/resources/tfmextras/config.yml
Executable file
@ -0,0 +1,14 @@
|
||||
# TFM Extras Configuration File #
|
||||
|
||||
server:
|
||||
# The strength of the Jump Pads. Must be a positive whole number. Not recommended being greater than 10.
|
||||
jumppad_strength: 1
|
||||
# Admin Info Messages
|
||||
# These do not support legacy characters '&' and '§', please refer to https://docs.adventure.kyori.net/minimessage/format.html
|
||||
admininfo:
|
||||
- "<red>I'm not inputting a preset admin info message."
|
||||
clear-on-join:
|
||||
- "Taahh"
|
||||
teleport-on-join:
|
||||
- "Taahh"
|
||||
allow-unsafe-enchantments: true
|
Reference in New Issue
Block a user