#help-server
1 messages · Page 108 of 1
ye but not real ones
Thank you anyway for the answers, I will try to find on my side...
you can use your own code
you need another way to authorize who the player is
What's the algorithm
ye so im just asking for an spigot bungee cord plugin
I haven't checked
Last time I generated UUIDs based on a string I got the md5 hash from the string and just took the first 16 bytes
UUID.nameUUIDFromBytes("OfflinePlayer:<player_name>".getBytes(StandardCharsets.UTF_8));
I had no idea that existed
public static UUID nameUUIDFromBytes(byte[] name) {
MessageDigest md;
try {
md = MessageDigest.getInstance("MD5");
} catch (NoSuchAlgorithmException nsae) {
throw new InternalError("MD5 not supported", nsae);
}
byte[] md5Bytes = md.digest(name);
md5Bytes[6] &= 0x0f; /* clear version */
md5Bytes[6] |= 0x30; /* set to version 3 */
md5Bytes[8] &= 0x3f; /* clear variant */
md5Bytes[8] |= 0x80; /* set to IETF variant */
return new UUID(md5Bytes);
}``` lol
declaration: package: org.bukkit.entity, interface: Player
hey
so it said
its experimental
im like asking
is there an way to put experiments into plugins
like if the server dosent have the experimental version of spigot
yes but the feature will still be physically disabled. such as, you can give yourself the trial key but it wont work, its lore will say disabled
wdym
ye ik
but like
if i dont have the experimental version of spigot installed
on my server
You don't need that
hey
can you give me the spigot api link
i couldent find it
the experimental spigot api
?
link for what
That method is part of the main api
it's just marked experimental as it might change in the future
exacly i need the link to the api
ok
wait
but
where do i get the file
i was watching an tutorial
and
for him
it was an .jar file
I don't recommend depending on the jar directly
ok
imma have to find an new tutorial
/summon item_display ~ ~ ~ {item:{id:"minecraft:diamond_sword",Count:1b,CustomModelData:1}}
its spawning the entity, but it doesnt have the custom model data, its just a sword
What version are you on?
where i download bungeecord for 1.20.6
1.20.4
/summon item_display ~ ~ ~ {item:{id:"minecraft:diamond_sword",Count:1b,tag:{CustomModelData:1}}}
thanks
I have a 1.8.8 server connected to a Bungecord and when I enter the lobby after logging in and tried to enter the server it tells me Internal server error After this happens many times he finally lets me in, what can I do?
Does anyone know of a plugin that works to create an afk zone in 1.8?
[Thu 20:55:09 INFO Server/PlayerConnection] _Clown_ lost connection: Internal server error```
This comes up when trying to log in to the server
?1.8
Too old! (Click the link to get the exact time)
looks like invalid yml config
check it yourself
copilot carried
nice
rare sentence
hello when i left click a block and right click at same time only the left click works, right click doesn't work. if i do the same not looking at a block it works, if i look at a player it works too (in creative and adventure works even looking at a block)
any solution for that?
Does someone know of a plugin that can limit the enchantment levels? So for example it is impossible to have sharpness 2, thanks in advance ^^
What exactly are you asking ?
And does this perhaps belong to dev help instead of server help ?
im askin if there is any solution for that
solution for what
for being able to use left click and right click at same time in survival mode
in creative and adventure you can
Are you trying to place and break block at the same time ?
no, in my server i have items that you need to cast at the same time both clicks, when you cast it looking at a player or not looking at a block it works but if i look at a block it only detects left click
And what plugin are you using for these items and spells or whatever ?
Gonna assume this is a problem with the second one
https://www.spigotmc.org/resources/magicspells.60847/ There's a discord link, go report the problem to them.
its not because it doesn't work with any command binded at the item, i asked in mmoitems and they told me is spigot limitation
(start with the whole story next time)
I kinda thought that might be the case, gonna trust them 'cause I can't test that rn lol.
Not anything anyone can do besides mojank I fear.
hello i just wanna ask does spigot stop tnt duping and bedrock breaking etc?
it doesn't
spigot doesn't fix any of those duplication etc bugs/"features"
paper does fix them though
bring a portal with you 
hi guys
im having an issue
my survival server when have 0 players have 40% CPU usage out of 8 cores, wich Is pretty fine, but when a single player joins It goes up to 250%, and its not dropping
i have 32gb ram
AMD EPYC 7443P 8-Core Processor
Ubuntu 22.04
i dont think its normal is It? i have plugins to increase performance, purpur, and the startup command Is this: java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}
does someone know how to compile a plugin into a jar file dm me if u know
what do you mean
might be better to go to #help-development
oh wait you already did
thats normal beacause cpu usage doenst goes only to 100%. If your tps drops below 20 and mstps over 100 maybe thats too much
but that high usage isnt normal i think. Maybe other servers or applications run on the same server or maybe ask you server provider
?whereami
no, my tps are always at 20, the issue Is only the cpu usage
yeah .. isnt the right discord? im using spigot
if the tps are alright i dont think it will be a problem. If the CPu usage is so high maybe ask your server provider
"[...]to increase performance, purpur, and the startup[...]"
purpur is a server software
isnt It a spigot fork?
yeah but forks change also the spigot code and so its not the same anymore
if my tps are 20 and CPU increase, Is It and issue for other back ends?
oh, Sorry, thanks anyway
didn't even know It exists, thank you all ❤️
np
Is anyone interested in creating a dungeon server with me as the plugin developer?
I have a cool concept that I want to bring to life as a small hobby project. If it works out, there's potential for more!
I've been out of the loop for a while and am looking for someone experienced with Minecraft servers nowadays. I've already written a big chunk of the dungeon plugin, and the minimum viable version should be finished this week. Once that's done, the construction of the actual server will begin, and I want help with that. If this project takes off, everything will be shared evenly.
Ideally, I'm looking for someone who:
- Is experienced with the current Minecraft server landscape.
- Can help discover helpful plugins.
- Can configure the server according to what players want nowadays.
- Can assist in building the dungeons.
- Can help with community management.
Let me know if you're interested!
No
Not interested in any capacity
?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/
Also if you’ve written the majority of it already maybe showcase some functionality to get people interested
@mellow dock it is mostly technical in the sense that the plugin is able to create instanced dungeons, where each dungeon is its own server with potentially custom plugins on it, load balancing capabilities etc.
But I could maybe showoff the abilities plugin I wrote like 8 years ago which has some pretty sick particle effects 😄
probs not gna work on newer version, nms changed
Yeah it uses a very old reflection library, which is sadly not working anymore. But I could update the particles probably pretty easily with the new APIs.
Displaying the particles wasnt the hard part but creating cool movements, shapes was the hard part. A lot of math was involved lol
And the math still checks out
Hi, I have a problem with the Stratos plugin.. The server keeps crashing and I can't find out anything 😄 from the reviews so I'm asking here if you have any experience or if I didn't buy it unnecessarily
https://www.spigotmc.org/resources/▂▃▅▇█-stratos-world-generator-1-15-1-20-█▇▅▃▂.80313/
Ask for help in their discord and provide logs
is there a plugin for make "fake" player like with a command that stay online 24/7 and they load the chuck like a normal player?
I think you're looking for a chunk loader plugin
Hey guys, was trying to install a server on my windows machine for me and my friends to play on, used the buildtools GUI, but when attempting to run the .bat file I run into the error LinkageError occurred while loading main class org.bukkit.craftbukkit.bootstrap.Main java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0 I tried a few different java versions but nothing worked, would really appreciate some help if someone knows what might be going on.
You need java 21
And you need to make sure your JAVA_HOME/path points to said java 21
Or you need to use the full path to the java exe in the command
ah path probs isn't configured correctly, lemme take a look
turns out I tried 17 and 22, but skipped over 21 🤦♂️
22 should work too, though I don't recommend using it
I'll install 21 to be sure, also completely forgot to set path, so it was still using 17 regardless
For some reason I can't seem to get console to report anything but 17.0.11, tried setting both user and system path, restarting pc and double checking path again, still reports back 17.0.11
openjdk version "17.0.11" 2024-04-16 LTS
OpenJDK Runtime Environment Zulu17.50+19-CA (build 17.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu17.50+19-CA (build 17.0.11+9-LTS, mixed mode, sharing)```
sounds like Java 17 is still in the path and higher up
so it takes priority
also after modifying the path you need to restart cmd
just close and reopen the window
looks like the connection died
Just moved up the one I just added instead and that did the trick, just got the bat file to run as well, thanks so much for the help :)
Guys I am helping some people setting up a server, no clue what is happening, but if the player doesn't have OP, message is shown "Your fly mode has been disabled". Your are not allowed to fly here. Any idea which plugin it is??
I have tried adding perms for nearly every plugin in the server
worldguard, essentials, bentobox
And fly mode is enabled in the server
Do you have the island fly addon for bentobox?
It's probably that
yeah I feel like it is to, but any solutions?
🤷♂️ see if they have a discord or smth you can ask in
why not
not lts and knowing users they won't switch when support is dropped
Does anyone know how to force a spawn?
Ex: I left the game at 112, 32, 64 and when I rejoin I want to be at spawn (124, 64, 240)
A plugin like EssentialsX Spawn can do that
I transferred my server to a different machine and my IP changed and voting doesn't work, if I send a test vote it says it was successful, but the players don't receive their rewards
I'm using superbvote and nuvotifier
is the port exposed
Yeah, I opened the port
On my firewall and on my router
@jagged orbit
I just checked with a port checker and it says it's open so it's weird
It worked before I moved the server
I also changed the ip in all voting sites
Might be an issue with the reward plugin
That's what I'm thinking
Then go check its config is correct
Your rewards plugin is setup incorrectly
Check the port it connects to or something
That means it works
it's not a port issue
It's recieving the vote just fine
You just have an issue with the rewards
I've never used superbvote
My server is 1.8.8 spigot
So idk what to use instead
?1.8 :)
Too old! (Click the link to get the exact time)
never said i was making fun of them, just saying that it's an ancient version and time to update
1,8 pvp is good though
Wym
Guys, could someone help me? I don't know where came this erros. But the player that Use VPN can't access the server. Offlinemode, fastlogin, authmereloaded an serverdefence.
Buy the game
👍
How would I set the count of an item in the players hotbar? The /item command is... incredibly confusing.
based
Remove half of your plugins and see if the problem is fixed. If the problem persists, the issue is in the half still installed.
Continue to remove the remaining plugins in chunks until you've narrowed it down to the problem plugin.
that's called binary search afaik
Does anyone here have a working docker compose for both ptero and ptero-wings in one?
none of the ones i am finding online seem to work
yeah
i'll send it in a sec
@jagged orbit https://pastes.dev/ZSQr1vnbEE panel
you can just merge them
thankyou
then put the wings config into /srv/wings/etc/config.yml
yo, updated the to the latest bungeecord and now when joining on versions 1.20.4+.
players get kicked with this message, enforce-secure-profile=false is off and bungeecord is set to true and ip_forwarding is also true
however when connecting on 1.18.2 it all works fine (using the via* stuff on spigot servers)
have you updated the via plugins
nevermind fixed it, it was a bug from fastlogin
Which config option makes fish spawners work at any Y level?
Hey I was wondering how to fix the fact that I cant break bedrock using glitches, nor tnt and string dupers
When i started up the server, this thing happened
[20:25:38 WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.RuntimeException: Unable to access address of buffer
it started spamming it
post the full log
https://media.discordapp.net/attachments/560984421377900545/1248124481327599646/image.png?ex=6665d1c1&is=66648041&hm=93eb29f696e0e1f5dd23409757788227984ad15573f8767ae2e2251f0f6148d4& please someone help, ive been waiting for so long and people are wondering why my server is down
in bungee my only plugins are luckperms, PAF, geyser, and floodgate
Does it occur with no bungee plugins
unsure, should i try it without?
sorry if i should and that was obvious
Yes
okay
Still same message unfortunately
I would also try it without plugins on the spigot server
Just to narrow down the issue
okay
https://i.imgur.com/hjZE06i.png At first it said this when I tried joining, then when i reconnected it worked.
Do you know why the plugins were effecting it?
Probably one that messes with packets
like an anticheat?
Yeah could be
okay
I'll try some testing stuff out. Thanks!
Probably an offline mode login plugin
Sorry for the disturbance again, do you know how I could fix ProtocolLib? https://i.imgur.com/NLXCVv6.png
the error says it all
Don't reload?
i dont think so
no i didnt use reload cmd
i always rstart
https://i.imgur.com/wrOG80c.png these are my only plugins
The ones that mess with the protocol are the most likely culprits
So orebfuscator, plib, and the via plugins
orebfuscator requires protocollib to run though
plib?
Protocollib
oh but i need to have plib for orebfuscator
anti xray
Like is there a way to fix it so I can keep plib?
Find out which one is the issue
Also make sure they are all on the correct version for the server
they should be
okay
hi, i have a multiverse sever where the hub and sururial are in diff worlds when a player spawns or dies they spawn at the suruvial worlds spawn when i want them to spawn at the hub world, ty
to calrify i have six worlds, crates, pvp, spawn, nether, overworld, end. When you join for the first time, you end up in 0,0 overworld instead of spawn dimension. This issue is the same for when you die, you get sent to 0,0 overworld.
How did you set the spawn?
multiverse spawn is /mvsetspawn IIRC
I mean just /mvsetspawn
and be sure to reset your spawnpoint by rightclicking a bed and breaking the bed
when i try /server survival it says you do not have permission to execute this command, basically im trying to switch from my lobby server to my survival server with bungee. both servers are in bungee config and have bungeecord set to true in the spigot.yml. also i tried using luckperms to give perms for this cmd but that didnt work.
are you actually joined to bungee
?
yeah the ip is localhost, both servers have their own different port
did all that and dosent work stikll
I recommend looking at all the pages for the commands on multiverse :)
ive tried them all 🙏
Go to the world and try /mv setspawn? If that doesn’t work idk
tried it already
Can someone make a plugin that makes it so that players cannot take damage? I need it compatible with 1.8.8. All the ones I found are not compatible with 1.8. Thanks
Players can’t take damage from what? Everything?
ye
Do you use worldguard?
no
hi can someone help me rq
Try this. If theres any error let me know ill fix it
lol
Doesn't the api version attribute exist since 1.13
yes
What’s your deal? I put it in case but a user can change it if they want
The issue is api version 1.8 doesn't exist
They requested a plugin. I made it. It works. Done. When I did not have the api version there it had a log on start that it wasn’t specified
I used 1.8.8 api jar
Yeah that's normal on newer versiona
Because it's considered a legacy plugin
I didn’t have a 1.8 test server setup. Launched it on newer version. It’s literally no harm having that in the plugin yml
If the plugin was a tiny bit more complex than one event it could absolutely cause issues
In this case, yeah it's fine, but for the future, if it's below 1.13 do not specify the api version
Make a better one if you’d like
???
I've never said the plugin is bad
And it really can't even be bad, it's 5 lines
real
I usually dev for the newer versions, never really touch below 19. But figured I’d do the kind gesture. Adding the api version no longer showed the log on startup. But I was not aware that it will break the plugin. I’m glad it works tho, and if needed it’s easy to edit the yml since it’s a zip file the plugin
Took me a moment to see 1.8 doesn’t have isInvincible() lol. Was gonna set that on join but guess it wasn’t added till later
I never said it will break the plugin, it just may break or mess with some that do something with the Material enum
It's just that due to 1.13 changes, bukkit has to load a different Material enum for plugins below that version to keep compat
And having an api version marks the plugin as not legacy
It's just some advice which might help you in the future, that's it
i don't get why people still use 1.8 in the first place
Agreed
i just stay on latest
Pvp, maybe lobbies (cuz it uses less resources)
Relatable
1.19+ has some mind blowing features
1.20.6 especially
ye my server is a pvp server,
uses less resources
💀
i mean
yeah
but it also has no features
you don't need features for a lobby server lol
you kinda do though..
Well, like three things?
Why? It’s a lobby XD, a fallback place for waiting
a fallback place for waiting? that's not what a lobby is for
it's where you spawn and queue into games lol
Three npcs, scoreboard and worldguard is all a lobby needs
They can spawn there sure and click to join a realm. I mainly use lobby for restarts as a fallback to auto connect
worldguard
is adventure mode not a thing for you or something
custom guis
wdym, never heard of that adventure thing
Ain’t no adventure till you reach the server 😏
what
Is there something terrible wrong with pvp in 1.20?
1.20 pvp is great
I don’t see any issue. 1.20 has awesome features and you can gladly fight.
1.8 is going to reach ten years old. Outdated tech
Lol
log on to mcci then and you'll see
?1.8 my beloved
Too old! (Click the link to get the exact time)
Idk what mcci is but I bet it's bloated
it's agood server
Imo a lobby should be simple and that's it
A little parkour, a build, a few npcs, a scoreboard and nothing more
hey guys, I need to make a bungeecord server on a panel hosting, I've did the config adding the servers IPs but iots not working, what could I do?
you need to see it lol
sir the only game client I have open right now is world of tanks
cmon
you can say "cmon" to your friends but on me it has no effect
yeah you're not my friend
you should do this action asap
i should friend myself?
oh
cuz it's not cool to not have yourself friended
fair
Bruh
lmfao
lmao
anyone up on " towny " i want to do a Bedrock Towny server. trying to research it. - can anyone steer me?
We focus on Java here
just use geyser
@glacial sundial or whoever else can assist me with a bungee server
don't ping people
he was originally the one who was helping me, i replied to our conversation
there's still other people who know about bungee
smh
?
i mean md did leave him hanging kinda
but that likely means he didnt know or something
nah thats not the problem everyons got a life but
What if you give yourself * perm does it let you use the command, and is the command in chat red or gray?
Red, I tried it with * as well however no luck there
Are you for sure bungee is setup right? Your sub server in offline mode and in configs bungee cord true
Yup
Well. last resort then would be to use a custom plugin, does not require to be in the bungee plugins, simple one should be able to run a command to send you there. or you can use a existing plugin if you google search
heres the config to my bungee
ohh okay
that one is fine. spigot has settings too that require bungee setup. but if you say you got it, then not much else can do besides using a plugin which isnt too hard to add
Yeah I mean all i have for the spigot is bungeecord set to true in spigot.yml, but I will check out what you said, thank you
@full nexus how much dedicat3d ram ro s3rver
what
@tribal comet ???
bro what
miles what
How much dwedocated wam for server
yes
Hey, anyone know of a plugin that has the old style auctions with bids and timers? Not an auction house. Thanks!
https://www.spigotmc.org/resources/ezauctions.42574/ this one and i think theres another but just need to research
Hmm tried it but got some weird bugs, maybe I'll try tinkering around a bit more. Cheers
anything I can do in the PlugManX config to prevent it from displaying this message in console?
[PlugManX] Enabling PlugManX v2.4.0
[21:35:55 WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[21:35:55 WARN]: [PlugManX] It seems like you're running on paper.
[21:35:55 WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[21:35:55 WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[21:35:55 WARN]: [PlugManX] Or create an issue on GitHub:
[21:35:55 WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wtf
i didn't mean to send a link
?whereami
?whereisyourdadwiththemilk
rip
hit up the dev or create ticket or somethin
dont judge people for the religions 💀
Okay so i have a server right now using playit.gg to hide my ipv4 adress but the players experience lag... i heard that bungeecord does something about this anything helps
Any free service like that is likely to be shit
Pay for a host or don't hide your ip
would that not lead to ddosing
?1.10
every time i join i want to be sent to the hub server
i have force default server as true but it just sends me to a random server
bungee config.yml - https://hastebin.skyra.pw/afaxacayup.yaml
Hey Admin?
do you guys know how to make a portal tp you to somewhere else for example in my skyblock server i want a portal to tp the person to their island
theres some plugins that execute commands if you enter a portal
thats what you'll want
Check for syntax errors in your BungeeCord config.yml. Ensure that all sections and entries are properly formatted, especially regarding quotation marks and indentation.
What is the best anti-cheat that blocks illegal actions with vehicles/armorstands, vclip, passing through blocks, etc?
Any texture maker to help me with something? I want to change the height of the item
like, the position?
why not just tp it
armorstand accept item on the helmet only
and I don't want to redo the logic for the armorstand being buried
or change the y-posiition in blockbench
but apparently I'll have to do this
I don't know how to do this xd
edit the model and click display
i think there's an arnour stand tab otherwise click on the head tab
idk upload the model
wdym
??
idk upload the model on the blockbench
just click open file and select the json
this is on item
yeah but that's thr wrong model
f3+h
ok then try opening that
but i want the model on floor
not in hand
is on item on same?
what?
iI wanted to load the bike model on the ground, not the model in the inventory
can I run /function command on some location? I need to run this command when player place a block on that block placed location.
are there any other models
/execute at?
shout work thanks I forgot abou that
and I loaded it but it didn't work
how to id Server
are there any other models
still doesn't answer my question
what models?
in the pack
where
.
i fix the y but the scale is small now @full nexus
{
"parent": "item/tall_grass",
"textures": {
"texture": "guns/snow"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"thirdperson_lefthand": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"firstperson_righthand": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"firstperson_lefthand": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"ground": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"gui": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"head": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
},
"fixed": {
"rotation": [0, 0, 0],
"translation": [0, -16, 0], // Adjusted for -1 block
"scale": [1, 1, 1] // Keeping the original scale
}
}
}
Which one
Or does anyone how to make that when you drop into the end portal to tp you to your island 🏝️ what is the plug-in or is it a command
Are u experienced at blockbench?
no
man FUCK
i need help then
im not expericied with that
i changed my plugin code
to fix
i need helicopter model
you have?
i hav problems getting my friends connected to the server, they cant acces my ip
does anyone how to make that when you drop into the end portal to tp you to your island 🏝️ what is the plug-in or is it a command
can you make this portal run a command instead of taking you to a location
What might be a key thing to look at for this fact; Bungeecord; I have 3 subservers, 1 of them is perfectly fine but the other two if I sit there for a little bit my ping gradually starts rising until i lag out around 5k. This happens for any player. But again, one of the realms which is the same setup is totally fine and has been for years.
Same host and using local ip for each
Does the server crash aswell
Or just the player
That sounds like a memory leak
No. I’ll join it and it’ll seem fine but the ping gradually goes up and the chat becomes delayed, until the ping is just too high I am kicked. It’s much worse on 1.20.6, it almost instantly goes up. On other versions it takes a little bit. The server tps is 20, and it still happens when I remove all the plugins
So theres zero plugins and it still does it?
IncludingNo geyser, via version etc
Yea 0
But my server on the same bungee with 100 plugins is totally fine on any version
So I’m super confused on what to look for
Yea Linux dedi
Docker?
Nothing pure hardware and ssh
Thats very strange
Absolutely.
When you say it’s much worse on 1.20.6 do you mean youve been testing with other server jar versions?
I’m wondering if the recent minecaft launcher update a few days ago changed anything
If I join with 1.20.6 client it goes up really quickly. But not on the other subserver
So you have viaversion?
Yea maybe I can try to reset that since it’s just a test server.
On my main subserver yea, and usually on the others but I removed it all for the test, I went afk and get kicked on both
Have you tried disconnecting them feom bungee and joining directly
Yea, everything really
Then you can pinpoint whether it’s the server or bungee
Oh like remove bungee
Dont have to remove it
Just join directly through the realm servers ip
Rather than through bungee
I can definitely try that. Thanks for the idea.
Tested and it seems the issue is only with the latest bungeecord. will have to wait for another update. thanks for the idea of testing without
In what cases does /reload not work?
it breaks plugins
/restart ftw
how install nameless templates? someone know?
yeah but what does it break? / for what kind of plugins is it fine. Or is it just bad for every plugin
[10:44:36 INFO]: [ItemsAdder] Enabling ItemsAdder v4.0.1-alpha-test-3
[10:44:36 ERROR]: [ItemsAdder] ════════════════════════════════════════════════════════════════════
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder] This server version is not supported: 1.20.1
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder]
[10:44:36 ERROR]: [ItemsAdder] ════════════════════════════════════════════════════════════════════
[10:44:36 INFO]: [ItemsAdder] Disabling ItemsAdder v4.0.1-alpha-test-3
How do I enable bedrock breaking?
it's spigot, ig they're not doing it the right way
are you serious bro it litterly tells you that it is not compatible for 1.20.1
ok but i am useing 1.20.6
Do /about
someone please help me with my server
i just realized that snow golems arent aggroing any mobs how do i fix this
im on spigot
Make sure Spigot is up to date
it is up to date im using 1.20.4 the snow golems should be attacking the mobs
someone help please
how can i do flat holograms with decent holograms?
Hi, its possible replace the material of the armors (Items Adder)?
*** Using downloaded git PortableGit-2.45.2-64-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 "22.0.1" 2024-04-16
Java(TM) SE Runtime Environment (build 22.0.1+8-16)
Java HotSpot(TM) 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
Attempting to build version: 'latest' use --rev <version> to override
Found version
{
"name": "4193",
"description": "Jenkins build 4193",
"refs": {
"BuildData": "32d1baf2f4e0e7cd1ac22c7b2f6eb4c387e8a343",
"Bukkit": "06c4add3a971ecd2909812fa9a365d9d98bca556",
"CraftBukkit": "ee95e171a0761467c09e0657583a5636d7ae7d3c",
"Spigot": "fcd94e2117c41a2ff382fc7747bf8776a54d0389"
},
"toolsVersion": 181,
"javaVersions": [65, 66]
}
Starting clone of https://hub.spigotmc.org/stash/scm/spigot/bukkit.git to Bukkit
hi im tryna make a mc server by local host but this comes up when i do it
this looks correct what's your issue
it dosent download the right files with my buildtools
and what are the right files?
like it dosent download spiggot
yeah it does that later
oh so am i meant to wait?
yes
oof
depending on your connection it can take a bit
oh
it basically copies all the spigot code from github and then compiles it on your computer
um quick question @full nexus why is my server not starting up, its been pinging for like so long
unsually long
wdym pinging
like tryna find where its hosted
check server logs
alr
have you accepted the eula
did you enter the correct ip
i did localhost
what if you join it anyways
alrt
this too ^
wym
well what do you mean by its pinging
like you can just click on the server in the list and try joining it
as in wehn u first add a server it takes time to load , thats called pinging
yeah
its loading/pinging for an unsual amount of time
so just try to join it anyways
is says connection refused getsockopt
dosent work either
that is really weird
ikr
dumb question but you are in the correct version right?
do i use fabric or anytthing
yup
alr will do
um wait how do yk if the serve is even started up
is their a way to possibly just trun it off
in the console
when it says Done the server is started
I mean you didnt close the console window did you?
what..
...
uh. that fixed it LOL
um so if someone has to connect to it do i have to do some port forwading im guessing
com.velocitypowered.proxy.util.except.QuietRuntimeException: The connection to the remote server was unexpectedly closed.
This is usually because the remote server does not have BungeeCord IP forwarding correctly enabled.
See https://velocitypowered.com/wiki/users/forwarding/ for instructions on how to configure player info forwarding correctly.
someone know fix?
?whereami
im muted there
LMAO
no
the admin who likes
I didn't tell him to fuck off, I was joking
I told the truth and he didn't accept it and muted me
lmaoooooo
Is their a way to make it stay up without port forwarding, and keeping Ur pc on
no
Oof
In paper everyone's so weird , if U ask for help they go on a rant on how they can't help U cause their busy, turns out their literally arguing with some 5yo in general or smthn
insert obligatory lynx ping
and no?
sigma, so I have reply pings off
Legit they do 😭
wtf
hi lynx
I can't believe you argue with 5yo is general
Idk if I can allow such behavior to be let into the norm once you join the CabernetMC team
I have 0 clue what they are talking about 
Classic paper staff
So <insert insult>
papermc moment smh

Ah yes "hacking enchantments into an API that no longer permits that"
Well, never supported it, but now its registry based
Registriessssssssss
yes
I'm looking for someone to develop a mod DM if interested
?services and this is spigotmc lol
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/
Bruh no one can post in the right channel , theirs one for recruitments but U can post
It's read only
Welp
no ?? lol
?howtopostathread
you probably don't meet the requirements. Contact someone offering services
Ye I dont
FallBackserver is fair. or you can use a auto restart plugin that runs bungee command "send all lobby"
?whereami
Yeah the session servers are having issues rn
So this is normal for most servers?
Okay, thanks
Hello, is there any plugin that disables the tablist or do i have to code it myself?
You can't disable tablist
It's client side
I'm sure you can modify it but completely disabling it is out of the question
removing all entries is possible
I was wondering if anyone has done something similar to server ID's? similar to the one which can be seen on Hypixel
Is it possible with Docker? If so I would appreciate if someone could guide me through this
Im 99% sure they just do it through a plugin or proxy plugin
Utilising docker would be unnecessary
How exactly would that work?
Log bug reports and player reports
I have 2 vps - one vps has bungeecord proxy and oneblock and one vps has lifesteal and hub. The ip for bungeecord proxy and oneblock is same and i think that's the reason I can connect to lifesteal and hub easily but when I am trying to connect to oneblock I am getting error. So is there a way I can fix the issue?
#HELP PLEASE
Nah it's the ip given by vps
Same ip of oneblock and proxy but port are different
@tawny dust
if you're using a vps there's many things that could be configured wrong
Yeah but the proxy is working perfectly fine not even a single problem in proxy @tawny dust
And proxy is on same vps having same ip
Should I ping a dev who are online? @tawny dust
If that's not against the rule?
@runic rain hey sorry for the ping but can u help me regarding this?
dont ping staff lol
theres about 25k people on this discord
imagine everyone would ping the like 10 staff members we have
also
?sak
?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!
Sorry
But can someone help me? This is the reason
What’s the error
Any reccomendations on plugins for setting up a lobby server
Started production of a commercial mine craft network of servers
I have 2 vps - one vps has bungeecord proxy and oneblock and one vps has lifesteal and hub. The ip for bungeecord proxy and oneblock is same and i think that's the reason I can connect to lifesteal and hub easily but when I am trying to connect to oneblock I am getting error. So is there a way I can fix the issue?@mellow dock
That doesn't answer the question
@tawny dust They asked for the error
yes
And that's the error
no it's not
Then?
Vps is working perfectly fine as proxy on that vps is perfectly fine @tawny dust
Bump
I don’t play mine craft I am just a developer and in IT so I don’t know much about plug-ins that should be used for a latest release of mine craft spigot server
@tawny dust Could not connect to a default or fallback server. Incorrectly configured etc etc
The lobby server to be exact
@subtle topaz lobby?
Make sure you have correct configuration set up in the config file
Yes lobby where you choose which games you want to play by warping to the respective server
The entry point server for users joining
U will need tab , citizen for NPC, skin restorer etc
There's no need for Skin Restorer*
👀
It's perfectly configured i configured other two servers and they are working perfectly fine
So can someone please help me??
?
Can someone help me? It's really urgent
ubuntu - yes if u mean something like putty etc
yeah port is 22
what to do of this?
check you have allowed the ports being used by the mc server on both servers
its a command
oh k will tell u in dm if that works for me 🙂
oh k but what port i have to allow?
the port comes with the command?
ufw status?
the one your server uses when u connect to it
proxy or the one i am getting problem on?
oh k
can u send me frnd request? and send me the commands in messages please?
as i am mobile discord user i am unable to do things in pc @subtle topaz
and i am currently on pc
oh k can i message u if these doesnot work? @subtle topaz
aight
@subtle topaz nah didnot work bro
Why is my server saying unsupported java detected after downloading the older version?
i'd send a screenshot if i were able to
?verify
?verify
why is that not a command
anyways, you have to be verified or use something like imgur to put an image on
oh the command is ?img
?img
Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.
Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org
for some reason
alright i think i verified
wait actually
it says this now
i deleted all java and installed java 20
how are you starting the server
whats in that file
Are there any hs_err files?
and you have java 17?
you'd need java 17
idk if a higher version works
I mena according the message it isnt
mc 1.17 to 1.20.4 needs java 17
same error?
wtf
click on the bar with teh folder path, type cmd and hit enter
then paste the same line from your start.bat file
and then press enter
the line that starts with java
and see what it says
how?
like here or something
it should all get selected
and then you can type cmd and hit enter
that opens console in that folder
what are you even in
you have windows 10 right?
how did you get into powershell
plugin folder?
nvm scrap that
oh you have to do cd \d to switch drives
cd \d D:/etc
and then just paste in the middle line from the bat
idk why it wouldnt work but whatever
path with quotes
I'm getting a "chat validation error" that kicks loads of people out of my server at a time. No idea what the cause is and it seems to happen randomly; anyone know a fix?
hey i took a long break from making plugin servers, anyone knows a plugin that lets me edit the properties of an item, change the name and add an description? i used it in the past but can't find anything now
yeah
oh my bad its /d not \d 😛
wait is it supposed to be the plugins folder?
yes
butb what I said earlier is just to click on the bar with teh older path
in explorer
and then type cmd in there
it will open it automatically in the correct place
and if you type just java
i think it's nogui not -nogui or do both work?
you are cooked bruh 😭 🗣️ 🔥 ‼️
can i get help with my plugin
no
why not
pay me $20
noo
aw
we dont like brokies
i dont ganna pay for random shit
oh i was just asking for money
anyways, whats your problem
what plugins are good for the hub server
like the compass that lets u hop over to another server
and the name tags in the air with info
https://i.imgur.com/x4UEnHs.png Anyone know a fix to this error?
My server is not offline btw. and my bungeecord is configured correctly i believe https://i.imgur.com/IwonkMx.png
didnt work
what did you even do between your first error and second
deleted new java versions
hmm
well clearly you messed something up
if putting java in terminal gives nothing back
idk whats wrong
Corrupted install, 32 bit install *maybe, wrong path in env vars
Does anyone know the best server hoster where U can add Ur own custom plugins and that can house around 100 players for like 50 quid a month
Since it sounds like you're in the UK, maybe checkout PebbleHost.
I don't know anything about them, except that they're in the UK.
I'd go for bloom
I am in the UK but imma host in america
US$60 would get him 5 threads, which might work for 100 players.
100 players on shared hosting is tough.
Like I said, 5 threads.
Not 5 cores.
And am I allowed to say || he should use Paper||?
I'd go for "Performance+" in Ashburn, but they're out of stock.
Assuming he wants shared hosting, this is the first time I'd recommend Bloom, because of his anticipated player count.
Got this error while stopping the server
does it have anything to do with my plugin?
my plugin's name was not mentioned anywhere in this
the only other plugin in the server is luckperms
https://i.imgur.com/x4UEnHs.png Anyone know a fix to this error?
My server is not offline btw. and my bungeecord is configured correctly i believe https://i.imgur.com/IwonkMx.png
We have a protected spawn (using a worldguard region where pvp is disabled) and I remember having a plugin like two years ago that would make it so you could still pvp inside of that region if you were already in combat when entering it. But I can't find it for the life of me. Does anyone happen to know what I'm talking about and where I could find a plugin that does this?
CombatLogX
Don't forget to use the beta builds if you're on 1.20.1+
Hello
Why when I want to add an action to an npc?
example
/znpcs action 1 add CONSOLE mv tp %player_name% survival
This appears in the console:
[03:55:33] [Server thread/INFO]: Sorry, I couldn't find player: %player_name%
SPARKED HOST
@celest kernel I FUCKING DID THE THING!
SPARKED HOST 🗣🔥‼️
Guys, I have access denied for villager trade. What could be? Cause I didn't block any permission for villager trade
i have a question and i do not even know how to explain it. my resource packs in game are acting as their own folders
Friends, I bought a plug-in in spigot, but I can't download it now, because I gave a very low score, who should I find to solve it?
This plugin falsely advertises his function and has a bad attitude.
1
they might have refunded the money, but you cant buy the plugin again on that account
There is no refund, it just can't be downloaded, which is very abhorrent.