No, the issue with falling though the block on dismount is still there whether that is set to true or false. I though that by turning that config to true, I could fix the falling through the block issue, but it does not teleport you to the location.
Same problem. The issue persists regardless of the config settings. I uninstalled the plugin for now :/
For me get-up-location-return: true works fine, when I dismount, I'm positioned and oriented the same way as before sitting. However, I'd like to ask if it would be possible to add an option to use the default vanilla sitting message instead of the plugin's localized messages. When you localize a message, it's a fixed translation, but the Sneak key name depends on the client's language. I thought it would be more consistent if there was the possibility to use the vanilla message "Use %s to dismount" which is triggered when you sit on a horse or any other mount. It's not extremely important, just a thought, though. Loving the plugin, thanks!
Gecolay updated == GSit == Modern Sit (Seat and Chair), Lay and Crawl Plugin! - [1.13.x - 1.17.x] with a new update entry: [Update 6.0.0.1] Bugfix Update Read the rest of this update entry...
Thanks, I was wondering what the setting did, but I have show-sit-message set to false and I still get the custom message from the lang file when sitting down. Is it possible that it's a bug? Thanks!
Gecolay updated == GSit == Modern Sit (Seat and Chair), Lay and Crawl Plugin! - [1.13.x - 1.17.x] with a new update entry: [Update 6.0.0.2] Bugfix Update Read the rest of this update entry...
Hi. Could you please add to the plugin so that when you sit down, go to the chat, write to the player that he sat down or lay down?
You should ask this a Developer of a Chat Plugin, this is nothing which would fit in GSit, I'm sorry ^^
Your 6.0 update changed config settings unnecessarily. Added a few, sure, but changed the wording of many settings.
Hello! If I may, I'd like to suggest the following: - on stairs, SIT. - on slabs, LAY. - on carpets, CRAWL. Anyways, I LOVE THIS PLUGIN! Especially because I'm building Churches and there are pews for people to sit on. Great job!
I tried to reduce the total volume a little ^^ Maybe I'll add Material-Lists for the others in the future
Gecolay updated == GSit == Modern Sit (Seat and Chair), Lay and Crawl Plugin! - [1.13.x - 1.17.x] with a new update entry: [Update 6.0.1.0] API & Bugfix Update Read the rest of this update entry...
I tried to use your new Pre-event API, but there's something bad happening on client side (/papi parse me %player_x% returns laying player's x coordinate), what's wrong with this code? Code (Java): @EventHandler public void onStandUp(PrePlayerGetUpPoseEvent event) { event.setCancelled(true); } I tried to do something with event.getPoseSeat().getEntity().addPassengers(event.getPlayer()), but that doesn't work.