#help-server

1 messages · Page 57 of 1

vital bloom
#

do you know how?

merry elk
#

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

vital bloom
#

Thanks 👍

proven elm
#

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.

proven elm
#

someone here able to help with

tawny warren
#

Hello where are the logs of this settings please ?

#

log-villager-deaths: true

tawny dust
#

Or server logs

tawny warren
#

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.

tawny dust
#

Like Paper for example

tawny warren
#

I use paper-1.19.4-484.jar

tawny dust
#

They should have a setting for it

#

?fork

magic zenithBOT
#

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.

tawny warren
#

Oh my bad I though it was the same

#

sorry

wet plaza
#

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.

random bridge
valid wasp
#

does somebody know a cool Plugin so that everything looks cooler when you press tab? And you see who is which rank etc?

valid wasp
tawny dust
analog condor
#

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

glacial sundial
#

bedrock

#

Spigot is got java

dusty wadi
#

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 ?

glacial sundial
#

/version

#

Try without plugins

dusty wadi
#

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 ^^)

mellow dock
#

Ask paper

mint rose
hybrid kayak
# dusty wadi It’s on 1.19.4 i don’t have any plugins yet after reinstalling the server, what ...

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

dusty wadi
heady helm
#

hello looking for a dev to help me make server

mellow dock
#

?services

magic zenithBOT
paper grove
#

hi

chrome jetty
#

?ask

magic zenithBOT
#

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!

paper grove
#

i have my 20gbs of ram allocated on my server but tabtps only say it has 12gbs to use?

chrome jetty
#

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)

paper grove
#

oh

chrome jetty
#

If you see the gray part is the reserved part, green is used, blue is unused iirc

paper grove
#

its just a bit weird how it says 3000/12000

#

while it should be like 3000/20000 sth like that

chrome jetty
#

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

shadow karma
#

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

upbeat verge
#

Can someone help me with this error?

#

It won't let me send images to display

teal talon
teal talon
upbeat verge
#

Can I send you the pictures to MD?

tawny dust
magic zenithBOT
upbeat verge
#

I'm already verified

shadow karma
teal talon
#

Idk

#

Can’t see it unless you put it in a codeblock

#

?code

#

?codeblock

magic zenithBOT
#

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() {

    }
}```
upbeat verge
teal talon
#

I don’t like screenshots

#

?paste

magic zenithBOT
teal talon
#

Ohh and no

#

Like before each “ do \”

shadow karma
teal talon
#

No that’s wrong, but also good i guess also do it infront of “

shadow karma
teal talon
#

All of the “

#

Not just the first one

shadow karma
# teal talon Not just the first one

/minecraft:give $player blaze_rod{display:{Name:'\{\"text":\"Lightsaber",\"color":\"#E0865A",\"bold":true,\"italic":true}\'},Enchantments:[{id:"minecraft:sharpness",lvl:15s}]} 1

shadow karma
#
 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
merry elk
#

\ 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

shadow karma
merry elk
#

send me your config

#

here

shadow karma
# merry elk send me your config
  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```
merry elk
#

only one line has escaped characters?

shadow karma
merry elk
#

how did you check

shadow karma
# merry elk 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 ...```
merry elk
#
   - '/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

shadow karma
merry elk
#

idk then

#

but it has to do with additional ' characters only present in that item

shadow karma
tawny dust
shadow karma
tawny dust
#

No

#
- "/minecraft:give $player blaze_rod{display:{Name:'{\"text\":\"Lightsaber\",\"color\":\"#E0865A\",\"bold\":true,\"italic\":true}'},Enchantments:[{id:\"minecraft:sharpness\",lvl:15s}]} 1"
shadow karma
errant ledge
#

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

teal talon
#

Being dropped how?

errant ledge
#

via the drop key

#

keepInventory works for death

teal talon
#

I googled for you, remember to do it yourself

errant ledge
#

thanks

#

i had googled myself, i was only able to find one deprecated plugin

#

this one never showed up

nova viper
#

Hi what is the current best version for optimizing and maximizing the amount of players?

scenic depot
rotund kite
#

