- Auto register commands using modified ReflectionsUtil#getClassesFrom(String)

- Add /eject
- Begin /enchant
This commit is contained in:
Taah
2022-07-09 07:26:57 -07:00
commit 91fd30495f
32 changed files with 2233 additions and 0 deletions

4
src/main/resources/module.yml Executable file
View File

@ -0,0 +1,4 @@
name: Module-TFMExtras
main: dev.plex.TFMExtras
description: TFM extras for Plex
version: 1.2-SNAPSHOT

View 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