#help-server
1 messages · Page 57 of 1
ServerPing.Protocol#setProtocol(1)
and ServerPing.Protocol#setName("your text")
it supports colors and stuff
setting protocol to 1 will make sure players will always see the message
if you dont want that just use the secnd line
Thanks 👍
someone here able to help with deluxehub3 plugin?
currently having an issue where if someone dies in an eggwars game they recieve the lobby items in their inventory.
I checked the config for disabled worlds, inverted it and whitelisted only 'world' not the in game maps where the games are held.
someone here able to help with
In the console
Or server logs
I found it my bad
And I have an other question. I have only spigot installed on my server, and id there anythings that avoid breaking bedrock ? Using tnt and piston glitch. It work on solo but not on my server.
Make sure you're actually using Spigot and not something else
Like Paper for example
I use paper-1.19.4-484.jar
So you're using Paper
They should have a setting for it
?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.
Hey, I was wondering if anyone knew where I could get help with Java Spigot/Bukkit development? I ran into a slight issue with my code.
Ask in #help-development
does somebody know a cool Plugin so that everything looks cooler when you press tab? And you see who is which rank etc?
TAB
the one for 10€?
Yeah or you can get it for free on their Github
Im trying to join from bedrock and the server disconnect me, this is what the console says:
[io.netty.channel.DefaultChannelPipeline] 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. Bedrock v1.19.81 Java 1.19.4
Hello guys, i have a problem, i still have mobs spawning with no AI from spawners even with the line nerf-mobs-spawners : false in the spigot.yml, i've checked everything, reinstalled my server, rebooted it a lot of times yet mobs still spawn with no AI do you have an idea ?
It’s on 1.19.4 i don’t have any plugins yet after reinstalling the server, what i don’t get now is the paper.yml i know it’s gone and now it’s a paper-world.yml but how does it works since file is empty, should i also put the nerf mobs line in it and reboot the server ?
(I need to sleep i’ll see tomorrow ^^)
Ask paper
The PaperMC discord will be a better choice to find the answer for you.
the paper-world.yml is simply an option to apply global-settings per-world.
by default, it's empty (it has only a comment, saying why it is empty).
you can go into <server>/config/paper-world-defaults.yml, take whatever you want to change, and put it into the world-settings file, which will apply it only to the corresponding world.
if you wanna change a setting globally for all worlds, you can also just change it inside the <server>/config/paper-world-defaults.yml file, which will affect all worlds after a server-reboot.
they just renamed and moved it into the config-folder, for some stupid paper reason.
nvm, both paper-world-defaults and paper-global.yml have stuff inside, they also split the config in parts. fuck this stupid fork
so i've installed only spigot and got rid of paper and it's working so definitely something's up with paper 1.19.4
hello looking for a dev to help me make server
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
hi
?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!
i have my 20gbs of ram allocated on my server but tabtps only say it has 12gbs to use?
It has a maximum of 20gb as you can see right there, but the JVM only took 12 for now (Still allocated to the server, just unused)
oh
If you see the gray part is the reserved part, green is used, blue is unused iirc
its just a bit weird how it says 3000/12000
while it should be like 3000/20000 sth like that
3.5gb used / 12gb unused (Out of a maximum of 20gb)
Yeah the JVM is just not taking all the mem that you gave it yet
If it needs more it will use it
it's just not taking it right now because it would be a waste of processing time
hey im trying to put the following command into a mycommand config file but it does not like the apostrophes that come after name so i cannot name the item. is there any way to get around this ? thanks!
/minecraft:give $player blaze_rod{display:{Name:'{"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1
Tried escaping it with a \ before each one?
I don’t see an error
Can I send you the pictures to MD?
?img
Not verified? Upload screenshots here: https://prnt.sc/
I'm already verified
like this ?
/minecraft:give $player blaze_rod{display:{Name:(backslash)'{"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}(backslash)'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1
You can use the discord code block format to display code or just text in a more pleasing way:
```java
public class MyPlugin extends JavaPlugin {
@Override
public void onEnable() {
}
}```
Becomes:
public class MyPlugin extends JavaPlugin {
@Override
public void onEnable() {
}
}```
/minecraft:give $player blaze_rod{display:{Name:\'{"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}\'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1
No that’s wrong, but also good i guess also do it infront of “
/minecraft:give $player blaze_rod{display:{Name:'\{\"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}\'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1
lol sorry i dont think im understanding very well, do you mean like this ?
/minecraft:give $player blaze_rod{display:{Name:'\{\"text":\"Lightsaber",\"color":\"#E0865A",\"bold":true,\"italic":true}\'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1
ALL
in 'reader', line 9, column 56:
... player blaze_rod{display:{Name:'\{\"text\":\"Lightsaber\",\"colo ...
^```
my bad guys, ive done that now but am still getting this error at the front
\ behind all ' and "
not in front of
/minecraft:give $player blaze_rod{display:{Name:\'{\"text\":\"Lightsaber\",\"color\":\"#E0865A\",\"bold\":true,\"italic\":true}\'},Enchantments:[{id:\"minecraft:sharpness\",lvl:15s}]} 1
shall be like that
@shadow karma
thank you for doing that for me, unfortunately im still having no luck. its saying
in 'reader', line 9, column 57:
... layer blaze_rod{display:{Name:\'{\"text\":\"Lightsaber\",\"color ...```
command: /staffa
type: RUN_COMMAND
runcmd:
- '/minecraft:item replace entity $player armor.head with player_head{Enchantments:[{id:"minecraft:vanishing_curse",lvl:1s}],SkullOwner:{Id:[I;-1928486933,-2006562603,-1417729804,-1466664667],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFjM2UxZjIyNGI0NDZjY2FjNmE2Y2MzY2Q5ODkxMDE5YTEyMmY5OTY5MWMzOTA3OTkyYTNhZjk5YTIxYjAifX19"}]}}} 1'
- '/minecraft:item replace entity $player armor.chest with leather_chestplate{display:{color:1908001},Enchantments:[{id:"minecraft:protection",lvl:2s},{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:unbreaking",lvl:2s},{id:"minecraft:vanishing_curse",lvl:1s}]} 1'
- '/minecraft:item replace entity $player armor.legs with leather_leggings{display:{color:1908001},Enchantments:[{id:"minecraft:protection",lvl:2s},{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:unbreaking",lvl:2s},{id:"minecraft:vanishing_curse",lvl:1s}]} 1'
- '/minecraft:item replace entity $player armor.feet with leather_boots{display:{color:1908001},Enchantments:[{id:"minecraft:protection",lvl:1s},{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:unbreaking",lvl:2s},{id:"minecraft:vanishing_curse",lvl:1s}]} 1'
- '/minecraft:give $player blaze_rod{display:{Name:\'{\"text\":\"Lightsaber\",\"color\":\"#E0865A\",\"bold\":true,\"italic\":true}\'},Enchantments:[{id:\"minecraft:sharpness\",lvl:15s}]} 1'
- '/minecraft:item replace entity $player container.1 with minecraft:cooked_beef{Enchantments:[{id:"minecraft:vanishing_curse",lvl:1s}]} 3'
register: true
permission-required: false```
only one line has escaped characters?
thats the only line im having issues with, the rest are working fine
how did you check
they are loading in game when i remove that one line and the error code is
in 'reader', line 9, column 57:
... layer blaze_rod{display:{Name:\'{\"text\":\"Lightsaber\",\"color ...```
- '/minecraft:give $player blaze_rod{display:{Name:"{"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}"},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1'
try it like that
that one loads in but gives the expected '}' error ingame when i run the command
thats okay, thanks heaps for your help and trying
Try without the \ on ' and surround the command with " instead of '
like this - '/minecraft:give $player blaze_rod{display:{Name:"{"text":"Lightsaber","color":"#E0865A","bold":true,"italic":true}"},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1'
No
- "/minecraft:give $player blaze_rod{display:{Name:'{\"text\":\"Lightsaber\",\"color\":\"#E0865A\",\"bold\":true,\"italic\":true}'},Enchantments:[{id:\"minecraft:sharpness\",lvl:15s}]} 1"
omg that worked, thank you for your help and patience with me
Does anyone know a plugin i could use to prevent items from being dropped?
As far as I know there is no Worldguard flag or gamerule or anything for it unfortunately
Being dropped how?
thanks
i had googled myself, i was only able to find one deprecated plugin
this one never showed up
Hi what is the current best version for optimizing and maximizing the amount of players?
anyway worldguard has a flag for this
hey,
where i can get actual list of spigot core versions? maybe some api
i cant believe i missed that. thanks
I need list of versions like paper io
Minecraft version, build version, date of released, etc…
U know
I found some on hub spigot jenkins, but only build and date, without minecraft version
If I understood you right
yw
im trying to change the displayname of a player with a string taken from an arg of the command, but when i do it, it give me this error
[Async Chat Thread - #3/ERROR]: Chain link failed, continuing to next one
java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:chat_type]: ResourceKey[minecraft:chat_type / minecraft:raw]
at net.minecraft.core.IRegistry.e(SourceFile:88) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at net.minecraft.network.chat.ChatMessageType.a(ChatMessageType.java:59) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at net.minecraft.network.chat.ChatMessageType.a(ChatMessageType.java:49) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at net.minecraft.server.network.PlayerConnection.chat(PlayerConnection.java:2119) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:2187) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at net.minecraft.server.network.PlayerConnection.lambda$17(PlayerConnection.java:1901) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3669-Spigot-454acb7-f150cfb]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
i tought it was a problem of my plugin but actually it is a problem of the server
can anyone help me?
It’s hard to answer a programming question without code
Oh no! You ran into a problem. But no worries, people are willing to help, but first they need to see your code. This is because otherwise, they would be providing help based on guesses instead of concrete knowledge. Whether it be a compile error, runtime error, or an unexpected output, I'm sure that if you were to provide code, you'd receive a quick solution.
`String nick = args[0].toString();
if(nick.length() >= 4 && nick.length() <= 14) {
if(time > 60 && time < 300) {
p.setDisplayName(nick);`
but i think its a problem of the server, then i know that i don't have to do args[0]#toString(), but i was trying something
now i try to change the jar
changed the jar, same problem
Open a bug report
hello I'm looking for a plugin to change the nickname above the head of a player permanently
so I'm running a bungeecord server for the first time, not really an expert at all
I've set it up the way I could find on the internet
However, when I try to join it just gets stuck at "Joining world"
I get this when trying to join aswell: "InitialHandler - overflow in packet detected! Cannot receive string longer than 765 (got 1536 bytes)"
I'm using a host
on the bungee server, do I need to have it be a seperate server than my lobby
ok I understand how it works more now but now when I try to join it says "Kicked whilst connecting to lobby: Unable to authenticate."
I changed the name of my world from world to overworld and I'm getting this error. Anyone know how I can fix this? (It's previously been named overworld but I changed it back to world and now I am changing it again to overworld.)
wait i forgot to add bungeeguard to both
still does it even with bungeeguard configured
it disconnects me due to incorrect token, even though it is the correct token
fixed
Session is locked use top to see if any mc instances are running via process
yea I fixed it by just running "killall java" cmd on my linux machine that hosts it
Does anyone know why my bungee cord experiences high ram usage after configuring nuvotifier to work?
Good morning
can i do it in discord or i have to do it in github?
https://cdn.discordapp.com/attachments/1065555063122182147/1103634063711014963/image.png
how to fix player move item disconnect
clear userdata not work
?jira
it pings when i directly connect, not when i go thru bungeecoord
is there any discord servers that introductions me with spigot plugins?
just go to spigotmc website
check plugins there
When I go through the end portal not 3 blocks above the obsidian platform are deleted but 4. Can this be fixed because my obsidian farm does not work because of this.
Make sure you're up to date and that you're actually running Spigot and not a fork
how do u disable item stacking?
Best way is to attach a random id in the nbt tag
why
Is there a way such as a plugin or some way within server settings, to have the port of my server for USA 25565 but for somewhere else in like uk have there port but still connect to the same server using the same ip part of the ip and port? A friend is trying to join from South Africa with nearly 600 Mbps speed and is getting over 300ms ping yet a server member/YouTube viewer of mine who’s also staff member is in Dubai and has 100-300ms ping and IS FARTHER FROM THE SERVER LOCATION.
can someone help me set up a minecraft server with plugins?
what do yo need help with specifically
there's so many backend options but like some have outdated plugins and shizz
i havent done plugin stuff since bukkit
"backend options?"
most settings you can leave as default
I want like WorldEdit and essentials and factions
They all work. A lot of servers run paper but spigot works just fine aswell
it depends on what you want and need. Just google for a comparison online
but will spigot stuff work on Paper?
Yes
Okay so Paper is the best?
As I said: Depends on your requirements
Will I have to run older versions of minecraft to get bukkit stuff working on paper
Spigot got better support (e.g. help on this server). But most issues you will run into won't depend on your server version anyway
Yes
pretty much
Okay
sweet
How do I get a custom IP for a minecraft server so i dont have to use 3rd party hosting
wdym custom ip?
so i dont have to use my own IP to host a server on my mac
I would use 3rd party hosting at that point
Whats the best choice for 3rd party hosting for free
Go for an Oracle VPS
whats that
There are no free servers with decent performance and 24/7 uptime.
Unless you find someone that wants to "sponsor" you
I just dont wanna get doxed for putting my own IP out there
Oracle VPS or pay for a host
Oh ok
I'll do oracle
I cant, it requires a credit card
whats the best free service that supports plugins ?
You're going to have to go with Aternos then I guess
it starts servers up so slow
Well it's free
Server.pro is a good alternative to Aternos, but your limited to 10 plugins.
The WorldEdit from server.pro doesnt work
The only one that has worked is aeternos
Whats the best paid host?
@haughty wing
They only offer custom plans @haughty wing
they dont have a list of plan options
my fiance is gonna buy me apex server hosting
oh no 💀
why
oracle accepts debit cards too
i dont have one
they just dont show it on the sign up
im not from this country
"this country"?
peru
hlo can any pro dev. can help me ?
?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!
hey guys, does anyone knows how to update the yaml spigot file on my server? thanks
You open it with your text editor, change what you want then save it
After that restart
hi guys i setted config.yml bungeecord but keep saying i have to enable ip-forward(i did it)
Connect to the Bungeecord not the Spigot server
yes i'm trying to crossplay network and geyser says i have to do it to make it work
i'm using server ip numerical and port 19132 the standard one
hey
I am using the Multiverse and VoidGen plugins to create new worlds that are, well, a void. They are completely empty, I check when I make them. Then, I set a worldborder low like 100 blocks or something and, after a while, randomly chunks start loading a vanilla world until everything besides inside the border and any spots outside the border that have a piece of their chunk in the border is a normal world. I can make the worldborder bigger and everything after this and they are just normal blocks that weren't there before... does anyone know how I can fix this?
I want to know if someone can create a payed plugin for me. (I want to first discuss before making or confirming it)
If so DM
I cant dm u
prob ur settings or maybe it mine
Oh that
?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/
seriously
Neither can I
anyone know how to fix this?
java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "com.nickuc.chat.ζδΩςΣΓζτχ.a()" is null
at com.nickuc.chat.εξνσΔχΣεθθζΔαΠζ.a(:28) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor26.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:git-Paper-307]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:670) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.essentialsx.discord.listeners.BukkitListener.lambda$onChat$0(BukkitListener.java:89) ~[EssentialsXDiscord-2.20.0-dev+44-43d84de.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.2.jar:git-Paper-307]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.19.2.jar:git-Paper-307]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1473) ~[paper-1.19.2.jar:git-Paper-307]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446) ~[paper-1.19.2.jar:git-Paper-307]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1397) ~[paper-1.19.2.jar:git-Paper-307]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1173) ~[paper-1.19.2.jar:git-Paper-307]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-307]
at java.lang.Thread.run(Thread.java:833) ~[?:?]```
What is this?
Go ask nChat
obfuscation goes brr
Beautiful obfuscated classname
?whereami
@sour citrus the max is a tick spike, they are quite normal
you have garbage collector issues though
your pause times are pretty long
I don't think that's the problem
By looking at the flame graph I think it's a plugin messing with redstone
redstone?
One of your custom block plugins
I could be wrong though since it's hard to pin point the spike without the flag
It does a lot more than just a resource pack to keep the blocks the same
Add the ticks over flag that Sam sent and capture the lag
Then send new spark report
https://spark.lucko.me/VVGnEe9l8a this is >=50
WhiteOmbrah_ @ 11:12PM 4/5/2023, interval 4ms, ticks >= 50ms
won't load for me
Ok one moment i do spark profiler
another
So you think is itemsadder, for custom texture?
one moment i wait tick do 50 ms
Since I'm early in the morning, there are few ons but in any case it went to 40 and it's not good I think
Well that doesn't look to be caused by ItemsAdder
Are you moving around a lot? Most of it appears to be chunk and mob lag
mob lag isn't
chunk?
mob isn't possible i have limited mob per chunk and i have a mob stacking plugin
i can tell you i have so many worlds with multiverse core could that be the cause?
Is the mob stacker stacking natural spawning mobs?
Good otherwise it would keep spawning mobs causing lag
So the problem is chunk?
I'm sure it's not a mob problem, because the mobs for spawners are stacked the natural ones are not, and for each chunk I have a mob limit
then use a mob limiter function in spigot.yml
i set it normally to a low number
hi
i need immediate help turning on tnt duping
Spigot doesn’t disable TNT duping
my server is running on spigot 1.19
I assume you are using paper or another fork
it does
In which case, ask in the appropriate discord for your fork
so why doesn't my farm work
Send the output from /version
1.19
Send the output
go on your server and type the command in the chat
it says 1.19 spigot
Send the output
?img or run it on console
Not verified? Upload screenshots here: https://prnt.sc/
Send what it says exactly
i cant send images
?img
Not verified? Upload screenshots here: https://prnt.sc/
Or just copy and paste the output from console
i uploaded it here
so send us the link
we need the link
....
its only this
so you didnt upload it
i did
Time to update
what should i do?
sr screenshot mule here
hello i am getting this error :
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [server.jar:git-Spigot-21fe707-741a1bd]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-Spigot-21fe707-741a1bd]
at java.lang.Thread.run(Thread.java:829) [?:?]```
spigot 1.8.8 java 11
Use Java 8
Downloading vanilla jar...
Patching vanilla jar...
System Info: Java 11 (OpenJDK 64-Bit Server VM 11.0.18+10-post-Ubuntu-0ubuntu122.04) Host: Linux 5.15.0-71-generic (amd64)
Loading libraries, please wait...
[13:31:29 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[13:31:29 FATAL]: Failed to start the minecraft server
net.minecraft.server.v1_16_R3.SessionLock$ExceptionWorldConflict: /home/RP/./world/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-794]
at net.minecraft.server.v1_16_R3.SessionLock.a(SourceFile:44) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.Convertable$ConversionSession.<init>(Convertable.java:257) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.Convertable.c(Convertable.java:227) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.Main.main(Main.java:154) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.Main.main(Main.java:289) ~[patched_1.16.5.jar:git-Paper-794]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[server.jar:?]
why?
huh
can you read? it says "already locked (possibly by other Minecraft instance?)"
are you maybe already running that server?
did you stop it incorrectly?
Can someone help me with this? itemset only works if I'm op, but I want anybody to be able to use it, and btw the command it's trying to run can be run even if I'm not op but not when I right click with the item
MyCommand Plugin:
https://www.spigotmc.org/resources/mycommand.22272/
-----------------------------------------------------------------------------------------------------------#
MyCommand ItemSet DataBase File (last update v5.0.0)
BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/
-----------------------------------------------------------------------------------------------------------#
If autoload it's true,the plugin automatically load a custom set from "set_name".
config:
autoload: true
set_name: RogueSword
empty_message: false
Over here the customs set.Use ; for split the multiple lines.
itemset:
testlist:
STONE_SWORD:
name: SuperSword
on_rightclick: /me right!
on_leftclick: /me left!
RogueSword:
GOLDEN_SWORD:
name: Rogue Sword
on_leftclick: /trigger SweepPart
on_rightclick: /trigger AbilRog
go to the config.yml
and set "Disable Permissions" to true
@gritty stag
for more configuration i would advise you to read the wiki
then work yourself through the wiki
Oh ok thank you
What do I do with the Permissions?
Unable to load the data. Perhaps it expired? Are you using a recent version?
looks
The problem i think is spawner but i have stacked mobs (only for spawner) and stacked spawner
first of all, are u using the premium version of spartan?
yes
whatever, remove spartan and check if it changes anything
why?
looks MSPT 700
bc spartan has some performance issues
ok let's pretend spartan doesn't exist see other problems
ok it looks like chunk ticking is taking upto 3kms
should i see your chunk settings?
what's your server platform?
can someone please help? im trying to make a particle loop, i tried searching everywhere and even using chat gpt but nothing works
particle.mcfunction file:
particle minecraft:explosion ~ ~ ~ 0 0 0 0.1 100 force
particle minecraft:explosion ~5 ~ ~ 0 0 0 0.1 100 force
particle minecraft:explosion ~ ~ ~5 0 0 0 0.1 100 force
particle minecraft:explosion ~-5 ~ ~ 0 0 0 0.1 100 force
particle minecraft:explosion ~ ~ ~-5 0 0 0 0.1 100 force
i tried tick.json files etc but nothing works
please help
( im using datapacks and 1.19.2 )
idk
Neither does Minecraft
i run the function and they start at me
i will change them to coords then
there changed
particle minecraft:explosion 100 64 100 0 0 0 0.1 100 force
particle minecraft:explosion 105 64 101 0 0 0 0.1 100 force
particle minecraft:explosion 110 64 102 0 0 0 0.1 100 force
particle minecraft:explosion 115 64 103 0 0 0 0.1 100 force
particle minecraft:explosion 120 64 104 0 0 0 0.1 100 force
@tawny dust
So it works?
Show your tick.json
You need to call that function from your tick function
in a different server someone said it was for bedrock, im using java
Java edition has the tick.json
but if u need it:
{
"values": [
"testing1:particle"
]
}
And where did you place it?
datapacks/Testing/data/testing1/functions
/data/minecraft/tags/functions
Show that one
And do you have a function called tick
Yes
ok it does loop but i want it to loop after i run the function is there a way to do that?
how to sort donations in a tab? via the TAB plugin?
privilege
if you didn't get an answer yet, it's because noone knows the answer or noone had time to answer yet. There's no need to to ask why noone answered yet. people will answer to you once they got an answer for you
can someone please give me the default spigot yml?
name: MinecraftServer
version: '${project.version}'
main: <files>
hey!
sometimes my server starts and I can't seem to join onto it.
It just sends me to fallback server.
and sometimes it joins me normally.
Any ideas why?
anything in logs?
i have a schematic with like 13 trees and i wanna paste them in randomly at places how do i do that with worldedit
How do I fix the geyser problem not connecting
i have 2 gb of ram on my vps how much should i use for bungeecord?
its a pretty small-ish server
Hi clue and idk
Hello, why cannot I register to spigotmc.org website? It says some fields contain unexpected data, try again or contact administrator
But i have everything properly
I cannot download lots of plugins because of that, so I need help
Please
uhh
Hey, I need help! I have a Crystal PvP arena in my SMP and basically, it allows explosions and I'm wondering if there are any plugins that can reset the arena!
Please @ me if you have a response!
Hey why the znpc not work properly I can't add actions COMMAND in it. It says "failed to execute the command"
ESpawner Plugin / right click to sell
Hello, I am looking for a plugin that makes it so when you right click on a mob spawner, it opens a gui where items (of that mob type) generate overtime, and can be sold for money directly in this gui. The spawners do not actually spawn mobs.
privilege
if you didn't get an answer yet, it's because noone knows the answer or noone had time to answer yet. There's no need to to ask why noone answered yet. people will answer to you once they got an answer for you
how to sort donations in a tab? via the TAB plugin?
nothing at all
anyone got a idea how i can let a server start once someone trys to connect? (Bungeecord network)
Like lazily boot up backend servers?
use placeholder api sorting
Is there a generic server zip file that contains a generic server world and plugins pre-configured that has RPG elements and enhanced magic?
wdym?
setup?
I am on a mac so I just run the java command through terminal, we dont use bat files on mac
?
[16:02:26 INFO]: Starting minecraft server version 1.8
[16:02:26 INFO]: Loading properties
[16:02:26 INFO]: Default game type: SURVIVAL
[16:02:26 INFO]: Generating keypair
[16:02:27 INFO]: Starting Minecraft server on *:25565
[16:02:27 INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
[16:02:27 WARN]: **** FAILED TO BIND TO PORT!
[16:02:27 WARN]: The exception was: java.net.BindException: Address already in use
[16:02:27 WARN]: Perhaps a server is already running on that port?
[16:02:27 INFO]: Stopping server
???
your port is in use
set a different port in server.properties and forward your ip to that new port
Or stop the other Minecraft server that's already running
is there one?
fuser -k 25565/tcp
ok so I have many servers on my bungeecord proxy, how do I make it so it leads to the lobby instead of 1 of the servers
Add lobby to the priorities list and enable force default server
can you replace the server jar and plugin jars while the server is running?
with bungeecord and spigot
it doesnt have to reload just replace the files and then restart
that would save a lot of work
technically yes
you should restart after replacing them
Does anyone know anything about the plugin ExcellentCrates ?
Even though nobody may know, pro tip is to just ask your question anyway on the chance that somebody does. It's much better to ask straight out instead of asking if people know about it before asking
Fair..
Let’s see erm.. Gee I’m not the best at explaining..
So I’ve got this crate, that give out keys. What’s supposed to happen is it’s supposed to give the player 3 keys. But it isn’t! The command I have it set to is /ecrates key give %player% legendary 3
And it’s just not doing it
Another example is there’s a tag you can get, the command I have it set to is /lp user %player% permission set tag.royal true
It’s just not giving it to the player no matter what I do and I don’t understand why
try without the / at the start
yo for bungee
i want to make in hub that you can't run the /server command only the npc can is it possible?
Negate the permission
i can't find it on lp
i putted false for server name
i didn't find anything
:3?
i did it :3
Hello, I would have a question about the headsdatabase plugin if someone uses it and whether it also takes away the power of the server ram
this sounds like a bot
How much power does your server ram have
too much for you to handle
you can't handle my potions, traveler
Hello! Can someone help me?
Could anyone tell me if there is a plugin that is able to update the nbt attributes of an item?
The "When in Main Hand" attributes
When an item with custom attributes is enchanted it doesn't update that item's damage value, for example.
It doesn’t visually, no
Is there no known plugin to fix this?
Hello friends~
Does anyone know how to update Paper on a server?
?whereami but just delete the old server jar while the servers offline then download the new version name it like the old one so you can start it with the same bat then ur good to go
I'm trying to use this PlaceholderAPI expansion to try to get information from an attribute but it's not working, nothing just happens. Can someone help me?
I am putting "%checkitem_generic_attack_damage%"
Is this right?
Spigot attributes:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html
im making a spigot server and it just says "error occurred during initialization of VM Could not reserve enough space for 1843200kb object heap"
you tried to give it more ram than your system has. reduce xmx
okay
1.8gb isnt much, so I suggest your system is too weak
is this a raspberry pi or something
does anyone know how to make your bungee server unlimited players?
like not just unlimited players
?
Easy
I assume they are just Unicode characters
how do I make /find them
It’s still a valid reason to troubleshoot. Removing spartan see if issue persists if so go look through the configuration to see if you can configure it differently.
You can pregen a world in 1.16.5 and then upgrade it I guess
bump
Read my next chat just after what I said, there was an issue about chunk ticking, but however this is the first solution of seeing what happens in the server, we usually tell people to remove anticheat plugins first since they come up first in these situations, an anticheat isn't a normal or easily developed plugin, so it has more issues often, but afterall, it seems there is no issues with the plugins or server, it's just the configuration base of the server
Doubt it
World generation is fairly complex, and the changes between 1.16 and 1.19 are huge
Okay, thanks anyways
has any hologram plugin already adopted display entities?
I'm trying to set up bungeecord for my server but I keep getting the message "if you wish to use ip forwarding please enable it in your bungeecord config as well". I have ip forwarding enabled in my config.yml file. I'm scratching my head on this one
I'm new to this whole scene so might be something really dumb
Any help would be greatly appreciated :)
hello guys im trying to create a plugin that depends on stats from another plugin i already wrote but intelij says that the other plugin does not exists, how can i fix it?
are you letting intellij know it exists?
aka did u run mvn install, or the gradle equivalent
guys can someone pls help
i downloaded mc paper.jar but when i open i t
its not creating files and stuff
this isn't paper
?whereami
lmqo
Does anyone have any knowledge on the CrazyVoucher plugin?
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!
Oop-
Okay.. let me think..
So essentially, I’m trying to make a voucher in the CrazyVoucher plugin and we have quite a few already, but no matter what o try I can’t make a new one! I’ll type out all the things again I’ll make sure everything is different but it will just change the previous one instead of making a new one you know? Maybe you don’t know that wasn’t really a good explanation.. either way.. that’s the problem
How can i enable snow ball damage with worldguard?
players cannot be played with snowballs
thats like a vanilla minecraft think i think
they removed dmg to players from eggs and snowballs long tike ago :p
some say it wasn't even a vanilla thing to begin with... purely fabricated by the developers of craftbukkit...
exists a plugin?
OldCombatMechanics
PR to add it to Spigot 
I just installed the latest Java from oracle but it still says "The version you have requested to build requires Java versions between [Java 17, Java 19], but you are using Java 8"
ie "C:\Program Files\Java\jdk-17.0.5\bin\java.exe" -jar BuildTools.jar --rev 1.19.4
it is exactly a PATH issue actually
its prioritizing the wrong Java install
:P
Same issue with the exact path to the java I just installed
I think it's more an issue with installing the wrong thing, cause that is not my path to the java I just installed
Instructions should probably specify that you need to install JDK 17 and not just "Java"
?java17
Install Java 17 at https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot
Oh I already installed it and finished building Spigot, just didn't know I had to install JDK 17 cause it wasn't mentioned anywhere here
https://www.spigotmc.org/threads/spigot-bungeecord-1-19-1-1-19-2.566548/
Java - Below Minecraft 1.17: - Download JRE 8 from here and install. Just keep hitting next when running the installer.
Java - Minecraft 1.17[.1]: - Download OpenJDK 16 from here and install. Just keep hitting next when running the installer.
Java - Above Minecraft 1.17.1: - Download OpenJDK 17 from here and install. Just keep hitting next when running the installer.
From the BuildTools wiki
?bt
problem with residence
do people still use multiverse
Yes
?whereami
yes
yeah
their code isnt our code, u should ask how to optimize their software in their discord
Im not going mad am I? I have this weird mandela effect memory of being able to disable mob spawners without a plugin..
java.lang.RuntimeException: Directory 'plugins/spark.jar' failed to load!
``` full at https://logs.ronanplugins.com/ocogebaces.sql
anyone know what this means
The plugin was downloaded with curl https://api.spiget.org/v2/resources/57242/download --output plugins/spark.jar
hmm is it possible to download latest jar from spigot directly
always uptodate link
No, it is not possible. It never has and never will be because of legalities.
If you want the latest spigot jar, you have to run BuildTools.
?bt
i mean latest resource jar
Resource jar?
Oh, yea that should be possible.
should but dunno how
I cannot curl the https://www.spigotmc.org/resources/spark.57242/download?version=489830 either it returns a resonse
cloudflare moment
hey anyone know how to
make a villager that gives you items when u click on it
like a starter pack
please
Hey, does anyone know what causes this?
The white blocks are just the IP address
I know it's a disconnect... but I'm just wondering how
There's no UUID, and I looked the username up and the account doesn't exist
is just one of those mass scan bots probably @west cloak
they scan the entire internet for open ports, sometimes they try to pursue with exploits, sometimes not
There is not really much you can do beside changing port from 25565 to random one or setting up fail2ban or smth
But imo it's just not worth, they can't harm you
A bunch of a-holes sending cracked login attempts to servers repeatedly.
Does anyone know of a chat plugin that translates into multiple languages?
hello i have s strange glitch
when i die i respawn in my world spawn
not base
how can i fix that please
Hello, Im having an issue.. me and my friends have a spigot aternos server. We changed the software to spigot, so that we could enable java bedrock crossplay via the geysermc plugin.
we then got spigot simple voice chat after that, and it's not working at all. pls help
Try speaking to the dev
Tengo una pregunta como puedo empezar a ser developwr con esta app?
If i do a kill task of mob is laggy on the server?
i.e. do you recommend a task that kills mobs? because I understand that the spawners are lagging despite being stacked
guys
i made a server on my computer
and i sent my ip to my friend so he can join
but it just says conncecting to him....
did i do anything wrong
pls help
Open router port
i cant portforward
So you can’t join your friends to your server if you don’t open router port
??
hello i have s strange glitch
when i die i respawn in my world spawn
not base
how can i fix that please
Sounds like a plugin
sometimes you need to pay your internet provider for this feature
there are 2 types of ips grey and white, as I remember if you have a grey one no one is able to connect to you
good I would like to enter this mundill ode developer as I can start disneod developer? something not very difficult to start with or someone to teach me
Daguq
What
hello everyone 👋
now, i'm trying to set permissions for my server
please, look at this :
permissions.yml:```
groups:
default:
default: true
permissions:
- minecraft.command.fill
prefix: '[stfu]'
suffix: '[not stfu]'
This calls this error trace
[17:33:35] [Server thread/ERROR]: Permission node 'groups' in permissions.yml is invalid
java.lang.IllegalArgumentException: 'default' key contained unknown value
at org.bukkit.permissions.Permission.loadPermission(Permission.java:302) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.permissions.Permission.loadPermissions(Permission.java:239) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadCustomPermissions(CraftServer.java:990) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:461) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:589) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:414) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:250) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:975) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3739-Spigot-d1bd3bd-63cad7f]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Where is/are error(s)?
Is there any way to set permissions without any plugin?
please I need help someone who knows how to configure with spigot or someone who sends me a video of how to get started easy please
well, on which step you stopped?
in the install one thing and unzip the file and I do not know what else there is and I could not
you can call me(no voice, i'll text you solution, while you will set up your server & display your progress via broadcast)
No, if I just want to learn how to be Develoepr on another server and learn how to create projects, not my server
do you want to configure server.properties?
Yes, and help in servers being a developer
hello, does anyone know what error is this ? I have been stucked with this several days
https://i.imgur.com/duk8Df0.png
bro I don't have anything installed and I want to learn how to configure, what is that for?
configuration description page
wath
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. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
- download this
https://hub.spigotmc.org/jenkins/job/BuildTools/
2)execute this as .bat. Same directory
java -jar BuildTools.jar --rev latest
cls
which I install of all and that I give, if you want I send you capture to the private accepts request from friends
click the buildtools.jar on here
I gave it there and the code that I tell the other person and I get error 404 bone does not exist
NEITHER, I am not good for this 😭
i get this error in loop:
[11:42:30 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
at io.netty.channel.epoll.Native.read(Native Method) ~[patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [patched_1.8.8.jar:git-PaperSpigot-445]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [patched_1.8.8.jar:git-PaperSpigot-445]
at java.lang.Thread.run(Thread.java:833) [?:?]```
Use Java 8
how about this?
#help-server message
That's not how the permission.yml works
Use a plugin like LuckPerms
only plugin, right
?
it works only with permission plugin , right? And don't works by default?
The permissions.yml is not supposed to be a replacement for the permissions plugins
I didn't quite understand you. So you are saying that the permissions.yml and perms of other plugins should work separately?
No?
Just install LuckPerms
plugins are good either, but can i set suffix to default droup without any plugin?
just with notepad++ in permissions. yml
default group also doesnt exist if luckperms isnt there
Warning: Permissions.yml is NOT a replacement Permission awarding/checking system and any permissions should continue to be handled by a plugin.
Taken from the permissions.yml wiki page
anyone know what this plugin is called? https://www.reddit.com/r/admincraft/comments/13bxt0a/help/
That's just display entities
You don't even need a plugin
Generate /summon commands for display entities for Minecraft (Java 1.19.4+) with preview of the result
thx
I was wondering how many GB of RAM my server would need, it would have around 50 Plugins, 50 Players and an earth world, spawn and end and nether. It would also have plugins like LifeSteal, MTVehicle and QuaityArmory.
Hi, a lot of plugins give this error "[13:40:52 WARN]: Exception in thread "Thread-13" java.lang.Error: java.util.zip.ZipException: zip END header not found" I tried different host and vps, same problem. I tried to redownload all the plugins.
yo how do i conntect bungee to a forge server , i want to connect hub to a create mod server
i have 64gb ram and with like 10 players maybe it eats 20 gb ram 🙂
64GB is a lot, may I ask where you are hosting this?
And what kind of server it is
10 € a month impressive ahha dms for info
🙂
anyone know how to fix "unable to intercept a read client packet" it keeps spamming in my chat
Update Protocollib
What version is the modded server running?
still doesnt work..
Could you send the output from /version and /version Protocollib
ill send it in dms because i cant send it in here
?img
Not verified? Upload screenshots here: https://prnt.sc/
anyone know the best minecraft plugins to keep your server safe like from hackers and stuff
World guard!
I think.. That helps the server I'm in!
ALRIGHT 👏 How do I unzip a folder from a panel~
Anyone know a plug-in that u can make a npc with custom gui
Citizens combined with a gui plugin
hello people cant open ender chests
in my spawn
Do you use a plugin to protect your spawn?
world guard
Check to make sure you didnt disable with a flag. If that isnt it then its because of the default server spawn protection which you can disable since you have world guard
how to i check up
sorry i have 0 experience in this stuff
Need to use world guard commands which you can google for. You could also look in the world guard directory for the region file but i dont recommend that because if you mess up the format it will mess up all the protected regions
I suppose easiest thing to start with would be to disable the server spawn protection first which is in server.properties file
sure one second
Make sure to restart server and not use the reload command
Reload tends to cause issues
uhm.. help.. I ran the buildtools correctly using the CMD but does it have to take so long just to get the spigot 1.19.4.jar?? thankss
Recommend using git bash. You can get it by installing git for windows
is git a new thing? last time i started a spigot server for 1.16.4 there was no "git" taht I have heard of. But okay I will try. Do I still need to delete the files that buildtools.jar created?
how can i stop pvp in spawn
does bungeecord support forge
Atm 1.19.4 i need. 2
Then you can't use Bungeecord unless all servers are the same
Yes, but don't run anything 1.13+ modded on it
hello, simple voice chat plugin is not working at all, the server we're using is on spigot.. anyone know how to fix this without changing the server software ?
Disable pvp by using the world guard flag to set pvp to disable
Sorry about time to respond. Currently at work on my phone lol
oh sorry for bothering you sir
sure ty
ty
alright ty have a great day
good luck with yr work
does anybody know how to install this https://www.spigotmc.org/resources/clearlag-skript-1-19-4.103087/
i cant find the plugins/Skript/scripts
file
This looks like a bad idea. Don't use that
oh
alr
Git was releases in 2005 ☠️
How do I make menus like this?
Officially
Yh
Resource packs and custom plugin
What kind of custom plug-in would I need?
I have oraxen for resource pack and deluxe menus for menus ig
A gui or inventory one. I am not aware of any plugins that exist in the spigot resources that allows this. Can try searching for one
Deluxe Menus should be enough
Oh there you go
You will just need a texture for the title
Is there any place I can find that?
Spigot resource area on spigot site
Is that where texture for titles will be?
No you will have to make one
Oh okay
But at least you only need to make a texture and not a whole plugin lol
Those would be upto the plugin that makes the gui
My RAM fulls when i start the server because the console spam an error: "Zip END not found" . Someone can help me?
[13:40:52 WARN]: Exception in thread "Thread-13" java.lang.Error: java.util.zip.ZipException: zip END header not found
hello, i would like to play with friends on the server i created. but they cannot join. I've already activated the ports in my router settings... but they still can't join.
Is that the entire error?
Make sure you gave them the public ip
were can i find it?
Google: What is my ip
okay i will try
nope, only the first 2 lines
Always send the full error
that error is spammed in console for all the plugins
?paste
Hi, I can not connect to my server (ip is correct and the server is running) someone help me?
what error are you getting
Where
?
In the Minecraft I've got this io.netty.channel.abstractchannel$annotatedconnectionexception: connection refused: no further information
The server run perfectly
are you using correct ip ?
Is the server on the same machine as your client?
@autumn shoal no
Have you port forwarded and made sure there’s no firewall blocking the connection then?
check oraxen docks
it is explained there
On the server pc actually I don't know it's correct
what host do you use
I use spigot 1.17.1
vps host
Hi there, I'm having trouble finding a plugin or figuring out how to configure EssentialsX to remove stackable kits. I want to make sure that players can't stack multiple kits on top of each other, but I'm not sure where to start.
Does anyone know of a plugin that can help with this, or can offer guidance on how to configure EssentialsX to achieve this? Any help would be greatly appreciated! Thanks in advance.
ù
I got my server using 4.5gb of ram with one person. Did i add too many plugins?
How are you viewing ram usage
Pterodactyl panel
That won't be very accurate
The server is probably using less
You can use a plugin to check
What plugin?
EssentialsX or spark
Im using cmi. But ima check out spark
CMI 💀
Lol i like the features. And i usually disable the ones i dont use
The ram was sitting at around 2.5k. But it shot up when i started flying around the map and loading chunks
Java ram usage goes in spikes
See this for example
Blue is RAM in use by server
Orange is what you see in panel
Image taken from a google search :p
Ok
?paste
anyone here know how to use spark?
its saying my server is using 1.6gb out of 2gb. but i have 9gb alocatted to the server
I’ve been around the internet trying to solve this issue, but no one seems to know what’s happening. I would appreciate if anyone could shed some light here:
Okay so, I host a 1.19.4 server (spigot, no plugins) on a desktop PC. I was recently grieved, which should have been no issue as my world backs itself up daily. I have tried two methods of restoring my world:
-
I have copied the entire world folder from the old world file to the server
-
I have copied all files within the server folder into the server itself (after deleting the redundant server files ofc)
So far, the server will load the world but it will only load the seed of the world (no placed blocks). Player inventories copy successfully, and I assume achievements do as well.
That's normal. It will allocate more when needed. If you want it to allocate all at once ask your host to use Aikars flags
probably skill issue or sum
Truuuu
Hello everyone. I hope someone can help me since I'm about to throw the pc out the window. Let me explain briefly, I have a server hosted on Holy.gg, my intention is to create a server with mods and plugins, so I created a server on Paperspigot, but realizing that the mods didn't work and doing some research, I decided to switch to Mohist. For a moment it works fine, but after a few minutes, it crashes and closes the server. I'm doing it on top of the world already created with paperspigot since we're doing a series and I don't want to erase all the progress that it takes. Does anyone know what solution I can make to be able to continue the series but with mohist? I will thank you forever!!!.... Attached the crash log.
?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.
Hybrids are not supported
ahh, ok, ok. I understand, so whatever I do, it won't work for me, right?
What version do you recommend for a server with mods and plugins?
Mods aren't designed for plugins and plugins aren't designed for mods
You're not supposed to run them together
u specified -Xms128M, which means the server by default will only use that much, taking more until it reaches 9000M, then u crash :3
all fun n games til java throws da OutOfMemory error
I understand, thank you!!!
have you tried to look for plugins that stores the playerdata and did you have uploaded the essentials userdata folder too?
As stated, I have no plugins. I have tried uploading the entirety of the server file and the world itself, which houses the player data
Can someone tell me most of the time I can't use workbench or open chest or anything in my server?
/version and /pl output? so we know what were dealing with
@spark plank srry forgot to reply
Fresh .minecraft (1.19.4) with defaulted keys with forge and 3 mods, fresh server with 5 plugins, essentials X, mcrealistic, worldedit, worldguard, and chestshop, oh and vault. EDIT: What is p1 output?
so its solved?
No
hmm weird
Yeah
Yeah I might have remove it due to my minimap teleporting not working anymore as well.
I tried it doesn't let me use the minimap teleport though.
Could be another plugin like not updated enough?
xaeros minimap has teleport. Yeah I guess I'll have to do that
I'll let you know results it may happen within minutes like before.
sorry for asking a question wich might not be about spigot (about essentials) but does someone know how to remove hardcoded OP? i (think) its with essentials, a dev on my server is messing with alot and i need to urgently remove their hardcoded OP, i cant ban them it sais im not able to. thanks for help, dm me if anything else is needed
have u tried /deop
but also if the Essentials u downloaded has a hardcoded OP.... i dont think u downloaded the right Essentials
hello!
I am pretty new to plugin development... and I saw that getDisplayName is deprecated
event.getPlayer().getInventory().getItemInMainHand().displayName().equals(Component.text("Rice Seeds"))
doesnt work.. what am I doing wrong?
np, best i can say is continue to use getDisplayName() (deprecated doesnt mean it wont work, just that theres a (theoretical) better way), or switch back to spigot-api and live without components
Hi there, I'm having trouble finding a plugin or figuring out how to configure EssentialsX to remove stackable kits. I want to make sure that players can't stack multiple kits on top of each other, but I'm not sure where to start.
Does anyone know of a plugin that can help with this, or can offer guidance on how to configure EssentialsX to achieve this? Any help would be greatly appreciated! Thanks in advance.
pls
hey when i do /setworldspawn
in a new place
then i type/spawn
i go back to the old spawn
anything else?
Not that I can think of at this moment!
I need to ask you a question, but are the TICK PER SECOND values, therefore MSPT, related to the amount of RAM or is it irrelevant?
I agree, but there must be something that, with the same server, maybe lowers the ticks, such as more cores.
Yo
Can someone
help me with lands
i tried doing /create but it said i reached the max of 0 amount of lands
I don't know that plugin, looks like they have their own discord server that you can ask on for specific config help
Pretty sure you just have your permissions setup incorrectly. Lands uses number permissions something like lands.claims.1
Hi there, I'm having trouble finding a plugin or figuring out how to configure EssentialsX to remove stackable kits. I want to make sure that players can't stack multiple kits on top of each other, but I'm not sure where to start.
Does anyone know of a plugin that can help with this, or can offer guidance on how to configure EssentialsX to achieve this? Any help would be greatly appreciated! Thanks in advance.
I think there are another set of permissions similar to it that will get you what you are looking for.
Unless there's an option in the config.yml, I don't think that's easily fixable with EssentialsX. That's just how items work in minecraft. If they have the same data, they are allowed to stack. At least when code is used to give it to the player. The only way to have them not stack is to make a patch yourself, or use another plugin that has that functionality built in.
Hey i need a very good AntiBot plugin to fight MCStorm. Can you help me?
lo uso già, grazie ❤️
Impossibile allora che non funziona
Funziona, però con i plan avanzati di MCStorm no
Contatta l'assistenza loro ti danno i settaggi. Quello che hai tu è di default, ma loro fanno anche config su misura
se gli scrivi e gli dici loro te lo modificano
anyone know a /shop plugin or a chest shop for 1.19.4
Hello, I'm looking for a plugin which adds custom hats to the server, there is a few but none of them let player actually put on/ off hat. İ want player has hats in their inventory , don't get them via commands
Were is like support tickets ?
no where
guys, what do you use nowadays to accept donations?
enjin apparently went out of business
to get into nft's
not me wondering why nobody donates anymore
ah! thank you
Yes that
yo
can someone help me i change the plugin setting in config for lands but it resets each time i close and reopen the server
"donations are not supported on our platform"
how strict are they about this...? wtf
how else am i supposed to word it?
It’s a purchase
ain't nobody paying $50 for /nick and /sethome and a pretty prefix 💀 they pay because if they don't the server goes bye bye
mc servers always been donation based... unless something's changed this past year or so i've been otherwise occupied
That is still a purchase
is there another similar service?
Maybe set better prices then ig
my prices have historically been accepted by my players... these donor ranks have been unchanged for over a decade
it's not letting me unless i remove every instance of the word donation from the description
forcing me to market it as something it's not
That's not a big deal
But ig if you don't want to you'd have to find something else
I don't know any other similar services
definitely a deal breaker... guess i'll have to brush up on my php if nobody knows another service
ffs enjin lol i hope they're doing well with their new nft scheme
https://dev.bukkit.org/projects/holographic-displays/files/4507130
can this plugin work in 1.19.4
also if anybody has worked with paypal api before my dm is open and eager for any tips you may spare
Probably
is this a reply to me