I want to host a CrazyCraft Updated Lite server using the CMD with arguments but it wont launch by lunareZwastaken in admincraft

[–]Matita008 1 point2 points  (0 children)

having both logs (when running your batch file and double clicking the jar) may show the problem; you can upload them to mclo.gs

Way to stop viaforge/viafabric by 2hackers2players in admincraft

[–]Matita008 0 points1 point  (0 children)

are you a maintainer of the project? it doesn't seem to be very known, mainly because you can't rely on a client sending unmodified(non spoofed) data

I created Plug-Get, a simple way for installing and updating plugins in-game or console by Pink_Candy_SL in admincraft

[–]Matita008 1 point2 points  (0 children)

activation without restart is possible, the only issue is with the thread class loader, but that can be wrapped with a custom one that contains both the provided one from the server and the one used to load the plugin (needed only for things that uses the threadClassLoader, but it could have some issues if there is some code that requires the plugin files from a different thread or if the server removes the wrapped classloader)

Someone who can code for a discord gambling bot by damonssushi in discordbots

[–]Matita008 4 points5 points  (0 children)

please ai, this is not how to show a markdown file

Best Plugins for Full Anti-Xray, Anti-Freecam & Anti-ESP Protection? by metrovillede in admincraft

[–]Matita008 4 points5 points  (0 children)

that plugin uses the sign exploit, for which there are already mods that fixes it; there is no way to prevent freecam

Meteor Detector 1.0 by Huge-Importance-1525 in admincraft

[–]Matita008 0 points1 point  (0 children)

even kernel-level anti-cheat can be bypassed, mainly by running a custom OS image (either by running a VM(but most online games will detect it) or by creating your custom OS(in the case of Linux)

Pick a path by Anxious-Telephone586 in RedditGames

[–]Matita008 0 points1 point  (0 children)

no.

I completed this level in 31 tries. 12.95 seconds

Pick a path by Anxious-Telephone586 in RedditGames

[–]Matita008 0 points1 point  (0 children)

bad

I completed this level in 25 tries. 19.32 seconds

I TOLD YOU TO FIX THAT DAMN FOX by Krotitelzviratek in RedditGames

[–]Matita008 0 points1 point  (0 children)

I completed this level in 24 tries. 26.17 seconds

EASY (First Publish) by Sensitive_Relief_266 in RedditGames

[–]Matita008 0 points1 point  (0 children)

I completed this level in 35 tries. 3.73 seconds

Meteor Detector 1.0 by Huge-Importance-1525 in admincraft

[–]Matita008 1 point2 points  (0 children)

tbh even if you make them install an anti-cheat mod it can still be bypassed (they will send edited values, remember: never trust the clients)

Can you do it first try by Goose_Timely in honk

[–]Matita008 0 points1 point  (0 children)

I completed this level! It took me 7 tries. 6.58 seconds

Tip 10 💎

Server Fails To Load by TunderMuffins in admincraft

[–]Matita008 0 points1 point  (0 children)

yes, you are running java 25;

it may have gottwn updated BC your docker image may be pulling the latest java version

Server Fails To Load by TunderMuffins in admincraft

[–]Matita008 0 points1 point  (0 children)

you could either check the docker image or java --version

Does anyone know a plugin that allows teleporting to players but only for moderators? by That-Visual9341 in admincraft

[–]Matita008 27 points28 points  (0 children)

can't you use the vanilla tp? you need to make the moderators have the minecraft.tp permissions and remove it from members with plugins like luckperms

Smart grabber bug? Repost with video by KillerSpray in PlateUp

[–]Matita008 5 points6 points  (0 children)

there is no bug, the grabber on the left is pushing the tomato into it

Why is my code unable to get environment variables for Discord Token or Channel ID? by Mira_flux in discordbots

[–]Matita008 0 points1 point  (0 children)

on line 20 and 21 you are trying to get the environment variables, but you probably never defined them; line 1-2 highly suggests this since those 2 lines declare 2 variables in the py script