mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-06 12:17:13 +01:00
Let there be light
This commit is contained in:
@@ -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'
|
||||
|
||||
14
src/main/resources/manifest.json
Normal file
14
src/main/resources/manifest.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user