Chechu
AAdmincraft
•Created by Deleted User on 8/15/2023 in #questions
1.19.4 shield for 1.18.2
If you know how to develop a plugin, you can easily fix that. If not, you can try searching for one on the marketplace for your server software or find someone on freelancing platforms, they will be able to do it for a fairly low price.
9 replies
AAdmincraft
•Created by Deleted User on 8/15/2023 in #questions
1.19.4 shield for 1.18.2
Alright I can prove myself wrong, before 1.19.3 shields didnt block end crystals explosions due to a bug
9 replies
AAdmincraft
•Created by Deleted User on 8/15/2023 in #questions
1.19.4 shield for 1.18.2
Shields have been blocking explosions since 1.10 at least as far as I remember, so unless you refer to another feature (in that case, be more specific), he already answered you that.
9 replies
AAdmincraft
•Created by xer0 on 8/13/2023 in #questions
World zip files
Yeah, of course you can, but keep in mind that deleting that zip file will probably result in loosing a backup...
5 replies
AAdmincraft
•Created by Ryanlego9 on 8/13/2023 in #questions
Any plugin or way to make mob drops only come from player kills?
can't deal with autoclicker... for tnt you might find something useful in EntityDamageByEntity or EntityExplosion
16 replies
AAdmincraft
•Created by Deleted User on 8/12/2023 in #questions
/reloading a fabric server. Is it as bad as with Paper (and alternatives)?
Thats what I meant, forge doesnt have reload afaik, so the /reload is already /minecraft:reload
14 replies
AAdmincraft
•Created by pierre on 8/12/2023 in #questions
server size increasing while pre-generating
yep, it increases exponentially, if that's what you wonder. Basically speaking, if you're loading a 10k radius area, you'll have to load a 200k blocks area, with a single block of height... so imagine
16 replies
AAdmincraft
•Created by Deleted User on 8/12/2023 in #questions
/reloading a fabric server. Is it as bad as with Paper (and alternatives)?
fabric and forge are completely different to paper, spigot and bukkit, which all work on the same base, bukkit, so not valid at all. Mods are meant to be loaded at startup, but I believe forge and fabric don't have a reload function at all, so that would be the vanilla reload am I wrong? In that case, it should be completely correct, unless your datapack relies on world generation, which is only executed on startup, or any other thing that executes on login, if possible.
14 replies
AAdmincraft
•Created by squabbled on 8/13/2023 in #questions
update on server situation: more out of memory killer errors now, ssh shutting down, new server
^^^ you just said it, try reducing the memory to 4, and see what happens
5 replies
AAdmincraft
•Created by Xman on 8/13/2023 in #questions
Server was fine then randomly wont let anyone join
back up and temporarily remove guns mod
24 replies
AAdmincraft
•Created by Ryanlego9 on 8/13/2023 in #questions
Any plugin or way to make mob drops only come from player kills?
Need to allow drops if dead entity is a player if you want players to drop their inventory on death afaik
16 replies
AAdmincraft
•Created by Ryanlego9 on 8/13/2023 in #questions
Any plugin or way to make mob drops only come from player kills?
EntityDamageByEntityEvent and if damage cause is a player and the final damage (calculated for armors, resistances...) is higher than the current hp, then you can add it to a hashmap for the EntityDeathEvent, if it could remove the dead entity from the hashmap, allow drops, otherwise, clear drop list.
16 replies
AAdmincraft
•Created by Mavraki on 8/12/2023 in #questions
All Villagers on map disappeared
Villagers won't respawn, they don't follow animal or mob rules. So the only ways to repopulate villages is by having at least two villagers and make sure they get or have food, or by using creative/commands, you'll probably need the later anyways to spawn two villagers at least since you say they've all disappeared.
Make sure to check which plugins(I guess) delete entities, also villagers can naturally die because of zombies and pillagers ofc, but I don't think you're constantly loading all chunks in that world.
10 replies
AAdmincraft
•Created by Nick on 8/11/2023 in #questions
Any way to prevent spectator mode players from teleporting? [FABRIC]
Not quite familiar with fabric, but usually all APIs (bukkit, forge, sponge..) have event handlers.
Since I see you are not a developer, but rather a server owner, you can try searching someone on Fiverr to do it for you, should be something easy. A basic definition would be: cancel the teleport event if for example player is a spectator and whatever you need. Be sure to make it so that it only cancels it when a spectator teleports on its own, otherwise, any teleport will be blocked.
If you want to do it yourself, you can search a basic tutorial on how to start a mod and add the event handler.
3 replies
AAdmincraft
•Created by OnlyRhythm on 8/12/2023 in #questions
Port Forwarding
As for the technical solution to that, if you still need it for some reason, it would be helpful to know what vm are you using. Commonly, you have to set up your network vm adapter as a bridge if I am not wrong, then it will share the network with your pc and you can forward it as usual. This should apply for hyper-v, vmware and virtualbox.
If you truly need it, tell me and I will search it up.
12 replies
AAdmincraft
•Created by OnlyRhythm on 8/12/2023 in #questions
Port Forwarding
^^^ this. You can just run the server on windows if self-hosting. Also, keep in mind the risks of self-hosting, unless you're doing it for friends, don't, specially if you don't know what you're doing.
12 replies
AAdmincraft
•Created by Chechu on 8/10/2023 in #questions
SMP World and End
I'm closing this thread since you seem to share a similar opinion overall, thank you so much everyone. If anyone's opinion differs feel free to tell me (not sure if you can keep writing here after I close it so you can ping me or smth)
21 replies
AAdmincraft
•Created by Chechu on 8/10/2023 in #questions
SMP World and End
Looks great thank you!
21 replies
AAdmincraft
•Created by Chechu on 8/10/2023 in #questions
SMP World and End
I see, thank you! Yes please, I will take a look
21 replies
AAdmincraft
•Created by Chechu on 8/10/2023 in #questions
SMP World and End
Alright will take that in mind thanks ^^ Don't want to restrict them either
21 replies