hey,
where i can get actual list of spigot core versions? maybe some api

errant ledge
rotund kite
#

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

scenic depot
#

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?

glacial sundial
#
  1. How are you changing it
#
  1. 1.19.3 is outdated
#

?nocode

magic zenithBOT
#

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.

scenic depot
#

`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

scenic depot
scenic depot
#

changed the jar, same problem

glacial sundial
#

Open a bug report

fast walrus
#

hello I'm looking for a plugin to change the nickname above the head of a player permanently

simple canopy
#

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

simple canopy
#

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."

blazing bough
#

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.)

simple canopy
#

still does it even with bungeeguard configured

#

it disconnects me due to incorrect token, even though it is the correct token

#

fixed

west cloak
blazing bough
#

yea I fixed it by just running "killall java" cmd on my linux machine that hosts it

desert trellis
#

Does anyone know why my bungee cord experiences high ram usage after configuring nuvotifier to work?

spring sedge
#

Good morning

cursive pier
scenic depot
spring fox
magic zenithBOT
cursive pier
# cursive pier

it pings when i directly connect, not when i go thru bungeecoord

signal ingot
#

is there any discord servers that introductions me with spigot plugins?

cursive pier
torpid pecan
#

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.

tawny dust
merry elk
#

how do u disable item stacking?

tawny dust
#

Best way is to attach a random id in the nbt tag

thorn gale
#

why

hasty canopy
#

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.

west cloak
#

can someone help me set up a minecraft server with plugins?

wary crater
#

what do yo need help with specifically

west cloak
#

there's so many backend options but like some have outdated plugins and shizz

#

i havent done plugin stuff since bukkit

wary crater
#

"backend options?"

west cloak
#

like Spigot, Bukkit, Paper, etc

#

its so confusing

thorn gale
#

most settings you can leave as default

west cloak
#

I want like WorldEdit and essentials and factions

coral tiger
#

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

west cloak
#

but will spigot stuff work on Paper?

coral tiger
#

Yes

west cloak
#

Okay so Paper is the best?

coral tiger
#

As I said: Depends on your requirements

thorn gale
west cloak
#

Will I have to run older versions of minecraft to get bukkit stuff working on paper

coral tiger
#

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

thorn gale
#

no

#

spigot includes bukkit api

west cloak
#

oh ok

#

So if I use Paper then I can run everything?

tawny dust
#

Yes

thorn gale
#

pretty much

west cloak
#

Okay

#

sweet

#

How do I get a custom IP for a minecraft server so i dont have to use 3rd party hosting

coral tiger
#

wdym custom ip?

west cloak
#

so i dont have to use my own IP to host a server on my mac

wary crater
#

I would use 3rd party hosting at that point

coral tiger
#

Well in that case you have to rent or buy one

#

Housing is expensive though

west cloak
#

Whats the best choice for 3rd party hosting for free

tawny dust
#

Go for an Oracle VPS

west cloak
#

whats that

coral tiger
#

There are no free servers with decent performance and 24/7 uptime.

#

Unless you find someone that wants to "sponsor" you

west cloak
#

I just dont wanna get doxed for putting my own IP out there

tawny dust
#

Oracle VPS or pay for a host

west cloak
#

Oh ok

#

I'll do oracle

#

I cant, it requires a credit card

#

whats the best free service that supports plugins ?

tawny dust
#

You're going to have to go with Aternos then I guess

west cloak
#

it starts servers up so slow

tawny dust
#

Well it's free

random bridge
#

Server.pro is a good alternative to Aternos, but your limited to 10 plugins.

tawny dust
#

And time limit

#

Not hard to bypass that 10 plugin limit

west cloak
#

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

tawny dust
#

oh no 💀

west cloak
#

why

thorn gale
west cloak
#

i dont have one

thorn gale
#

they just dont show it on the sign up

west cloak
#

im not from this country

tawny dust
#

"this country"?

west cloak
#

peru

delicate wind
#

hlo can any pro dev. can help me ?

tawny dust
#

?ask

magic zenithBOT
#

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!

swift sandal
#

hey guys, does anyone knows how to update the yaml spigot file on my server? thanks

tawny dust
#

You open it with your text editor, change what you want then save it

#

After that restart

west cloak
#

hi guys i setted config.yml bungeecord but keep saying i have to enable ip-forward(i did it)

tawny dust
#

Connect to the Bungeecord not the Spigot server

west cloak
#

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

west cloak
#

hey

blazing bough
#

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?

winged smelt
#

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

blazing bough
#

I cant dm u

winged smelt
#

Is that against the rules?

blazing bough
#

prob ur settings or maybe it mine

winged smelt
#

Oh that

mellow dock
#

?services

magic zenithBOT
blazing bough
#

seriously

winged smelt
blazing bough
#

k hold on

#

accept friend

grim hazel
#
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?

mellow dock
#

Go ask nChat

mellow dock
#

Beautiful obfuscated classname

shy falcon
#

but also yeah id ask the nChat dev

vital jolt
#

@sour citrus the max is a tick spike, they are quite normal

#

you have garbage collector issues though

sour citrus
#

are you sure?

#

i'm using aikari flags

vital jolt
#

your pause times are pretty long

sour citrus
#

how can i fix?

#

I'm using aikari flags

tawny dust
#

I don't think that's the problem

#

By looking at the flame graph I think it's a plugin messing with redstone

sour citrus
#

redstone?

tawny dust
#

One of your custom block plugins

sour citrus
#

itemsadder

#

?

tawny dust
#

The package is obfuscated so I don't know what plugin it is

#

Try without it

sour citrus
#

i'm using itemsadder

#

it's strange itemsadder cause lag is a reourcepack plugin

tawny dust
#

I could be wrong though since it's hard to pin point the spike without the flag

tawny dust
#

Add the ticks over flag that Sam sent and capture the lag

#

Then send new spark report

sour citrus
#

WhiteOmbrah_ @ 11:12PM 4/5/2023, interval 4ms, ticks >= 50ms

vital jolt
#

won't load for me

tawny dust
#

Same

#

Unable to load the data. Perhaps it expired? Are you using a recent version?

sour citrus
#

Ok one moment i do spark profiler

#

another

#

So you think is itemsadder, for custom texture?

tawny dust
#

The texture isn't the issue

#

and I can't be sure without the new spark report

sour citrus
#

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

tawny dust
#

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

sour citrus
#

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?

tawny dust
sour citrus
#

No only mob spawning with spawners

#

are stacking

#

natural mob aren't stacking

tawny dust
#

Good otherwise it would keep spawning mobs causing lag

sour citrus
#

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

spark plank
#

i set it normally to a low number

hollow kindle
#

hi
i need immediate help turning on tnt duping

mellow dock
#

Spigot doesn’t disable TNT duping

hollow kindle
#

my server is running on spigot 1.19

mellow dock
#

I assume you are using paper or another fork

hollow kindle
tawny dust
#

It does not

#

You're running Paper or another fork

mellow dock
#

In which case, ask in the appropriate discord for your fork

hollow kindle
tawny dust
hollow kindle
#

1.19

tawny dust
#

Send the output

exotic needle
hollow kindle
#

it says 1.19 spigot

tawny dust
#

Send the output

thorn gale
#

?img or run it on console

magic zenithBOT
tawny dust
#

Send what it says exactly

hollow kindle
#

i cant send images

mellow dock
#

?img

magic zenithBOT
mellow dock
#

Or just copy and paste the output from console

hollow kindle
thorn gale
#

so send us the link

exotic needle
#

we need the link

hollow kindle
exotic needle
#

....

hollow kindle
#

its only this

thorn gale
#

so you didnt upload it

hollow kindle
#

i did

thorn gale
#

type version into console and copy and paste us the output

#

i got the dm

tawny dust
#

Time to update

hollow kindle
#

what should i do?

mellow dock
#

Still spigot doesn't have any patches for TNT duping

#

Could be a plugin

tawny dust
#

Update and try again

#

If it doesn't work try without plugins

thorn gale
#

sr screenshot mule here

thorny otter
#

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

livid tide
#

It has no plugins in the listing nothing you can do about it

#

or plugin sources

maiden hull
#

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?

mellow dock
#

Not spigot

#

Also something else is locking the world

maiden hull
exotic needle
#

can you read? it says "already locked (possibly by other Minecraft instance?)"

#

are you maybe already running that server?

#

did you stop it incorrectly?

gritty stag
#

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

exotic needle
#

go to the config.yml

#

and set "Disable Permissions" to true

#

@gritty stag

#

for more configuration i would advise you to read the wiki

gritty stag
#

Uh it didn't work

#

I still have the same issue

exotic needle
#

then work yourself through the wiki

gritty stag
#

Oh ok thank you

gritty stag
exotic needle
#

get yourself a permissions plugin like luckperms

#

and set it for the players

sour citrus
#

Can someone help me

#

what is the cause of lag?

summer comet
sour citrus
#

looks

#

The problem i think is spawner but i have stacked mobs (only for spawner) and stacked spawner

karmic valley
sour citrus
#

yes

karmic valley
#

whatever, remove spartan and check if it changes anything

sour citrus
#

why?

karmic valley
#

but i don't see any issues however

#

wdym by "lag"?

sour citrus
#

looks MSPT 700

karmic valley
sour citrus
#

ok let's pretend spartan doesn't exist see other problems

karmic valley
#

ok it looks like chunk ticking is taking upto 3kms

#

should i see your chunk settings?

#

what's your server platform?

sour citrus
#

Yes

#

Send me

#

private message

hollow laurel
#

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 )

tawny dust
#

You're using relative coordinates

#

but relative to what

hollow laurel
#

idk

tawny dust
#

Neither does Minecraft

hollow laurel
#

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

tawny dust
#

So it works?

hollow laurel
#

no

#

it doesnt loop

tawny dust
#

Show your tick.json

mellow dock
#

You need to call that function from your tick function

hollow laurel
tawny dust
#

Java edition has the tick.json

hollow laurel
#

but if u need it:

{
 "values": [
 "testing1:particle"
 ]
}
tawny dust
#

And where did you place it?

hollow laurel
#

in the testing1 file

#

which is in the data

tawny dust
#

That's not where it's supposed to be

#

It's a tag

hollow laurel
#

datapacks/Testing/data/testing1/functions

tawny dust
#

/data/minecraft/tags/functions

hollow laurel
#

oh i already have 1

#

in that folder

tawny dust
#

Show that one

hollow laurel
#

i will add the code to it

#

wait its this:

{
    "values": [
        "testing1:tick"
    ]
}
tawny dust
#

And do you have a function called tick

hollow laurel
#

no

#

should i change to particle?

tawny dust
#

Yes

hollow laurel
#

ok it does loop but i want it to loop after i run the function is there a way to do that?

hollow robin
#

how to sort donations in a tab? via the TAB plugin?

teal talon
#

Donators?

#

Ask on tab discoed

hollow robin
#

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

tropic mist
#

can someone please give me the default spigot yml?

woven agate
#

name: MinecraftServer
version: '${project.version}'
main: <files>

mellow dock
#

Just rename yours and a new default will be made

#

Then you’ll have both to work with

mystic sandal
#

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?

snow quartz
#

anything in logs?

reef fjord
#

i have a schematic with like 13 trees and i wanna paste them in randomly at places how do i do that with worldedit

spare mist
#

How do I fix the geyser problem not connecting

limber ice
#

i have 2 gb of ram on my vps how much should i use for bungeecord?

#

its a pretty small-ish server

spare mist
#

Hi clue and idk

main hollow
#

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

west cloak
#

uhh

west cloak
#

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!

arctic citrus
#

Hey why the znpc not work properly I can't add actions COMMAND in it. It says "failed to execute the command"

timber gorge
#

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.

hollow robin
#

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?

mystic sandal
west cloak
#

anyone got a idea how i can let a server start once someone trys to connect? (Bungeecord network)

hardy grail
#

Like lazily boot up backend servers?

west cloak
west cloak
#

Is there a generic server zip file that contains a generic server world and plugins pre-configured that has RPG elements and enhanced magic?

west cloak
#

wdym?

#

setup?

#

I am on a mac so I just run the java command through terminal, we dont use bat files on mac

west cloak
#

?

maiden hull
#

[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

#

???

spark plank
#

your port is in use

west cloak
#

set a different port in server.properties and forward your ip to that new port

tawny dust
#

Or stop the other Minecraft server that's already running

west cloak
#

is there one?

simple canopy
#

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

tawny dust
fallen isle
#

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

exotic needle
#

technically yes

fallen isle
#

oh so it doesnt keep a the jar files open?

#

sick

exotic needle
#

you should restart after replacing them

narrow orbit
#

Does anyone know anything about the plugin ExcellentCrates ?

molten token
#

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

narrow orbit
#

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

thorn gale
#

try without the / at the start

scenic steppe
#

yo for bungee
i want to make in hub that you can't run the /server command only the npc can is it possible?

tawny dust
#

Negate the permission

scenic steppe
#

i putted false for server name

#

i didn't find anything

#

:3?

scenic steppe
#

i did it :3

west cloak
#

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

mellow dock
#

How much power does your server ram have

tawdry narwhal
snow quartz
#

you can't handle my potions, traveler

gusty verge
#

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.

mellow dock
#

It doesn’t visually, no

gusty verge
narrow orbit
#

Hello friends~

Does anyone know how to update Paper on a server?

thorn gale
#

?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

narrow orbit
#

Okie dokie.. thank you~

#

🤭

gusty verge
#

I am putting "%checkitem_generic_attack_damage%"

#

Is this right?

harsh plume
#

im making a spigot server and it just says "error occurred during initialization of VM Could not reserve enough space for 1843200kb object heap"

glacial sundial
#

you tried to give it more ram than your system has. reduce xmx

harsh plume
#

okay

glacial sundial
#

1.8gb isnt much, so I suggest your system is too weak

#

is this a raspberry pi or something

harsh plume
#

no

#

i have 2 gbs free ram

#

thanks

pastel cargo
#

does anyone know how to make your bungee server unlimited players?

#

like not just unlimited players

teal talon
#

?

pastel cargo
#

to be like if there is 2 players online, the max is 3

#

does anyone know how?

teal talon
#

Easy

pastel cargo
#

please

teal talon
pastel cargo
#

alr I'll test it, give me a sec

#

Thanks a million!

west cloak
#

Hi
How do I get these emjois on my scoreboard

#

Ping me if you have an answer

mellow dock
west cloak
teal talon
#

Google

#

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.

mellow dock
#

You can pregen a world in 1.16.5 and then upgrade it I guess

mellow dock
#

?

#

Yeah I don't think you can really get around that

karmic valley
#

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

mellow dock
#

Doubt it

#

World generation is fairly complex, and the changes between 1.16 and 1.19 are huge

karmic valley
#

Okay, thanks anyways

merry elk
#

has any hologram plugin already adopted display entities?

polar iris
#

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 :)

frank verge
#

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?

shy falcon
#

are you letting intellij know it exists?

#

aka did u run mvn install, or the gradle equivalent

waxen ledge
#

guys can someone pls help

#

i downloaded mc paper.jar but when i open i t

#

its not creating files and stuff

tribal comet
#

?whereami

waxen ledge
#

lmqo

narrow orbit
#

Does anyone have any knowledge on the CrazyVoucher plugin?

magic zenithBOT
#

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!

narrow orbit
#

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

tawny dust
#

Show us what you tried

#

Paste the config

#

?paste

magic zenithBOT
sour citrus
#

How can i enable snow ball damage with worldguard?

#

players cannot be played with snowballs

shy falcon
#

thats like a vanilla minecraft think i think

boreal heart
#

yeah snowballs don't deal damage

#

to players*

shy falcon
#

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...

sour citrus
#

exists a plugin?

shy falcon
analog sentinel
#

imo I rhink it should damage players

#

cuz its funny

snow quartz
#

death by snowball

#

not the worst way to go

shy falcon
timid charm
#

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"

shy falcon
#

fix ur PATH

#

or use the full path to java

timid charm
#

java commands work so it's not a path issue

#

Such as java -version

shy falcon
#

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

timid charm
#

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"

magic zenithBOT
timid charm
tawny dust
# timid charm Oh I already installed it and finished building Spigot, just didn't know I had t...

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

magic zenithBOT
remote pasture
#

problem with residence

placid coral
#

do people still use multiverse

sour citrus
#

net.minecraft.world.level.material.Fluid.tick()

how can i decrease this valu e?

tawny dust
shy falcon
shy falcon
#

this is a spigot

#

ur running Pufferfish

sour citrus
#

yes

shy falcon
#

yeah

#

their code isnt our code, u should ask how to optimize their software in their discord

north dew
#

Im not going mad am I? I have this weird mandela effect memory of being able to disable mob spawners without a plugin..

sinful bison
#
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

wary crater
#

jar is corrupted

#

running that myself, jar it downloads is broken

sinful bison
#

hmm is it possible to download latest jar from spigot directly

#

always uptodate link

random bridge
#

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

magic zenithBOT
sinful bison
#

i mean latest resource jar

random bridge
#

Resource jar?

sinful bison
#

just version being latest

random bridge
#

Oh, yea that should be possible.

sinful bison
#

should but dunno how

wary crater
#

cloudflare moment

forest narwhal
#

hey anyone know how to
make a villager that gives you items when u click on it

#

like a starter pack

#

please

west cloak
#

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

shy falcon
#

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

west cloak
#

Oh okay

#

Is there anything I should do on my end to stop it? Can it be stopped?

dapper ocean
#

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

west cloak
#

Alright

#

Thanks guys 👍

lost quail
vivid robin
#

Does anyone know of a chat plugin that translates into multiple languages?

forest narwhal
#

hello i have s strange glitch

#

when i die i respawn in my world spawn

#

not base

#

how can i fix that please

worldly snow
#

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

teal talon
#

Try speaking to the dev

west cloak
#

Tengo una pregunta como puedo empezar a ser developwr con esta app?

sour citrus
#

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

waxen ledge
#

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

sour citrus
#

Open router port

waxen ledge
#

i cant portforward

sour citrus
#

So you can’t join your friends to your server if you don’t open router port

forest narwhal
#

hello i have s strange glitch
when i die i respawn in my world spawn
not base
how can i fix that please

finite ermine
#

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

west cloak
#

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

teal talon
#

Daguq

mystic nova
#

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?
west cloak
#

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

mystic nova
west cloak
mystic nova
#

you can call me(no voice, i'll text you solution, while you will set up your server & display your progress via broadcast)

west cloak
mystic nova
#

do you want to configure server.properties?

west cloak
last nebula
west cloak
mystic nova
#

configuration description page

west cloak
versed summit
#

i need help

magic zenithBOT
#

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!

mystic nova
west cloak
thorn gale
#

click the buildtools.jar on here

west cloak
west cloak
#

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) [?:?]```
west cloak
#

