Tizo
Tizo
Explore posts from servers
AAdmincraft
Created by Tizo on 1/28/2025 in #questions
Server sometimes crashes without any info/errors
hey, im running a paper 1.21.4 survival server on a vps server trough pterodactyl and it restarts itself 1-2 times a day without any info/errors in the logs so i cant figure out what causes this. cpu usage is always ~2-10% usage so no issue should be there. ram allocated is 16gb in total where the minecraft server gets 15.5gb and the rest is for the panel. (server also only uses ~6gb actively) startup command:
java -Xms128M -Xmx$(({{SERVER_MEMORY}}-512))M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}
java -Xms128M -Xmx$(({{SERVER_MEMORY}}-512))M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}
4 replies
AAdmincraft
Created by Tizo on 1/24/2025 in #questions
server texturepack broken?
hey, i have a server texturepack for the version 1.21.4 which i host on https://mc-packs.net, today the issue came that when users try to join my server they get a error:
5 replies
AAdmincraft
Created by Tizo on 1/19/2025 in #questions
setting up minecraft server in pterodactyl ram issues
hey, i switched my host and bought a kvm, i now installed pterodactyl and i uploaded my minecraft server to it and used the default minecraft paper egg, now the issue is while starting the server the ram rises drastically to the limit (18GB ram) and then crashes due to out of memory, i also allocated 1GB of swap, the other host i used before i only had 16gb of ram in total and the server actually only uses ~6gb of ram
14 replies
AAdmincraft
Created by Tizo on 1/2/2025 in #questions
Searching vps/kvm Server host in EU (Germany)
Hey, im currently looking for a new host in germany to host multiple minecraft servers/discord bots/pterodactyl and other small side projects i have with the time where i want to focus more on single core performance. are there any recommendations? my budget is 15-20€ and currently on my list there is Datalix & HT-Hosting which i found to be pretty cheap & good. Now since i never used them i dont know if those are the correct choices, any tips are appreciated 😄
15 replies
AAdmincraft
Created by Tizo on 11/30/2024 in #questions
Deciding between 2 Hosts
Hey, im currently looking for a new host and until now found contabo VPS and Datalix KVM. Now contabo seems cheaper but i also heared that they often got downtime and about datalix i dont know very much. can someone help me deciding between them or maybe someone knows something better? i dont want to go over 15€. The main stuff i want to do on the server is Minecraft Servers, Host a Discord bot and a database and other side projects like websites or whatever comes in mind.
10 replies
AAdmincraft
Created by Tizo on 8/16/2024 in #questions
using /data command to remove specific nbt from a item im holding
Hey! i have s sword with nbt data which i want to remove using the /data command. how could i do this? i want to remove the custom_data section (marked red) NBT:
minecraft:netherite_sword[lore=['{"extra":[{"bold":false,"color":"dark_purple","italic":false,"obfuscated":false,"strikethrough":false,"text":"Seelengebunden III","underlined":false}],"text":""}'],enchantments={levels: {"minecraft:soulbound": 1}},
- custom_data={PublicBukkitValues: {"advancedenchantments:ae_enchantment-seelengebunden": 3, "advancedenchantments:slots": 1}}
]

+original nbt:
minecraft:netherite_sword[lore=['{"extra":[{"bold":false,"color":"dark_purple","italic":false,"obfuscated":false,"strikethrough":false,"text":"Seelengebunden III","underlined":false}],"text":""}'],enchantments={levels: {"minecraft:soulbound": 1}},custom_data={PublicBukkitValues: {"advancedenchantments:ae_enchantment-seelengebunden": 3, "advancedenchantments:slots": 1}}]
minecraft:netherite_sword[lore=['{"extra":[{"bold":false,"color":"dark_purple","italic":false,"obfuscated":false,"strikethrough":false,"text":"Seelengebunden III","underlined":false}],"text":""}'],enchantments={levels: {"minecraft:soulbound": 1}},
- custom_data={PublicBukkitValues: {"advancedenchantments:ae_enchantment-seelengebunden": 3, "advancedenchantments:slots": 1}}
]

+original nbt:
minecraft:netherite_sword[lore=['{"extra":[{"bold":false,"color":"dark_purple","italic":false,"obfuscated":false,"strikethrough":false,"text":"Seelengebunden III","underlined":false}],"text":""}'],enchantments={levels: {"minecraft:soulbound": 1}},custom_data={PublicBukkitValues: {"advancedenchantments:ae_enchantment-seelengebunden": 3, "advancedenchantments:slots": 1}}]
6 replies
AAdmincraft
Created by Tizo on 8/12/2024 in #questions
How could i lower my CPU usage?
having some issues with CPU going up to 80% in some cases. any idea whats causing this ot if i could lower it somehow? https://spark.lucko.me/8ymghAG7O7
5 replies
AAdmincraft
Created by Tizo on 8/6/2024 in #questions
Only let mc accs with linked discord on a website
Hey, im looking for a very simple way to only allow minecraft players who have linked their discord with their minecraft account over discordsrv. I want to do this so i dont need a Impressum (legal notice) for my website. Is there any known simple method how this could be done?
2 replies
AAdmincraft
Created by Tizo on 8/1/2024 in #questions
Debug sticks for players good idea?
Hey! I want to give players debug sticks so they can customize their build even further and was wondering if this is a good idea or if players can do some weird stuff with debug sticks which could hurt the server? Its a survival server version 1.21
18 replies
AAdmincraft
Created by Tizo on 7/29/2024 in #questions
pl3xmap performance.
hey! i am thinking about adding pl3xmap to my survival server and was wondering how much resources it takes up once everything has been generated. (storage is no issue) world has a 15k radius
11 replies
AAdmincraft
Created by Tizo on 7/19/2024 in #questions
need help setting up unifiedmetrics plugin
No description
3 replies
DHDistant Horizons
Created by Tizo on 3/17/2024 in #help-me
where do i find alpha builds
where do i find alpha builds
3 replies
AAdmincraft
Created by Tizo on 9/3/2023 in #questions
change elytra texture when wearing it
hey i want to make a texturepack for my server where its possible to wear elytras with different textures. i have elytras each with different custommodeldata amounts but i dont seem to get them to change textures. anyone knows how to do it or if it is even possible todo without optifine or something like this?
5 replies