Admincraft

A

Admincraft

Join the community to ask questions about Admincraft and get answers from other members.

Join

:bangbang: Where can i find textures for ItemsAdder?

Hi, I want to add platinum ore and things to do with it like platinum sword, armor, block etc. Is there a place where i can find textures for these kind of stuff easily? Thanks!

Connect to mariadb server in docker from external machine

Hey all, I have a mariadb server running in docker and for the life of me I can't figure out how to properly get my 2 external gamemodes (creative and lobby) to connect plugins to the database server without them timing out. It's for sure not a permissions or connectivity issue, because I can connect to them fine intially, but the connection times out after some time. Plugins like luckperms for example will actually time out the player if there are database connectivity issues, making those servers unplayable. If I restart the server, or reload the plugin, it connects just fine. I've increased the max connections to a super high number, ensured the port is published by docker and permissions are correct. I've also increased the ulimit and made it persistent. Any ideas? For those here with experience running database servers in docker, how did you connect external clients to it without it timing out?...

Is their anyway to make a server on B1.7.3 without using offline mode?

Authenication doesn't work on any version predating 1.0, and the only working solution I've found is to disable online mode. One issue, I don' t want to do this as the servers whitelisted for me an my friends and I don't want to use a random password thing thats jank or just hopefully pray that no one guesses the whitelisted username or something.

How to block slurs in chat?

I remember seeing a post about that but cant find it anymore, anyone know how I can block chosen words (slurs, really) from being sent or relaying to chat? Thanks On paper 1.21.4...

Change world environment?

im trying to figure out how i can set the main world to the nether without any external plugins or datapacks. I feel like there is a way I just cant find any config options in bukkit to accomplish this. Just for some context i want the only world on this server to be the nether

Using a pre-rendered Earth Map combined with ores from mods - Create/IE - Forge 1.20.1 server

Hello, currently bashing my head against a wall trying to get ores from our modpack into an Earth Map, which is pre-rendered obviously once I import it to the server. I know the only way is to retrogen but after a lot of research we'd have to change versions to get a mod that does this, it seems. I'd love to know if anyone has ever gotten an earth map with modded ores in it and if possible, how. I tried to Worldpaint surface and merge with a normally generated world but that shot an error message. Thanks so much all....
Solution:
from what I read, worldpainter can generate modded blocks and ores from mods if you set up a custom underground pockets layer

Alternative to Tebex

Me and the owner have a server thatโ€™s currently running on Tebex but it doesnโ€™t really support more modern versions of Minecraft with sponge, what would be a good modern alternative?

Datapack to change a weapon's attack strength?

I'm looking for a way to make the ice and fire - epic knight addon weapons a little more balanced. Is there a way I can change their attack strength with a datapack? Asking for 1.18.2 forge

Need help finding plugin

Hello, I've come across something and I'd really like to implement it in my own server. Does anyone know what plugin offers the following feature? We're a small Dutch server, we aren't competitors with that server so I think it's ok if we implement it too. Thanks in advance btw!!
Solution:
AdvancedEnchantments ig
No description

feedback on How many blocks do i pre-generate in each direction

So im making an og like NON pay 2 win factions server that will NEVER reset. How many blocks do u think i should pre gen in each direction for a server that will not ever reset. Thanks...

Entities such as villagers canโ€™t pass through nether portals on 1.21.4 purple

Not sure what plugin config I need to change nor aware of what the setting would be named as. Any idea?
Solution:
entities-can-use-portals: false it's likely this setting
No description

Best Mob model plugin

Hello Everyone, im looking for suggestions on which plugin i should use for custom mobs, only req. is that it needs to be compatible with itemsadder and its not too hard to setup. Thanks, please ping me if you respond!...

RAM runs out and everyone gets kicked, but RAM doesnt go down, requires restart

There were 5 people online. No 12 chunks view distance. How to fix? This happens often
No description

Why does it say the site can't provide a secure connection when trying to view my squaremap?

I downloaded squaremap to my server and followed the directions for the installation and the directions from my hosting service and it still says the site can't provide a secure connection. I even tried disabling my firewall.

Insight alternative 1.21.4 Paper

Hi! Looking for an alternative to the Insight plugin on 1.21.4 paper. Insight sadly is broken for me, but I'd really like a way to limit redstone, armor stands and item frames. Not looking for way to make my server be able to handle these things fine. I want them limited. Any help is appreciated. :)

Best base server version for kitpvp

guys i'm adding to my bungee network a kitpvp server. i want it to allow every version (so i will use viaversion) and i want to offer the best experience possibile in terms of pvp and in terms of server performance. do you advice me to use 1.8 as base server or 1.21 with oldcombatmechanics plugin?

Crates plugin with pity system

Anyone knows a crates plugin that implements a sort of pity system? Some cool pity ideas: 1. Hypixel mystery dust that allowed you to purchase whatever you want after getting enough of it. 2. Gacha pity that allows selecting something you want and guarantee it if you already rolled n times....
Solution:
I mean, if your crate system lets you have a secondary reward with most of your rewards, then you can just give them a special token which they can redeem in some kind of store

Very High Ping at a Low Player Count (1-3), but very low Ping at Higher Player Counts (4+)

Have no idea what is causing this issue. My ISP is AT&T and I get 300 up and 300 down for my internet using speedtest-cli tool on Linux Ubuntu Server. It makes it completely unplayable at low player counts, but just fine when we're all on. I'm just hosting this server for myself and about 10-15 friends at the moment and outside of that have not experienced any issues. I have diagnosed that it's not any lag related to tick speed because with more than 7 players on I was still getting 4mspt accord...

How tf my void world can take up to 50gb???

So, I'm building a spawn world for my server that ran locally (on my laptop). Firstly I created a void world with singleplayer method. And it was less than 500mb when I check the file size after I imported it to multiverse plugin. Just recently, after I halfway finished my spawn build (probably 6-8 hours building), I tried to restart my server and the console didn't start anything, so then I check my builder server files and I found that my void spawn world take up to 50gb.. how is this possible?? I don't even exploring the void world more than 500 radius??...
Solution:
I had to blacklist the world from BetterRTP config files ๐Ÿ™ƒ
No description

Help with cleaning up my docker image packages mess (its for my minecraft hosting purpose)

Is anyone here know how to clear up untagged packages from Github Action ? I tried to make my own GraalVM docker image for Minecraft server but the amount of commits and packages being built up makes me OCD af and at least I want it to be clean. I just grabbed an Action from this and import back into my docker-image.yml, it got error code 1 and I cannot do anything further from this...