😉

#

dumb sorry

mystic nova
tawny dust
#

Use a plugin like LuckPerms

mystic nova
#

only plugin, right

mystic nova
mystic nova
tawny dust
mystic nova
mystic nova
#

plugins are good either, but can i set suffix to default droup without any plugin?

#

just with notepad++ in permissions. yml

mortal galleon
#

i mean

#

you need a Big Patience to do that

#

and not Install LuckPerms

thorn gale
#

default group also doesnt exist if luckperms isnt there

tawny dust
#

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

mystic nova
#

thanks

#

understood

umbral dirge
tawny dust
#

You don't even need a plugin

umbral dirge
#

oh

#

how can they be made?

tawny dust
umbral dirge
#

thx

west cloak
#

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.

queen gulch
#

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.

scenic steppe
#

yo how do i conntect bungee to a forge server , i want to connect hub to a create mod server

scenic steppe
west cloak
#

And what kind of server it is

scenic steppe
west cloak
#

Wow

#

That is

slender snow
#

anyone know how to fix "unable to intercept a read client packet" it keeps spamming in my chat

tawny dust
slender snow
tawny dust
slender snow
#

ill send it in dms because i cant send it in here

tawny dust
#

?img

magic zenithBOT
slender snow
#

anyone know the best minecraft plugins to keep your server safe like from hackers and stuff

