mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-14 14:45:48 +01:00
0c43fe2949
Upstream/An Sidestream has released updates that appears to apply and compile correctly This update has NOT been tested by YatopiaMC and as with ANY update, please do your own testing. Tuinity Changes: c04b005 Merge branch 'master' of https://github.com/Spottedleaf/Tuinity into ver/1.16.5 1d169e7 Updated Upstream (Paper) EMC Changes: a8914cb8 Remove the ProjectileHitBlockEvent b8f864b5 Updated Paper 42cd3269 Remove FlowerPotPlantEvent and undeprecate FlowerPotRemoveEvent 64b3edf0 Remove the UUID key for setSpawnedEntity 938c6f1b Convert spawn egg entity tag attributes on creature spawn 4cc80284 Disable entityTag conversion since data version isn't accessible in scope 478d83fe Updated Paper 1e409abf Updated Paper Origami Changes: ab42df9 Update Paper Purpur Changes: 7e8bf66 Updated Upstream (Paper & Tuinity) AirplaneLite Changes: 3200f2a Add new webhook for notifications fe01371 Up MC version c585ff5 Updated Upstream (Tuinity)
47 lines
2.2 KiB
Diff
47 lines
2.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Bud Gidiere <sgidiere@gmail.com>
|
|
Date: Sun, 27 Sep 2020 17:07:16 -0500
|
|
Subject: [PATCH] Add IntelliJ IDEA runnable
|
|
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 67fb370cad6924895a6b27052dbd5c1767e3f0c9..a111955550db7b00a6923a4fd715f3c524c7c438 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -37,3 +37,5 @@ dependency-reduced-pom.xml
|
|
|
|
/src/main/resources/achievement
|
|
/src/main/resources/lang
|
|
+
|
|
+/testserver/**
|
|
diff --git a/.run/Yatopia.run.xml b/.run/Yatopia.run.xml
|
|
new file mode 100644
|
|
index 0000000000000000000000000000000000000000..ebba87ca805d8e57ce7aeb57d7f0b11abda0cc1c
|
|
--- /dev/null
|
|
+++ b/.run/Yatopia.run.xml
|
|
@@ -0,0 +1,23 @@
|
|
+<component name="ProjectRunConfigurationManager">
|
|
+ <configuration default="false" name="Yatopia" type="Application" factoryName="Application">
|
|
+ <option name="MAIN_CLASS_NAME" value="org.bukkit.craftbukkit.Main" />
|
|
+ <module name="yatopia" />
|
|
+ <option name="PROGRAM_PARAMETERS" value="nogui" />
|
|
+ <selectedOptions>
|
|
+ <option name="before.launch.openToolWindow" />
|
|
+ <option name="beforeRunTasks" />
|
|
+ <option name="commandLineParameters" />
|
|
+ <option name="doNotBuildBeforeRun" />
|
|
+ <option name="environmentVariables" />
|
|
+ <option name="jrePath" />
|
|
+ <option name="mainClass" />
|
|
+ <option name="vmParameters" />
|
|
+ <option name="workingDirectory" />
|
|
+ </selectedOptions>
|
|
+ <option name="VM_PARAMETERS" value="-Xms2G -Xmx2G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true" />
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/testserver" />
|
|
+ <method v="2">
|
|
+ <option name="MakeProject" enabled="true" />
|
|
+ </method>
|
|
+ </configuration>
|
|
+</component>
|
|
\ No newline at end of file
|