Instant Respawn Plugin

Status
This thread has been locked.

RadioCloud

Banned
Feedback score
10
Posts
108
Reactions
38
Resources
0
Hello, I have completed my first plugin which disables the respawn screen. For me and players on my server, clicking respawn will occasionally freeze or crash Minecraft. I also made this plugin because I believe it is nicer to instantly respawn, rather then have to click respawn. I have tested this plugin on my server without problems, but if there are any issues please PM me and I will fix them ASAP. Plugin is free, but I would appreciate any vouches.

http://www.mediafire.com/file/knstsi365gxn0e0/InstantRespawn.jar

If people would like the source code, I can provide it. However, it is a pretty easy to make plugin.

EDIT: Source code: https://hastebin.com/okefecumih.java
I will github it soon and replace that. I was trying to create this in one class so the code may be a bit messy.

EDIT: When a player dies, they drop their armor about 75% of the time. I am working on fixing this so it always drops rn. I will post an update when I fix it.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
Aren’t you preventing the PlayerDeathEvent to run by implementing this plugin on a server though? RadioCloud
 

Eric

Software Engineer
Supreme
Feedback score
14
Posts
1,760
Reactions
1,648
Resources
1
Chuck it on GitHub ;) Mediafire is a-
 

RadioCloud

Banned
Feedback score
10
Posts
108
Reactions
38
Resources
0
Aren’t you preventing the PlayerDeathEvent to run by implementing this plugin on a server though? RadioCloud
Not exactly, it will see if a players current health - the damage from a source is less then a certain number, then it cancels the entity damage, heals/feeds them, clears potion effects, drops inventory, and teleports them to spawn.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/radiocloud-scam-report.409293/)

Eric

Software Engineer
Supreme
Feedback score
14
Posts
1,760
Reactions
1,648
Resources
1
Not exactly, it will see if a players current health - the damage from a source is less then a certain number, then it cancels the entity damage, heals/feeds them, clears potion effects, drops inventory, and teleports them to spawn.
So player death event isn't even being called?
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
Status
This thread has been locked.
Top