narrow orbit
#

I think.. That helps the server I'm in!

#

ALRIGHT 👏 How do I unzip a folder from a panel~

hoary anvil
#

Anyone know a plug-in that u can make a npc with custom gui

mellow dock
#

Citizens combined with a gui plugin

forest narwhal
#

hello people cant open ender chests
in my spawn

tawdry narwhal
forest narwhal
#

world guard

tawdry narwhal
#

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

forest narwhal
#

sorry i have 0 experience in this stuff

tawdry narwhal
#

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

forest narwhal
#

sure one second

tawdry narwhal
#

Make sure to restart server and not use the reload command

#

Reload tends to cause issues

forest narwhal
#

hey mate ty its working now ❤️

#

can i ask you one more question

tawdry narwhal
#

This is the help channel

#

So go for it

crimson heron
#

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

tawdry narwhal
crimson heron
#

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?

forest narwhal
simple canopy
#

does bungeecord support forge

scenic steppe
tawny dust
tawny dust
worldly snow
#

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 ?

tawdry narwhal
#

Sorry about time to respond. Currently at work on my phone lol

forest narwhal
tawdry narwhal
#

You are not bothering me

#

If you were i wouldnt have responded or helped lol

forest narwhal
#

alright ty have a great day
good luck with yr work

#

