diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d3b21b1 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: mfnalex +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: 'https://www.paypal.me/mfnalex' diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 426e6e8..0925d22 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -45,7 +45,7 @@ disable-loyalty-portals: true # When set to false, don't check for updates check-for-updates: true -# When check-for-updates is true, AngelChest will check every X hours +# When check-for-updates is true, BetterTridents will check every X hours update-check-interval: 4 # Debug mode - you probably don't want this @@ -53,4 +53,4 @@ debug: false # NEVER CHANGE THE VALUES BELOW! plugin-version: ${project.version} -config-version: ${config.version} \ No newline at end of file +config-version: ${config.version}