Skip to content

Commit

Permalink
Fixed void death loop
Browse files Browse the repository at this point in the history
  • Loading branch information
matanrak-ni committed Apr 23, 2018
1 parent 4074761 commit c088302
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 60 deletions.
6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

215 changes: 215 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions AdvanceRespawn.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.9.2.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.12.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.10.2-R0.1-SNAPSHOT-latest.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/Spigot_1_8_7.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1_11.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.9.4-R0.1-SNAPSHOT-latest.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/HolographicDisplays.jar" />
<libelement value="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/Holograms-2.5.0-SNAPSHOT.jar" />
<varelement var="file://$ECLIPSE_HOME$" value="ECLIPSE_HOME" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
</src_description>
</component>
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/target/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="ECLIPSE_HOME">
<CLASSES>
<root url="file://$ECLIPSE_HOME$" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="jdk" jdkName="JavaSE-1.8" jdkType="JavaSDK" />
<orderEntry type="module-library">
<library name="spigot-1.9.2.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.9.2.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="spigot-1.12.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.12.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="spigot-1.10.2-R0.1-SNAPSHOT-latest.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.10.2-R0.1-SNAPSHOT-latest.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Spigot_1_8_7.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/Spigot_1_8_7.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="spigot-1_11.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1_11.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="spigot-1.9.4-R0.1-SNAPSHOT-latest.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/spigot-1.9.4-R0.1-SNAPSHOT-latest.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="HolographicDisplays.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/HolographicDisplays.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Holograms-2.5.0-SNAPSHOT.jar">
<CLASSES>
<root url="file:///Users/matanrak/Documents/Code/Java/Eclipse Workspace/Jars and files/Holograms-2.5.0-SNAPSHOT.jar" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Disabled_Worlds:
#-==={ Spectate Death }===-#
#when a player dies he will respawn in spectator mode until a set time
Spectate_Respawn: false
Spectate_Respawn_For_Players_In_Creative: false
Spectate_Respawn_Length: 4
Spectate_Respawn_Max_Fly_Distance: 100
Spectate_Respawn_For_Players_In_Creative: false
Spectate_Respawn_Progress_Title: '&2Respawning...!'
Spectate_Respawn_Title_Line_1: '&cRespawned!'
Spectate_Respawn_Title_Line_2: '&aYou have respawned &2{blocks} &ablocks away'
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AdvanceRespawn
main: net.scyllamc.matan.respawn.Main
version: 6.1.3
version: 7.0.2
description: AdvanceRespawn
load: POSTWORLD
author: Matan Rak
Expand Down
Loading

0 comments on commit c088302

Please sign in to comment.