#help-server
1 messages · Page 135 of 1
I agree this is likely a bug
It works as intended, moving the hopper-amount field per tick
In this case, 64
But when moving into Composters, it moves 64 at once, ie you would expect it to tick once per item but it treats the itemstack of 64 as one single compostable item
Idk if that makes sense
This may just be an oversight since for a majority of things you want the hopper to tick into, you do indeed want to move 64 at once if you raise the hopper-amount to that
But composters specifically are designed to take one at a time, which is not happening in this case
Where can I do that?
?jira
ty kind person
@everyone can help me?
Trying to ping 26k people 
ah its fine
?ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
Hi pls any plsss help me i create a region with world edit and world guard but when i try to make to make it so when i jump out of spawn i get tpt back to where i jumped from can anyone pls help me
bruh Caused by: java.lang.IllegalStateException: Duplicate entries detected: net/minecraft/Util$2.class
maybe
i have many conflict with artifact
multimodule nms project
bruh i forgot add "API" to spigot artifact 
you still shouldnt be shading the api
dude is shading minecraft
updating didnt fix the issue...
I liked it more in color
hey i have set the spawnRadius value on my discord server but players still respawn in the same spot i suspect essentials is doing it but i have no idea and am very confused
this one is easier to read, the colored one is distracting
just fix the &8 on the )
Is there a List of settings in spigot that alter the behavior or differ from default vanilla servers?
sorry for taking so long on this one. I still have the issue with no plugins attached. I moved to paper, dont have the issue, but some of my plugins dont work with experimental version of paper
guys can yall help me
when i start the server everything loads in
but after that the server instantly stops
?paste logs
AzuriteSpigot
what
?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 wonder if anyone made SpigotSpigot before
we need SpigotSpigotSpigot
Agreed
i die inside every time somebody makes a paper/purpur fork called .*(s|S)pigot
the fact that I can just read this is concerning
probably
SuperSpigot
it could genuinely be a meme because of helldivers lmao
Super Earth uses Super Spigot for all of it's Super Server Hosting needs! It runs on the best Super SSDs and Super CPUs
Anyone else have server tick problem with spigot 1.21.4?
What do you mean
I've seen people asking this there is never anyone elaborating they just say some vague "tick" thing and then dip
The server keeps tocking instead of ticking!
I was just curious
The required files will be generated by the installer or during launch
hello everyone! can you help with strange issue, why sweeping edge enchantment book disconnect gonna peoples, with that reason: lost connection: Internal Exception: java.lang.NullPointerException: Cannot read field "namedKey" because "<parameter1>" is null
Does any sweeping edge book disconnect people ? Even if take out of creative inventory ?
its doesn't matter creative or default survival mode, sweeping book 1-3 disconnect with that reason, but other books gonna okay
interesting
are you running pure spigot ?
are you up to date ?
then third thing: thanos method all plugins.
1.20.6 purpur panilla that's plugin disconnect people
We aren’t purpur
thanos method is an interesting way to put it haha
I think I got that from Optifine lol
hey chat, I am running a server behind a proxy, and since it has to be in offline mode to do that, it seems to not load skins, does anyone know a workaround?
I guess I can use skins restorer?
is ur proxy offline mode too
nope
wait
I am dumb
yes
I changed it to use test accounts
😭
thanks @thorn gale
I am dumb
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
crazy
i bet @hardy grail needs a 3d modeller
nono surely @mellow dock needs one
i bet they both do
?ban 960244547252801596 advertisement, repeated offense
Done. That felt good.
server just crashed due to this, does anyone know what it means?
Time: 2025-01-09 00:35:45
Description: Exception in server tick loop
java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ReferenceArrayList.get(int)" because "this.wrapped" is null
at it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet$SetIterator.next(ReferenceOpenHashSet.java:520)
at net.minecraft.server.level.ChunkMapDistance.a(ChunkMapDistance.java:122)
at net.minecraft.server.level.ChunkProviderServer.s(ChunkProviderServer.java:304)
at net.minecraft.server.level.ChunkProviderServer$b.B(ChunkProviderServer.java:681)
at net.minecraft.server.level.ChunkProviderServer.d(ChunkProviderServer.java:300)
at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1307)
at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291)
at net.minecraft.util.thread.IAsyncTaskHandler.bA(SourceFile:123)
at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1254)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
at java.base/java.lang.Thread.run(Thread.java:1583)
Where does Spigot save the operators? It isn't in the ops.json
Should be, did you use /op
yeah
Have you restarted the server?
oh i just forgot to reload the op.json, my bad thanks anyway
this happen again? also can provide the full logs?
Send full log.
A mod/plugin may not be compatible with the current server version.
There could be a corrupted chunk or an issue with world data.
A dependency library (e.g., fastutil) is missing or mismatched.
and only happen one time?
yes
Likely Causes
Chunk Handling:
The crash is related to ChunkMapDistance and ChunkProviderServer, which suggests issues with loading or managing chunks. This can happen due to corrupted chunks, mods/plugins interacting with chunks improperly, or memory issues.
Plugin or Mod Issue:
Plugins or mods may not be compatible with your server's current version (1.21.4).
Specific plugins like WorldEdit, CoreProtect, or custom plugins interacting with chunks or entities might be at fault.
Fastutil Library:
The error references it.unimi.dsi.fastutil.objects.ReferenceArrayList, which is part of the fastutil library, used internally by Minecraft or a plugin. An outdated or incompatible plugin might be causing this.
Test Without Plugins:
Temporarily move all plugins to a different folder and start the server in vanilla mode. If the server runs without crashing, the issue lies with one or more plugins.
Identify Faulty Plugins:
Reintroduce plugins one by one, restarting the server each time, to identify which plugin causes the crash.
Check Plugin Versions:
Ensure all plugins are compatible with Minecraft 1.21.4 and your server software (Spigot).
Update any plugins that are out of date.
Fix Corrupted Chunks:
Use a tool like Minecraft Region Fixer to scan for and repair corrupted chunks in your world.
heyo guys we had some huge spam with CoreProtect in our server logs
and then it started reporting chunks couldn't be saved due to no disc space, but the entire server file combined was only 4 gb
Here is the log if anyone would like to be brave enough to try
hello
i have the problem with downloading the server version 1.16.4 on get bukkit site.
the links are clickable but the download doesn't started. if you know wen is the problem, right to me on private chat of rewrite here.
You should not be using that website, it has nothing to do with spigot, it's illegally hosting the jars
use Build Tools to create a spigot jar instead
Hi pls any plsss help me i create a region with world edit and world guard but when i try to make to make it so when i jump out of spawn i get tpt back to where i jumped from can anyone pls help me
'only with OP permissions it works
I’d say there is a permission you would need to set with your permissions plugin
@pliant walrus
well it used the default group i think so thats everyone right even without op but even if i need to give it idk what permission
can somebody check out this spark profile and give advice on how I can reduce MSPT while keeping high entity counts
Oracle Free Tier Server
24 Gigs of ram
4 Oracle CPU Cores
50GB Disk Storage
4GB/s internet port speed (what i was told)
by not using oracle free tier servers
that cpu is gonna be shit
also paper + offline mode
also use aikar's flags
can you tell me how I can use them on a pterodactyl server?
is paper bad? and whats wrong with offline mode
change the startup option
I'm saying you should go to the paper discord and offline mode is not supported
I thought their ampere CPU's are pretty good, are you saying they are heavily shared among tons of people
what do you mean by offline mode is not supported
if im not wrong each cpu has 80 cores
you are playing a paid game even though you did not pay for it
= piracy
soooo shared 4 / user
i bought the game
and i dont think im in the wrong for turning on 'offline mode'
but with offline mode pirated users can join server
not everyone in the world is privilleged enough to spend 30$ on a game
then not everyone in the world is privileged to play 30$ block game
so im gonna tell my friends who cant afford the game to f off
I mean you're allowing people to play blockgame without paying for blockgame, which is piracy
meaning you will not receive any support
anyways i bought the game, i play with my friends who cant buy the game
i dont see anything wrong in it
as I said, you are supporting piracy
id rather turn on offline mode and play with friends though
thus you will not receive support
why though
its not like im asking for support to mojang
you guys did not make the game
you guys made the server software which is open source
most of the MC community has decided to not provide support to people who support piracy
it is also against discord's TOS btw
in most games pirated users wont recieve support
however you are supporting piracy
you will also not receive support in the paper discord just fyi
that is supporting piracy
not gonna argue about that shit 

