#help-server
1 messages · Page 265 of 1
I wanted to start my minecraft server but it showed this:
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.IllegalArgumentException: Error decoding percent encoded characters
at sun.net.www.ParseUtil.decode(Unknown Source)
at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getNextLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Press control+C to exit the server!
Please help.
The server is running on spigot
hey i need a plaguin to add /shop 1.16.1
Try Google 😉
The problem occurs because your JRE (Java Runtime Enviroment) and your JDK (Java Development Kit) are not working together correctly.
?paste
Is there a java 16 version of 1.16.5 or is it just 1.17 that will be running java 16?
1.17 will be running Java 16
It not concerns 1.16.5
quick question, I am trying to generate worlds on 1.17rc2 and I take the seed number and generate that seed on 1.16.5 and both worlds look the same
so how can I generate a 1.17 world that is unique of 1.17?
1.17 no longer contains major world generation changes afaik
hence a seed might lead to a very similar looking world in both versions
you 300% possitive about it? 😛
concerning that they moved major parts of the caves update to 1.18 I think it is possible the world generation didn't change too much
so then I can start building the spawn on 1.16 with world edit then just paste on top of new generated 1.17 with same seed?
I am preparing a 1.17 server, so I generate worlds on 1.17rc2 use the seed to generate the same in 1.16 create teh spawn, 1.17 releases, use the seed on 1.17 and paste the spawn 😛
so start new server with spawn created from day one
I mean it is very unlikely that the world generation algorithm is gonna change a lot from rc2 to the release
Ehh not really a thing you would want to do.
since the seeds are not going to change tomorrow
It may not change but it may change.
If it doesn't change from the rc2 to release it may change from release to spigot
the config options / patches
they usually dont change that, vanilla seeds look the same on spigot
^^ yeah maybe if someone changes options but spigot aims to stay close to vanilla
so far I have generated 3 worlds on 1.17 rc2 and used those seeds on 1.16.5 and worlds looking pretty much the same
yea, so concerning you are just gonna copy the spawn you should be perfectly fine (should)
now for my 1.16.5 old survival server, once I upgrade in a few weeks once all plugins are kind of compatible, would the old world take 1.17 biomes? the seed on my 1.16.5 is seed 0 and has a world border of about 2000 radius so I was planning on expanding border and hoping it would take 1.17 features, also what about the underground? would those places take 1.17 features? and places that people have not touched?
New chunks follow the new world generation yes
and one more question if you don't mind
what would be the best way to change ugly biomes on my old 1.16.5 server/delete entire chuncks/ then regenerate them with new biomes?
world edit?
No idea.
hmmm maybe changing the biomes with world edit then using restore nature from Grief Prevention 😛 lol
does anyone know how to make it to where when a person joins a world its to the last place they were and not just the spawn? i feel like it's really simple and it's just not popping into my head
Is there anyway to remove the "< >" angle brackets from chat without using essentials?
Hello, the tps of my server is going down considerably, from 20 to 5 after each restart, there are mostly 40 to 50 people and it has just begun to make those changes, here I have the timings in case you could explain to me what it is due to
https://timings.pl3x.net/?id=b7207531fd7d41fb95cd527c32ddd7ed
Hello guys, anyone knows a plugin to fill ores in the ground? It's empty on my map
I thought about WorldEdit but that will crash my server since that's an Earth Map...
Maybe with this ? https://www.spigotmc.org/resources/ore-regeneration-and-mines.88679/
Well,
there will be a small problem
If I use it, that's like Square region
I have mountains on my minecraft server
would most likely need a custom ore gen plugin made then
Does anyone know a way to get Fabric and Spigot to play nicely? Need to use the Fabric version of Simple Voice Chat but also want CoreProtect for the server
No. The only way I know of to get mods and plugins on the same server is SpongeForge, but that's not Fabric nor Spigot.
There are projects for forge and spigot
That may or may not work
There are also some projects to run spigot on fabric, but last I checked they don’t really work either
you really should avoid them as a lot of them are extremely buggy
Yeah, my biggest issue is I want ppl to optionally have the simple voice chat mod but only fabric makes it optional
And my server is public so CoreProtect is on my must list
Yeah you can't really uh
i mean there is stuff like Mohist but its just not always good
Fabric may have some logging mods
especially for plugins that use nms (minecraft server code that is version dependent, the custom sever usually changes that a ton and patches other stuff)
I’ve seen one being developed at least
So nervous about switching CoreProtect has been so good for us
What do you recommend to change the clearlag?
What
the clearlagg plugin is causing problems on my server and I want to change it
I would recommend against using it in general, or just configure it to only deal with ridiculous amounts of dropped items
just remove it
But I want something that removes the garbage every x time
Minecraft does that already ;p
Items despawn after 5 minutes, entities despawn when out of range
Hi umm i need help with my mineos server i got this error
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:767) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.Bukkit.reload(Bukkit.java:556) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:629) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:416) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
at java.base/java.lang.Thread.run(Unknown Source) [?:?]```
i am confused bc i never got this error
1.8 lol
that is the best version
I'm sure it is buddy
well if u think about it for a sec u can make viaversion ez on 1.8 with just one plugin and all version can play on that server
and the other way around?
Hi, I have a question if anyone knows something about it, does the object stack plugins really help to reduce the lag of a server?
Afaic it doesnt make that much of a difference
Would you recommend having it or better not?
Just keep it vanilla unless there's some real need for it, best not to clog up your server with useless plugins
Hey? Is there a way to run spigot plugins (specifically dynmap) with forge mods on 1.16.5?
hello, May is ask if spigotmc has a specific forum for spigotmc for advertising?
?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/
Hey, anyone knows an ore generator on a custom world? That could spawn on some Y coordinates on the ground
hi, is this a problem on my side? [04:07:22 ERROR]: [HeadDatabase] Unable to check for updates. Error: api.spigotmc.org
have a few plugins doing the same
ok ty
any dynmap worldguard forge alternatives
Don't mix Forge and Spigot
Then use Forge Dynmap
i know there is a dynmap mod, but it dosent have a way to show worldguard regions/regions in general
well i dont need worldguard, just a way to show regions on dynmap
i cant send an image
You're better off going to their discord
dynmap discord?
Yes
thats a thing?
Yes ._.
Anyone can help meee?
?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.
oh nvm your question is above
Thanks for your help but I already tried this one, not working on custom maps (pregen chunks)
Pretty much no plugin will
Use WorldEdit or smth
can anyone explain how to fix this
That would be an error getting a public key from a database
Well, the problem if I'm using WorldEdit that would crash my server, putting ores on the ground of a 31000x16000 (1:924 map)
Yeah not much you can do
Use FAWE and have patience
It will probably take an entire day
uhm
i need help
soo like i have a server selector
but not a bungee network as i only got 1 server for survival and hub
any way i can redirect without using bungee
bruh
magma
I believe you can put custom block texture on dynmap folder
This is a 1.17 question, but not to do with an eta or whatever. Just wondering whether I need to upgrade to Java 16?
yes
Okay cool, cheers ^
Anyone know of a plugin which can regenerate chunks after a certain amount of time has passed with them not being loaded?
i need help
I installed "Shop" plugin and i don't know why but when i want to buy item (ofc i need to choose how much i want to buy) and without "Add +1" i see "&eLeft-click&7: &a+1". It's maybe because i don't have Vault dependency plugin but idk where to download it. How to fix it or if there is no way then where to change that text? (i checked config.yml and no)
i need Vault dependency
Are you running 1.12?
yes
Hmm.. not too sure
Sorry :(
wdym by that
1.12 isn’t supported anymore
You’d be better off asking vault for legacy downloads
Vault is native to 1.14 anyway
what are you looking for then?
for this @hallow rover
You said you already had vault downloaded?
On top of that, seems like this plugin is known to have a few issues, and doesn’t look like they offer support outside of their wiki or trying to DM the authors on spigot or discord, if you can find their discord
im using magma
magma supports all plugins
bc i have server with mods and plugins
Magma isn’t guaranteed to support anything
check out mohist, they have a 1.16 version too
if you want to use forge mods and spigot plugins together
vic modern warfare is not for 1.16
which is a bit of a not-so-good idea
*** The version you have requested to build requires Java versions between [Java 8, Java 15], but you are using Java 16
*** Please rerun BuildTools using an appropriate Java version. For obvious reasons outdated MC versions do not support Java versions that did not exist at their release.
why am i getting this when i installed java 8?
Because you're using Java 16
i installed java 8 tho
so how would i use java8 then?
Open Enviromental Variables and change the path of your JDK
anyone know how to make it so i can put prot 6 on stuff cuz when i put a prot 6 book on armor it just goes to prot 4 (also with other enchants)
you can type in the path to java 8 in command line and it will execute from that
what are you using to enchant?
He just wants anvils to not use the level cap
ah
Hello, is there a plugin that increases XP gains? So that people can get a whole level of xp when they kill a mob
If that does not work dm me and I can code something real quick
Not what he's asking for
Yeah
My procrastination on my other projects is telling me I should make you a plugin lol
Wait you code plugins?
yea lol I've been working on a boss mini game for 6 months and I want to do something else now lol
I need a distraction lol xD
Sure, thanks
ye
From https://www.spigotmc.org/
"As always we will be working hard to bring you Spigot 1.17 as quickly as possible. When it is released we will announce this via our homepage, Twitter, and Discord. Please be patient and check these for any announcements rather than asking us directly."
sweet, gonna guess someone will make an announcement here
should tag everyone for sure
oh theres a 1.17 channel
that says dont ask lol... sorry
im getting kicked with "Connection Reset" from my 1.17 server any fix?
what java version does 1.17 require?
have to play 1.16 till they release the new server
or u can use 1.16.5 with viaversion and play on 1.17 client to have slightly lower fps for the exact same experience
anyone know a plugin that has ore stats and mob/player kill stats in tooltip? been searching for ages xd
anyone know the dependencies of the "discordsvr" plugin
pretty sure thats included in the plugin description
anyone know how to update via version so i can run my 1.16.5 server with minecraft 1.17
Uh just install the newest version of viaversion?
ah ok, im doing thigns a little more manually than that but its ok, i'll look it up
What
how do you install a plugin more manually than moving it into the plugins folder
is it just a plugin/
?
sorry i wasn't aware of that
i put it there, let me try to chagne my version back
Yes it is
you dont
i guess you could create a new file in there and type in the plugin jars contents with a hex editor
real programmers write their plugins like that
at some point maybe lol
i just set up a spigot server that appears to be running fine, but i don't have spigot installed on my computer
then install it
could someone take a moment to see if theyre able to connect?
unable to install it on this computer
i do
Does it mention spigot anywhere in it
@inland forge not sure how that helps
Any good bedwars plugin?
Like, it says what plugins are loaded in the console
yeah, but that's not the question im asking..
Well if it says the plugins are loaded it means spigot is working ._.
right.
I need a good bedwars plugin
like i said, it runs without a hitch. just looking to confirm if its accessible
You can test the accessibility of a server via tools like https://mcsrvstat.us/.
not as good as someone actually testing it
you can never replace humans
136.34.65.165:19132
Anyone here got any idea when Bungeecord for 1.17 is available?
yes i know it's the default bedrock port. it is not a bedrock server
I didn't even notice
If you only want to check if players can join. Yes, you can ^^
just throwing that out there lol
is it a 1.16.5 server or 1.17
exactly 1.16?
I'm gonna assume 1.16.5
Your server is joignable :)
awesome, thank you guys!
did you just assume my gender
no, did you assume that i assume your gender?
I like this guy
that's presumptious asf.
anyone know what plugin causes this error message?
uh.
gimme a sec i'll grab a list
Look in the console when it pops up, see if anything looks fucky
nothing shows up in the console at all
the command was blocked
i get a [Blocked-Cmd] message but that's from banmanager
did you try with lower case h?
is it only you on said server
/Help -> /help
no i'm trying to remove the plugin altogether
or at least remove that message, especially the misspelling xD
In the plugins folder there might be leftover things, such as configs or such
anyways, thanks for confirming my server is up
they shouldn't be running because the associated plugins would have been removed
Sometimes code makes a fucky-wucky and decides to break
also yes, it's only me on my server. well, my main and my alt
Hmm.
need a plugin list?
That would help
pastebin or right here?
I'm no expert in this area of code, but I am educated enough to have a decent guess
my dms
word
excel
No harm in preparing anyway
if you check #851747463178354729 you will see
what specifically are you trying to track, its not like an installer with a percentage bar
for every 1 thing they do theres probably minimum 5 issues that need to be fixed because of the change
which each have varying levels of complexity and time to solve
How do I update bungee version on a host (Apex Hosting)? does it update automatically when i restart bungee?
should not update automatically, I don't use apex but I"m assuming you'd update the bungee jar via the web interface (or SFTP)
as in replace the bungee jar with new one
dont use apex hosting
rule #1
@coarse raptor Why not using apex hosting ?
i need help
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.
k
?ask hi so my friend made a server where we can play and we are trying to get some plugins on it but idk how to get them to work we have them downloaded but they dont start
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.
i need help
?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.
?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.
How did you install the plugins?
to that command and ask what u need
download the .jar file
and move them to your plugin folers
in the server folder
i have them
that you made
How did you get your spigot jar?
Not smart enough for that. Apex's servers are the best performance out of any host i have been with and haven't had a single problem, no unexpected tps drop, nothing bad to say about them whatsoever. Support is iffy but i love them besides that
who uses intellj?
me
SOS
I don't have a choice
like 80% of this discord
troll bad
in reality about 95-99% i would say
im very excited for 1.17 spigot just saying take your time
looking forward to using it to run my server
I'm waiting Spigot 1.17 for PaperMC 1.17 ¯_(ツ)_/¯
i think 1.16 was like a day it was at night
i remember
least 1.16.5 was
they will do like 5 extentions lol
remember how many 1.7 had
hi so my account was hacked and i cant login bc they changed my email. how do i submit a ticket?
Don't ping the staff man
be more respectful, be more patient
Send an email to support
?support
then they will be able to handle it
okay thanks for telling me that after i pinged them.
contrary to popular belief, being a smart ass doesn't actually mean you are smart
it just means you have an intelligent donkey
stupid question, but if i have online mode set to true in server.properties, people shouldn't be able to use cracked accounts right? cause i had some people come on named "wm" and "command" from the same ip and i'm wondering if they were using cracked accounts somehow
non-bungee
i think it was just a person who owns two og-name accounts trolling servers
cause there were no other odd accounts after
online mode forces mojang auth servers
meaning if they have a cracked account that can sign in still, its mojangs problem at that point
is spigot updated
Not yet, check the page under #851747463178354729 for updates
[20:10:23 ERROR]: Could not load 'plugins\BetterEnd-4.4.3-free.jar' in folder 'plugins'
Any clue why im getting this crap
anyone kno how to set individual login points on a creative server? i find every time i tr yto /setspawn or /spawnpoint i still login at worldpsawn
a plugin may be manipulating that
do u kno how i can check?
what plugins do u have as of now bud
Since The Dating Upgrade My Server Cannot Connect. How To Modify The Issue.
What is the error?
uh
what do i do about this
show the entire error
The Server Cannot Be Joined Since The New Dating Upgrade 1.17. How For Repair?
esseentials ( build, geoip, protect, spawn) griefprevention, userlogin, viaversion
There isn't a spigot version for 1.17?
You Speak Hindi? Is Better Me @prisma garnet
no
😢 When Upgrade 1.17 Come Spigot
You can use EssentialsXSpawn to manipulate the spawn point
im gonna look up and see if i messed up any configs on that plugin
i might try just deleting it and using the minecraft command
whatchu got
?paste
https://paste.md-5.net/oyajubumak.shell okay so here
wait what did u want to do now again xD
set individual spawn points for people
so when they logout they dont have to try and find their creations again
ok im readign this over rn
and right now something causes player to respawn at spawn point upon join?
Do you have spawn-on-join set to false?
also you may wanna configure these settings in userlogin https://github.com/ElCholoGamer/userlogin/blob/5461bef170933815f2ed2ea4615354025b077075/src/main/resources/config.yml#L75
which doc is spawn-on-join in
ok i found it
alright ill check that first
ah hah!
good shit
sorry for the cursing
its fine, just dont use profanity excessively
Anyone here got any idea when Bungeecord for 1.17 is available?
Or got an indication
@hardy grail that didnt' work
first spigot 1.17 gotta release
but if I would have a guess md_5 will release both at the same time
oh nvm then
Like everything tells you to see
anyway mrdudebro what did you change this time then?
Hello. I got a question.
I have a server (bungee) with authmereloaded, but authme blocks everything, except /server command without authentication
i chagne savePosition: true, toLogin: true, toSpawn: false
i just changed toLogin: false, and it worked
Whenever I try to add something to my server with a plugin it will get rid of it once I turn off my server. For example, If I make a hologram using the holograms plugin, it will be gone when I turn my server back on.
sounds like a question more suitable to ask the authmereloaded dev
thanks @hardy grail
What plugins do you have right now
If you are wondering why it won't block the server command, it is due to the server command is on the bungeecord side, and not the spigot side. You would need to have a version of some sorts on the bungee to block it aswell.
I have lots
Ill try to list them,
Yeah sure, take a pic and verify otherwise
k
Do you have the authmebungee addon
no, I dont have
I meant mason lol
no
This plugin acts like a bridge between your bukkit servers and your BungeeCord instance. To explain simple how it works, AuthMe send a message to bungee-side on user authentication. If bungee-side doesn't receive this message, the player won't be able to talk in chat and to perform commands, including BungeeCord commands
Its not letting me upload a photo
From the page
Isn't authme unsecure
And u can get free op from it
hey hey i need help with ServerListPlus anyone know much about it?
when 1.17 comes out where on discord will it be announced?
#announcements probably
bruh, yeah authme ops people mhm
yeah bro have to watch out for authme opping people ya know
On BungeeCord:
Is it possible to use priorities: with force_default_server: false?
I want players to be able to log in to a remebered server as in locations.yml
But if it's incompatible (such as if they downgrade), fallback to a different compatible server
I remember being able to do this with fallback a long while ago, but apparently that got removed some versions ago, and I can't do this with priorities with force_default_server: false
My friend got really mad with Towny as a plugin after I made an outpost in spawn. They couldn't remove a piece of mountain due to the outpost existing.
The plugin was disabled and reset.
After I asked it to be re-enabled, noone could build in the wilderness or use doors.
Instead of the owner giving anyone an ability to troubleshoot the issue, he removed the plugin without plans to bring it back.
What could be the cause for everyone being unable to do anything in the wilderness? How could an admin prevent that from happening?
Elaborate
permissions probably?
Why didn't they need to be configured when Towny was first installed?
The owner probably didn't properly configure the towny permissions file (NOT the permissions plugin)
You need to add towny.wild.*
hi I need help on this every time I join the server it starts normal but right after I join it crashes and I think this has to do with the problem
How can i turn on claims on the end in spigot (grief prevention)
Error Unable to intercept a read client packet. (java.lang.IllegalStateException: Failed to obtain login start packet. Did you build Spigot with BuildTools?) occured in com.comphenix.protocol.injector.netty.ChannelInjector@1c02a007.
can I type into the console if I don't launch the spigot server using a bat file?
like where am i supposed to type
I believe that white line/space below the console on the right
did you build spigot with buildtools?
yes
dont have to repeat yourself
sorry
uhh why can;t I launch my servers
how
when I run the run.bat it blinks then disppears
wrong spigot.jar name
so it doesnt find it
change it back to text
no
and check the name of your .jar file
try to see what the error says
why are you using paper
Add pause at the end of your bat file to keep the window open
okei
uhh the console did not even pause
java stuff
pause
java -xmx2048 -xms2048 -jar etc
pause
You don’t have java on your path
i do?
Did you remove everything else from your path
Lawl
Can you open cmd and type ipconfig?
y ipconfig
omg finally it worked
Does it say is not recognized?
Not to java but to Path.
Ye but if you remove everything from Path it wil remove cmd command and also powershell ones
try:
c:\Windows\System32\ipconfig.exe
Any arenapvp/practice free plugin?
Duels
hello can pls someone help i just want to play with my friends
i tried to run the server.jar minecraft 1.17
i downloaded here
OOOO it happened wtf
why
public void onItemDrop(PlayerDropItemEvent e){
e.setCancelled(true);
}
@EventHandler
public void onInventoryClick(InventoryClickEvent e){
e.setCancelled(true);
}```
why dont these work?
What i am trying to do is i dont want the player to sort the inventory / throw the item
not registered probably
lol happens all the time
java -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch -jar server.jar
thx
why do you need this
use this
java -Xmx3072M -Xms3072M -jar server.jar nogui
it launches your server
what version are you trying to run?
1.17
yeah, 1.17 now uses java 15 u need to update java or get java 15
16
16 my bad
ye i tried but im kinda dumb and dont know how to do that if u could spoon feed me plz xD
Google: java 16
download it
Here’s the link
apt-get something openjdk-16 something I can't remember
U can download java 16 there
ye my java was outdated
so i tried sudoing "sudo apt-get install default-jdk" and got this
any ideas?
I believe it's called openjdk-16-jre
i tried but i got the same message
i can't sudo for some reason cuz its not in the sudoers file and idk what to do
I don't know how to help you, I used arch, try searching for this error on stack overflow
e.setCancelled(true);
System.out.println("disabled Item drop");
}```
why doesnt this if statement work
ohh
Server crashes when loading worlds
help me pls
./start.sh: line 1: 11553 Killed java -Xmx1G -Xms1G -jar server.jar nogui
Your server's process seems to have been terminated by the Linux OOM-Killer, due to a lack of RAM.
and what can i do?
I would like to put the normal jar of minecraft but it doesn't work for me!
You can try to place the Xms argument before the Xmx (java -Xms1G -Xmx1G -jar server.jar nogui).
ok
I'm trying
Not work 😦
How many RAM do you have on your server ?
[07:15:22] [Worker-Main-2/INFO]: Preparing spawn area: 0% ./start.sh: line 1: 12257 Killed java -Xms1G -Xmx1G -jar server.jar nogui
1Gb
Ah.
I want to put the regular jar of minecraft but it doesn't work
You should lower the Xms/Xmx arguments (java -Xms512M -Xmx512M -jar server.jar nogui), or don't use them.
Yes :/
You should upgrade your server to have more RAM.
Running a minecraft server under 1 Go of RAM is not recommanded for perfs.
112:56748): Authentication servers are down. Please try again later, sorry!
[07:21:41] [User Authenticator #1/ERROR]: Couldn't verify username because servers are unavailable
bruh
is it a firewall problem?
Looks like a Mojang issue («Authentication servers are down»).
Not entirely. You can wait, and retry later. x-x
You can try to deactivate the FW while you try to connect.
Unsupported Java detected (60.0). Only up to Java 14 is supported.
tf? never had that before. since when does 1.16.5 not support java 16?
nvm my bad, forgot to rename the new file lol
You will find better explanations on Internet / https://www.google.com/search?hl=fr&q=Linux disable firewall.
i remember i had that in past. idk what i did tho. i am pretty sure it was a bungee issue
minecraft servers are up rn
firewall-cmd: command not found
I don't use bungeecord
well
The firewall-cmd command is only for RHEL or CentOS.
a
if you dont mind, you could set your server to offline mode temporarily
ufw: command not found
service iptables stop.
Failed to stop iptables.service: Unit iptables.service not loaded.
Ubuntu
What's the output of sudo ufw status ?
sudo service iptables status 👉 👈 ?
● iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
AFAIK, iptables (or ufw) are the FW installed by default on the OS :( If not present, you may not have a FW.
I don't known why you encounter this issue.
a
Hi. You should post this in #help-development .
root@vps2228965:~# iptables.service -bash: iptables.service: command not found root@vps2228965:~# Loaded: not-found (Reason: No such file or directory) -bash: syntax error near unexpected token ('
root@vps2228965:~# Active: inactive (dead)
-bash: syntax error near unexpected token ('
Help me please
What's the output of ping authserver.mojang.com ?
64 bytes from server-52-222-157-69.cdg52.r.cloudfront.net (52.222.157.69): icmp_seq=29 ttl=246 time=14.1 ms
ok
64 bytes from server-52-222-165-86.cdg52.r.cloudfront.net (52.222.165.86): icmp_seq=2 ttl=246 time=14.2 ms
Is the issue («Authentication servers are down. Please try again later, sorry!») still present ? 🤔
I start the server and tell you
lost connection: Authentication servers are down. Please try again later, sorry!
:/
:C
what can I do?
oh ok
Or switch to offline mode lol
Any alert plugin
My Linux Debian Minecraft 1.16 server doesnt start with this start.sh text: screen -S server java -Xmx1G -jar spigot.jar
(java 16)
Well what does it tell you
screen is terminating
should i use java 11 for 1.16
You can use Java 16
RE: creating a screen, should just be screen -S server, then you can run the java -Xmx1G -jar spigot.jar nogui
You can then detach from the screen
Also, may want to throw in a nogui in there
Yep
doesnt work [screen is terminating]
That's usually a permission issue
with java 11 all worked fine
my bungeecord works fine with the same text
my survival server too i think its something with the plugins
it was an too old version of spigot fixed the problem
nah fam you ban all of them when they join including actual players
XD
and then you obviously you ban yourself as the owner
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/minecraft/server/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
what does this mean
i am trying to run a 1.17 server
ohh ok
why does the new vanilla server not have an option for generating a world on a set seed? on 1.16 it was in the .properties file but now i can't find it
Maybe try setting the property regardless if it was included originally
you shouldnt be doing it this way anyway. You should always create your worlds in single player and upload them to the server, this can help prevent chunk errors and seed loss.
net.minecraft.server.v1_16_R3.SessionLock$ExceptionWorldConflict: /root/mc/bedwars/./lobby/session.lock: already locked (possibly by other Minecraft instance?)
at net.minecraft.server.v1_16_R3.SessionLock$ExceptionWorldConflict.a(SourceFile:98) ~[patched_1.16.5.jar:git-Paper-736]
at net.minecraft.server.v1_16_R3.SessionLock.a(SourceFile:44) ~[patched_1.16.5.jar:git-Paper-736]
at net.minecraft.server.v1_16_R3.Convertable$ConversionSession.<init>(Convertable.java:257) ~[patched_1.16.5.jar:git-Paper-736]
at net.minecraft.server.v1_16_R3.Convertable.c(Convertable.java:227) ~[patched_1.16.5.jar:git-Paper-736]
at net.minecraft.server.v1_16_R3.Main.main(Main.java:154) ~[patched_1.16.5.jar:git-Paper-736]
at org.bukkit.craftbukkit.Main.main(Main.java:289) ~[patched_1.16.5.jar:git-Paper-736]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292]
at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[BedWars.jar:?]
can you help me??
.paste
.paste
Are you running multiple server instances of the same server at the same time?
try ps ax | grep java
is there any placeholder for the incoming health like in the scoreboard u have 30 hp as example then u eat a gapple, then it would show +x ammount of health
how to kill a screen in vps linux?
screen -X -S screenname -quit I believe
quit without the - iirc
wasn't there a command kill <screen-id> 🤔
hmm
That's for tasks, I don't think the screen ids represent their task ids
Can someone guide me to create a spigot server on android?
if i needed to kill my screens i've just used screen -ls to get the id and kill <id>
worked
I bet that even works
Alright ¯_(ツ)_/¯
but idk if its the right way
It does i’ve seen people do it but idk how to
would also prefer the screen -X...
It actually does but you really don't want to
oh lol
Any guide?
I forgot how tho, sorry
@west cloak
K
K
K
I know geyser
I will use it
did you try it out?
I wanna host a server on android! (Join using minecraft java edition)
K
I'm trying to get the Geyser-Spigot plugin, but it seems *.opencollab.dev is unavailable, is that expected/known?
Works fine for me
hmmm
https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastStableBuild/artifact/bootstrap/spigot/target/Geyser-Spigot.jar
Connecting to ci.opencollab.dev (ci.opencollab.dev)|146.59.192.212|:443... failed: Bad file descriptor.
Works just fine for me
do you resolve it to the same ip#?
I've always used this URL, it worked this morning, but now it has not been available for 15+ minutes
Yes
hmm, I'll keep trying to pin down the problem here
I can DM you the jar if you really need it
I have the last one, I should be OK, just trying to find out what is the problem
Aight
Hi, Will minecraft 17.x be compatible with java 11? And whats about the spigot version?
No
Hi, no, it will require Java 16
1.17 uses java 16
Java 17 is not out yet
would stick with 16 for now...
ok. thx
can someone tell me a good gui plugin
AdvancedGUI?
Depends on what you want :D I guess there is no such plugin for general usage...maybe Permissions plugins like LuckPerms...
survival server (:
CoreProtect I guess is not bad choice :D
EsentialsX
anyone know how i can have 2 java version (Java 11 and 16) on the same machine but be able to use 11 for some servers and 16 for others? (Im using my computer on windows, so i don't have panel)
Install both
just use full path to java when starting to select the one you want
You can launch the other one by using the full path in the command
on the .bat?
in the bat, yeah
instead of java -XmX.... use "c:\Program Files\Java\...\bin\java" -XmX....
for example I use this for launching with java 11:
"C:\Program Files\Java\jdk-11.0.11\bin\java.exe" -Xms2G -Xmx6G -jar paper-1.16.5.jar --nogui
and this for java 16:
"C:\Program Files\Java\jdk-16.0.1\bin\java.exe" -Xms2G -Xmx6G -jar server-1.17.jar --nogui
hello, when the spigot version of 1.17 will come out, i will need java 16 to let it work?
or i can use like java 11
yeah, didn't want to write full path as it will differ from version to version or distros...
you will need Java 16
Well on my server I did basic GUI myself in inventories...
I was following this guide: https://www.spigotmc.org/wiki/creating-a-gui-inventory/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
yeah, didn't realise that we are in server channel...
so umm
can someone tell me a plugin which gives a player money daily and on first join
essentialsx is my server's economy plugin
does have a difference in between the Oracle java and the AdoptOpenJDK?
Yes but not one that you will notice
mainly in licensing... you want to use Adopt...
help
?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.
here
wait a min
here
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
all of my plugins say
"Is it up to date?"
it was just working an hour ago
Do you have free space on your disk?
also some of the messages suggest that some files are corrupted... so maybe Disk error or for example server was not closed correctly and files weren't closed?
guessing here, not sure why Vault wants to read zip files though
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.apache.commons.lang3.JavaVersion.atLeast(org.apache.commons.lang3.JavaVersion)" because "org.apache.commons.lang3.SystemUtils.JAVA_SPECIFICATION_VERSION_AS_ENUM" is null
at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast(SystemUtils.java:1413)
at org.bukkit.craftbukkit.Main.main(Main.java:23)
Press any key to continue . . .
what does this error mean?
maybe upgrade commons lang3?
What Java version are you running on
can someone tell me a plugin which gives a player money daily and on first join
essentialsx is my server's economy plugin
but how
if u know pls let me know
the true skill of google
java 16
Likely
Pls let me know
i have no idea
yea, that looks like some plugin is not compatible... (aka using old commons lang)
ah alright
just curious, what spigot are you running?
lightspigot 1.8.8.
Oof
yea, doubt that one will support Java 16
@gleaming osprey can u tell me if ya know
oh all i had to do was update the version of lightspigot
If I knew I would tell you, sadly I don't work with economy plugins... :/
umm ok
so, whats the easiest way to create one mysql database on windows?
can someone help me out?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I have written also other possible causes than lack of disk space
no corrupt files
at com.sun.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1661
in every error
Yea this says otherwise
how come players can't build on my server unless i op them
Spawn protection?
where would i find that.. i think one of my plugins is messing wit hit
server properties I believe
Though it only stretches 16 blocks by default if I recall correctly
Just tp a player a couple dozen blocks from spawn and see if they can build/break
Does your players receive an error message or something else when they try to build ?
What message (exactly) ?
Do you have Essentials AntiBuild installed ? 🤔
oh shit
i didnt know thats what that was xD
ios there a config in there
i can change
Do you (really :p) plan to use it ?
can i just delte it?
Essentials AntiBuild works with permissions.
i dion't need it for annythign important right
I think you can remove it.
Essentials AntiBuild allow administrators to define which groups/players are able to place/break/use/... specified blocks/items via permissions. You can read more about it at https://wiki.ess3.net/wiki/AntiBuild (The page content may be outdated).
can someone help me with ServerListPlus
There is an online tool to help you create MOTDs. Just lookup MOTD maker. It supports SLP.
yeah but i used that and it didnt work
its not rendering right
&8&l //&r &6 &lEMG NETWORK SMP &8&l//&a&l discord.gg/2ma2ppgQT6&8&l //&r &e &r
&8&l// &e&l Fresh new Server &8&l// &e&l Enrg#2336 &8&l//```
thats my motd
Yeah it fails sometimes. I could take a look, but dont have time rn
when do you think you could
Maybe tomorow. Someone else may be able to help you sooner.
oki
why can't i drop items on my server?
is there a faster way of getting a spigot jar than using the buildtools?
no
When will paper/spigot 1.17 come out
There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.
tru
yes
coding it yourself could be faster
faster? 😳
it's technically possible
not probable, but definitely possible
Faster = a lot of mistakes and slower = better server @west cloak @tacit crag
yep
Buildtools is in place for legal reasons. Downloading a spigot jar directly would be illegal
I need to read up on those legal reasons again
keep on forgetting why they aren't allowed
Long story short, wolverness
Probably missing permissions of some plugin like essentials
is 1.17 paper server launched?
No, long story short you can’t rehost Mojang code
There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.
can we add plugins to it?
To what
1.17
Is spigot released yet?
There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.
i know that much, but as far as i know they didnt care until that whole deal
that was the catalyst
Check what plugins you are using and there permissions
You can use a plugin like LuckPerms to set permissions
^if you are using lucky perms then /lp verbose on and dropping some items might help you to solve the issue
ok thanks
hey uh can you //copy //paste a build from a different server?
i was thinking that too
oh cool
⚽
any plugins that gather data and info about the world? (file size, unique joins etc)
Can i still use spigot 1.8 etc with java 16?
WHEN WILL 1.17 come out 😢
When it's done, it's not as easy as one might think
)