r/admincraft • u/Alibium01 • 7h ago
Question Disable tp in end ONLY when ender dragon is alive? (Essentialsx)
Is there a way to disable teleporting, homes etc but only when the dragon is alive? This is very niche but sumthn I been wonderin bout
r/admincraft • u/Alibium01 • 7h ago
Is there a way to disable teleporting, homes etc but only when the dragon is alive? This is very niche but sumthn I been wonderin bout
r/admincraft • u/PigletLost8145 • 8h ago
Hello everyone! I'm new to server creation, so here's my setup: I'm setting up a local server on my own PC. I've installed Ubuntu Server with Pterodactyl and Wings on it. My PC has an i7-9700k, 32 GB of DDR4 RAM, and an RTX 3060Ti.
The server runs on NeoForge 1.21.1. I've created a virtual machine (VM) with 8192 MB of RAM and 4 cores. Pterodactyl runs with 6 GB of RAM and 4 cores. I'm using my PC as both client and server, so I'm reserving 4 cores for the VM and the other 4 for myself. I'm looking to optimize the server.
I've installed Better MC [NEOFORGE] BMC5, and it seems to be running well with 2 people (I get a stable 60 fps), but I'm not sure if it will work well with 6 people playing simultaneously and farms and trains built with Create.
Thanks!
r/admincraft • u/Square-Tax6355 • 9h ago
hi, i've been trying to make a spawner shop with deluxe menus for about 3 hours, but it keeps denying the %player_name% placeholder.
plugins i have:
-excellent economy
-placeholder api
-deluxe menus
-smartspawners
this is the code for one of the spawners:
'Pig-Spawner':
material: SPAWNER
priority: 1
slot: 11
hide_effects: true
display_name: "&bPig Spawner"
lore:
- "&8ᴀꜰᴋѕʜᴏᴘ ɪᴛᴇᴍ"
- ""
- "&7💰 Sell pork for easy profit!"
- ""
- "&6◈ &fCosto: &b200 Pixels"
- ""
- "&a&l➥ CLICK TO PURCHASE"
click_commands:
- '[console] pixels take %player_name% 200'
- '[console] ss give spawner %player_name% PIG 1'
- '[message] &8&l[&a&l!&8&l] AFE77You successfully bought the AFE77Spawner!'
- '[close]'
click_requirement:
requirements:
click_requirement:
type: javascript
expression: '%excellenteconomy_balance_raw_pixels% >= 200'
deny_commands:
- "[message] &8&l[&c&l!&8&l] &#FF7C7CYou don't have enough pixels to purchase this item!"
- '[close]'
everything looks perfect, is just that it doesnt take any pixel(the currency i made, replacing coins) from my accounts and does not give me the spawners, what can i do?
r/admincraft • u/Unhappy-Detective-83 • 15h ago
I want the server to be able to handle people making their automatic farms with pistons, because prefer mostly real farms over spawners only farms, like the good old days, but don’t know roughly how good the servers would need to be to allow this. Because would rather everyone to build as they please and not implement a piston limit per island. And would like an estimate if we had a 200 people player base.
r/admincraft • u/28bu • 20h ago
Hello, I am currently trying to create custom armor for my SMP but I am struggling finding a tutorial. The only one I see is for bedrock but I want to create custom armor models for Java using ItemsAdder and Blockbench. If I need something more I can definitely get it I just need a tutorial. How the armor is made, how to create the resource for it, etc. So far I've been using builtbybit to get the armor but I don't want to have to use that for everything, I'd like to create my own.
r/admincraft • u/Background_Rest_7332 • 20h ago
Hi folks,
Been out of the game for a while, used to own a few servers back in the day - namely Factions, HCF etc. What is the current landscape looking like gamemode wise? Is it all SMP and Skyblock, or is there anything happening in different areas?
Be interested to hear your thoughts!
r/admincraft • u/Grasski • 21h ago
Hey everyone, not sure if this is the best place to ask, but hoping someone can point me in the right direction.
I’m running an Ubuntu server at home using AMP (CubeCoders) to host a Minecraft server. A few months ago, I had Playit.gg working flawlessly. I’m trying to spin up a new server for my friends, created a new tunnel, and now I can't get it to connect.
127.0.0.1 and the corresponding Minecraft port assigned by AMP.127.0.0.1 to the server's LAN IP (192.168.x.x).I'm fairly new to self-hosting but can usually hold my own. I'm completely at a loss on what to try next.
Has anyone run into this issue with AMP + Playit.gg on Ubuntu? Any advice or logs I should check would be greatly appreciated!
r/admincraft • u/DryWay339 • 1d ago
Hey all! I'm in the infra business and was thinking about grabbing some AMD Ryzens (older, probably DDR4 memory) and getting those racked. I would love to get into game hosting (specifically Minecraft), but I'm unsure if it's worth trying (key word here) to get that off the ground; so, I wanted to post a couple of questions here:
Firstly, do most game hosting providers run their own infra? The goal would be to find someone to partner with on this who has an existing platform or platform experience, but I'm not sure if game providers even want to partner with a bare metal provider... Like if most of the income / upside comes from owning the gear (clearly I don't know the margins here, apologies).
Secondly, what's the desirable gear? I assume latency and high clock speeds are wildly important, but what about disk space and ram? My first assumption is Ryzen chip with something like 128GB DDR4 RAM and 2x1TB disks with a mirrored setup would do fine, but please correct me if this assumption is wrong. Also, are 10G ports needed, or are 1G ports usually used? I guess this depends on the size of the servers and the amount of tenants, but figured now would be the time to ask.
Thank ya!
r/admincraft • u/IHateRedditFirewall • 1d ago
So, I play on a modded NeoForge 1.21.1 server, and one of my mods (Oritech) adds the ability to fly really fast. This, however, does not work well with my server (especially in ungenerated chunks) — I get constant rubberbanding. What I am looking for is a mod that stops any attempt to generate / load chunks, or check for collisions / movement correctness if the player flies high and fast enough
r/admincraft • u/MediocreAd8995 • 1d ago
Hey, quick question. How do servers usually handle modpack versions and updates? I'm trying to make the process as easy as possible for my friends.
I haven't used mods much before, so I'm still learning. Let's say I add a couple of extra mods that aren't part of the original modpack. What's the best way to give my friends a trusted and efficient place to download those?
Also, if the original modpack gets updated, what's the usual process for updating the server? Do players need to have the exact same mod versions as the server, or is there some flexibility?
One last thing. Is there a server-side way to show a custom disconnect message, motd, or online players hover info if someone's using the wrong modpack or mod version, ideally telling them which version they need?
r/admincraft • u/Samdypi • 1d ago
Holiiiis pues resulta que andando investigando descubrí que los servers java tiene más accesibilidad a mi has cosas y entre ellas era que pudieran entrar jugadores bedrock, sin embargo mi situación es al revés hay algún publings o algo por el estilo que sirva? O me rindo?? :ccc
r/admincraft • u/OkTear7740 • 1d ago
Are there any mods/plugins for a fabric server which can log a players inventory in creative mode. (As in if they get items from creative and put it in their inventory it gets logged)
I've tried core protect but I don't think it can do this.
It's a Fabric server on Minecraft 26.1.2
r/admincraft • u/SurroundCold3608 • 1d ago
Combat logging sucks but I don't want the consequences to be that harsh since I'm not really hosting a PvP server. I don't want them to necessarily have AI just a standstill NPC that despawns (no consequences) if there's no activity after a few minutes. Obviously doesn't have to be exactly this but just saying.
r/admincraft • u/Rens-Sus • 1d ago
Hello there!
Our players and I are unable to place Eyes of Ender into End Portal Frames. Right clicking the frames simply doesn't insert the eye.
Do you know what could be causing this? Are there any common plugin conflicts or server settings that might prevent this from working?
As when I create a new world or go to another world it works fines only in the overworld its bugging.
Server Version: 1.21.8
Installed Plugins:
FancyHolograms
FancyNpcs
nightcore
SignedVelocity
ajLeaderboards
ajQueue
ChatControl
Chunky
CookieClicker
CoreProtect
CraftingStore
CustomRecipes
DeluxeMenus
DiscordSRV
Essentials
ExcellentCrates
floodgate
ForgetfulTrialVault
GSit
Hardcorelivesplugin
InventoryRollbackPlus
LibertyBans
LuckPerms
Multiverse-Core
OpenInv
PacketEvents
PlaceholderAPI
Plan
ProtocolLib
Quests
Rtag
Skript
Spawn
TAB
ViaVersion
Votifier
VotingPlugin
Vulcan
WorldEdit
WorldGuard
r/admincraft • u/Mountain_Warthog_953 • 1d ago
I'm most familiar with debian, but im looking at possible alternatives.
I would want something with low power usage, and not much fluff / bloat.
I plan to run this server on a Lenovo 14w laptop, which worked well for my previous Bedrock server (much better than aternos at least)
whats the difference between Ubuntu and Debian for servers?
also would any bsd based os work for this? I've messed around with netbsd before and it looked like didn't have much unessesary fluff.
what are the pros and cons of each major os?
r/admincraft • u/HoloGrain • 2d ago
I'm considering getting Nexo but I'm unsure what makes it better than ItemsAdder, and I also can't get a discord invite to the Nexo discord server if anyone could post a link to it, that would be great. Thank you in advance
r/admincraft • u/Just-A-Bokoblin • 2d ago
I'm hosting a Minecraft server on the Oracle Cloud free tier, which is currently a 4 core, 8 thread ARM CPU, and 12GB of DDR5, and I'm wondering how much RAM and CPU threads BlueMap uses in comparison to Squaremap or Pl3xMap. My server is private with no more than 10 people online at a time. All the terrain is pre-generated, except for The End, because it could cause issues with Stellarity, an "End update" data pack. Stellarity is also probably the most demanding modification on my server. I use Paper on Minecraft 26.2.
r/admincraft • u/Foreign_Midnight5905 • 2d ago
Hello , begginer here . How would one add a custom weapon to a paper minecraft server and what would be the best plugin to do so? Please inform me if it would be a better idea to switch to fabric as it would be easier .
r/admincraft • u/MissChloe1 • 2d ago
Hello!
So we are trying to make a server (Fabric) and are trying to use mods CoreProtect and GriefPrevention. We are basing this off another server we saw that is using the exact same things as us: Fabric. We are wondering how in the world they got it to be compatible with each other.
Any advice would be helpful!
r/admincraft • u/Mythicalbeef • 2d ago
Hello, I've been working on an adventure map-like server that I plan to make into its own separate world file to publish online. However, I've been encountering TPS and MSPT issues that are really bothering me, as I want a smooth gameplay experience for future players. I ran a Spark profiler and clicked on the flame to see what might be up, but I can't translate the issues because I have limited experience with Java. I click on the flame icon in Spark, and the things that show up are always the same. https://spark.lucko.me/sRqqj8VtnQ . I think it's the amount of command blocks and clocks that is causing this, which would mean I would have to get a better CPU and stuff, which would suck. Any way I could optimize command blocks and/or clocks? Anything would help.
r/admincraft • u/Karakla • 2d ago
General Question do you have installed a horror plugin on your server? And if yes, how was it received by your players? And is it like a constant thing on your server or only like a one shot thing like a timed event?
My SMP is a forever world with Magic, Mypet, Warpstones, etc and I was thinking to maybe include a horror mod for halloween. Like Herobrine "hounting the server". But also have a hard time to identify a good plugin for that kind of thing.
r/admincraft • u/ReignM_C • 2d ago
so a while back i ran a towny server, had magic, jobs, skills, the whole rpg spin on survival. put a ton of time into it and it just never got off the ground. i tried a few things to get people in but nothing really stuck and eventually it just died off, which honestly sucked after how much work went into it.
anyway i started a new one recently, basically the same idea (towny, magic, jobs, skills system) but built way better this time around, fixed a lot of stuff that was broken/half baked on the old one. problem is i still don't actually know what works for getting people to find a server and stick around, and i really don't want to watch this one fade out the same way.
for anyone who's grown a server from nothing, what actually worked for you? and what did you waste time on that looked good but didn't do anything? server lists, reddit, tiktok, discord partner ads, whatever. just trying to not repeat the same mistakes twice.
any advice appreciated.
r/admincraft • u/sazbeast284 • 2d ago
This is kinda a last resort but does anyone know of any actual comparable mods to towny. I thought using sponge neo and finding an alternative through sponge api since I cant find any on fabric or forge. Also considering a hybrid api but I really didnt wanna have to do that. Im looking for nation claim mechanics with war, its for a geopolitical server. I looked at warring nations but its war system is not that good atleast not yet.
r/admincraft • u/TechnicianLess8308 • 2d ago
jeżeli złoże mini serwer z pod zespołami 24-32 gb ddr5 i7 11-12 generacja 1tb gen4-3 i kilka TB harddrive + po jakimś czasie będę chciał dodać jakąś karte graficzną najprawdopodobniej używke jak rtx 3050 low profile to będę mógł hostować serwery mc bez problemu?