i cant find the plugins/Skript/scripts

#

file

tawny dust
forest narwhal
#

oh

tawny dust
#

Vanilla already removes items from the ground

#

You don't need a plugin for that

forest narwhal
#

alr

barren zephyr
strange plinth
#

How do I make menus like this?

tawdry narwhal
barren zephyr
#

Yh

tawdry narwhal
strange plinth
#

What kind of custom plug-in would I need?

#

I have oraxen for resource pack and deluxe menus for menus ig

tawdry narwhal
#

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

tawny dust
#

Deluxe Menus should be enough

tawdry narwhal
#

Oh there you go

tawny dust
#

You will just need a texture for the title

strange plinth
#

Is there any place I can find that?

tawdry narwhal
#

Spigot resource area on spigot site

strange plinth
#

Is that where texture for titles will be?

tawdry narwhal
#

No you will have to make one

strange plinth
#

Oh okay

tawdry narwhal
#

But at least you only need to make a texture and not a whole plugin lol

strange plinth
#

True lmao

#

Anyway also how would I get stuff like these

mint rose
#

Those would be upto the plugin that makes the gui

spiral crypt
#

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

heavy citrus
#

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.

tawny dust
heavy citrus
tawny dust
#

Google: What is my ip

heavy citrus
spiral crypt
tawny dust
#

