Let there be light

This commit is contained in:
PiggyPiglet
2026-01-20 21:23:37 +08:00
parent 2d9f4fca77
commit 722279308a
46 changed files with 1370 additions and 1957 deletions

View File

@@ -10,7 +10,7 @@
# Download placeholders: /papi ecloud
check_updates: true
cloud_enabled: true
cloud_sorting: "name"
cloud_sorting: "NAME"
boolean_value:
true_value: 'yes'
false_value: 'no'

View File

@@ -0,0 +1,14 @@
{
"Group": "HelpChat",
"Name": "PlaceholderAPI",
"Version": "1.0.0",
"Description": "An awesome placeholder provider",
"Authors": [{"Name": "Your Mama"}],
"Website": "https://placeholderapi.com",
"ServerVersion": "*",
"Dependencies": {},
"OptionalDependencies": {},
"DisabledByDefault": false,
"Main": "at.helpch.placeholderapi.PlaceholderAPIPlugin",
"IncludesAssetPack": false
}