RecordSystem (Beta) #199
@ -206,8 +206,8 @@ public class TechHider_15 {
|
||||
}*/
|
||||
|
||||
final int cY = chunkY;
|
||||
Bukkit.getScheduler().runTask(IFightSystem.getPlugin(),
|
||||
() -> fullChunkHider(p, chunkX, cY, chunkZ));
|
||||
Bukkit.getScheduler().runTaskLater(IFightSystem.getPlugin(),
|
||||
() -> fullChunkHider(p, chunkX, cY, chunkZ), 1);
|
||||
}
|
||||
|
||||
primaryBitMask >>= 1;
|
||||
|
@ -315,6 +315,7 @@ public class FightSystem extends JavaPlugin {
|
||||
feature.getKey().stateChange(fightState);
|
||||
}
|
||||
|
||||
|
||||
//Disable feature if should be disabled and currently enabled
|
||||
if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){
|
||||
feature.getKey().disable();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren