#help-server
1 messages · Page 99 of 1
look for it
you can disable the warp permission
if you don't want people using it
I've never seen a random number warp
Hey, hows it going.
So I'm gonna be perfectly honest, I'm not entirely sure if this is the right place to ask, but since I'm hosting a 1.20.4 Spigot server, I figured I'd try here.
My server has encountered the most... bizzare bug, and I was wondering if anyone could help us troubleshoot. That being said I am planning to have us move to a different server host, but I figured I'd ask around and see if anyone could help me figure out what exactly is happening with this.
We've found a bug that causes fire damage, lava damage, and cactus damage to make your screen shake violently and kill those of us in netherite almost instantly. I will get footage if needed. We've tested almost everything. Random tick speed affects it, but it's at the default of 3. Oddly enough sweet berry bushes, the same damage rate as a cactus, deal normal damage at a normal rate. Tick rate is set to 20. And as I'm typing this an /op tested fire damage with a player in fire protection armor, and the damage was dealing less, but being dealt faster.
bro we've got nothing, if anyone has any ideas on what is causing this i'd be happy to go get footage 😭, we're at a loss.
Our current guess is something isn't calculating i-frames correctly
There was actually a change just the other day related to damage and invulnerable times
Very possible it introduced a bug
What /version are you on?
Yeah but the /version command should have some jumbled letters and numbers, that's the important bit
Oh!
4065-Spigot-e9ec548-06d9159
That's the one 🙂
Update, apparently magma cubes are dealing... inverted... damage. as in they're dealing more to a player in netherite rather than out
w h a t 😭
Yeah so you're on the latest version which has that change. Could I have you build and test version 4064 instead?
java -jar BuildTools.jar --rev 4064
Sure, I have plugins, can I safely go back a version?
Will update you when it's done
Thanks!
If damage works fine after that, I'll make a bug report and see if we can get that fixed
If this ends up being the case that the version is causing it, I really want to know what the broken code was, me and the other guy running the server are honestly astounded at how funky a bug this is
Changing it over right now
If you're at all familiar with Java, this is the commit I'm suspicious of and it was made to (hopefully) make blocking with shields more consistent with vanilla, but it had to do with invulnerability time and whatnot
Within the files of the server being hosted, what should I replace to move it back a version?
Might be called server.jar, spigot.jar, or something along those lines
It should be about 70mb (70,000kb) in size
I have spigot.yml and bukkit.yml, is it within a different folder? (I'm new to server hosting, sorry)
Should be in that same folder somewhere
Are you accessing this via FTP like Filezilla? Or your web panel?
Because the web panel might hide the server .jar
Web panel. i hate to admit this but i am running this on aternos and was planning to switch it over, then we discovered this train wreck and wanted to figure out what was up
Yeah I'd imagine Aternos hides the server jar so they can protect the integrity of their hosting restrictions
I'm building the latest version now and I'll see if I can replicate the issue 😄
Thank you. Looks like I need to prioritize switching this over
I know for sure it wasn't happening the other day while I was testing some conduit changes that didn't include that latest commit
What we haven't tested that someone in vc just mentioned is if a shield effects damage
Hm... I'm on the latest version and can't replicate this at all
What do you have installed for plugins?
Oh, wait, what? lol. My screen doesn't shake, but my armour is decreasing way faster than it should be
Okay. I've reported it internally. I need to sleep so I can't really investigate myself, but md might be able to, or at least may just revert the commit
We encountered that too
GSit, BlockProt, and Brewery
Immunity frames are fucked?
So that's what happens when you touch the legacy code...
Yeah. @worthy egret md reverted the commit overnight, so I guess you’ll have to wait until Aternos updates their server jar but once it’s updated you should be fine
What did you break choco

Smh
Who have this plugins ? Scoreboard R2 1.4.2
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
!verify
Usage: !verify <forums username>
Guess what? I updated some codes about damage system, but it seemed to cause this new bug xD. Sorry for that. I m going to resolve this 🙂
Especially given the bug that was originally fixed wasn't like, that game breaking 
Mhmm mhmm
In fact, it did. The shield is supposed to bounce monsters. I wanted to fix the shield rebound issue after fixing this bug
But it's not a problem. It seems to be just a matter of greater than and greater than or equal
For me, I prefer to resolve this Pull Request before it conflicts 😦
would not call that game breaking 🙃
Yeah, more just an inconsistent quirk is all
Game breaking would be more along the lines of "Oh no! TNT actually explodes 10x larger than expected!"
Actually that's a feature
oh no my armor for 1.14 enchantment glitch got destroyed from this new game feature
oh choco
have you enabled stash dark mode
My original intention was to have code just like vanilla. I really didn't expect this to happen when I tested it
xD
I am looking for how to build spigot jar
its easier to test with craftbukkit
thanks
Yeah don't worry too much about testing on Spigot if your changes are in CraftBukkit
[INFO] Building jar: C:\SpigotMC\CraftBukkit\target\craftbukkit-1.20.4-R0.1-SNAPSHOT-bootstrap.jar
is this runnable?
Yes
Way to do it like vanilla is to finally yank the fucked Damage Modifier bs
But muh legacy plugin support
Fuck legacy plugins
that shit has been deprecated for like
lemme see
Why is it still there...
Damage modifier is actually great in concept, it's just impossible to maintain is all
Even just being able to remove armour protection is amazing
That;s what the new datapack system is for tho
Yea or just configuring a damage source for it
Not with API, no
Incoming damage from an event
You can't change the source I don't think
Unless 👀 possible API?
No I understand that. What I'm saying is that you can't just change the fact that cactus damage is cactus damage
For now :p
Might be worth fixing damage source api first 🙃
I do wonder though... was there an explicit reason why we didn't add in #setDamageSource()?
Was it because of the legacy shit?
Are you offering lynx?
Eh, we are testing the patch in paper rn
I presume if it works around fine it might end up upstream anyway via doc
Ah, yes, live testing 😎

+1
Oh, right, I did want to upstream ehm
Sorry Owen, your spot's been taken
Is it allowed to fix reported bugs in mojira on craftbukkit?
In principle craftbukkit should be as close to vanilla as possible
But I don't know if fixing vanilla bugs is in line with rules
You can just reference the MC- bug if you'd like
I'm one of the angry ones
Thats what paper is doing xDD
Yea, but paper has config options for both 😉 (now ™️)
Which means they are patching a thing that works as intended
I have to say that there are a lot of problems with MC movement
We don't often fix mojira issues. Only highly critical ones
Ones that genuinely are a nuissance for game play for most people
But fixing them might actually make the experience worse 😦
¯_(ツ)_/¯
I mean, always depends on the bug I guess
if it can remotely be used for something or relied on, fixing it in CB would be kinda meh
or you have to toggle it via config option
I don't think CB does that a lot tbh
I don't mind fixing bugs that aren't controversial, even if they don't seem that important
Well yea, also depends on the way that bug can be fixed
I doubt anyone cares to maintain a giant diff to fix a little bug that annoys two users somewhere
Yeah that's what it really comes down to. Is it worth fixing?
and does it break other things 😉
If it affects only a small handful, they might just be better off making their own patch and applying it to their own servers
The issue of shields not bouncing off attackers seems controversial. Its fix is good for survival players, they will have a better PVE experience
But for PVP players, this is definitely a change from their habits in recent releases. (Although this bug is only in 1.14+)
Fortunately, I have completely solved that problem (I mean that lava damage bug
CHEERS
Thank you so much. By the way it’s worth mentioning, and I forgot to bring it up, that people were dying without a death message to those sources of damage and keeping their entire inventory, but not their levels. Wildest shit I’ve seen in minecraft when it comes to bugs.
All of the players on my server are glad we could help at least a little bit with bug testing, even if it was on accident lmao
We also ported the server over to shockbyte last night, it was the kick in the rear I needed.
Actually, the way this bug triggers is pretty ridiculous. Thank you very much for your prompt warning
It just hit me that the whole “tasing the screen” thing may have only been happening to people with shields equipped.
Anyway what was the exact trigger?
I explained it here
To fix the shield issue, I modified a small part of the logic. The shield bug was actually caused by the Damage Modifier.
https://hub.spigotmc.org/jira/projects/SPIGOT/issues/SPIGOT-7603?filter=allopenissues
The impact is even quite large xD
Holy shit.
Yup, there’s the death message part. We had that happen too.
kek
The testing was really funny, I will say that
“Wait have we tried soul fire?”
“AHHHH-“
dead in 2 seconds
We had a collective agreement between the 10 of us that we’d make sure we didn’t lose any items we’d worked for.
We had a few volunteers, and the two operators (me and a friend) did some testing
It's not really a problem of -1. -1 made no mistake!
I wonder if there is a point in passing a return object to the method
At least I've fixed the breaking commit. Let md_5 do the finishing work
It's still unclear how much of the legacy of Damage modifiers remains. Once mojang changes the combat system, this part of the code will have to be changed again (I hope it won't happen this time).
I'll give it a test and some feedback later today.
I am sure there is some more feedback to be had when playing around in such a crucial part of the server (and with such wide ranging implications as seen by the fun initial merge)
For example, a chaotic PVP server
I have a billing issue directly related to spigotmc’s website, not the seller, who do I contact
did you donate to spigot
No it’s a plugin
its not related to spigot, contact the seller
spigot has no interaction with the money for plugins, its between you and the seller not you spigot and the seller
Basically I got charged for the plugin, received it, and then spigot stopped me from having it
that wouldnt happen
check your paypal for a refund notification, the seller is unable to remove buyers without a refund issued
Can we take this to dms rq
im not staff so i can only say what is expected to happen
Because the way this happened might be a bug
if your 100% sure its a spigot issue email support
Ok
?support
Thank you
how player's get chest full of PVP kits ??? how they get them ??? btw they are my friends ..... how they generate like that items ???
they even can stack unstackable items ... like tools and many more
most likely give commands with nbt data specified
is there any website to geenrate like those nbt data
multiple
i heard that they doing sommthing related to nbt
can u suggest me some ??? or suggest some nbt data for like nethrite,diamond kits
You can modify items through NBT. This is actually a Vanilla feature, not a spigot feature 😛
yaaa i knoww ... i tried using ctrl+wheel
🤣 how u did thisss
https://www.digminecraft.com/generators/index.php is this what you want?
you can even do with it through ChatGPT
i alr tried here .... but heere it ain't give me like sharpness 10,or looting 15
You can write by hand
😶
/give @s diamond_sword{Enchantments:[{id:"minecraft:sharpness",lvl:10},{id:"minecraft:looting",lvl:15}]}
Smh linking all the mid sites
okk last questionn ...
it looks like hacked website those are stealing peoples money
u know about MC models ????
before i turned to java, i had been developping on mc commands for 3 years and even more
in Custom MC models like those animated armores ..... theire durability is just 70-20 tooo loww ....
how can i edit themm
where can i find the file to edit theire durabilty or extra attributess
mc wiki
😶 why everyone let me feel that i am the dumbest creature heree
??? is that also work for custom models and armors ????
free easy
bruh, mc wiki is just a document website
i mean you can learn to write commond on it
yaa i meann ..i can edit custom models from that website also .... cause i was thinking that only for vanilla
its not
im joking broo
I don't know how to explain this to you. But you can try to learn from various websites. The spigot community may not be able to help you
idh that much large community to ask .... i just have 4-5 dc server where i join .... Ik that this is only for spigot ... but ... sorry
In fact, youtube has a lot of tutorials
You can also look for dc servers that specialize in datapacks development
All I know is the Chinese community. So I may not be able to share it directly with you. Because even if you get in there, you can't understand what they're saying
Gotta sleep
Good luck
datapacks developmenttt
Hello! A query. For a server to treat a user as if they were logging in for the first time, is playerdata removed from the worlds?
Yes?
Is there a free plugin similar to the MySQL Player Data Bridge plugin I live in turkey and paypal is closed in turkey I can not get the plugin can you help me
Does anyone know of something I can install / do in order to obfuscate the server seed? I want to prevent people from using methods such as seedcracker to get the server seed and ruin it for everyone else.
ruin what exactly
is it anarchy or smth
No it's an SMP and is primarily competitive
disconnected while connecting to kingdoms: velocity.error.modern-forwarding-failed
Where can I fix this? or where can i find it?
as far as i know, paper provides random-seed-generator which can prevent seed cracker
if the world already is generated, it's too late to change those values
that is..
also believe you can use the end pillars as well, not sure if that is randomized with those
just start a new season of SMP and regenerate the whole world lol
does somebody have a good tutorial on how to install dymap
Guess what, I no longer need help
I found an easier way to fix it
and.. it triggered a vanilla bug
So I have to fix both of them
But I just did it https://bugs.mojang.com/browse/MC-147694
no
tree fiddy
there is a serious issue with this server and its so fricking annoying bru
there is literally no other biome other than one, ive tried changing the seed and world multiple times
not sure what else to do
Care to elaborate
Try without plugins. If it works, then start adding plugins back until you find the culprit,
i’ll try
it somehow worked
i just created another world with mv and it did the job
also is there any good set home plugin? when a person sets a specific place as their house other players wont be allowed to break it
you mean chunk claiming/land claiming?
yup
grief prevention and essentailsx grief prevention for claiming essentials x for homes
i would go with coreprotect to just in case
Somebody that knows a good plugin for a server with kingdoms that i can use
Try kingdoms plugin
I use purpur
in file.bat , what line should I add to limit server cpu usage?
purpur is a fork of paper. So purpur should also have this feature
?whereami
You can edit structure seeds in Spigot.yml
imagine a guy using spigot asks something in paper server
-Xcpu.limit=<cpu_limit>
(searched from internet, i dont know if it is available)
You cant just
Limit the CPU usage like that lmao
That would be pretty cool though
Anyways the JVM doesn’t have such functionality
not on openjdk 21
It doesnt exist at all
Quite likely GPT just made it up
It loves to do that
yeah probably lol
You do realise most of us here have jobs to work and families to feed, we don’t always have time; and especially for someone like md_5 who runs this whole operation, you can just about imagine him having to reply to 100s of emails a day
I don’t personally know MD_5, but he must be a bit older than me and im already 20, so its safe to say he has found something else more meaningful to occupy his time with than reply to emails regarding an open source block game server modding implementation
chances are your email has been seen, if it was really that important it would have been answered
Are you 100% certain that only md_5 can help you? We have dedicated channels for server/development help; resource & discord staff
We have a team to make situations like this easier
Is it regarding a resource?
what does your issue pertain to anyway
^
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? how do i fix this
Have you checked what it told you to
wdym
address/port/firewall
yes they are all correctly set
Are you sure you checked the firewall
any other way
Not with the information you've given us
You can send your Bungeecord config
?paste
?support
hello good! I have a network currently, does spigot have placeholders per se? I need one that shows the server.properties motd
right, so I'm having troubles with hopper minecarts. they sometimes randomly stop on a rail or immediately lose their momentum when hitting the end of a rail
this doesn't happen in vanilla, and it keeps breaking my redstone builds
Hello , can anyone suggest my a /nick and /skin plugin for Bungeecord (also for spigot but I prefer bungee)
Ping me
@burnt mountain
what placeholder is this? (i already know how to create leaderboards i just need placeholder)
Might be custom
probably custom
Or maybe there's a statistic built into MC for it
how do i check
how does it work
you can try a statistic placeholder
but you're asking us how a system none of us made, is made. We don't know either
what does "use" mean in emerald item case?
you could get a developer to code a placeholder in for you, wouldn't be super hard
but you're asking us how a system none of us made, is made. We don't know either
meh
just listen to VillagerTradeEvent or whatever it's called
i was asking about statistic placeholder
I on;y see a stat for number of trades with villagers
add the outcome in emeralds to a running stat
not the amount of emeralds
where can i find statistic placeholders wiki?
doesnt look like wiki
%statistic_use_item:<Item Material>%
is there anything that explains what this placeholder does?
It probably just grabs the player statistics that are viewable to you in the esc menu.
yeah they do
$5 proxy server
I made sure of it by watching a tutorial where someone did it
whats bad about paper?
plus ive joined servers setup like that before
Can u suggest me a nick plugin (ping me @burnt mountain )
Nothing you're just asking in the wrong discord
i have no words to express how I feel after realizing that
welp have a nice day
how to fix lag issue? ive switch to spigot cause papermc patched string dupe
I'm not sure if this is the right place to ask, but how can I check the development status of Spigot? Is it possible to just watch (not contribute) the Spigot development repository?
Is Spigot the repository for the Minecraft server patch itself?
Craftbukkit and spigot have mc server patches
does anyone know how to allocate more ram to a spigot server hosted from your own pc?
[16:57:49 ERROR]: Could not pass event InventoryClickEvent to Killing_Stats v1.1.1
someone help
from ur run.bat:D
what run.bat
well depends how do you run ur server
type ur run cmd
i only have a jar file
what do you mean by that
you need to add jvm arguments
you can run it with custom arguments on cmd with
java -Xms<amountM> -Xmx<amount> -jar <jar>
for example
java -Xms1024M -Xmx1024M -jar <jar>
Xms is min ram, xmx is max ram
you can set the mininum to a lot smaller also to saveup some resources, but there was some tests which say its better to just use all the ram u give it:D
so what i make a run.bat file with that command
you can either run it on cmd or run.bat, not 100% sure if u can add arguments directly to jar
just lookup some yt tutorial and it shows you
java -Xms16G -Xmx16G -spigot-1.20.1.jar would something like this work
java -Xms16G -Xmx16G -jar spigot-1.20.1.jar nogui PAUSE
nogui prevents the vanilla console opening and pause keeps the cmd open
[16:57:49 ERROR]: Could not pass event InventoryClickEvent to Killing_Stats v1.1.1
a plugin for tp to the surface when im in cave? like /up
who can be a developer on my server
its bliss nd we have alot of bugs
but i dont ave a de
v
@hardy grail
there was a bot
oh ok
?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/
ok
Hello, I just bought the GensPlus. And when I uploaded it to my server, the folder was not uploaded. It cost me €13 and I really need the plugin.
Hey, does anybody know if there are limitations with changing structure seeds in the spawn chunks. We've been running paper for a while now and never had any issues with strucutre seeds in the past, but when trying to put an ancient city below spawn chunks i get zero results only a hint of deep dark biome but no structure itself (like i would if u run that specific seed)
I already uploaded the .jar file; and when I restarted the server, the folder was not loaded
Did you follow the installation instructions
?fork
SpigotMC maintains the Spigot server. If you are using a fork of Spigot (such as Paper, Airplane, Purpur, or other derivative works), you should seek support in the appropriate Discord servers.
I looked for it, but I couldn't find anything about how to put it, if you tell me where it is.
Thank you
It tells me to download the plugins and upload it to the plugins folder, but I can't find any folder called that. I am using Enderhosting host
You can't find the plugins folder?
Did you forget to download ProtocolLib and Vault
Make sure you're running Spigot and that you've at least started the server once
also where did you put the GensPlus plugin then???
Just a moment to clarify. Do I have to add the ProtocolLib plugin, and then put the GensPlus in the plugins folder?
I don't know if I'm interpreting it correctly.
Add the required dependencies and restart the server
Inside the ProtocolLib plugin I don't find any folder called, plugins folder
?
where did you install the gens plugin then
Look MD please
?
did you upload the jar of gens plugin to a folder called plugins on your server panel
Don't install the plugin yet, because there is nothing in the files called plugins folder
if you want to see our dms
you are most likely not running spigot or a fork then
It does exist

And which one is it?
which one is called plugins and is a folder
XD. But I put there the Vault, the ProtocolLib and the GensPlus and it doesn't work
there is no folder called "plugins and is a folder" sorry
did you restart
Yes.
check console for errors then
also head over to their support discord
Turn it off and start it, I restart it, put /reload and everything
Don't use /reload
please?
I think essentials has that
Yeah, /top
Not that I necessarily recommend installing Essentials if all you want is a surface command, but if you have it installed already, a command does exist lol
are you telling me that hypixel doesnt use it
Installed on all servers by default, actually 
knew it
is it possible to disable crafting on my server
and how can i stop people from duping items?
yes and complicated
ah
guys why is my server lagging
When looking at the graph with TPS and the entity and tile entity count, it looks like it's related to very high entity counts
Are there a lot of tile entities, like item frames for example?
hmmm no but I might need to change up my mob farm then 😭
my servers lagging pls help https://spark.lucko.me/5xO4KF3Rns
cut down on println
is there a placeholder for how many times you have traded with villagers?
i already checked it
Then why are you asking
because i couldnt find it?
Then there's no
and have you traded with a villager
also make sure statistics are enabled on your server
where is that setting?
actually i have traded with custom villager by Shopkeepers plugin
should that count?
Depends on how that plugin handles villagers
trade with a normal villager and see if that returns 1, if not then your statistics are disabled and if yes then that plugin doesnt count villager trades
I believe that's the statistic for rightclicking on a villager
where did you screenshot that
1 simple google search that took 2 secs "statistics minecraft" showed https://minecraft.fandom.com/wiki/Statistics
oh
smh use the new wiki
it was the top one :P
ok
heyyy heeyyy guyssss
helpp meee
i am describing my issue ...
I am using Multiverse core for my 1.20.1 Paper MC server .
I created 4 worlds (Survival,Lifesteal,Warzone,Creative) and there already 3 worlds in default (world , world_nether,world_the_end).
Noww, when player's go for Nether in my Survival World , when returning from nether it teleport the player to Default world...
Don't tell me to use Multiverse Portal cause in Multiverse portal i can just create a single portal.
I have a server that need to create many nether portals.
**And I also have Survival , Lifesteal , Warzone where they must need to to go nether. **
Help me guyss ...
i’m not sure why it’s happening but when one of my members talk in chat it shows it like:
(muted txslx): Hello
you are asking at the wrong server
even tho they aren’t muted and can chat
Ooopsss
one of your plugins is formatting chat like that
so do i just remove plugins one by one?
until i see which is causing that
which plugin is formatting your chat and which one is responsible for muting?
you dont need to remove them on by one because we know the plugin causing the problem is the chat formatting plugin
oohhhh i know the issue
just doo
./soft mute player
orr like /soft unmute player
LPC right now, and pretty sure deluxehub muted the member once for “Spam” and when i unmuted the player its showing the muted thing now
this is a feature of essentialsx or some thingg likee
do thiss i also face this isssuee
You really shouldn't have multiple gamemodes on one server
Link multiple servers with Bungeecord
can you show your LPC config where it specifies the chat format
yeah in a bit, when i get on my pc
I knoww that there iss always a guyss whoo is ready for answerr 🫶
i think Multiverse-Core is walmart Bungeecord 😂
it has it's uses
ye
is bungee cord a plugin or a software like spigot orr comethingg
software
No
A Bungeecord is used to connect multiple Spigot/Paper servers
So you can change between them easily
Wooooooooooo ... theeeennn i need to create more servers in bungee cord software and then connect each webisteee
https://www.youtube.com/watch?v=7_cxFa0laZ4 you could check this video out to get some understanding of Bungeecord
Minecraft BungeeCord Minecraft. Setup Minecraft BungeeCord or waterfall servers. Start your own Minecraft server with Bungeecord. Bungeecord will work for any version of 1.8 and 1.18. BungeeCord is a proxy server that lets you link multiple Minecraft servers together in order to create a network with many different games.
📥Downloads:
📙 Bunge...
Just type "how to setup bungeecord server" on youtube and check which ever video you want
take love brooo
its just chat-format: "{prefix}{name}&r: {message}"
thats it
You probably have another plugin formatting chat. Can you do /plugins and send a screenshot of that
also if i recall correctly DeluxeHub formats chat, that could be the problem
cant send pictures
in this channel
Just go to DeluxeHub config and set chat format to false (could be named something else you search for it)
Then do /deluxehub reload and write something in chat
can i send it to u in dms cuz there is no chat format in deluxehub
oh true
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
I was squeezing my brain to remember the command thanks xD
Subject: Issue with Minecraft Server Memory Allocation
Hello everyone,
I'm encountering an issue with the memory allocation for my Minecraft server and could use some assistance. Here's the problem:
Currently, my Minecraft server seems to be using only around 1857MB of memory, which is approximately 12% of the available memory. However, I've configured it to utilize 4GB of RAM.
Here's what I've already tried:
I've modified the user_jvm_args.txt file to set -Xmx4G for the maximum RAM usage.
I've checked the batch file to ensure it's correctly referencing the user_jvm_args.txt file.
I've confirmed that Java version 22 is installed on my system, which should support the server's requirements.
Despite these steps, the server still seems to be using only a fraction of the allocated memory.
Could anyone offer suggestions on how to resolve this issue? Any help would be greatly appreciated.
Thank you!
Translation by ChatGPT.
can you send the whole launch command?
i can run server ,play with my friend
but sometime we will lag
my java Graphical interface memory looks jagged
If you want to use all the RAM when it starts set Xms to 4G as well
I also recommend using Aikars flags
can you use essentials and do /mem?
it work! Thank!
how do i report someone?
i found a server owner that claims they made the plugin ecoskills and when i told them they didnt they get all mad at me
Not sure what Spigot would do about that?
If you want to report them to discord it's an option
(assuming the messages were sent on Discord)
spigot will only look at it if it's posted as a resource
How do I disable /msg and /me on my server?
you have to take the permissions minecraft.command.msg and minecraft.command.me from the default group
I'm not sure how to
do you have a permission manager plugin installed?
like luckperms, powerranks, etc..
no, isn't it possible to just do it in permissions.yml or something or do I need a permission manager
it might be possible but i haven't used that file. gotta go check
its better to use luckperms.
i also found this disscusion which you can check out: https://www.spigotmc.org/threads/what-is-permissions-yml-and-how-do-i-use-it.468492/
if you have any questions regarding Luckperms I can help
I set minecraft.command.msg to false in the default group but I can still use it (not opped)
what type of server are you running?
spigot
do players need to have access to minecraft commands and stuff? if no just set minecraft.* to false
make sure to save if you are using the web editor
Yup I saved and tried minecraft.* but I can still use /msg
there's a confirmation in chat that the permissions got saved
LuckPerms, voicechat, Skript
people who are opped can still use stuff denied there
do you have any skripts that define the command /msg?
im not opped
no
use complete permissions
what are complete permissions
minecraft.command.mesage
i have no idea what the perms are, im just guessing its message
minecraft.command.message doesn't exist
use what ever command exists on the popups then
yeah msg but it doesn't do anything when i set it to false
it says I have to provide more arguments
let me check the wiki
/lp verbose on
/lp verbose off
the second one is to disable the verbose
ok it sent a lot of messages what should I do with them
turn the verbose off
the use this
/lp verbose on minecraft
this will filter the verbose to minecraft-releated commands
then run /msg
and see the permission to deny
too weird
can you run verbose without any filters and upload it to somewhere but imgur? its blocked in my region
make sure to execute the /msg
you can also try /lp verbose command YOUR_USERNAME msg
Hello I have a spigot server with 0 plugins. We are having some weird glitch?
When you die to lava you keep all your stuff.
Die to any other source and everything drops.
I have 0 plugins, what could be the cause? Is there a gamerule or config or something?
We had some issues with damage stuff recently
Make sure you are on the latest version
latest spigot?
whats the output of /version
This server is running CraftBukkit version 4065-Spigot-e9ec548-06d9159 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT)
Says i am 1 version behind
that version does contain the damage bug, update spigot
Ok i assume i need to use spigot build tools
Yes
For version select should I do latest or experimental?
Latest
Alright thanks I'll mention if problem still occur
i have no idea why that is happening
You’re correctly getting the no permission message
But then something is sending it anyway
does the reciever get the message?
yes
i don't have any other plugins that could be messing stuff up
set the perm * to false and pray. if that doesnt work idk what will
I can still use it
Does anyone that uses dynmap know how to change the update time
I can't access my luckperms anymore
hey so does anyone know how to get rid of /msg or no
if denying the permission doesnt work something else is modifyingt he command and not perm checking or cancellng
i only have luckperm, simple voice chat and skript and my only script doesn't affect msg
anyone know how to code on java? need help with a simple custom item
@jagged orbit
one sec let me get the picture
oh shit
can i not send pictures
well
yeah its in the item directory for a pack i made and the only texture i changed is that i copy'd the diamond sword and renamed it to "kingsword" which is what the tutorial told me to do
@jagged orbit lmk ive been tryna backtrack and see what went wrong but i really am not sure
and kingsword.json is in the item directory aswell?
its hard to tell without seeing your directory structure
or where this is
pretty sure its there I just am not completely sure where like its supposed to be located
you're better off asking the MinecraftCommands discord
this has nothing to do with spigot
Does core protect track creeper explosions, for example if a creeper aggressor to a player and explodes, does it track that the creeper exploded because of that person
I want to see if someone purposely grieved on my server with a creeper but idk if it’s possible
?support
im having glitches
Too old! (Click the link to get the exact time)
update lol
how can i just open ticket
You wont get any support for an almost decade old version that nobody uses anymore
bro im creating a bedwars server
-_-
will add more gamemode aswell
could be plugins interfering
spigot doesn't provide support for 1.8 anymore
Where did you get the jar from?
Its either a scuffed jar from an illegal website, or a plugin is messing this up.
i get it from offical site
or in
what ever
bro i cant access command block
build tools?
Ah, what did you download from there?
Do you have op permissions?
bedwars 1058
yes
Wait. Why am i in this channel...
bro help me
did you use buildtools to get your server jar?
can i ss?
@jagged orbit
bro join general 1
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
just send a screenshot here
bro i need to share my screen
can u just pls join the call
what are you trying to show anyway
just tell me, how did you get the spigot server jar
I don't respond to dms.
i get your issue, just answer the question lol
i want share my screen
from the site
bedwars 1058
gotcha
endernodes
and have you tried to use commandblocks/gamerules without any plugins installed
I know you do, I'm asking if you've tried without it
it's the first step of troubleshooting
no
didnt
i didnt tried
it
@jagged orbit
try that
if it works, one of your plugins is breaking it
if it doesn't work still, your server jar is bad
so now i do i have to remove all the plugins?
this much only?
what?
yeah just rename it to anything and restart the server
https://www.spigotmc.org/wiki/buildtools/ download and run this for version 1.8 or whatever you want
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
and replace the server jar
you should be able to do it yourself
world edit wont affect anything
yeah back to plugins
okkk ty
btw
buildtool
will help me
changing the gamerule
and accessing the command block
right?
it will give you an official spigot server jar, which should fix the issue
okk
ty
@jagged orbit
do i have to place it in plugins
folder
in your main folder there should be a jar
called server.jar or spigot.jar or something
then change the name to the old one
what?
yes
you dont open server.jar
what was the old jar called
idk
well you need to figure out what it was called
what to do now????/
because the new one has to be called that
ohkkk
from where can i find it
depends on your panel
im using java 11
what does the console say on start up
where to find that lmfao
in your panel..
i forgot, plugin to tp you on the surface?
see dms
I dont respond to dms.
thats so virgin
what can i say
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
im not verified
Alternatively, you can upload screenshots to any image hosting site and share the link.
?
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
okay whats the issue then
idk waht you mean you can't open your sever jar
you dont need to open it
you need an air scrubber
I don't understand what your problem is now
have you put the new server jar in the root folder
bro whats that
u dont even want to accept
dms
how can i ss my screen
okay tell me
yes
are you trolling me
- Download Build Tools
- Run build tools and get a 1.8 server jar
- put the server jar in your server folder
- start server
1.8 jar?
ok
1.8.9 or whatever version it was
Harshil, my friend, I don't know why you cant select anything.
you can message the host support and tell them
but then you have to wait
and you're on free tier so i doubt they're gonna do anything
plugin to tp players to surface, like /up
Hello
?