Always send the full error

spiral crypt
#

that error is spammed in console for all the plugins

tawny dust
#

?paste

magic zenithBOT
plain cypress
#

Hi, I can not connect to my server (ip is correct and the server is running) someone help me?

plain cypress
#

Where

#

?

#

In the Minecraft I've got this io.netty.channel.abstractchannel$annotatedconnectionexception: connection refused: no further information

#

The server run perfectly

dapper ocean
#

are you using correct ip ?

autumn shoal
#

Is the server on the same machine as your client?

plain cypress
#

@autumn shoal no

autumn shoal
plain cypress
#

@dapper ocean yes I checked twice

#

On the player pc work (I tried other servers)

lost copper
#

it is explained there

plain cypress
#

On the server pc actually I don't know it's correct

lost copper
plain cypress
#

The server pc is Linux

#

I'm a Windows user so I don't know how to do it

thorn gale
#

what host do you use

plain cypress
#

I use spigot 1.17.1

thorn gale
#

vps host

dense fossil
#

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.

#

ù

rapid lantern
#

I got my server using 4.5gb of ram with one person. Did i add too many plugins?

tawny dust
#

How are you viewing ram usage

rapid lantern
#

Pterodactyl panel

tawny dust
#

That won't be very accurate

#

The server is probably using less

