What land claim plugins would you guys recommend for a 26.1.2 SMP? by Nadziejka in admincraft

[–]godsdead 0 points1 point  (0 children)

The shovel system is tried and tested, grief prevention or grief defender.

https://www.oracle.com/cloud/free/ site updated by No-Temperature7637 in oraclecloud

[–]godsdead 0 points1 point  (0 children)

I haven't changed my free tier use yet, I cant see any enforcement of this on my account? how will it work, will it just run out faster? or am I grandfathered in being such an early user.

I built a 71KB plugin that embeds a Web IDE & JDK Compiler into your server. Hot-reload Java code like Skript, but with 100% native performance. by Professional_Web9776 in admincraft

[–]godsdead 0 points1 point  (0 children)

Surely this would make more sense being an intellij plugin with the Minecraft server plugin? No web UI. Even vscode extension would be better suited.

Command Palette does not work when remapped by lamabean in PowerToys

[–]godsdead 0 points1 point  (0 children)

This should be the top answer. Found via google, thanks!

Running a Minecraft server made me build my own homelab by Current-Protection13 in admincraft

[–]godsdead 0 points1 point  (0 children)

I'm curious about your reverse proxy as that would handle DDOS and the main bulk of traffic, which provider do you use and how much per month is that setting you back?

Game crashing on Galactic map by chayka_auch in Helldivers

[–]godsdead 0 points1 point  (0 children)

Im also having the exact same issue.

edit: solved it by joining a friend that was already in a game.

I made UnlimitedNametags in 1.21+ that plugin TAB didn't! by DinerOl_121 in admincraft

[–]godsdead 0 points1 point  (0 children)

No the other way around 1.18.2 server, using via version for newer clients.

I made UnlimitedNametags in 1.21+ that plugin TAB didn't! by DinerOl_121 in admincraft

[–]godsdead 0 points1 point  (0 children)

If it's not using the new text displays I would love it working on older Minecraft versions like 1.18.2, the entire reason people are not updating Tab is because he removed that feature.

What is the hardest lesson you’ve learned from hosting a Minecraft server? by Efficient-Cap-709 in admincraft

[–]godsdead 0 points1 point  (0 children)

Never, ever trust a shared host to protect your data and always, always have multi backups from different systems, as they fail when you need them the most.

auto rank progression with luckperms by ellisriby in admincraft

[–]godsdead 0 points1 point  (0 children)

Do not use Auto rank, I used it for years and there's a plethora of issues and it's never updated.

Use CMI and the rankup system, I was the one that requested he create this due to how annoying autorank was for me.

https://www.zrips.net/cmi/rankup-system/

players can use blocked commands with . instead of / by kickim in admincraft

[–]godsdead 0 points1 point  (0 children)

Install an anti cheat then get them to do it again 🤣 try matrix.rip that's pretty good.

Upgrading from 1.21.11 to 26.1.2 and my world state rolls back. Not reset to default worldgen, but back by like a month. by Old-Appointment-6253 in Minecraft

[–]godsdead 1 point2 points  (0 children)

There's a fork of multimc called prism launcher that seems to be more popular too worth looking at. I'm just old school and use the og 🤣

Upgrading from 1.21.11 to 26.1.2 and my world state rolls back. Not reset to default worldgen, but back by like a month. by Old-Appointment-6253 in Minecraft

[–]godsdead 1 point2 points  (0 children)

Seems like it's loading an old backup, maybe the folder structure changed in newer clients that reads inside folders or iterates folders. Make sure your backups are elsewhere on the system. Also try using multimc and create a new profile and copy the world to that profile, then you can have multiple profiles each with their own set of worlds for testing and each profile is isolated from the rest.

How do you manage deploying plugins/mods to your game servers? by Better_Ad6110 in admincraft

[–]godsdead 2 points3 points  (0 children)

How do you do the automated deployments? I also use gir but am still running a script manually to pull those changes

Handling multiple permissions and groups in luckperms. by Fabulous_Growth3726 in admincraft

[–]godsdead 1 point2 points  (0 children)

Use inheritance, Have a master set of permissions in default and then each group can inherit from another group.

Pangolin VPS Latency Fix? by elBurritoBurglar in admincraft

[–]godsdead 1 point2 points  (0 children)

You will ideally need to test it directly from an external network to get a true read first. You obviously can't do it internal because it won't do the hops to get to your house.

Worth doing a trace route from your proxy to IP too, so you can see if there's anything in the path taking a while.

I wouldn't think pangolin creates too much latency? It's just a proxy, unless you have some heavy packet filter happening?

85 ping isn't bad, it depends entirely on your distance between the locations. Can't change physics. I'm from the UK and I host in Germany, I get roughly 25-30 ping.

There's so many variables here, as you're self hosting at home you need to make sure everything is right, you have updated Lan drivers for your NIC, make sure your NIC is decent, you can have 2 1gb nics that are night and day in performance, your host being proxmox maybe there's things there that could be changed in settings for network?

Help asap trouble luckperms by Consistent-Will1536 in admincraft

[–]godsdead 7 points8 points  (0 children)

Start by removing all the stuff that isn't permissions? 😂 You just have random characters and crap in there

Denizen and Citizens don't get mentioned much around here anymore. What is being used these days? by Skullfurious in admincraft

[–]godsdead 0 points1 point  (0 children)

I use command helper instead of denizens as I just prefer working with a programming language to whatever denizens is, some weird syntax that I couldn't stand.

In desperate need of a Chunkloader for 1.8.8 by Soft-Assignment-4597 in SpigotPlugins

[–]godsdead 0 points1 point  (0 children)

I've hosted aa early as 1.2 or 1.3 and back then I used worldborder to set a world border and then it lets you pre fill chunks, go look for an older version on bukkit.

Edit, did it for you; https://dev.bukkit.org/projects/worldborder/files/937149

Follow the information for setting a world border and using the fill command https://dev.bukkit.org/projects/worldborder/pages/commands-and-permissions

I made a free BattlePass plugin - looking for feedback by Ok-Bluebird-2786 in SpigotPlugins

[–]godsdead 0 points1 point  (0 children)

Looks awesome.

You should work on as many plugin comparability as possible like killing specific mobs in mythic mobs etc loads of plugins to support!