Eccentric Devotion

Results 89 comments of Eccentric Devotion

Maybe, if other servers report it as an issue.

But probably better/easier to just keep the chunk force loaded until the timer kicks in.

1. `/regeneration block [on|off]` already exists 2. Could add an option, but the television skin feature persists skins over server restarts and player logins, so the behaviour would be different...

Cannot reproduce, sneaking works as expected, no weeping angel prompts or messages...

Unlikely to be related to crafting I would say. What messages are actually appearing?

I still can't reproduce. ```java // freeze the closest skeleton if (skeleton != null) { skeleton.addPotionEffect(new PotionEffect(PotionEffectType.SLOWNESS, plugin.getMonstersConfig().getInt("angels.freeze_time"), 30, true, false)); if (!player.isSneaking()) { plugin.getMessenger().message(player, TardisModule.MONSTERS, message.get(TARDISConstants.RANDOM.nextInt(4))); } } ```...

- Only DUST and ENTITY_EFFECT particles have colour options. - From memory I didn't like the effect that BLOCK particles gave so I didn't add them, but if I did,...

I think perms and the upgrade cost is enough for the desktop themes. Besides there's not enough room in a 54 slot inventory for more upgrades...

The server doesn't distinguish between player placed or natural logs... the plugin would have to record every log block placement. I personally don't find it it so bad - in...

Potentially, but the random location finding is intensive enough as it is...