File tree Expand file tree Collapse file tree
src/main/java/com/srnyx/name Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77public class Name extends AnnoyingPlugin {
88 public Name () {
99 options
10- .pluginOptions (pluginOptions -> pluginOptions .updatePlatforms (new PluginPlatform . Multi (
10+ .pluginOptions (pluginOptions -> pluginOptions .updatePlatforms (
1111 PluginPlatform .modrinth ("ID" ), // Replace ID with the Modrinth ID
1212 PluginPlatform .hangar (this ),
13- PluginPlatform .spigot ("######" )))) // Replace ###### with the Spigot resource ID
13+ PluginPlatform .spigot ("######" ))) // Replace ###### with the Spigot resource ID
1414 .bStatsOptions (bStatsOptions -> bStatsOptions .id (10000 )) // Replace 10000 with the bStats ID
1515 .dataOptions (dataOptions -> dataOptions
1616 .enabled (true ) // Set to false if you don't want to use data (you can just remove all data options if false)
You can’t perform that action at this time.
0 commit comments