#

You can use a plugin to check

rapid lantern
#

What plugin?

tawny dust
#

EssentialsX or spark

rapid lantern
#

Im using cmi. But ima check out spark

tawny dust
#

CMI 💀

rapid lantern
#

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

tawny dust
#

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

rapid lantern
#

Ohhh

#

Does spark show the ram each plugin is using?

tawny dust
#

I don't think so

#

and it requires some experience with Java to figure out

rapid lantern
#

Ok

proven echo
#

?paste

magic zenithBOT
rapid lantern
#

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

silent needle
#

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:

  1. I have copied the entire world folder from the old world file to the server

  2. 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.

tawny dust
silent needle
#

Truuuu

strange star
#

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.

tawny dust
#

?fork

magic zenithBOT
#

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.

tawny dust
#

Hybrids are not supported

strange star
#

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?

tawny dust
#

You're not supposed to run them together

shy falcon
tawny dust
#

You won't crash when it reaches 9000M

#

It can reach that and keep GCing just fine

shy falcon
#

all fun n games til java throws da OutOfMemory error

strange star
spark plank
silent needle
#

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

errant nexus
#

Can someone tell me most of the time I can't use workbench or open chest or anything in my server?

shy falcon
silent needle
#

@spark plank srry forgot to reply

errant nexus
spark plank
#

