master
parent
0a08f93942
commit
8fc9071449
10 changed files with 25 additions and 3 deletions
@ -0,0 +1,15 @@ |
||||
<component name="ProjectCodeStyleConfiguration"> |
||||
<code_scheme name="Project" version="173"> |
||||
<ScalaCodeStyleSettings> |
||||
<option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" /> |
||||
</ScalaCodeStyleSettings> |
||||
<codeStyleSettings language="Scala"> |
||||
<indentOptions> |
||||
<option name="INDENT_SIZE" value="4" /> |
||||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> |
||||
<option name="TAB_SIZE" value="4" /> |
||||
<option name="USE_TAB_CHARACTER" value="true" /> |
||||
</indentOptions> |
||||
</codeStyleSettings> |
||||
</code_scheme> |
||||
</component> |
@ -0,0 +1,5 @@ |
||||
<component name="ProjectCodeStyleConfiguration"> |
||||
<state> |
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> |
||||
</state> |
||||
</component> |
@ -1 +0,0 @@ |
||||
xcopy IntelliJ_IDEA\Sharehealth\target\Sharehealth.jar Minecraft_Servers\Server_1.16.1\plugins\ /Y |
@ -0,0 +1 @@ |
||||
xcopy target\Sharehealth.jar server\plugins\ /Y |
@ -0,0 +1,2 @@ |
||||
cd server |
||||
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar spigot-1.16.5.jar nogui |
@ -1,2 +0,0 @@ |
||||
cd Server_1.16.1 |
||||
call start.bat |
Loading…
Reference in new issue