mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-07-01 15:26:44 +00:00
credits
This commit is contained in:
parent
88e6c1f85b
commit
b8c6933dad
@ -10,6 +10,12 @@ import xyz.xenondevs.particle.ParticleEffect;
|
||||
import java.util.Arrays;
|
||||
import java.util.Random;
|
||||
|
||||
//---
|
||||
//Credit to @ByteZ1337 for ParticleLib - https://github.com/ByteZ1337/ParticleLib
|
||||
//
|
||||
//Use of particle creation
|
||||
//---
|
||||
|
||||
public class RTPParticles {
|
||||
|
||||
private boolean enabled;
|
||||
|
@ -13,6 +13,12 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
|
||||
//---
|
||||
//Credit to @PaperMC for PaperLib - https://github.com/PaperMC/PaperLib
|
||||
//
|
||||
//Use of asyncronous chunk loading and teleporting
|
||||
//---
|
||||
|
||||
public class RTPTeleport {
|
||||
|
||||
private final RTPParticles eParticles = new RTPParticles();
|
||||
|
Loading…
x
Reference in New Issue
Block a user