id rather support piracy than play alone lol, in that case
can always buy your friends the game I guess 
i wish i had a few hundred bucks laying around
don't we all 
no man
wat? doesnt money grow on trees?
not everyone is that privileged like you guys
to you europians/americans spending 10$ on a coffee everyday is nothing
but 10$ here is a well not weeks but 3 days or more
but as rad said, useless discussion. You aren't the first one to ask for support for an offline-mode server while having bought the game.
And also, Oracle free tier is good for testing purposes, I have used it to play with friends and in 2 weeks of playing it was unplayable
how many players did you play with
But when I created some kind of plugin and wanted to test with friend or two it was good
tbh I never had issues with performance on oracle free tier
i think 4 of us was there
idk game hosting on oracle is really bad
paid hosting with 8 gigs > oracle with 24 gigs ram
I ran a factions smp with 15 people on it for 2 months without issue
better cpus
or,
paid hosting with 2 cores > oracle 4 cores
oracle just shares their servers among like SO many peoples i assume
minecraft is a single core game and it needs good performance
what the hel-
howd you do that
did you use any optimization trick?
I think it's a matter of playerbase
my friends aren't hardcore minecraft players that build gigantic farms
on what version
thats also important
they build a base and run around shittalking each other for memes lol
my server can't even handle a normal survival world with like 6 players
what home region did you pick?
it was either 1.17 or 1.18 I can't remember
idk what region, somewhere on the east coast probably
yea maybe home region matters the most
if you find a region with less people, then you can enjoy all the resources alone
the more crowded it is, the more the resources get split up
The best thing I have done was buying an used server for 150$ with some xeon e5 4c/8t and 96gigs of ram and 8tb storage
and works just fine
No need to worry about resources
damn, the facebook marketplace around my area is messed up
i wish i could get a deal like that
In my country we have other better sites for this
motherboard in that server supports 2 cpus
so I can add another one
but the copper cooling block is like another 50$ + 4 fans 20$ each...
hows the electricity and internet bills
internet is stable 15$/month and electricity i think around 10$/month
do you have a seperate internet plan for your server? or do you just use the home internet for it
home
dam whats your internet speed?
thinking of upgrading to 1gig for 23$/month
rn its I think 400mb/s
to be honest for now the server is in my room but i need to run ethernet cable that will be like 35meters
(its off*)
do you need high internet speed to host a server?
it wouldnt be possible to run in my room with 4x 7k RPM fans and 2x 18kr pm
depends on what you are going to do on it
like minecraft server, file server some website?
people say its ~<1mbps per player
i mean thats possible
for my home network ill only need like ~120mbps
rest can be for servers
what about websites
depends on traffic and what the site has
i think
never gone that deep into websites
why the hell is my upload and ping so bad 😭
That's not too bad
one time isp changed something by accident and i had 300 download with 800 upload lol
how many players do you reckon i could host with that kinda internet speed, note: i still need some left for my regular personal usage
I wouldn't recommend doing that directly on your home network
You'd want a proxy or smth
do you think im gonna get DDoSed?
well you are wrong
I dont get DDoSed, DDoS gets me 🗿 🗿 🐺
I have ~10mb down and 1mb up 😒
wtfd
i dont need upload
but at least its doing its job
😹
You are the first person I've seen to beat my download speed lol
Hmm I'd probably get closer to 1gb if I was close to the router
maybe next year we reach those speeds
I would love that
i meant our contract runs out next year so we most likely upgrade speed because they made the next plan up the same price we pay now
or my dad just doesnt care and stays on current plan just cheaper
tell him that you care!
I honestly don't atm the speed is more than quick enough for me
hey, can anyone compile a github source code for me?
Sure
ethernet exists
don't you have to just clone the repository and build it locally
Yeah I kept getting a Java home error on windows so I just used my Ubuntu server instead
Cheap american house contractors exist
just run a cable from your router to your PC
or is the router on another floor
Without cutting holes in walls, theres no way to run a cable... otherwise it's just gonna be out in the middle of the floor and what not
heh we have like 10k up/down
anyone have spigot version 1.16.5
?bt get one using the following tool:
distributing the server jar is illegal
you have to get it yourself using buildtools
😮
All you have to do is run the program, select version and it gives you the jar
can someone tell this guy he isn't important enough for the markdown abuse
-# no
is there any recent tutorials online that show how to start a spigot server?
?bt
Does anyone know if it is possible to somehow give permission to use velocity commands in console mode?
?whereami
But I want to give console permissions on the mode so
this is not a server for velocity
I think there are help channels in teh paper discord for it
Hi, I'm looking for a plugin that forces players to complete quests in order to rankup. Do you have any idea of a plugin that could do this?
CMI has this feature but its a paid plugin
And it’s more of like do this and it’s completed type of thing I don’t know if they handle quest
Hello, I am wondering if there is a plugin that displays item enchants below item lore instead of above it.
if anyone knows of one please let me know by mentioning me
most likely none - youll have to get a custom job done which would probably turn enchants into lore and place them below the current lore
can't i just straight up add a premium plugin even tho i haven't added any of frees before?
No
Thats a pain, i gotta figure out what 3 free plugins to add just to add the actual plugin i wanna add?
also how many payment methods are supported other than paypal
you won't get around the fact that you will need to cache the chunks twice if you want things to be somewhat fast
How would someone go about making enchantment names show as:
◆ Sharpness IV
Instead of this:
Sharpness IV
Ping me if a reply if you could help me please
You can change their names with a resource pack
Would you happen to know of a template resourcepack by chance?
Where can I download a resource pack with language files?
You'd need to make one yourself
Then they'd need a custom resource pack for that
They do it without it
They could just be removing the enchant’s “lore” from the item and readding it with that symbol, you don’t need a resource pack to do that
How would I got about doing that?
Use the HIDE_ENCHANTS itemflag and when enchants are applied/modified update the lore accordingly
Assuming you know how to develop a plugin
Alright
Thank you for the help
hi guys, can someone recommend me a good plugin for version 1.12.2 that adds some new items/functionalities to the game (eg, runes, new enchants, new weapons, etc.)
it should be a plugin and not a mod
1.12.2 
Updating to 1.21 will give you a bunch of new items and functionalities!
Hello guys, tried to build a spigot 1.15.1 server using BuildTools but seems to report a OutOfMemory error despite having plenty said memory.
Any fixes for this?
Full log attached below:
Loading BuildTools version: git-BuildTools-f901b6f-188 (#188)
Java Version: Java 8
Current Path: C:\Users\terencee\Desktop\Servers\1.15 Server
*** Using downloaded git PortableGit-2.45.2-32-bit\PortableGit ***
*** Please note that this is a beta feature, so if it does not work please also try a manual install of git from https://git-for-windows.github.io/ ***
git version 2.45.2.windows.1
java version "1.8.0_431"
Java(TM) SE Runtime Environment (build 1.8.0_431-b10)
Java HotSpot(TM) Client VM (build 25.431-b10, mixed mode, sharing)
Attempting to build version: '1.15.1' use --rev <version> to override
Found version
{
"name": "2574",
"description": "Jenkins build 2574",
"refs": {
"BuildData": "b5c57c4676ac2e808179bb545eef531304165d3e",
"Bukkit": "58d299a56f783ba04943502d709d86d5a4227daa",
"CraftBukkit": "5c6b0dc6e41b0e416b2f90e51f220a1f956dbc5f",
"Spigot": "037559e7b4721c8a0af0ead3788733886ce9f49d"
},
"toolsVersion": 105,
"javaVersions": [52, 57]
}
Pulling updates for C:\Users\terencee\Desktop\Servers\1.15 Server\BuildData\.git
Successfully fetched updates!
Checked out: b5c57c4676ac2e808179bb545eef531304165d3e
Pulling updates for C:\Users\terencee\Desktop\Servers\1.15 Server\Bukkit\.git
Successfully fetched updates!
Checked out: 58d299a56f783ba04943502d709d86d5a4227daa
Pulling updates for C:\Users\terencee\Desktop\Servers\1.15 Server\CraftBukkit\.git
Successfully fetched updates!
Checked out: 5c6b0dc6e41b0e416b2f90e51f220a1f956dbc5f
Pulling updates for C:\Users\terencee\Desktop\Servers\1.15 Server\Spigot\.git
Successfully fetched updates!
Checked out: 037559e7b4721c8a0af0ead3788733886ce9f49d
Attempting to build Minecraft with details: VersionInfo(minecraftVersion=1.15.1, accessTransforms=bukkit-1.15.1.at, classMappings=bukkit-1.15.1-cl.csrg, memberMappings=bukkit-1.15.1-members.csrg, packageMappings=package.srg, minecraftHash=50bcc8e23970e2f0b45606205cba3bd0, classMapCommand=java -jar BuildData/bin/SpecialSource-2.jar map --only . --only net/minecraft --auto-lvt BASIC --auto-member SYNTHETIC -e BuildData/mappings/bukkit-1.15.1.exclude -i {0} -m {1} -o {2}, memberMapCommand=java -jar BuildData/bin/SpecialSource-2.jar map --only . --only net/minecraft --auto-member LOGGER --auto-member TOKENS -i {0} -m {1} -o {2}, finalMapCommand=java -jar BuildData/bin/SpecialSource.jar --only . --only net/minecraft -i {0} --access-transformer {1} -m {2} -o {3}, decompileCommand=java -jar BuildData/bin/fernflower.jar -dgs=1 -hdc=0 -asc=1 -udv=0 -rsy=1 -aoa=1 {0} {1}, serverUrl=https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a77f9349cc22afd0cf0a1/server.jar, mappingsUrl=null, spigotVersion=null, toolsVersion=105)
Found good Minecraft hash (4d1826eebac84847c71a77f9349cc22afd0cf0a1)
Final mapped jar: work\mapped.a6da4269.jar does not exist, creating (please wait)!
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.util.ArrayList.<init>(Unknown Source)
at org.objectweb.asm.tree.MethodNode.<init>(MethodNode.java:227)
at org.objectweb.asm.tree.MethodNode.<init>(MethodNode.java:194)
at org.objectweb.asm.tree.ClassNode.visitMethod(ClassNode.java:283)
at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1122)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:688)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:400)
at net.md_5.ss.repo.JarRepo.getClass0(JarRepo.java:38)
at net.md_5.ss.repo.ClassRepo.getClass(ClassRepo.java:22)
at net.md_5.ss.repo.JarRepo$1.computeNext(JarRepo.java:69)
at net.md_5.ss.repo.JarRepo$1.computeNext(JarRepo.java:53)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:145)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:140)
at com.google.common.collect.MultitransformedIterator.hasNext(MultitransformedIterator.java:47)
at net.md_5.ss.SpecialSource.map(SpecialSource.java:123)
at net.md_5.ss.SpecialSource.main(SpecialSource.java:49)
Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [C:\WINDOWS\system32\cmd.exe, /D, /C, C:\Program Files (x86)\Java\jre1.8.0_431/bin/java, -jar, BuildData/bin/SpecialSource-2.jar, map, --only, ., --only, net/minecraft, --auto-lvt, BASIC, --auto-member, SYNTHETIC, -e, BuildData/mappings/bukkit-1.15.1.exclude, -i, work\minecraft_server.1.15.1.jar, -m, BuildData\mappings\bukkit-1.15.1-cl.csrg, -o, work\mapped.a6da4269.jar-cl]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:1042)
at org.spigotmc.builder.Builder.runProcess(Builder.java:967)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:508)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)
hey, I have a question, I'm looking for a plugin for custom txt (server txt) I noticed that many servers have something like that if you don't download the server txt, you get kicked from the server, what kind of plugin is this?
Do you mean a resource pack?
Have you tried allocating more memory?
How much memory does your system have?
I had tried running BuildTools using java -Xmx1024M -Xms1024M -jar BuildTools.exe -rev "1.15.1"
yes
You might need more
try 2-4 gigs
8GB empty ram, 16GB ram in total
It still returns the error. In fact, I tried using the BuildTools.exe at first That didn't worked out well so I tried using the .jar version
You're using a 32bit Java version
Problem is it is not picking up my installed Java 8 and uses Java 23
and that throws an error
And I'm 99% sure you're not on a 32bit system
Indeed. Lemme try finding a 64bit Java8
Install Java 17 at https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot
^^ open and select Java 8
Which one should I select? JDK or JRE?
JDK
well its gonna take a while
is there a plugin or way to sync certain yml files and certain lines between servers.
E.g
If I update plugins/TAB/config.yml the line bungeecord = false to bungeecord = true in Auth-1, it will be automatically be updated to Auth-2, Auth-3, SkyWars-1, SkyWars-2 only the line modified
none of you answerd my question but ok
Well that works like a charm!
?howold 1.12.2
Minecraft 1.12.2 is 7 years, 3 months old.
Our bad for not keeping up on what plugins still support a 7 year old version of the game 😔
Anyone can help me install Geyser+Via* in Spigot 1.15.1?
Geyser doesn't support version below 1.16 so ViaVersion (or whatever) is required
However every tutorial I found is very confusing.
Just wanna know if anyone here have a better explanation for it.
Now that's not very nice coll
May I report bugs here?
I found that on ver 1.19 and later(spigot server), if you rebind the action to open a Shulker Box (right-click) to another key on the keyboard, and then hold that key for a few seconds while pointing at the air before moving to the Shulker Box, the Shulker Box will remain open after you exit.
I've test it up on ver 1.19 , 1.19.4 , 1.20.2 , 1.21.1
Try to reproduce this on vanilla server as well, this may not be a spigot bug
Probably is, I've been getting ghost chests on Fabric too a while ago
Probably not, I've also test on vanilla on 1.19
how can i see which plugin eats most ram?
I would recommend spark profiler. It's pretty good
I have spark but i cant read it
like where it says which plugin eats ram
can u read that for me?
send through your link
Which one u need just the profiler?
yeah
use the command
/spark profiler start --alloc
that will profile your memory
yeah you will have to re run it for 10ish mins
Okay i send u link in 10min or now?
in 10 mins once it's stopped
ahh okay I see now what u mean
Btw maybe its a good side info but on the web it says i use 10.41 gb but ingame in minecraft it says just 4.7gb
Here you go https://spark.lucko.me/fylpkgScoQ
your server is sitting at 5gb for 10 players, that really isn't out of the ordinary if you're giving a 250mb budget per player plus overhead.
None of the plugins really stand out that much with consumption
what's your worry, is TPS dropping? because its maintaining at 20.00
what are your starting flags
java -Xms128M -Xmx12288M -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 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar
I cant change em also its from the provider
It might have something to do with the 1200 entities
u think that kills my ram?
Could be many things, but note paper 1.21.4 is still in experimental. If you plan on 20+ players, you may want to go for 10gb+ ram.
Look into this guide for improving server setting. theres another guide on papers site. Clearlag is probably not going to be the one to help in these newer updates, would suggest a proper limits plugin like MobFarmManager.
https://www.spigotmc.org/threads/guide-server-optimization⚡.283181/
Idk which plugin thooo D:
ah i was looking at the process memory sorry lol
from the current profile, looks like no plugins are a issue. protocollib would be nice to remove but its not a huge deal
ah okay
interesting
i guess ore eats alot of shit
because its hopping between 7-4gb free ram
I would like to point out tho you are around 70 versions/bug patches behind
Huh?
yes but consider that you need those patches
research, or use the one paper has in the config
Paper has one built in iirc
tried mode 3?
you didn't have like, a bypass permission or something
because there is 0 difference between an xray mod and a resource pack
Whats the defult password of Economy++ in minecraft
Because I cannot change it
Because I cannot press on economy++
Wat
You download a plugin that has that functionality
this is the discord for the server software + platform as a whole
not an singular plugin
there is multiple lifesteal plugins on spigot, go to their specific discord; read the docs; or link the plugin
I really want to know what plugin is linking to this discord.
thank you
I feel like this happens every so often and I can never find the source
helix lifesteal was the pack btw
can you link the spigot page?
I have cleralagg and i check my free memory.. it goes like this every sec... 10gb, 9,7gb ,9,3 gb 8,5gb back to 10gb
something eats a shitton or is it the garbage collector idk?
Yeah, that's Javas garbage collector
Generally a plugin like clearlag is mostly useless
But the GC shouldn't go every second
i use it to find chunks with tons of entities
like every 1,5 sec
it goes
Btw do u know how i can reduce the ram usage lil bit more?
If you allocate 10 gigs, it's gonna use 10 gigs
10 is usually not needed, 6-8 has always been enough for me
(Though I have run a server with 128 gigs before)
I have 12gb and my server crashed at 20 players because of of memory
thats why i am asking
I don't think the crash was because of the memory - We run Brawls in production with 6GB and have had 40 players on with zero issues
novacloud@ryzen01~ Server marked as offline...
[Novacloud Deamon]: ---------- Detected server process in a crashed state! ----------
[Novacloud Deamon]: Exit code: 137
[Novacloud Deamon]: Out of memory: true
again :/
Did you allocate more than the system has
You need to leave some space for offheap memory and the OS
You should tell your provider about it
the server has even less ram then XD
Depends on how you count the ram
If by ram you mean Heap then yes
but if you mean actual ram then no
That could ofc be true as well
Yooo, is there anything preventing coloring glowing on a paper server? I am able to do team colors in singleplayer but not in the paper server
?whereami They have some kind of setting though
ok thanks
Hi! I am trying to install Protocollib + Artmap to my server but my server is 1.21.4 and the latest update for both is for 1.21.3... Is there anyway they would still work on .4 or do i need to wait for an update because i can join servers that are on 1.21.4 and they have both plugins onit :/
Dev builds for ProtocolLib should work on 1.21.4
Okay, ill try installing the latest dev build
Whenever i download the latest dev i get this :/ https://i.imgur.com/CBkWdT2.png
Are you using Paper
yes!
Try using Spigot
Did you get up to date on the patches? No longer 81 behind? Lol. It’s not good to ignore those updates, they certainly could patch bugs as bad as memory leaks
Looks like RealisticSeasons
is there a plugin i can use to show ping in tab?
okay, found this but it isnt working https://www.spigotmc.org/resources/tablistping.66275/
okay x2, nvm
Hey can someone help me with the Velocity proxy configuration especially with IP forwarding?
okay thanks
idk if anyone here can help or if its the right place but.. anyone know a plugin that teleports you back if u fall in the void at spawn? the one i found hasnt been updated yet lol
It shouldn’t need updating for something like that, have you tried it on your version?
mhmm VoidSpawn is what im using but it doesnt work on my version of 1.21.3
Hello, can someone tell me if a plugin how reset the world and generate a new map (new seed) when a player die, and reset players stuff. thx
I did update it
i am afraid i cant fix it
is there a plugin for when you step on a certain block or go past a certain block it will say something in chat to you personally no one else.
also is there a plugin for like when you enter a biome/zone/region it will say the name of the biome across your screen, for the player not everyone
bit of a longshot here, but I have an issue on my server with a plugin, something is causing the enchants that you see in the preview not be the actual enchants you recieve, you end up with completly different enchants that what it shows. 1.21.3, just hoping maybe someone had this issue and might know of any plugins that cause this behavior
Issue with a plugin purchase. Doesn't work and no support form the dev. How to process a refund?
Spigot can not give you a refund, they did not sell the product. Support from the dev is something to situate before buying a plugin
PayPal can give you a refund
Paypal usually has good support. and if the dev doesnt answer to the request then in a few days youd automatically get the refund
Your pfp is def AI and creepy
says you lmfao
It is not AI, it is a chibi of me, ofc not the eyes that’s a typical design enhancement. Could be creepy from a distance but they are usually drawn big for cuteness.
This is not the place to chat about that, and a shame the world calls everything ai now
calling out other people for allegedly using an AI pfp whilst you have that one is crazy
RIP artists now I guess
an artist got bullied off twitter for allegedly posting AI art (it was not AI art) recently
That is super sad. Peoples actual skills being put down by technology
AI can be extremely helpful but I wish it weren’t invented. Decreases the value of humans
Hi !
I am trying to shutdown a server via the terminal, but I cannot get it to work
These kinds of commands only sends "stop" to the server, without triggering a stop:
echo -en "stop\r" > /proc/`pidof java`/fd/0
Am I missing something ?
I saw it was achievable using screen, but I'd rather avoid installing a package just for this purpose
decreases the value of them or replaces them?
So you are using a Linux terminal and trying to close a process? Assuming you forgot to use screen, something built in
You'd probably want something like screen or docker even
I'd just send a sigterm tho
Just kill -15 java
(assuming you only have one java process running)
I'm planning containerization in the future 🙂
Screens help you switch between consoles, having multiple servers open
Will kill -15 allow for a graceful/normal shutdown ?
I tried kill -1, it was a bit too rough
I've personally never had any luck writing directly to the stdin tbh
15 is SIGTERM which still does a world save yeah
It does the same thing /stop does
I'm not sure I understand... is it a package ?
It is
1 SIGHUP won't be what you want
I’ve always seen it built in but I guess if it’s a package, definitely would want that
I'd like to avoid installing a new package 😅
That worked 🙂
After clean debian os install it still had screen command
Thank you @full nexus !
I'm using Oracle Linux... and it's not great haha
I've never had it be shipped on Debian
I did a netinstall back on Buster, maybe they added it after
I’m using OVH now, maybe they install it after I’ve chosen the OS
¯_(ツ)_/¯
Super helpful tho when having multiple servers. Don’t see why you wouldn’t want to have it
Pterodactyl 
Sure, but I’m not into panels
that was 5 years ago.. damn
To me the raw terminal is clean. Many years ago when I used a minecaft host instead that was annoying having panels delayed
if its a small server id just screen, if i care about other people seeing stuff im using ptero for it
You mean like giving public access to your machine??
I thought this chat was of our own server
have you heard of proxies
I use bungee, sure
i mean on a vps or something, if its a server for friends or testing ill just screen but if its a public server that i care about staff seeing console or stuff id setup ptero
Aware of the term but never understood that vs a vpn
Then they would still call it a vpn for virtual public network XD
gotta love fucking up abbreviations
I knew what vpn stood for but that doesn’t help what proxies is
they proxy your HTTP traffic
Then yea I knew that. Just figured maybe there’s another meaning.. I suppose pterodactyl is something you integrate in your website then
Oh well. Each person is comfortable with different things.
Hi, i am getting "Exception in thread "main" java.lang.RuntimeException: Error patching Block.java" error. What could be the cause?
rerun buildtools in a clean folder
1.8 💀
not 1.8!
i feel like its hit or miss on whether or not debian decides to ship with screen installed
stg its different every time i install
Presumably depends whether you install the core system utilities package or whatever it's called
crash report monster-spawn-max-light-level default
max server render distance is 32 right?
and if it is, its only taxing server-side right?
Yes its 32, but if you are going to use that high you may want to go with paper for faster chunk loading. This does not make players have 32 render distance, it only allows them to go into their client settings and set it higher. Usually minecraft defaults to 12. If they do set it any higher, it will mostly use their pc performance, little bit of the servers cpu. The thing that hits the server hard is your simulation distance, you would want that set to 5 if you are going to use higher than 12 view distance on the server.
Worth noting that a view distance of 32 is 10 times as many chunks as the default of 10
Absolutely, wouldnt recommend it. around the 20 range is fair as long as other stuff is performant enough to handle it
Does anyone know how to increase rendering between players? The server has 20 chunks and yet the players are disappearing if it exceeds 100 blocks
there is tracking range in spigot.yml; but be aware the client will have its own limits
By sending an email to md_5@spigotmc.org can I resolve the issue of my account being stolen or do I have to contact somewhere else?

