#help-server
1 messages · Page 25 of 1
it would prob be 1.19.2 survival, pvps, shooting game
i still don't know what spec should the server be
just a recommendation I wouldn't start with an entire network maybe just do one gamemode at first
granted I'm sure your aware of all the logistics
i've done single gamemode before
back then where i don't have much resource i'd do multi-world
instead of multi spigot instances
and i must say multi world suck
multi-world is the worst possible way to do things
you have to think resource wise you wouldn't even be utilizing all your resources that way
same thing
the budget for advertising would be about 57-70% of the total budget
i bet
a good advertising can totally carry a not so good server
A. Make sure you advertise B. Make sure you have a good product
A is much harder than B imho
A first 🤣
if you have good advertising you can get away with an average productg
theres a reason I don't ever want to start a minecraft server it seems almost illogical with multiplayers current state, but I wish you best of luck
thank you ❤️
i will do thank you for the advice ❤️
well it jumps from 20gb to 120gb
i just logged into ftp on my server and got a thread death
what the fuck
like instantly
Yeah good
Don't go the discord spam route
I'm tired of prison servers advertising in DMS
Like it's gonna change my mind
yeah it seems like packeteventsapi in antipopup was the reason actually
but it was so funny to have the server crash just as i opened ftp lmao
oh what a coincidence that you are here xD
do you wanna read through this 3.9k lines error or shall i not report it at all
it seemed like a one-time crash
yeah and it only looks like it's antipopup, it might just be that antipopup died along with the server
Hey do we know each other?
Yeah idk if it's related to a plugin lol
antipopup, aren't you the dev behind it? 😄
yeah i just saw a ~200 line stacktrace with antipopup & packetevents in it
If antipopup stops incorrectly so for example you kill the server, it will throw an error
You can send the error
https://paste.md-5.net/lefanuzipu.md have fun xD
the server is not exactly mine, i've been commissioned to set it up
yeah I suppose
any hardware recommendation for a 1.19.2 survival server?
like how many ram and core
i want the server to be able to run decent-smooth with ~100 player
yes
does anyone know a good chat color plugin? I need one that supports hex, and gradients
essentials chat
well kind of
its the survival part of the world yes
but the problem before was the nether being 100gb so
im not too sure
tf
is the server shut down when u doing it
oh no wait
im stupid its an in game command
I have a plugin on my server that I made that uses a SQL database and sometimes, it will disconnect because of inactivity. The error tells me the settings to change to fix this but I can't seem to figure out how to do this. Does anyone know where I need to change these settings?
So I discovered the tracks thingy on LuckPerms. Is there a way that for ex. Someone starts with a certain rank and will get auto upgraded to another rank after a certain amount of time?
without manually having to upgrade there rank
is there another plugin that does this or smt in luckperms?
does anyone know why when I type the command "restart" into my localhost console it just shuts down the server?
you probably dont have startup script
there is yes, use luckperms tho more up to date
i think im on the newest version
and it's probably from 7 years ago
Is there a chunkloader For 1.19? That works with Mobs / growing crops?
Chunky might but idk
I mean a forceload
CraftBook or the forceload command
Im trying to reduce the memory usage of my server when there is no one in the server, is there a plugin that can help me?
not really + its good to give server all ram it could use
Are you using Multiverse?
Turn off keep spawn in memory for your lesser-used worlds.
https://github.com/Multiverse/Multiverse-Core/wiki/World-properties#memory
Why is my nether jumped up to 100gb? I trimmed it using worldborder
Is using world.getBlockAt(...) worse than Chunk.getBlockAt() my servers RAM is not that good?
it's probably fine
One of my players broke bamboo and the server loaded the legacy material support. But bamboo isn't a legacy material.
lol
@runic rain that's due to and old plugin trying to interact with a new material yah?
I don't have any old plugins.
I’m positive that’s false
Yeah it usually means there's no api version set
You might not have old plugins, but there are still some plugins that don't set api-version
All my plugins set an api-version. There's no warning at startup.
have you inspected all plugins?
And bamboo is a new material.
Doesn't matter. It's not about what material is being used
The only one I can think of which would care about bamboo is NoCheatPlus, and it was compiled for 1.18.1
As long as a Material constant is being referred to while api-version isn't set, that legacy support kicks in
All plugins have api-version set to 1.13 or higher
If u contact me tomorrow evening when I am not drunk I’ll code u a quick plugin that check which plugin doesn’t set api-version.
fwiw it could also be that a plugin has one set to a lower version but a newer version is being used as well. api-version: 1.13 could trigger legacy support on 1.14 if they're referring to signs for instance
The server runs for days without loading the legacy material support. Then this random guy does something (breaking bamboo according to Prism) and the legacy material support is loaded.
It was just "sign" in 1.13, but "oak sign" in 1.14
Why is my nether jumped up to 100gb? I trimmed it using worldborder but it went back to 100gb overnight
It's not a big deal, except for the 8 second hang while the support was loaded.
Well that's interesting. And opens a can of worms.
Guys anyone knows how i can create levitating spinning blocks/heads
i see it alot under or above holograms
i would post a screenshot but cant here
?img
Not verified? Upload screenshots here: https://prnt.sc/
dropped?
anyone know why my server is lagging so bad
https://timings.aikar.co/dev/?id=3415653597124ce785fe109a561265f7
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
it says entities in the nether but the nether isn't even loaded by anyone atm
💀 prey sure it was one of my plugins
My guess is that it's a memory leak in a plugin. Possibly VeinMiner.
choco >:(
nah was prob one of my plugins
I found a bug where I was triggering an async task every movement
I only realized as I was going over my code
just a tiny logic bug yk
Still looks like a memory leak to me.
GC running every 0.17 secs
TPS is fine for hours, until it runs out of memory.
issue was in my situation i restarted the server and it starting lagging immediatly again
so it would have had to consume 8 gigs in around 5 minutes
I'm pretty much 99% sure it was my plugin now
you were right it was a memory leak lol. I found one while searching through my code to make sure it was air tight
I was leaking async threads 💀
that is not a good thing to be leaking
Ah ha! The timing report you posted looked like a memory leak.
How do you "leak async threads"?
uhm well it was very interesting
I had a while loop not ending
so the thread would never be collected
It would just keep running?
yep
since it was triggering on every movement because of a logic error it was building up fast
Which plugin? There were only 4.
CompassInteractListener was using up half a tick, but not an insane amount.
it was onSensorTrigger and onSensorDownTrigger
i was having them run async checks up and down so it doesn't halt the main thread while checking for blocks my issue was I had a non ending while loop condition if it never found a sensor
ElevatorSensorTriggerListener has 8700 invocations. I suppose if it never released the memory for the async task, that would consume a lot and kill the server.
8700 invocations running checks simultaniously as well
Hey, it's good you found it!
yea crazy its my first ever memory leak
1 and a half years of spigot/java 😭 to think my streak would end like this
Hey, I was an embedded software engineer. There were two problems that I didn't discover until two years after I made them.
oof
Ha, ha. One of them was 4 years:
https://www.spigotmc.org/threads/c-i-fixed-a-mistake-i-made-4-years-ago.417174/
:(( i don't leak
Was gonna say choco don't leak 😢
it took Eve Online devs 8 years I think it was to track down a long standing bug with the UI
mainly because the bug that kept getting reported by the playerbase they couldn't replicate in a testing environment every time
so, for 8 years they couldn't track down in the code base where this phantom bug was occurring even though they had plenty of descriptions etc
it wasn't until one of the devs happened to be playing on the production server that they finally encountered the bug and the only way to trigger that bug was having a lot of players on at the same time
if I am remembering correctly
ok was a bit wrong in what I was recalling
Isn't EVE a subscription game?
Pretty sure it's a free to play game
I feel like I remember it requiring you to purchase a monthly subscription to play
Maybe I'm thinking of another game, maybe that's since changed
That would probably be WOW you're thinking about
Nah, it was a space-like MMO game
It used to be subscription only
now its half free half sub
you can play as an alpha character but you can only train skills to a certain limit, so you can't pilot any kind of ship you want etc as well as locks you out of some modules being able to used
Okay so I'm not crazy then lol
you can still have fun playing alpha just can't do everything
if you want to do the higher level stuff, need a sub(technically don't require a sub just omega time)
you can purchase omega time with in game currency if you can manage to generate enough of it
or do like what I do and just pay a sub
I have 3 characters I pay a sub for 🙂
nope definitely not, just slightly outdated is all
btw the half free and half sub was forced by the players 🙂
that wasn't really a decision the studio really wanted, but the playerbase wanted and needed fresh players so there was a year where literally almost everyone boycotted the game
anyone can tell me a way how can I add fabric server on bungeecord?
Guys anyone could help me with Citizens, i have premium verison and cant get commands to work
/npc command add -p jobs
i do this then right click or left click and nothing happens
can i use bungeecord 1.19 and player from 1.8 still be able to join?
if you use plugins like viarewind and the sorts
but it is generally not recommended as it tends to introduce problems and additional complexity
thank you
f2p but p much p2w i think :p
@runic rain
replied to completely wrong message there christ
lol
does somebody know how i can turn on tnt duper on spigot servers???
how can I hosts multiple modpacks?
I am using velocity proxy
and want my hub to be vanilla
go to you spigot.yml
ctrl+f and search tnt or dupe
Hi, I would like to ask if anyone would have a link to the mini-game cores I can't find it.
guys , what is this ?
Log4j2-AsyncAppenderEventDispatcher-1-Async WARN Advanced terminal features are not available in this environment
Just looks like a Log4j warning regarding not having some terminal features, shouldn't hurt anything
Is it producing an actual error or just that message in the log?
My nether is 1TB.
holy shit
Hello guys! I'm searching for a plugin, in which can I create two role like Blacksmith and Swordmaster, and I want to give the permission to Blacksmith to be able to craft only armor and Swordmaster be able to craft only swords. I have luck perms, and ban item, but I can't figure out how to do this.
Total.
okay for that many players that makes sense but holy lol
expensive
Anyone know of a working anticheat plug-in compatible with 1.19.2 and can not only ban anyone cheating but also ban anyone joining on an alt account who has been banned before as well as anyone who’s ban evading using an ip spoofer?
Yeah but does it need to be a command a human does to ban IPs or is it automatically done if they join on a similar ip and have already been ip banned when on the original one they ip spoofed?
anywhere you would normally use ban, use ban-ip instead
doesn't need to be manual
depending on the server I recommend setting up kyra infractions to automatically ban players who set off anti cheat multiple times
how can i downlaod buildtool.jar
Is that a plug-in or a setting within the server settings itself?
Kyra is a plugin
you will need to change ncp config to update kyra infractions
and in kyra update config to ban players on certain infraction
so like 3 infractions ban
Practically , sometimes the server stops without giving errors in the console and logs....
What could it be caused by since it has enough RAM ( 16 ) and 43 plugins?
?bt
Looking the error up, on r/admincraft someone says they installed the jre-headless rather than just the jre, switching to just the jre fixed it. Re: https://www.reddit.com/r/admincraft/comments/qsmu2c/advanced_terminal_features_are_not_available_in/
np
I just noticed that when I tried to install "openjdk-17-jre-headless" it was already installed and also the latest version...
Then what could be causing it?
The only thing I think it could be are the worlds, since I have 5 .
i did
my border is only 1000 though
that doesn't make much sense
I tried but the problem persists...
Maybe , if I try to change server.jar ( paper , spigot etc...) something changes?
or
Is there a problem with the startup script?
#! /bin/bash
java -Xms16384M -Xmx16384M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwayToanc -STENTXX:G1HeapWaxx=5 -G1XET=4XITINGAPX:InitingHercent=15 -XXX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.ais.flags=https:/mcflagemcs.gs -Dais.new.flags=true -XX:G1SiwNezent=40 -XX:1Gx1G1Max=1MAX:1GXX:G1ReservePercent=15 -jar server.jar --nogui
cd /root/Minecraft/Survival
./restart.sh
I never run Xms at the max, no reason for the server to pull more memory than its running, but thats about the only thing i see.
Assuming that was generated by startmcsh, or at least a similar tool
if i use this skript is okay?
java -Xms16G -Xmx16G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -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 -jar paper.jar --nogui
Guys anyone could help me with Citizens, i have premium verison and cant get commands to work
/npc command add -p jobs
i do this then right click or left click and nothing happens
ask for help in:
thanks!
np
Anyone know the plugin to rename items and have the ability to add colours?
thats why i came here :/
your answering the question i asked in paper LMFAO
lol sorry
So why are you looking for one?
no epic rename works
oh ok
Is there any plugin up publically on SpigotMC or whatever that allows me to create something similar to what Hypixel SMP has? I want to allow my players to create some sort of their own survival server
Separate. so via bungee or any other proxy etc
All control "panel" will happen from in-game rather than multimc
Does something like this exist? sounds like a really cool thing if someone already made it lol
well there is multiverses which has it so one command sends them to a new world
Yep, but I wanted separate server and all
like imagine I got bungee running
but automated
thats kind of what multiveres is
bungee would have to have a separate server per person
that looks super custom
either use some kind of server simulation ie different world or one world with much space between them
or ask someone to code plugin with for example docker/pterodactyl integration
How do I make it so players cant enter an area but can exit, but can enter using warps
I'm having issues with my spigot server saying failed to verify username, and only the server. I created a copy and got the same plugins and it worked fine. Any reasons?
I'm using localhost:25565 for the IP
Prob worldguard
tried
make a box out of borders then make the inside passthroughable
doesnt let me in with warp
then you are doing something wrong
make multiple
like walls
what are you even attempting with it?
making an area for people to spawn into pvp but not come back into it as it has pvp disabled
theres a guide for it on yt somewhere
Its confused
So people will spawn in a 5v5
and jump down to pvp
but that 5v5 must have no entry, no pvp and a warp going to it
That’s a plugin called player servers right?
Ah amazing yes
Thats what I was looking for, didnt know it existed
Will buy it later
Hi!
i am making a plugin similar to UberItems, and wanted to know if there was a way
for me to make an explosion which knocks the player / entities away
without breaking any blocks
Ask in #help-development
mb
hi guys. i have such weird items on my server. any ideas which plugin could be the reason? https://media.discordapp.net/attachments/547110990278426629/1046114274122137650/image.png
some custom items and potions
strength 7 and stuff like that :/
i can send a list of the plugins im using
Hello can someone tell me what exactly is causing this when I try to join the minecraft server:
Internal Exception: java.lang.BootstrapMethodError: bootstrap method initialization exception
It means something wen't wrong while registration.
Is there a plugin that allows me to see where packets are coming from and going to
like it has a small panel that displays upload/download speed too
how may i fix it
Hi, in the generator-settings option of a server, I have {"biome"\:"minecraft\:taiga","layers"\:[{"block"\:"minecraft\:air","height"\:1}]} and structures are still generated, how can I stop this? Adding "structures"\:{} doesn't fix it.
is there a way to use rgbirdflop (fading colour) with placeholders?
In cratesplus I don't know what to do or what permission to give so that users can open chests with the keys, it doesn't let them
ask the dev
Yo I need help
Basically
Im hosting a database on my computer
and Im using an external server hosting provider
For some reason, it cannot connect to my database
I have openned my port
I've ensured that I gave it a user account with the % connections flag thing
It just wont connect bruh
I made another "test" database
just a free one
It can connect to that
But It can't connect to mine
Via external company(It's a volatile, test-purpose one)
Got it!!!
:D
How would I go on about giving all players essentials suicide permissions (essentials.kill or whatever it was) without using any permission managers like LuckPerm? is it possible to do it with no permission manager plugin?
OP
Hey, someone can help me, i'm on maven and i can't use that :(
ofc can't publish pictures
can't use that
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Weird question but
your answer is
Luckperms ⭐
It's a permissions handler plugin
So you can essentially set essentials.suicide as true to all users
uh depends ig,
here's a website to create dope gradients tho
https://colordesigner.io/gradient-generator
Hey does anyone know a plugin that lets you login within the server with multiple accounts?
For example I login as Test, then when I logout my friend can login with his account and play as Test as well, keeping all stats
Are you taking about player profiles?
If so, that is a plugin I think.
server wont launch
hi where do you think would be the best place to look for hiring a plugin developer for a Minecraft server?
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
yo
is it hard to make a plugin to make items blast proof?
like end crystal, tnt minecart, normal tnt proof
so they dont explode items?
Hey guys, what is the best plugin to create those hidden (player heads) presents on spawn that players can find and receive a reward
?ticket
?ticket
?ticket
anybody know a plugin like 2b2t that shuffles the motd and works on bungeecord
how to change plugin Category?
Idk, I just want one player's stat to be available to more players
Conceptually something like a virtual machine on minecraft, where more people can use the same virtual machine when one stops to use it
Something like
"What player do you want to join as?
Test1
Test2
Test3"
Test1
"Enter password for Test1:"
Or maybe where you enter both username and password and you log into the server as that player
Hi, im tryying to pregenerate chunks using the pregenerator plugin but im getting this error:
[PG]: Generating chunks... (0/881718) [0.0%] (RAM: 98.8%) [PG]: Memory usage too high, waiting... [0.0%] (RAM: 98.8%) 16:48:16 [BuycraftX]: Fetching all due players... 16:48:17 [BuycraftX]: Fetched due players (0 found). 16:48:19 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 98.1%) 16:48:27 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.6%) 16:48:32 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.6%) 16:48:39 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.7%) 16:48:45 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.6%) 16:48:52 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 96.0%) 16:48:57 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.7%) 16:49:03 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 96.0%) 16:49:09 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.7%) 16:49:15 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 96.0%) 16:49:21 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 95.7%) 16:49:27 [PG]: Memory usage too high, waiting... [0.0%] (RAM: 96.0%)
Read what it says
ik but my memory status shows 3 GB used, in console it says 96% tf?
And how much did you allocate
Increase Xms
what are the java arg for it?
-xms <value> ?
Without space iirc
i have no idea
Google it
add it to the additional java options
just put -Xms(same value as your memory limit)
there is nothing wrong with it
its not erroring
It could be a bugged version.
If you allocate entire ram you likely won't get such issues
yeah i allocated 9999MB
the problem is Xms isn't set to the same value as Xmx, when this happens, java doesn't allocate as much as it can at first, it will slowly allocate ram until it reaches the max but when this happens things have to wait for java to do so
M
just M
just M
oh okay
that isn't a con
But you don't have to care if it's not your machine
its not like Java gives up ram it allocated
it is more of a con to set Xms lower then your max
because you can run into not enough memory before java reaches the max you said it could have
all because Java didn't pre-allocate that ram ahead of time
restarting me server, i hope it works then
hopefully, never a fan with using panels
It's problematic without a panel if you have 30 server instances
not it isn't
I'm saying from my experience
I have a service script that lets me control them all and launch however many I want
Less handy
Console: 17:04:48 Error occurred during initialization of VM Could not reserve enough space for object heap
I usually have everything setup too where I only need a single jar and not duplicate jars of everything 😛
so you don't have the ram then you thought you did
I have servers in docker containers
but i do
I think you are getting scammed
Your host overallocates
Which means gives more ram than it can handle
you can't do the absolute max, your vm needs ram for itself for the OS to do things
set the memory limit and the xms to 8192M
it not max last night
this will leave 1Gb approximately for your OS to continue to do its thing, and 8GB for your mc server which should be plenty
where do you see it maxed at 3.5?
Probably varies on other servers
.
No
xms means initial heap size, not max
It says that because VM doesn't have that much ram available
but it works when there is no -xms
alright do this instead
Because without it ram allocates dynamically
change -Xms to -Xmx
so the same for the values?
yes
it most likely will error, but your panel could just be dumb in how it sets the memory limit
if that works, I have other things for you to put in there
o.0 it went past the first error timing
im getting all this ram for 15$ so i couldn't pass it as an offer :P
so make sure you have memory limit set to 8192M and Xmx being the same value
then add these
-Xmx8192M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
obviously you don't need the xmx part
Are you sure all that is needed? lol
yes
I only use xmx lol
the JVM is designed to be tailored like this
Looks like you're not
i could try doing the pregen stuff using xmx only
Don't most of them get assigned automatically anyways?
naw i swear the server capped at 9GB ram when players joined the server
it won't work as well without the rest of what I put
Maybe the VM was less loaded
the reason being is what I put tailors the GC in how it should work
these come from Aikars flags
if you want to search it up so these are nice default values
however the JVM is designed for you to profile it and fine tune these things and these are not even all the options you could use or set
anyways once you add those jvm flags in
you should be good to go with pregenning for a while 🙂
restarting serber now, i hope it works 🤞
uh okay something weird has happened
the server stopped loading midway
no errors or anything
o.o
uh.. my status screen crashed no changes
oh dear
server is still loading extremely slowly
that doesn't sound like something of your doing. That sounds like the server box possibly crashed
should i kill the server?
well wait to see what it does. But it sounds like this is something the support might have to fix as its more hardware related then anything or sounds like it
Console17:31:37 Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000797800000, 142606336, 0) failed; error='The paging file is too small for this operation to complete' (DOS error/errno=1455)
hmmm
ok going to modify the flags
seems you don't have huge pages which is fine I suppose
What is an good anti hack plugin?
orefbuscator
stops hackers from xraying i believe
thats just xray though
so wot needs changing?
-Xmx8192M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
I removed pretouching
if you still get the error above, then its a hardware issue and something your hosting provider will have to fix
i know this is not a spigot error PreLoginEvent(cancelled=false, cancelReasonComponents=null server:bungeecrd plugins:
anti-autoclicker for no autoclicker 
aren't clicks already rate limited?
why would they
help
me devs
because you can't spam click when in combat like you could with 1.8
unless they are using 1.8 lol
well its 1.8-1.19 so ¯_(ツ)_/¯
but still other parts of autoclicker
building blocks
breaking
other specific stuff like cookieclicker or whatever
😐
if you are not experiencing problems, then you can just ignore it
auth event
what the fuck does yes event mean what is your issue
same error @tawdry narwhal
now im doubting the eligibility of the server host
see
yeah would contact your hosting provider about the issue. From what you described in what happened, it sounds like a ram card in the box died lmao
if that is true, you got to experience the rare moment of witnessing hardware dying XD
i try to run server in my pc same error
lmao, i hope i didn't kill the server
nah it isn't anything you did
hardware dies from time to time
you were just lucky enough to possibly witness and experience it
it could be some other issue, but obviously something happened with the box
Yeah, might be worth in the mean time while waiting on your hosting provider, to probably check out other providers 😛
you can get VM's for cheap without hosting panels like that and thus have more control
places like OVH, soyoustart, hetzner and the likes offer such things
i need pretty cheap ones tho, i poor :C
are you even trying to fix the error
and i need high ram because its a modded server
is it a problem with the arguements?
i can give you 7gb ran server if you fix it
one line of which?
PreLoginEvent(cancelled=false, cancelReasonComponents=null
the rest seem to be server starting stuff
that isn't even an error though
I think it is he just truncated it
Anyways good luck helping them since they can't say what the problem is 😂
it should probably be [WARNING] Error dispatching event PreLoginEvent(cancelled=false, cancelReasonComponents=null...
?paste
pk wait
this is excruciating to watch
can u tell me a good host from where i can buy a dedicated server or vps for my lifesteal smp
I stated above already OVH or soyoustart, hetzner
Hetzner
unless you need the server in a specific location
Vibegames sells windows vps. I used them for gta but the prices are high tbh
They run specials tho
what about contabo vps?
that is because it is windows, you have to pay for a license to have a windows host
Yeah unfortunately
don't recommend them, they have a history of poor performance
Actually I think they are pretty cheap when it comes to windows vps
just scroll up in discord
bruh thats not even an error its just a timeout
ok fix it
Windows vps 💀
so I was correct that it wasn't even an error 😂
i mean the complete error
yeah lmao I thought he was just not posting the rest
now fix it xpdz you are the magician here
they are cheap, but other than that bullshit
oh so u were wrong?
Yea fivem server only runs on windows without third party stuff
Cmon why windows
- netcup is also pretty good
something like GTA server requires it unfortunately
U sure
Yep
yes gta is weird like that
fix
That's stupid as fuck
there is some gaming servers that are not designed for linux and you require a windows host to run them
so what do i do now :C
cri
i jus wanna pregen some chunks
L GTA
contact hosting provider and in the mean time possibly look for a different host
any host recommendations?
well kind of hard to do this when the box your VM is on sounds like it is dying 😂
if I were you I would start backing up any data you want saved
It can explode at any minute
never know, usually when one hardware dies it isn't hard for it to have a cascading effect
300 cpu 7 gb ram 32 gb rom
most advanced debugging system
I can sell you dedicated server 2 gigs of ram 👽
lol
dedicated rpi bruh
It even has a GPU
integrated
Well integrated but still
well these days integrated isn't quite the same in what it used to be, they are on the same die but still separate
It even has a fucking CD ROM brother
my integrated hasnt integrated enough performance
Realtalk tho
oh wait, we tried that before didn't quite work too well XD
integrates so well the mobo overheats
most tame overclocking experience
cooling systems back in the day didn't quite tell you when things were getting too hot
you could probably smell it when it got too hot
I wonder how much power it eats
worlds finest alarm
sometimes, but usually by the time you did it was already on fire lmao
I have that issue with bulbs
or I used to at least
I had a bulb that smelled like it caught fire all the time
probably did
man im dead, server was released just yesterday
My mom got a lamp that had some issues for free
I mean that is where that black burnt comes from, literally the filament went up in flame lol
bruh
yeah I had a similar issue
it produced more heat than my radiator
I would be sitting there sweating from the bulb's warmth
She burned her finger a bit
that is some weird config file
I dont think recaf knows how to open yml files
can you change debug: false to debug: true in config_bungee.yml
Just edit the bytes
Or open in assembly
corrupted
I use assembly to edit jar without recompiling
even better when you are changing in memory stuff though
When it doesn't compile
that was a huge 'ick' I guess is what you call it of mine when I moved from js to java
WHAT DO YOU MEAN I CANT EDIT THE FILES THE CODE IS RIGHT THERE AND IT CAN BE DECOMPILED
painful transition
lol
Recaf is a lifesaver
Why
lmao
That guy
ohh you mean him lmao
well it was getting a bit annoying since they never stated what exactly their issue was
But yea compiling is lame
dang, this is a bit overpriced
like, were they having problems connecting? because like their latency was all the way up to 500ms lmao
this PixelLogin plugin seems to be taking too long to process the login event and the player gets timed out
this has two CPU's in it
#general guys I have a story
oh maybe thats why
lol
random gpu generator
You either get i9 or i3 buddy
I currently have 3.5Ghz with my cpu
on your server or pc?
can't really overclock it, but once I start building a new PC I will overclock this cpu up to 4ghz
ah damn thats pretty pog
I have the i7-4770k
but this AIO locks out all the options for the mobo and I really don't feel like tampering with bios firmware
I have 2.1GHz cries
3.2👽
prefer my pc to be working right now and not dead XD
Up to 3.8👽
even tho task manager is telling me its at 3.1ghz
4 cores :/
rip
4 threads
I have quad core 8 threads
Its also a laptop cpu
lmao
I have a feeling if I even try using the boost the laptop will combust
my cpu has integrated gpu on it
it works alright, but look forward to having a proper gpu lmao
I need a proper motherboard before I can even put a GPU in
I have a 770 laying around but its the size of the motherboard atm
possibly bigger
motherboards are expensive these days smh
then its some odd setup going on possibly
perhaps, ill talk to the provider nonetheless
would recommend it
can't really say why changing those parameters with the JVM would cause so much issues with the VM itself
the only parameter that made sense that really could
was pre-touch and this is because of how it works and generally requires huge pages to be enabled to work properly
provider is offline lol
so unlikely
i could also be putting in too many chunks
anyone know how pregenerator works?
It loads new chunks in certain area
@grand sinew fix
@gritty geyser
they are back it seems finally
now you can fix their problem 😄
Which is better? Aegis 1️⃣ or Waterfall 2️⃣?
yes you can
Aegis is a private fork which is instantly trash and waterfall refuses to address security issues, up to you
So then which one do you recommend?
problem by plugin we can't help
anyone know how to make my rtp go to a differnt world?
32
aegis my ass
@summer comet (sorry for the tag) 15€ is a lot of money for just 1 function out of that complete plugin...
is there a free version?
which plugin
CMI
alex made CMI?
reffering to my question in the other channel: #general message
guys, can citizens make a sound when i right click them :
haha no, I just recommended it
no
there are probably other plugins that have a similar feature, but I dont know
that's what I meant 😄 thanks anyway tho 🙂
maybe this is what you're looking for? ^
this is for a portal to teleport you to another place on the same server...
oh... I was looking at the youtube video of the plugin linked in the description... and it doesn't cover it...
Gonna look at this tomorrow...
time for bed now... it's 2 am 😄
so I tried running the buildtools command and git bash is telling me that java is not a command. I've installed java before running this
should I not have run it inside of windows terminal?
Is it possible for bungeecord to disallow connections through a dns like cloudflare?
Does anyone know how I solve this lag problem in the world 😦
Need to setup the environment variables
just post the ss then
I don't have perms
?img
Not verified? Upload screenshots here: https://prnt.sc/
i see
Ask ptero support @fringe pivot
Common mistakes are no jar or wrong jar in startup script
Where can I find it?
Btw after this happen I reinstalled the the server and when we join(bedrock play) it says failed to very username
Geyser?
It's a java server with online mode to false
It's there do I need to config?
Seems like a free mod to me according to the website...
idk
i tried to install it
it said to make an account
i made the account and then it didnt let me download the plugin
It's free from their github
^^
how to create a forceload chunk so that plants can grow in it
I am getting java.net.NoRouteToHostException: No route to host error and after some research, I found my server is infected with malware.
IDK too much about this.
I tested all other files and folders and they didn't infect. also, I am using Pterodactyl panel and on the panel, only 1 server got infected. So should I still reinstall the OS?
Hey is it ok to ask about offline mode questions?
I haven't seen any rules against it but just to be sure
If it's in the pterodactyl panel it's fine. Just delete and replace every jar file on the server
Thanks. and can you suggese some way to prevent this in the future?
I really didn't download any unknown plugin or give anyone access (Private panel for my server)
Only download plugins from trusted sources and authors
If you're still unsure you can hire someone to look at the plugin code
Optics MCAntimalware can also help
alright
what is the best crates plugin as of right now
pretty much depends who yo uask
so
uhh
anybody know a plugin like 2b2t that shuffles the motd and works on bungeecord
minimotd can, except its all manual
you have to type all the motds manually, there isnt commands
yeah I know
but what
I'm still not getting it
do you need to just like
type the motd's in a config
and It will shuffle for you
yeah
and?
that
thats exactly what I want
wdym
like it can't just get the motd's by itself
Could you help me with a niche problem?
I don't know if it's allowed, but it's about an offline mode thing
Is there any plugin out there, that if you walk to the black wall you will be sent to an other bungee server
Okay well thanks
how do I make an item stack with a name
player.getInventory().setItem(0, new ItemStack(Material.IRON_SWORD,1));
thats my code rn
I want to run a commend when a users clicks on a message in chat.
But this isn't clickable:
TextComponent line1 = new TextComponent("Test");
line1.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/say Hi"));
player.spigot().sendMessage(line1);
wrong channel @fresh jackal and @unique ravine goto #help-development
What environment variables? I don't remember needing to set them up?
Java home? If you're talking about installing java, I already did that. Java version 17
Thanks. I'll go and install it
https://www.spigotmc.org/threads/preloginevent-cancelled-false-cancelreasoncomponents-null.580452
It keeps getting funnier and funnier
Someone really sold him a spigot account
LOL “The Green Thing”
@merry elk you should see this too
My guy thought it was the verified check mark or something 🤣
yeah I tried to help him twice and he ignored me twice lmao
Is anyone here up to date with FastLogin development?
just fix bro
you probably have a virus, https://www.spigotmc.org/resources/spigot-anti-malware.64982/ run that to confirm but you need to reinstall all plugins and that @narrow coyote knows more
does anyone know how to resolve?
You are probably infected with bad virus which is currently failing to connect to its control/update server.
This antimalware does check and report jar files which are infected, so you should download the antimalware and run it according to what is written on spigotmc.
Then you have to redownload all plugins infected with SG malware.
This malware attempts to infect jar files even outside the server directory.
On linux it also creates the service vmd-gnu, delete that.
On windows it puts malware in file named jawaw.jar to AppData/Roaming/Microsoft/Start Menu/Programs/Startup.
A traditional antivirus scan on your windows pc might be a good choice too.
check the config
how to find?
read what he said
youruserfolder/AppData/Roaming/Microsoft/Start Menu/Programs/Startup.
theres stands the chance to be
service vmd-gnu, delete that.
not exist
best to head to https://discord.com/invite/jMEsq4zHVA then
support server for antimalware
Yeah two options. (a) update to 2.0.0, or (b), set the message in the config to just []
[20:39:25 ERROR]: [ChunkLoadTask] Failed to load poi data for task: GenericDataLoadTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask$PoiDataLoadTask, world: world_nether, chunk: (-11,8), hashcode: 816708849, priority: COMPLETING, type: POI_DATA}, poi data will be lost
java.nio.file.AccessDeniedException: ./world_nether/DIM-1/poi/r.-1.0.mca
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:90) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:182) ~[?:?]
at java.nio.channels.FileChannel.open(FileChannel.java:298) ~[?:?]
at java.nio.channels.FileChannel.open(FileChannel.java:357) ~[?:?]
at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:459) ~[paper-1.19.2.jar:git-Paper-239]
at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:432) ~[paper-1.19.2.jar:git-Paper-239]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.getRegionFile(RegionFileStorage.java:101) ~[?:?]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.read(RegionFileStorage.java:182) ~[?:?]
at net.minecraft.world.entity.ai.village.poi.PoiManager.a(PoiManager.java:423) ~[?:?]
at net.minecraft.server.level.ServerLevel$2.readData(ServerLevel.java:364) ~[?:?]
at io.papermc.paper.chunk.system.io.RegionFileIOThread$ChunkDataTask.run(RegionFileIOThread.java:1250) ~[paper-1.19.2.jar:git-Paper-239]
at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351) ~[paper-1.19.2.jar:git-Paper-239]
at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118) ~[paper-1.19.2.jar:git-Paper-239]
at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.pollTasks(PrioritisedQueueExecutorThread.java:110) ~[paper-1.19.2.jar:git-Paper-239]
at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:62) ~[paper-1.19.2.jar:git-Paper-239]
can someone help me
wrong place
where is the right place?
papers discord
Hello, I have a weird problem. I have a bungee network with a bungee server and 2 normal servers. I can't join it, usually for error disconnected. It doesn't even show the MOTD, it shows pinging... . Doesn't work after a restart and I am not sure what to do with it. It rarely lets me join randomly. I have tried to remove plugins 1 by 1 on the bungee server and it was still the same. I have tried to use normal bungeecord (I use other fork for it) but it still was doing it. I am not sure if it is happening to other people in there, I will ask them tommorow. But I am not sure if it is on my side since I can join other servers normally.
can someone answer?
On a scale of 1-10, about a B- and a half
Also #help-development
is there a plugin that adds a shop for gear, but only once the gear has been broken. its for an RPG so if i get a sword for a quest, and the sword breaks, i can rebuy the sword back, but only once the sword has been broken or lost
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
might be useful
alr thx
maybe 10 lines in total
so, no. not hard
2/10
1.19.3 has it as a game rule
Put a services request for $30 though, someone will do it instantly
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Can I somehow stop vines from growing in a world without fucking up redstone anf stuff
Yes
I am wondering can i set timeout-time to -1 or 0 to disable or increase it on spigot.yml?
Hi i my friend has issue joining my server
send logs or disconnect message or something
plenty of plugins for that
which plugin name plz
just look for spigot spawn plugin
hmm k
Alright. How did they do that (country in tab)
prob with your ip