Update README.md

dependabot/gradle/net.kyori-adventure-api-4.14.0
William 2 years ago
parent a53b2fe7b3
commit e6a73ce127

@ -4,29 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="9a02c230-5b64-4687-85e4-aeee92a12593" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/LICENSE" afterDir="false" />
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/build.gradle" afterDir="false" />
<change afterPath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.jar" afterDir="false" />
<change afterPath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.properties" afterDir="false" />
<change afterPath="$PROJECT_DIR$/gradlew" afterDir="false" />
<change afterPath="$PROJECT_DIR$/gradlew.bat" afterDir="false" />
<change afterPath="$PROJECT_DIR$/images/about-menu-screenshot.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/jitpack.yml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/settings.gradle" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/net/william278/desertwell/AboutMenu.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/net/william278/desertwell/UpdateChecker.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/net/william278/desertwell/Version.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/net/william278/desertwell/UpdateCheckerTests.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/test/java/net/william278/desertwell/VersionTests.java" afterDir="false" />
</list>
<list default="true" id="9a02c230-5b64-4687-85e4-aeee92a12593" name="Changes" comment="Initial commit" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -175,8 +153,16 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1661334712505</updated>
<workItem from="1661334713968" duration="4751000" />
<workItem from="1661334713968" duration="5146000" />
</task>
<task id="LOCAL-00001" summary="Initial commit">
<created>1661342956453</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1661342956453</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -193,4 +179,8 @@
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Initial commit" />
<option name="LAST_COMMIT_MESSAGE" value="Initial commit" />
</component>
</project>

@ -27,7 +27,7 @@ public class ExamplePlugin extends JavaPlugin {
AboutMenu.Credit.of("Contributor 1").withDescription("Code, refactoring")
.addAttribution("Translators",
AboutMenu.Credit.of("Translator 1").withDescription("Spanish (es-es)"),
AboutMenu.Credit.of("Translator 1").withDescription("Italian (it-it)")
AboutMenu.Credit.of("Translator 2").withDescription("Italian (it-it)")
.addButtons(
AboutMenu.Link.of("https://william278.net/").withText("Wesbite").withIcon("⛏"),
AboutMenu.Link.of("https://discord.gg/tVYhJfyDWG").withText("Discord").withIcon("⭐").withColor("#6773f5"))));

Loading…
Cancel
Save