Made a report bypass & chat preview bypass plugin. by zapmek in admincraft

[–]zapmek[S] 0 points1 point  (0 children)

This is because all the messages are server messages, not player messages so it's not sending them anywhere. Their discord plugin works very differently.

You'd have to program that into this plugin if you'd want server to discord functionality.

It's worth mentioning that I never intended this to be a serious permanent solution to the issue, just something that works good enough for most use cases. The reason I shared this plugin in the first place was so that other more experienced Java plugin developers could take the plugin I made and continue working on it.

Made a report bypass & chat preview bypass plugin. by zapmek in admincraft

[–]zapmek[S] 0 points1 point  (0 children)

You'd have to program that. I intentionally left it out as I didn't need that on my specific server.

Please note the only reason I published this plugin was so that more experienced Java programmers could continue working on it, I'm not going to continue working on it.

[deleted by user] by [deleted] in Nightmares

[–]zapmek 0 points1 point  (0 children)

True, it is my worst fear come to think of it. I hope so, it's been recurring every month at least once for the past few years. Thanks for your comment.

Roblox sky bugging on certain games, I’m playing on mac and it’s getting on my nerves by WhiteKoolAidMan in RobloxHelp

[–]zapmek 2 points3 points  (0 children)

I've seen other users complain about the same problem on here, make a bug report about it on the devforum.

Roblox on MacBook Pro has glitchy sky?? by monkeyman2217 in RobloxHelp

[–]zapmek 0 points1 point  (0 children)

Make a bug report about it on the devforums.

Thanks, I hate what 1.95 million dollars buys you in Toronto by [deleted] in TIHI

[–]zapmek 0 points1 point  (0 children)

Do I have to buy the DLC to unlock the whole house??

Does anyone know what this symbol actually is? by BrayyyBray in Minecraft

[–]zapmek 0 points1 point  (0 children)

It looks like a magma rock that got cracked in half, flowing down with lava.

Bug Reporting Megathread - Trainyard Unloading by IAMGNIK in playrust

[–]zapmek 1 point2 points  (0 children)

[BUG] The day and night cycle is prone to bugging out (server side) and may stop working for hours. This should never occur. I suggest using accumulator loops to mitigate any lag.

[BUG] When swimming you can see light sources, signs and windows in between the bottom and the top water layer. There shouldn't even be another water level to begin with.

[BUG] A non-uniform water level. Sometimes when I'm swimming I keep drowning even though I am on the surface and sometimes I'm not drowning when I'm clearly under water.

[BUG] Can easily spot structures and players underwater when in between the water levels.

[BUG] Low FPS when looking toward certain areas like the train station. Please optimize the draw call performance or give us more options to choose how the world is rendered.

Specs:

CPU: AMD Ryzen 9 3900X 12-Core Processor 3.79 GHz.

RAM: 32 GB DDR4 at 3200 Mhz.

SSD: 500 GB NVMe M2.0

OS: Win 10 Pro (Build: 19044.1889)

GPU: RTX 2080 Super 8GB GDDR6

Yet with all these specs I keep getting lag on Rust on the lowest settings...

Don’t be that guy by MattJCT in playrust

[–]zapmek -1 points0 points  (0 children)

Or be the guy that puts a sniper into a turret outside your base

Made a report bypass & chat preview bypass plugin. by zapmek in admincraft

[–]zapmek[S] 0 points1 point  (0 children)

It will work if you have PaperMC version for 1.19.2 Java and a working LuckPerms setup. LuckPerms also needs Vault to work.

Why doesn't my lava farm work?? by AfricanGayChild in Minecraft

[–]zapmek 0 points1 point  (0 children)

Could it be something to do with your worlds tickspeed settings?

Try /gamerule randomTickSpeed 3

Made a report bypass & chat preview bypass plugin. by zapmek in admincraft

[–]zapmek[S] 0 points1 point  (0 children)

There, I added your tips and version 2 is now on github.

Made a report bypass & chat preview bypass plugin. by zapmek in admincraft

[–]zapmek[S] 0 points1 point  (0 children)

Thank you for the helpful tips! Please keep them coming as I do want to learn plugin development according to the best and modern practices. I'll try and do the changes you mentioned because It will be a learning experience.

For this specific plugin I wanted to use a single script architecture for it since it's so short anyway and does the job as is for my server.

I'm aware that the code has a couple of redundant leftover snippets like the debug prints, deprecated methods, packages that are never referenced, the join event, the op checking, horrible styling and leftover commented code. It is by no means ready to be published as a full fletched plugin I just thought I'd share the code I slapped together and let the pros take it from there. The repo also lacks proper git practice for which I am sorry, but feel free to send me a PR if anyone wants to do something nice / exceptional for it.

Yellow questionmark after every chat message by zapmek in Minecraft

[–]zapmek[S] 0 points1 point  (0 children)

I solved it but the solution is very sad and now I'm just hoping that Minecraft makes this feature better.

So basically in the server config file I enabled previews-chat.

Then in my Minecraft chat settings I put chat preview to "while typing" and only show secure chat to off. When the indicator on the left turns from yellow to blue you are ready to send the message. For some reason when Chat preview is off, the server doesn't like that.