DevotedMC / Citadel

A Minecraft plugin to protect your chests and builds using in-game materials. Requires an attacker to break each block a certain number of times. Built for Spigot 1.14.4
https://www.devotedmc.com/citadel.html
BSD 3-Clause "New" or "Revised" License
2 stars 20 forks source link

Visual representation of /cti. #37

Open iNko97 opened 6 years ago

iNko97 commented 6 years ago

On my server (Younger and less intuitive players) I implemented a visual representation of /cti (/ctd \<GroupName>, with permission node), which sends packets replacing reinforced blocks with stone-iron-emerald-diamond blocks. Thought maybe you liked the idea and could implement it :)

ProgrammerDan commented 6 years ago

Huh, nifty. Do you have the code available for a PR? Even if it's not a clean merge I'd love to see what approach you took.

senorhesles commented 6 years ago

This is totally unrelated to this issue; I'm a previous civcrafter, and I wanted to get a minecraft server going for close friends and family. I wanted to add citadel to it. Do many/any of these mods support spigot 1.12.2? Or only 1.12?

ProgrammerDan commented 6 years ago

I know for sure 1.12 -- most should work fine with 1.12.x, but I can't promise. I'd recommend trying, and opening a new issue here if any issues are encountered.

senorhesles commented 6 years ago

Thanks. Is there a minimum set of mods that must be used in conjunction with one another? Citadel/NameLayer/Humbug?

ProgrammerDan commented 6 years ago

Citadel requires NameLayer and CivModCore, I believe NameLayer only requires CivModCore although I'm forgetting my dependencies graph right now :)

senorhesles commented 6 years ago

Ok, awesome. Thanks so much for keeping these mods alive! Last question: how much memory overhead should I expect from using these + db + bukkitserver in comparison to the vanilla mc server?

ProgrammerDan commented 6 years ago

It can be significant, although mostly in DB. I typically caution folks to have no less then 8GB on a machine that intends to host a modest concurrent userbase (e.g. 20-70). More then that, I recommend no less then 16GB.

senorhesles commented 6 years ago

8GB RAM, and not disk memory, correct?

ProgrammerDan commented 6 years ago

yes, RAM, not swap.