Is AI telling people to use my personal email or smthing
Have you seen an increased amount of emails?
Support requests to my personal email? Yeah a tonne
aah that's because when you click on the contact button, it takes you to a post of yours where it says that if you want to contact you use the Email button at the bottom, but the green button takes you to the same post and the email button that you have in your profile sends to your email.
the AI recommends you to go to the link spigot.com/contact but this doesn't take you anywhere.
?support
His personal email is only for cat pictures
why cant i open chest at spawn?
bet
md do you like cat pictures
Is there any plugin that can change the color of leaves in Minecraft 1.21+?
Please ping me if you could help thanks.
16:55:09 [SEVERE] Error authenticating JeremiGamer13 with minecraft.net
io.netty.channel.ConnectTimeoutException: connection timed out after 5000 ms: sessionserver.mojang.com/13.107.246.44:443
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:1583) hi i have a problem in client side its saying error occured while contacting online servers are they down?
Guys, I'm trying to add a custom model to a diamond helmet, everything works fine, but when i put the helmet in my head, it becomes a normal diamond helmet
That would be because the model data is not applied to the armor texture
And that would be because item model data only works on items and not the armor rendering
Is there anyway to do it?
that's sad as hell cuz I bought some hat skins and I made a plugin to apply the custom skin to yout helmet
In sure theirs some weird hack for custom armor but I'm not aware of it personally
what is recommended for colours in server.properties motd and server-name (\u00 or § or &)
You have to use section sign iirc
§
Idk my server works fine and your sure you didnt change anything?
Hello, when I try to download Spigot using BuildTools.exe, I get the error: "Task exited with error code 1." Can anyone help me fix this? https://paste.md-5.net/ojohureyom.cs
afaik mojang have killed launcher.mojang.com now, its a bug in bt atm with older versions than 1.19
Yeah looks like it
maybe 1.8 will die finally
only fix is basically changing the url in every info.json in builddata
and then the refs in all the jenkins files would need updating to reflect those changes so its an md thing who knows if it will be done
Okay, Thx for the reply
They just restored the domain to working again
simple vc probably just uses the API
and it'll attempt to work on 1.8 but that'll just be hopes and prayers
can anybody help me with nuvotifier. its not working on 1.21.4 for me
?notworking
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
@glacial sundial did you see that launcher.mojang.com was killed earlier and brought back
if it dies again are you gonna convert all of the builddata info to piston data or will it be time for those versions to eol
or hear me out, dont fix them and tell people to update
an easy route to resolve it could just be check the urls in bt and replace https://launcher.mojang.com/ with https://piston-data.mojang.com/
That’s an awesome name
File paths haven't changed?
from what i can tell on the existing builddata info no
its just the subdomain that actually changed
If so, yeah that's much easier - you can PR it 😄
anything again a #replace("launcher.mojang.com", "piston-data.mojang.com") on the 2 url paths
how do i properly ban someone
/ban doesnt seem to work coz i still get <player> disconnected in the logs
anyone know how to make custom commands?
Thanks. Does the mappings url ever refer to launcher data? I thought we had piston by the time we had mappings
was never swapped to piston when mappings was added im guessing
i wonder when or if they'll try and kill launcher.mojang again
You're the worst person on earth
People like you need help
Which cpu would be better for Minecraft server?
Ryzen 9800X3D or a 9700X (both have 16 Threads). In single core performance the 9700X got more points but the 9800X3D got the 3D Cache
9800 is a heck of a lot more expensive
9800X3D would be my guess
Yeah but surely not worth the price
I mean can you even find one in stock
I think I'm going for a 9900X3D since the price is not that much higher for me than a 9800X3D
But thanks for the answers :3.. Yeah power consumption is a pain in the butt
9900x3d won't be available until march so you'd probably have to wait a bit to see what they will actually go for
Also I believe it has two ccds so you'd have to look at benchmarks to see if there's any noticable performance impact
My bad I meant the 9900X not the 3D
How many players? How many servers on the machine? Just asking because you might end up with the server only using 1% of the cpu. For me on Ryzen 5 with 3 servers, 60 players, only using 4-6%
does the site have dark mode?
How do you get the item dropped (itemframe item not the item in the itemframe) from breaking an ItemFrame? HangingBreakEvent doesn't seem to supply it.
has anyone ever encountered an issue where no mobs can go through portals, and dropped items bounce off the portal, flying in the opposite direction they were thrown from? I can't seem to find any settings on the server or from any plugins that effects nether portals...
is the nether loaded?
check for allow-nether=true in server.properties
if you are on paper it has settings to prevent entities from entering nether portals to prevent farms and chunk loaders
both are set to true
its a VERY strange issue, ran a grep for "portal", "nether-portal" and "nether portal" and any setting with those words were all correct
do you use multiverse?
yeah u gotta pay for it
spigotmc.org? scroll to the bottom its on the left
Join their discord. This isn’t help for itemsadder https://itemsadder.devs.beer
Well since minecraft basically only uses one core, that usage percentage is pretty useless because you buy a cpu for single core performance and not its multicore performance
On a server i admin for, out cpu is averaging at 5% usage, yet the server is lagging, since only 1 of the 20 cores is actually being used
Hello will Anyone help me to slove I am geting an error in plugin of modle engine resource pack the pack is failed how to slove it pls Anyone help me out
Hello :D
Any chance at all i could get some help with an issue im having were people can't join my server.
ive settup port forwarding and allowed Java and javaw through my firewall. im able to join the server from other computers on my network but can't get anyone from the outside in. currently its a small server and i have like 3 friends on it while its in building process but friends outside the household cannot get into the server anymore as of yesterday. all thats changed is a new router that my internet providers provided due to a throttle internet speed issue. Everything from the old router was copied over so its just like the old unit. ive spent the last 3 hours re-doing all the server settup steps. even made an entirely new server to see if it was a conflict with the current sever plugins. im so lost its unreal.
on a 1.21 spigot version of minecraft. tested it on a 1.20 (when i built a new server the problem still exsists)
could it be that your ISP decided that port forwarding will no longer work for you ?
Ive called them this morning and had there help getting it settup even after i set it up. if it wasnt supported through them she woulda told me so i dont think thats it :/
just used a website and i was able to see that my port is infact open. so it has to be something other then the port forwarding issue. 😭
Hey, I struggeling with installing PlotSquared on my Spigot 1.21 server, I'm loading the .jar in the plugins folder but it wont show under /pl on the server after a restart. Usually i would just look for other similiar plugins but there are just no other plot plugins out there. Can anybody help me?
You need to look into your console. If the Plugin started with an error it will be somewhere there. Mostly its just the wrong version. Bouble check that you picked a Version specifily declerated for 1.21.4 and if you dont find one ask on the plotsquared discord. They have one and ask if they updated it to 1.21.4 even.
Nothing to find about PlotSquared in the console, version is also right, been checking that for a while now. But thanks fot the fast reply
share startup logs
?paste
already got help :) probably cant fix it but thanks anyways
its not the payed version since i'm only using it for a few weks
How did you get it then? Kinda hard to help without knowing
I compiled it from their open source code on github, seems like there is one file missing (plugin.yml)
Copy from existing plugins by opening the jar file
Its kinda a universal thing. You just need to make sure each command with their permission is set
The plugin wont load without that file
If the plugin.yml is missing odds are other things are missing too
its there
Make sure the main class is correct etc
Make sure you use Gradle build the plugin
@fading void just copy this and create your own plugin.yml
Problem solved
I'm on it :) just testing
if the plugin.yml is missing there is 99% chance there is other stuff missing
as olivo said
If it’s in the git hub and it’s not in their files, then…
they didnt compile properly
yep seems like -.-
do you use windows?
yes
open the plotssquared folder in your terminal and type gradlew clean build and it should compile it properly
Tried it twice to make sure, didn't do the trick
where did you get the jar from
right here
the jar on the releases on there is 3 years old
once youve ran gradlew clean build the jar will be in build/libs
i found the issue, it is working now :) thanks to all the helpers
So there are just 3 ppl online and the server uses between 3 and 6 gb ram
is there anything sus?
Can you please just use Spark or something?
thats the spark heapdump
😭 mb, can u actually inspect whats going on? entities?
Entities are no issue
Sounds fine
If you gave it that much ram don't be suprised if it uses it all
Hello, download.bukkit.org is down, does anyone have the 1.19.4-spigot.jar please ?
buildtools is the only offical way to obtain spigot, any other methods are not supported and may contain malicious modifications
Hooo I didn't know, I will download it Thanks
?bt for the link
Thanks
don't use that page
what page thrn
you have to use buildtools
.
ok
local
TZ env
timedatectl did the work
echo $TZ
Thanks
>....
novacloud@ryzen01~ Server marked as offline...
[Novacloud Deamon]: ---------- Detected server process in a crashed state! ----------
[Novacloud Deamon]: Exit code: 137
[Novacloud Deamon]: Out of memory: true
[Novacloud Deamon]: Checking server disk space usage, this could take a few seconds...
[Novacloud Deamon]: Updating process configuration files...
[Novacloud Deamon]: Ensuring file permissions are set correctly, this could take a few seconds...
novacloud@ryzen01~ Server marked as starting...
[Novacloud Deamon]: Pulling Docker container image, this could take a few minutes to complete...
[Novacloud Deamon]: Finished pulling Docker container image
novacloud@ryzen01~ java -version
openjdk version "21.0.3" 2024-04-16 LTS
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
novacloud@ryzen01~ java -Xms128M -Xmx14336M -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 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:+HeapDumpOnOutOfMemoryError -jar server.jar
Starting org.bukkit.craftbukkit.Main
:(
how many plugins?
Im getting 3.8 gigs of usage with 3 players on paper and 33 plugins
also as stated use spark
it pinpoints the issue if there is one
as they have stated before, they are using spark to generate a heapdump
If they have like 30 plugins it makes sense
i have no issues either it makes no sense why it uses this much
one of their plugins has a memory leak causing an oom
in help dev and in here the other day
whats an oom
out of memory
i got 31 plugins
Oh nah im not getting that, mines garbage dumping
what from spark can i use to see it?
look into the main thread and see where most the usage is coming from
its not a cpu issue
according to epic you have a memory leak
the main page of spark shows this thread info
towards the bottom
never saisd it was ram
what is /spark heapdump?
but it shows most usage
is that helpful?
Look around in spark, heapdump im unsure of
use the spark link and search around and tinker a bit
could u read it out for me?
do you have imageonmap by chance
whats that
I can look at your spark if you share a link
any of us could
i just started it
you need to let it run for 5-10 minutes
thats a 5 second spark profile
join your server and type
./spark profiler start
after 5-10 minutes type
./spark profiler stop
and share the link it gives
during those 5-10 minutes do as much as you can
load chunks, use plugins etc
okay
Then again if its a memory leak as stated above, it probably wont show and will just crash the server eventually. Is that whats happening?
Yes you have a memory leak in one of your plugins
idk which one
First step i would take
is check reviews for these plugins
you wouldnt be the first if i had to guess
second step, update all plugins
4 of them are selfmade
so idk if its mine
its done
You can rule out coreprotect, luckperms, protocollib, and papiAPI
those are trusted plugins
then again dont listen to me cuz it could be anything
literally
anything
maybe a spark heapdump helps?
thats the same link and 5 seconds still?
how is it 5 sec
ill look anyways
it would have generated a new link or it should have
weird
yeah that profile has no data
your gonna have to read the heapdump using something like eclipse mat or visual vm. if you cant understand it start binary searching the plugins by removing half and see if it still happens then repeat untill it stops happening
is this new?
thats the one lol
i cant do that cause it only happens if alot of player are online so i cant test that on a testserver with no player
if youve tried visual vm try eclipse MAT
@midnight pond do a /spark heapsummary when the memory usage is high real quick
and heapdump
okay gotchu
so you can analyze it
It's essentially a list of objects loaded in the JVM
At this hpoint listen to epic, timings are showing nothing
Thread at 100% i have this too
is this normal or do i need to upgrade?
bro the thread is meant to be at 100%
Because it has a waiting period before next execution
Whats the diff between /spark heapsummary and /spark heapdump
Heapdump outputs a file that can be analyzed
heapsummary is a webpage with a list of objects
Probably heapdump, but you would need external tools to analyze it
Alright
I got that now https://spark.lucko.me/jakR5lL4e0
So if you have stuff waiting until the next tick?
it crashed like 10 minutes ago
do what
its spending 41% of a tick waiting
which is good
is it spiking and going back down and spiking again
yes
that is normal
That's normal
thats just garbage collection
but it was stuck at min 5gb always
now its back to 3gb
after 9min
can i force a gc?
./gc
doesnt wokr
check the heap summary in an hour, or nearby the time it crashes to see whats using resources nearby a crash
you should never need to
So what's the issue here
but System#gc
What's the message when it crashes
Memory leak causing OOM at random intervals
run it in an hour, then an hour or 2 after that and see whats taking up a lot of ram
okay
can i ask something
how can they join if i have only 20 slots
there are 22 players
shitty host doing shitty limits badly
limiting player slots is the stupidest thing ever
literally just a config option
but how are they gonna make money selling player slots
gonna sell 1 player slot upgrades for $0.99
time to make a plugin that ups to limit
stonks
if they override the config
^ :)
why is that a website 
that'd actually be stupid as shit
who owns that
you never know
maybe its pheonix616
we can only guess
its john mojang
yep
There has been 54 closed reports on itemsadder of memory leak mentioned and that plugin has 328 bugs open
john mojank advocating for john paper