Zeda
AAdmincraft
•Created by Zeda on 8/23/2024 in #questions
TCPShield + votifier question
Just wondering how secure are the voting sites. Can you somehow using requests get the ip address of a votifier host(I tried looking at requests and I couldn't find anything, wanted to doublecheck here). Or is it possible for the domain which is protected by tcpshield to be the votifier host since only the backend ip works when i try to test the vote system.
7 replies
AAdmincraft
•Created by Zeda on 7/18/2024 in #questions
Leading entities through blocks
Hello, I am trying to make a plugin where you can make players unconscious and then you can drag them somewhere else(trap them). You have 2 minutes to do it.
I used pigs and leads for dragging players but as I want player to sit on the ground I have to make players a little above. I tried spawning a pig -0.5 y but the problem is that the pig goes a little down. This is a problem since the player then suffocates and the player isn't sitting on the ground. How would I fix this?
Code:
Location pigLocation = i;
i.setY(pigLocation.getY() - 0.5);
Pig pig = (Pig) world.spawn(location, Pig.class);
pig.setAI(false);
pig.setInvisible(true);
pig.setInvulnerable(true);
pig.setSilent(true);
pig.addPassenger(player);
pig.setLeashHolder(null);
18 replies
AAdmincraft
•Created by Zeda on 7/6/2024 in #questions
Replacing emeralds with my custom coins
Title
55 replies
AAdmincraft
•Created by Zeda on 9/6/2023 in #questions
Geyser not working
Hello this is my first time using GeysersMC and floodgate just to make server for my friends so friends who play on consoles can connect. I think i did all correctly i allowed UDP 19132 and added port to pterodactyl network tab(i am using oracle free tier). But when running connectiontest command i get this:
[15:10:52 INFO]: Testing server connection now. Please wait...
[15:10:56 INFO]: Your server is likely unreachable from outside the network as of now.
[15:10:56 INFO]: If you still face issues, check the setup guide for instructions: GEYSERWIKI
[15:10:56 INFO]: If that does not work, see GEYSERWIKI, or contact us on Discord:DISCORDLINK
Does someone know how to fix this issue.
4 replies
AAdmincraft
•Created by Zeda on 9/3/2023 in #questions
Too many wither skulls on my Minecraft server
I noticed that my server was lagging due to high number of wither_skulls. There were 70k wither skulls. Does anyone know why this is happening? Even if I kill all the wither skulls, they start to increase very fast (100 in a few minutes). Does anyone know how to limit the number of specific entities (wither skulls) If there are more than x amount of wither skulls, it would run a command to kill them all, or is there any other way?
34 replies
AAdmincraft
•Created by Zeda on 8/22/2023 in #questions
How do i make withers only shoot players
I am running an anarchy server and there are a lot of withers.
When i load chunks with withers and water, I see that withers are constantly shooting a lot of skulls underwater(target is probably some underwater entity) which makes tps go down.
Is there any plugin what will make withers target players only? I am using version 1.19.4.
24 replies
AAdmincraft
•Created by Zeda on 7/13/2023 in #questions
Spawn area plugin
Hi guys, do you know some plugins what will spawn you when you first join a server or die without a bed in x blocks around the spawn point.
For 1.12.2 version.
18 replies
AAdmincraft
•Created by Zeda on 7/13/2023 in #questions
Disable wither's projectiles from breaking blocks
Hello, I'm a server owner and I'm looking for a plugin that would prevent Wither's projectiles from breaking blocks as it causes lag on the server. Does anyone know of such a plugin?
44 replies