Set up the Hunger Games plugin foundation, including configuration management classes for main settings, messages, and game-specific options. Added Gradle build setup, dependency management, and a TODO list for planned features.
10 lines
481 B
XML
10 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
<component name="FrameworkDetectionExcludesConfiguration">
|
|
<file type="web" url="file://$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="corretto-21" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
</project> |