so its solved?

silent needle
#

No

spark plank
#

hmm weird

silent needle
#

Yeah

errant nexus
#

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.

compact nimbus
#

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

shy falcon
#

have u tried /deop

#

but also if the Essentials u downloaded has a hardcoded OP.... i dont think u downloaded the right Essentials

near beacon
#

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?

shy falcon
#

ur using Paper API

#

this is Spigot

near beacon
#

ah

#

thanks

shy falcon
#

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

dense fossil
#

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

forest narwhal
#

hey when i do /setworldspawn
in a new place
then i type/spawn
i go back to the old spawn

slender snow
narrow orbit
#

Not that I can think of at this moment!

sour citrus
#

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?

sour citrus
#

I agree, but there must be something that, with the same server, maybe lowers the ticks, such as more cores.

sand acorn
#

Yo

#

Can someone

#

help me with lands

#

i tried doing /create but it said i reached the max of 0 amount of lands

molten token
#

I don't know that plugin, looks like they have their own discord server that you can ask on for specific config help

random bridge
#

Pretty sure you just have your permissions setup incorrectly. Lands uses number permissions something like lands.claims.1

dense fossil
#

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.

molten token
random bridge
#

I think there are another set of permissions similar to it that will get you what you are looking for.

molten token
#

you are right

#

lands.ownlands.<number>

#

it's all in the wiki

random bridge
spiral crypt
#

Hey i need a very good AntiBot plugin to fight MCStorm. Can you help me?

sour citrus
#

@spiral crypt botsentry

#

usa botsentry

#

io lo uso è va da dio

spiral crypt
#

lo uso già, grazie ❤️

sour citrus
#

Impossibile allora che non funziona

spiral crypt
sour citrus
#

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

forest narwhal
#

anyone know a /shop plugin or a chest shop for 1.19.4

oblique hearth
#

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

delicate crow
#

Were is like support tickets ?

thorn gale
#

no where

red quarry
#

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

mellow dock
#

Buycraft

#

Or whatever it’s called now

red quarry
#

ah! thank you

thorn gale
#

you use it a few months ago

mellow dock
#

Yes that

red quarry
#

the service is tebex but the plugin is still buycraft

#

buycraftx.jar

sand acorn
#

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

red quarry
#

how strict are they about this...? wtf

#

how else am i supposed to word it?

mellow dock
#

It’s a purchase

red quarry
#

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

tribal comet
#

That is still a purchase

red quarry
#

is there another similar service?

tribal comet
#

Maybe set better prices then ig

red quarry
tribal comet
#

Then just use the site

#

Idk I just fail to see the issue here

red quarry
#

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

tribal comet
#

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

red quarry
#

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

forest narwhal
red quarry
#

also if anybody has worked with paypal api before my dm is open and eager for any tips you may spare

random bridge
#

Probably

forest narwhal