Captures live config state of nullstone Purpur 1.21.11 server: - docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists) - All plugin configs under live-server/plugins/ (no DBs, no jars, no world data) - Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties Excluded via .gitignore: - World data (world/, world_nether/, world_the_end/, auth_limbo/) - Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata - Jars (auto-fetched), logs, caches, .paper-remapped
96 lines
2.1 KiB
YAML
Executable file
96 lines
2.1 KiB
YAML
Executable file
# PlaceholderAPI
|
|
# Version: 2.11.6
|
|
# Created by: extended_clip
|
|
# Contributors: https://github.com/PlaceholderAPI/PlaceholderAPI/graphs/contributors
|
|
# Issues: https://github.com/PlaceholderAPI/PlaceholderAPI/issues
|
|
# Expansions: https://placeholderapi.com/ecloud
|
|
# Wiki: https://wiki.placeholderapi.com/
|
|
# Discord: https://helpch.at/discord
|
|
# No placeholders are provided with this plugin by default.
|
|
# Download placeholders: /papi ecloud
|
|
check_updates: false
|
|
cloud_enabled: true
|
|
cloud_sorting: name
|
|
boolean:
|
|
'true': 'yes'
|
|
'false': 'no'
|
|
date_format: MM/dd/yy HH:mm:ss
|
|
debug: false
|
|
expansions:
|
|
checkdate:
|
|
days:
|
|
monday: Monday
|
|
tuesday: Tuesday
|
|
wednesday: Wednesday
|
|
thursday: Thursday
|
|
friday: Friday
|
|
saturday: Saturday
|
|
sunday: Sunday
|
|
unknown: Unknown?
|
|
localtime:
|
|
date_format: dd/MM/yyyy hh:mma
|
|
pinger:
|
|
offline: '&cOffline'
|
|
check_interval: 30
|
|
online: '&aOnline'
|
|
server:
|
|
server_name: A Minecraft Server
|
|
time:
|
|
locale: en-US
|
|
zone: Europe/London
|
|
suffix:
|
|
week: w
|
|
day: d
|
|
hour: h
|
|
minute: m
|
|
second: s
|
|
tps_color:
|
|
high: '&a'
|
|
medium: '&e'
|
|
low: '&c'
|
|
utils:
|
|
shortcuts:
|
|
othermath: '%utils_parseother:[{0}]_math_{1}+1%'
|
|
player:
|
|
ping_value:
|
|
high: 100
|
|
medium: 50
|
|
direction:
|
|
north: N
|
|
south: S
|
|
north_west: NW
|
|
north_east: NE
|
|
east: E
|
|
south_east: SE
|
|
west: W
|
|
south_west: SW
|
|
ping_color:
|
|
medium: '&e'
|
|
high: '&c'
|
|
low: '&a'
|
|
playerlist:
|
|
offline-text: Offline
|
|
argument-separator: ','
|
|
lists:
|
|
players:
|
|
type: ONLINE
|
|
included: true
|
|
filters:
|
|
- '!PERMISSION:group.staff'
|
|
- CANSEE
|
|
staff:
|
|
type: ONLINE
|
|
included: true
|
|
filters:
|
|
- PERMISSION:group.staff
|
|
- CANSEE
|
|
groups:
|
|
staffAndPlayers:
|
|
gap: 1
|
|
lists:
|
|
staff:
|
|
title: Staff Members (%amount%)
|
|
max: 10
|
|
remaining: '... and %remaining% more!'
|
|
players:
|
|
title: Players (%amount%)
|