12
0
Dieser Commit ist enthalten in:
Yaruma3341 2020-01-06 20:13:46 +01:00
Ursprung 6883b7efc2
Commit 5705e1d87d
5 geänderte Dateien mit 69 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:Spigot:1.10" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:WorldEdit:1.0" level="project" />
<orderEntry type="module" module-name="SpigotCore_API" />
<orderEntry type="module" module-name="SpigotCore_9" />
<orderEntry type="module" module-name="SpigotCore_8" />
</component>
</module>

Datei anzeigen

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:Spigot:1.15" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:WorldEdit:1.15" level="project" />
<orderEntry type="module" module-name="SpigotCore_API" />
<orderEntry type="module" module-name="SpigotCore_14" />
<orderEntry type="module" module-name="SpigotCore_12" />
<orderEntry type="module" module-name="SpigotCore_8" />
</component>
</module>

Datei anzeigen

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:Spigot:1.9" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: steamwar:WorldEdit:1.0" level="project" />
<orderEntry type="module" module-name="SpigotCore_API" />
<orderEntry type="module" module-name="SpigotCore_8" />
</component>
</module>

Datei anzeigen

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Datei anzeigen

@ -9,6 +9,8 @@ import java.util.Map;
public class SWScoreboard {
private SWScoreboard() { }
private static HashMap<Player, Object> playerBoards = new HashMap<>(); //Object -> Scoreboard | Alle Versionen in der Map!
public static boolean createScoreboard(Player player, ScoreboardCallback callback) {