Upload files to "src/main/resources"
This commit is contained in:
21
src/main/resources/config.yml
Normal file
21
src/main/resources/config.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# update interval in server ticks (20 ticks = 1 second)
|
||||||
|
update-interval-ticks: 20
|
||||||
|
|
||||||
|
# server name used in placeholders
|
||||||
|
server-name: "ServerName"
|
||||||
|
|
||||||
|
# Header lines (legacy color codes using &)
|
||||||
|
# Option A (converted to legacy): bold blue server name then TPS
|
||||||
|
header:
|
||||||
|
- "&l&9%server_name%" # bold blue server name
|
||||||
|
- "TPS: &a%tps%"
|
||||||
|
- "Uptime &a%uptime%"
|
||||||
|
# Footer lines (editable)
|
||||||
|
footer:
|
||||||
|
- "Ping: &e%ping%ms"
|
||||||
|
- "&fWelcome to the server!"
|
||||||
|
- "&7Website: &bYourWebsite"
|
||||||
|
- "&aEnjoy your stay!"
|
||||||
|
|
||||||
|
# You may include more lines if desired.
|
||||||
|
|
||||||
9
src/main/resources/plugin.yml
Normal file
9
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: AnarchyTab
|
||||||
|
main: com.wulliestudio.tab.TabPlugin
|
||||||
|
version: 1.0.0
|
||||||
|
api-version: 1.21
|
||||||
|
folia-supported: true
|
||||||
|
author: wulliestudio
|
||||||
|
description: "Simple Folia-safe tab header/footer plugin (server name, TPS, ping, configurable)."
|
||||||
|
depend: []
|
||||||
|
libraries: []
|
||||||
Reference in New Issue
Block a user