Max Lee

Results 496 comments of Max Lee

Some thoughts about this: - Server switches should ideally not happen until the target chunk/location is found (otherwise the player would just stand around somewhere on the other server?) -...

> https://github.com/WiIIiam278/HuskBungeeRTP like this? As far as I know that one doesn't solve point 2 of the list. > is this plugin still updating? Yes, it will always be updated...

Multiple images or images and text cannot be on the same line: ![image](https://user-images.githubusercontent.com/5768781/215358211-3a6f6ab3-c448-458a-91b5-155c93f5b68e.png) ![image](https://user-images.githubusercontent.com/5768781/215358251-5960c22a-e819-4330-ade6-f3ae797c6a1d.png) These are all on the same line in the Markdown but render on multiple. (Prod)

Ideally this would warn/ask what to do with any resources (like delete as well or move to different account)

The plugin just uses `Material#matchMaterial` right now so no tags. Adding that is a nice idea though and could definitely be useful.

This is already a feature and works when I test it. (The code for that is [here](https://github.com/Phoenix616/ResourcepacksPlugins/blob/master/bukkit/src/main/java/de/themoep/resourcepacksplugin/bukkit/listeners/WorldSwitchListener.java#L42-L50)) If you think it's a bug in the plugin please make sure to...

Just so that nobody pulls this without considering this: Changing the priority from `HIGHEST` (which means run last) to `LOWEST `(runs first) would actually cause the issues described as now...

Would be interesting to know what text they write on a sign that causes this warning. (of course I realise that it's hard to know for you so I will...

Hm, seeing as thet use a mod to write sign text it's possible that this could be unrelated to ChestShop and just happen to all signs in general when using...

With which datapack/mod do you have issues with? Because the current code should already work with any block which behaves like a proper sign.