#help-server

1 messages · Page 13 of 1

jagged orbit
#

explosion power is set to 5 tell me if it's too much or too little

west cloak
#

ok

#

can you do so

#

it doesnt destroy anything

#

only damages?

jagged orbit
#

yep

#

it doesnt destroy blocks

west cloak
#

yes

#

yo

#

when i put it

#

it doesnt load in

jagged orbit
#

what does it say

west cloak
#

im checking

#

[00:27:39] [Server thread/WARN]: Legacy plugin ExplodingRockets v1 does not specify an api-version.
[00:27:39] [Server thread/ERROR]: Could not load 'plugins\ExplodingRockets-1.0-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0

jagged orbit
#

ah you're using older java

west cloak
#

oh

jagged orbit
#

sec

west cloak
#

whats the newest one

jagged orbit
#

goes up to like java 18

#

dw ill compile in jav a8

#

that should work

west cloak
#

ok

#

another thing

#

do u code well?

#

and know a lot of coding?

jagged orbit
#

yes sir

west cloak
#

so

#

ive got a plugin

#

but they said to me:

#

it is outdatet

#

outdated

#

u have to organize dependencies

#

u have to update it

#

how do i do that?

jagged orbit
#

you won't be able to do it

#

you'll have to get a dev to do that

west cloak
#

oh

west cloak
jagged orbit
#

probs on the services forum

#

might have to pay them to do that though

#

depends on how big the job is

west cloak
#

[00:34:56] [Server thread/ERROR]: Could not load 'plugins\ExplodingRockets-1.0-SNAPSHOT (1).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.16.5

west cloak
#

ngl

jagged orbit
#

fark me

#

wait hold up

#

third times the charm

west cloak
#

lets try it out!

#

Could not load 'plugins\ExplodingRockets.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0

#

bro

jagged orbit
#

version again

#

what java are you running

west cloak
#

i installed the latest version of java

west cloak
jagged orbit
#

you you arent running it tho

#

in cmd run java -ver i think it is

#

java -version

west cloak
#

java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)

jagged orbit
#

you server probs isn't actually running on it tho

#

its compiling in java 16 for some reason

#

sec

#

try that

west cloak
#

ok

#

java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)

#

sorry

#

java version "11.0.16" 2022-07-19 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)

#

what

#

'plugins\rocketsfin.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0

#

this

jagged orbit
#

yeah its my compiler

#

update to java 16 it shoudl work

west cloak
#

ok

#

Unsupported Java detected (60.0). Only up to Java 15 is supported.

#

._.

jagged orbit
#

lmao

#

is that on boot

#

or the plugin

west cloak
#

boot

jagged orbit
#

ah yeah 1.16 doesnt support java 16 sorry

#

my bad

west cloak
#

wdym

jagged orbit
#

you'll have to go to java15

west cloak
#

fine

jagged orbit
#

why are you uisng 1.16.5 anyway

west cloak
#

because of plugins i have

#

there

jagged orbit
#

gotcha

west cloak
#

?

jagged orbit
#

understood

west cloak
#

k

#

Could not load 'plugins\rocketsfin.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/buoobuoo/explodingrockets/ExplodingRockets has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 59.0

#

bro...

jagged orbit
#

yeah its still compiling in j16

#

give me a min

#

hard to test on my side since im using java 16

#

hopefully that worked

west cloak
#

so

#

do i need java15?

jagged orbit
#

yeah just leave it at java 15

west cloak
#

ok

jagged orbit
#

that plugin was compiled in java 8 so i t should work

west cloak
#

Albus Dumbledore

#

IT WORKED

jagged orbit
#

sick

west cloak
#

so

#

how do i use it

#

thank u so much

jagged orbit
#

all good

#

i just made it so any firework explodes on impact

west cloak
#

this works sick

jagged orbit
#

is that enough power?

west cloak
#

yeah'

fierce fulcrum
#

How do I put a library on a public repo?

#

fuck this isn't google

tribal comet
#

what lmao

fierce fulcrum
#

yeah I googled it an it looks complicated can someone help me with a work through or something?

tribal comet
#

using something like repsy or nexus

fierce fulcrum
#

mine uses mojang remaps so can I build the jar file first and publish it?

tribal comet
#

mojang code isn't shaded

#

neither is spigots

#

aka you'll be fine

fierce fulcrum
#

I mean does the thing build my project or do I build it first and then upload it

tribal comet
#

when you deploy it with maven it auto formats it how it should be in the repo

#

you don't have to worry about much of anything accept having your build settings as you want them and adding the correct distribution manager

fierce fulcrum
#

oh so I don't need to do anything outside of my ide?

tribal comet
#

both repsy and nexus have docs about this iirc

tribal comet
fierce fulcrum
#
<distributionManagement>
   <snapshotRepository>
      <id>nexus-snapshots</id>
      <url>http://localhost:8081/nexus/content/repositories/snapshots</url>
   </snapshotRepository>
</distributionManagement>```
#

like that?

tribal comet
#

I've never used nexus, but i'd assume you'd put wherever your repo is

#

I use repsy

fierce fulcrum
#

i chose nexus because it sounds cool

tribal comet
#

nexus has docs iirc

drowsy wadi
#

Hey, am new to making plugins how would I go about setting the broken block to a different block?

this is what i've got so far


import org.bukkit.Material;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockBreakEvent;

public class EventListeners implements Listener {

    @EventHandler
    public void onBlockBreak(BlockBreakEvent event) {
        Material type = event.getBlock().getType();
        if (type == Material.STONE) {
        }

    }
}
fierce fulcrum
#

oh ffs I thought I was dev

tribal comet
#

ahaha

#

its fine

drowsy wadi
#

could have sworn i clicked that channel lol

still bronze
#

How to stop players breaking spawners using silk touch in my server

rustic plinth
#

hey, anybody knows a working deathrun plugin? the ones i found are last updated like 5 years ago

rustic plinth
#

anyone?

west cloak
#

can you get the armor toughness / armor points of a specific armor piece?

#

i've tried using attributes but default armor doesnt have them

thorn gale
west cloak
#

Is there anyway to remove the link warning from the mc? And take the players straight to the link

mellow dock
#

No

#

That’s client side

still bronze
west cloak
#

is there any way to find the placeholders of a plugin with a command?\

thorn gale
#

im pretty sure /papi ecloud placeholders plugin should do it

tough hound
#

i need help

#

plugins that end with ".sk" arent working

tawny dust
#

They are skript files

tough hound
#

oh

#

howdo i make them work then

tawny dust
#

You need the Skript plugin

tough hound
#

ok

#

do i still put them in the plugins folder?

tawny dust
#

No they have their own skript folder

tough hound
#

oh?

round hawk
#

yiu need to install the plugin first, it will create a folder called scripts and you can put jt there

tough hound
#

ok

#

when i look up skript on the website, they all end in .sk

#

ok so i installed skript, and put the skripts in the folder

#

but they still dont seem to be working

normal hinge
#

Did you put the Skript plugin in the folder "plugins" ? And do you see it when doing /plugins ?

tough hound
#

yes and yes

normal hinge
#

Where did you download those scripts ?

indigo lotus
#

Also, do not install skript from the bukkit page. download it from github

crystal sigil
#

Are there any errors in console?

#

I think there’s a skript community out there which might be able to help you if we can’t

indigo lotus
tough hound
tough hound
#

yes

#

like i have a vanish skript but /vanish isnt working

#

and I have one called originable (origins mod but a plugin) and its not working either

normal hinge
#

What does not working mean ? There is an error ? It shows command unknown? ...

tough hound
#

yeah

#

if i try and enter a command that should be working it doesnt work

normal hinge
#

Are you kidding ? 😂

#

Re read my questions

tough hound
#

yeha i was answering them

#

it shows command unknown

normal hinge
#

Ok

#

Now are you sure the command is /vanish and not something else ?

tough hound
#

yeah

#

and the origins plugin also isnt working

normal hinge
#

No errors in the console ?

tough hound
#

nope

normal hinge
#

Then you should go search for a skript community to help you :/

tough hound
#

oh ok

#

because it recognizes i have the skript installed

#

but the commands dont work

#

it also doesnt let me comment on the post of the originable skript

#

on the spigot website

#

and i have an account

crystal sigil
#

Try find a plug-in alternative for the skript if possible

tough hound
#

i tried

crystal sigil
#

¯_(ツ)_/¯

#

You can hire a developer on the forums to write one for you

west cloak
#

@jagged orbit

#

can u lower the explosion power

#

or can u tell me how to do it

high blaze
#

how i do fixit ? [me.lucko.luckperms.lib.hikari.pool.PoolBase] luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@219df3c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.

dire marten
#

Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)

coral eagle
#

anyone know a good plugin for end crystal killers

junior badge
#

uhm XD, something went wrong with my server resourcepack. I tried a planet minecraft line, is that just not posible (so instead need to use dropbox) or did i just do something horibly wrong

west cloak
#

How to fix it

#

?

untold smelt
#

How i can hide minecraft: commands and plugin: commands that the player doesn’t have permission for example minecraft:tell and placeholderapi:papi

heady vigil
#

Hi i have a problem with hopper

#

the minecart with hopper dont get items from the chest but from next hopper gets

west cloak
#

hello

#

does someone know a program to edit plugins

#

java plugins

west cloak
#

If it's not open source then you really probably shouldn't.

reef fjord
#

i'm using pterodactyl and my plugin cannot connect to a database hosted on the same machine

#

“Communications link failure”

wary crater
#

use 172.18.0.1 as the IP

#

also gotta change mysql to bind on all interfaces

shy falcon
#

.18? hooligan

west cloak
#

From there you can edit the code

west cloak
#

bro

#

i mean from

#

a jar

#

a plugin

#

@jagged orbit

runic rain
#

You would have to open it with a decompiler first

#

Then edit it accordingly, then recompile it

#

It won't be 1:1 source code though. Might not even compile

uncut matrix
#

im trying to use the npc plugin but the commands wont work

#

the command im using to bind the command to the npc is /npc command add -o /mv tp <p> world

round hawk
#

Isn't it npc select

high blaze
#

how i do fixit ? [me.lucko.luckperms.lib.hikari.pool.PoolBase] luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@219df3c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.

timber harness
#
[07:23:02] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[07:23:03] [ServerMain/INFO]: Loaded 7 recipes
[07:23:04] [Server thread/INFO]: Starting minecraft server version 1.19.2
[07:23:04] [Server thread/INFO]: Loading properties
[07:23:04] [Server thread/INFO]: This server is running CraftBukkit version 3577-Spigot-450dcaa-a73b358 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[07:23:04] [Server thread/INFO]: Debug logging is disabled
[07:23:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:23:04] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:23:04] [Server thread/INFO]: Default game type: SURVIVAL
[07:23:04] [Server thread/INFO]: Generating keypair
[07:23:04] [Server thread/INFO]: Starting Minecraft server on *:25565
[07:23:04] [Server thread/INFO]: Using epoll channel type
[07:23:04] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[07:23:04] [Server thread/WARN]: The exception was: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
[07:23:04] [Server thread/WARN]: Perhaps a server is already running on that port?
[07:23:04] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Failed to initialize server
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:969) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[07:23:04] [Server thread/WARN]: Failed to get system info for World Generation
#
    at net.minecraft.server.MinecraftServer.lambda$20(MinecraftServer.java:1439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at net.minecraft.SystemReport.a(SourceFile:66) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1438) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1033) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3577-Spigot-450dcaa-a73b358]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[07:23:04] [Server thread/ERROR]: This crash report has been saved to: /root/BuildTools/./crash-reports/crash-2022-09-05_07.23.04-server.txt
[07:23:04] [Server thread/INFO]: Stopping server
[07:23:04] [Server thread/INFO]: Saving players
[07:23:04] [Server thread/INFO]: Saving worlds
[07:23:04] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
#

any help?

reef fjord
#

my plugin won't connect to my MariaDB server

#

i'm using pterodactyl (which uses docker)

#

the thing should connect to 127.0.0.1

#

and the mariadb binds to 0.0.0.0

tawny dust
vast quest
#

dumb question but how would i avoid sprinting particles at players feet whenever teleporting between worlds or joining the server?
i dont think this is normal behaviour since ive never seen this on another server
those particles are even still visible after moving and standing still again

vast quest
# reef fjord i'm using pterodactyl (which uses docker)

pterodactyl wont estabilish successfull connection when trying to use public ip
a plugin should connect to ur local mariadb instance (local ip of server), when trying to connect to 127.0.0.1 or 0.0.0.0 the local host is referred (in your case the container itself)
whenever u want to setup database credentials for plugin running on docker use the local ip just like 10.0.0.20 or something (find ip by typing ipconfig addr in terminal)

dapper ocean
#

It's usually Nat loopback issue and has nothing to do with pterodactyl

#

Also when connecting from localhost, use pterodactyl0 interface

#

As local ip wouldn't work too because all containers are isolated

vast quest
# dapper ocean It's not about pterodactyl if it won't connect to public ip

if his port is not being forwarded for his mariadb instance (which probably is not) he wont be able to use his public ip
well yes my bad u r true its not related to pterodactyl itself
regarding ur last statement
im able to connect all my plugins running on the containers to my db running on the server using local ip of server (and it works)

iron flicker
#

how could i make my tab look like this

#

i thought there was a plugin for this but cant find it

dapper ocean
#

I mean if it works it works 😄

dire marten
iron flicker
#

okay

normal hinge
iron flicker
#

no i do have that

#

only the tab was my question

dire marten
iron flicker
#

looks very cool

dire marten
#

yeah it does

ashen fox
#

TAB has the layout thing?

#

How did I not know that lol

dire marten
#

yeah

#

i didn't either until i asked the tab server for support lmao

#

Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)

iron flicker
#

you mean something like this?

dire marten
#

no, someything for a Scvoreboard that u add

ashen fox
#

that must be a texture pack or smth

iron flicker
#

really cool

ashen fox
#

yeah

dire marten
#

itemsadder does that too i believe

ashen fox
#

id love to run a texture pack on my server but I feel like that might just detur people

#

not sure if thats still the case though

dire marten
#

like an actualy block changing one?

iron flicker
#

it's actually nice to add something like this

dire marten
#

or just QOL things

ashen fox
#

probably just QOL

iron flicker
#

it makes your server unique

dire marten
#

then it shouldn't be annoying to your members

#

ngl damn this server is really cool, sadly not really a playerbase yet

iron flicker
#

yeah

#

yesterday there were some people online

ashen fox
#

unless theres a new ver

rustic flicker
#

idk why but i cannot find any 16:9 videos there, is this only for phone?

iron flicker
iron flicker
#

no there is a new one

ashen fox
#

oh its polymart

iron flicker
#

dont know if it also on spigot

ashen fox
#

wish stuff like this was OS

#

oh shit it is

iron flicker
#

yeah

dire marten
#

epico

jagged orbit
#

whats an "op" guardian farm?

wild temple
#

i am wondering players are getting high pings on server which it can cause of high pings? Like ethernet?

ashen fox
#

Ping is basically the distance from the server

tacit flint
#

does anyone know if a plugin exists that works similarly to discordsrv where I can have my bungeecord console sent to a discord channel, and you can run commands through that channel that will then be done on the bungeecord

ashen fox
#

Not much you can really do about it (on the server side) other than purchase a server in another location

unborn pumice
#

Or large physical distance of the user to the server

wild temple
unborn pumice
wild temple
#

How can i test the speed of internet

tribal comet
wild temple
#

i will try

tribal comet
#

If you want to test your own wifi just look up internet speed test

#

There are billions of those

wild temple
#

hmm i can't send the images of test

tribal comet
#

You gotta verify

#

Your spgitomc account here

wild temple
#

ok

#

Tested on speedtest

tribal comet
#

Could also be your friends internet

wild temple
#

Render distance & Simulator distance are 2 & hmm i am wondering i am using playit domain to use ip so idk is it can cause the high pings too

tribal comet
#

Thougj don't bother with domains if your just playing with friends your ip can be found via the domain anyways

#

I could ping your domain and get the ip associated with it

wild temple
#

hmm but not only friends new players need to join too so yeah

tribal comet
#

If you are hosting online to all I reccomend buying hosting if possible less strain and cost on you

#

Plus it is better for your internet to not be managing a ton of connections to a mc server

wild temple
#

hmm i see but which one could be good to host big servers with 1 world not like minigames just one server with tons of players

tribal comet
#

Has good deals so does bloom.host

wild temple
#

thanks i will take a look

tribal comet
#

If you aren't a power user and don't understand Linux I reccomend going with bloom.hosts panel

wild temple
#

oh not that

tribal comet
#

Oh no his ip

#

Like you can't get it from discord

wild temple
#

but ig it's not my ipv4 & main ip

#

so it saying like Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 48ms, Maximum = 50ms, Average = 49ms

tribal comet
#

If that's a local ping you have problems on your hand local should be like 1ms

#

Maybe 4 or 5ms

#

Ahhh ok

wild temple
#

yes

tribal comet
#

I'd try losing the domain and see if it helps your friends then try to figure out what to do from there

tribal comet
#

Damn when I ping myef it takes almost 0 time lol

#

Oh your pinging your domain

wild temple
#

oh

#

oh btw is 1.19 makes high pings than older versions?

#

Basically it saying 756 mbps rn

#

also supporting wifi6

inner echo
#

Hey! I'm trying to make an FPS lag machine on my Spigot server, but I've noticed that once items being dispensed reaches a certain threshold, the items start getting culled together- decreasing lag. Any way to turn this off?

runic rain
#

You're making a lag machine... on your own server...? Hmmm That doesn't sound suspicious

inner echo
#

If it wasn't my server, I wouldn't have access to the server config file

runic rain
#

Gotcha. Well the spigot.yml has a merge radius config option which you can reduce to 0 or -1 to prevent merging from happening

#

Can't remember which value. Sec

#

Mm maybe there isn't a value. But you should be able to use 0

#

merge-radius.item

inner echo
runic rain
#

Yeah that doesn't seem to disable it. There might be a plugin that prevents item merging though

inner echo
#

Well if anyone knows a plugin like that or how to disable it, I'd very much appreciate it!

robust bloom
#

How can I install Spigot onto pterodactyl?

full orchid
#

By installing do you mean adding an egg?

robust bloom
#

yeah, one of my clients have asked about me adding spigot to their server, though I am not familiar with spigot; im more experienced with rust servers so some help would be appreciated

#

@full orchid

full orchid
supple mesa
#

How do you update my outdated server version of spigot because im trying to work out a plugin for my server

normal hinge
magic zenithBOT
normal hinge
#

ping represents the time taken by a request between your computer and the server

supple mesa
#

where can i find the buildtools.jar file?

normal hinge
#

The more nodes it has to reach. The more nodes and the further the server, the longer the request will be

#

It can also come from a defectuous network hardware

normal hinge
magic zenithBOT
supple mesa
#

No i mean on my server not the website

#

which files do i look in?

#

Do i install it in to /server/

#

aka server folder

normal hinge
#

Depends of how you run your server ^^ can't say that like that

tawny dust
#

I would run BuildTools on my PC

#

Then upload the Spigot jar to the server

supple mesa
#

Yeah but i just dont kno where to install it too

tawny dust
#

Spigot jar or BuildTools jar?

normal hinge
#

Spigot jar

tawny dust
#

If it's the Spigot jar just put it in the server folder

supple mesa
tawny dust
#

You can place it anywhere you want

#

As long as it isn't in OneDrive (or simillar)

supple mesa
#

Ok

tawny dust
#

Make sure to run it in an empty folder

#

So you can delete everything when it's done

supple mesa
#

Im confused

#

Like what do you mean by that

#

Because imn using a server hosting not the offical spigot server.jar

mellow dock
#

Probably all the entity collisions

#

I believe you can limit them in spigot.yml

humble igloo
#

so I enabled anti xray a while back by accident, but when i disabled it and restarted the server, xray still didnt show any ores. How do I fix this and how did this happen?

normal hinge
#

How did you disabled it?

humble igloo
wary crater
#

ask PlaceholderAPI devs

tawny dust
#

Looks like someone might have downloaded malware

#

Those classes are not part of PlaceholderAPI

#

Might be worth deleting and dowloading every jar file on your server

vapid arrow
#

Is there a way to make people invincible when they join the server for a short period of time?
People are dying cus it takes a while to load them in sometimes lol

normal hinge
#

I think essentials has something like this

vapid arrow
#

Then imma ask over there!

autumn spindle
#

hi guys how can i add a symbol in holographic display? like this

summer comet
#

it would be better to ask on the HolographicDisplay discord server ig

grand sinew
#

You learn Italian and flip the pizza upside down

summer comet
#

or this ^

autumn spindle
autumn spindle
grand turret
#

Hi, I need help related with the plugin griefdefender:
Everytime I run the command /reload confirm in order to apply some changes in my server files without having to stop and start the server, all my server grief defender claims get deleted leaving all the builds without claim protection.

weak harness
autumn spindle
#

already done thank you

lost copper
autumn spindle
#

was thinking to use the same for holographic display, so "\u2731" but in chat i got this

mental turtle
#

What are you trying to do

ashen fox
#

are you actually including the \u2731?

autumn spindle
autumn spindle
random bridge
#

I'm pretty sure you can use the symbol itself, so long as the game can actually render it.

ashen fox
#

if its utf 8 just put the actual symbol yea

mental turtle
#

This may be completely wrong but can you add it to the rank of owner?

autumn spindle
#

because my prefix is given by a permission from this chat plugin that have a dedicated space to create group with chat format

ashen fox
#

if it isn't showing up when you put it directly in the config, game probably cant render it

autumn spindle
#

so need to find a solution like previously on holographic display, where i have to add the unicode inside ", so "\u00bh"

autumn spindle
autumn spindle
#

anyways what is the best plugin for chat, like deluxechat (this one is unsupported)

rich yarrow
#

Help!!!! I port forwarded and it says the port is open, using bc and spigot. but when opening mc and trying to connect it wont connect!!

mild plinth
#

Hey guys, I'm getting an issue with ShopGUIPlus. It's working on my test server, and when transferring it over to the main server it breaks saying;
button not loaded: Invalid or no material name specified

#

The material is RED_STAINED_GLASS_PANE

mellow dock
#

What version are you on

mild plinth
#

1.8.8

mellow dock
#

That mat doesn't exist in 1.8

#

It would be STAINED_GLASS_PANE with some kind of magic number data

mild plinth
#

Life savor. Thank you so much!!

rich yarrow
high blaze
#

players cant craft shields how to fix it

grand turret
#

Hi, I need help related with the plugin griefdefender:
Everytime I run the command /reload confirm in order to apply some changes in my server files without having to stop and start the server, all my server grief defender claims get deleted leaving all the builds without claim protection.

merry elk
#

Never

grand turret
#

Thanks you for the help

jagged orbit
humble igloo
#

so I enabled anti xray a while back by accident, but when i disabled it and restarted the server, xray still didnt show any ores. How do I fix this and how did this happen?

humble igloo
tawny dust
#

They have their own anti xray setting

#

?whereami

humble igloo
#

lmao

#

thanks bro

tawny dust
#

I wouldn't trust those jars

#

Reinstall them

white nebula
#

hey!! can anybody help me with my server

#

i want disable drop-items for a particular player
i am using spigot 1.19.2
i want use worldguard plugin
but it enables it for all the players

actually my aim is to stop builders from dropping items because they are in creative

tawny dust
#

They could still place chests and fill them with items

white nebula
#

i will deny chest-acces

tawny dust
#

Find trust worthy staff or don't build on the production server

#

Those are my recommendations

white nebula
#

i also tried to use commands blocks to set pickup delay=0

#

but again it sets that to all the players

tawny dust
#

If you cannot trust those you give creative you will have a bigger problem

#

Every jar

#

All of them

#

Try not to install malware next time :p

white nebula
tawny dust
#

Not that I'm aware of

white nebula
#

ok

#

thank you so much

normal hinge
#

Are you sure ? haven't you installed a plugin that someone gave you, or that you find somewhere else

#

btw leaking sites drop black plugins with way more lines of malware than lines of the original leaked plugins 🙂 but it's not necessary to say that

#

and how did you download spigot ?

#

i mean the server.jar

#

then that's why

#

?whereami

normal hinge
#

the only reliable and safe way is to build with buildtools

#

doing somewhat else is your responsability

#

it can be

#

now, fork aren't part of this server thx

white nebula
#

anybody here have a knowledge of luckperms plugin??

#

ok thx

left spire
#

Why a command like /reload deletes claims?

normal hinge
#

You can create your own plugin, or if you're not familiar with Java nor Kotlin use Skript

normal hinge
left spire
#

Ty!

west cloak
vapid arrow
#

Rolyn, you have any idea what the option in essentials is for the join protection? No one responding there

normal hinge
normal hinge
autumn spindle
#

guys if i put in a config a symbol and in chat i receive this, that means the plugin doesn't support it?

jagged orbit
#

it's probably not encoding it correctly

rich yarrow
normal hinge
#

what port is spigot, what port is bc

normal hinge
#

what is your port forwarding ?

rich yarrow
rich yarrow
normal hinge
#

and you can't connect to spigot right ? but through bungee it's ok

merry elk
#

That's how it's supposed to be?

#

You only give access to bungee port

normal hinge
merry elk
#

Lol

dapper ocean
#

Why are you running spigot on 331 port

merry elk
#

It doesn't matter tbh

normal hinge
#

my bad I'm sorry, currently at school actually 🙂

dapper ocean
#

That is really bad practice as that port requires root

merry elk
#

Is it reserved?

normal hinge
#

this one yeah

dapper ocean
#

Everything < 1024

normal hinge
#

up to 1000 iirc

#

ok

dapper ocean
#

Because you have to run server as a root

#

to be able to bind to that port

rich yarrow
dapper ocean
#

admin is pretty much the same as root on linux

#

you should google about PoLP

rich yarrow
rich yarrow
#

should i use 71 for spigot?

dapper ocean
#

idk how 71 is different from 331

normal hinge
#

You should use something really high

west cloak
normal hinge
#

not to create conflicts

#

like 23781

#

or 46278

dapper ocean
#

yeah, port can be really anything

normal hinge
dapper ocean
#

as long as its in 2^16-1 range

normal hinge
#

and > 1024

dapper ocean
#

but ports < 1024 are considered "privileged"

#

and you shouldn't use them

dapper ocean
rich yarrow
#

im new to bungeecord and stuff

west cloak
#

[13:47:49 INFO]: [Skript] Enabling Skript v2.1.2*
[13:47:49 ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
java.lang.NoSuchMethodError: 'byte org.bukkit.DyeColor.getData()'
at ch.njol.skript.util.Color.<clinit>(Color.java:82) ~[Skript.jar:?]
at ch.njol.skript.SkriptCommand.<clinit>(SkriptCommand.java:60) ~[Skript.jar:?]
at ch.njol.skript.Skript.onEnable(Skript.java:254) ~[Skript.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:564) ~[paper-1.18.1.jar:git-Paper-177]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:478) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:727) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:503) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:313) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-177]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-177]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

rich yarrow
#

just changed that, issue is still not resolved

normal hinge
#

What is the issue ?

normal hinge
west cloak
#

i did

rich yarrow
normal hinge
rich yarrow
#

i cannot even access bc from client

normal hinge
rich yarrow
#

as if the server doesnt exist

#

i have school soryyy ttyl

vapid arrow
#

Can anyone help with resource pack related stuff?

tawny dust
#

Probably

vapid arrow
#

Im stuck with a pack Im compiling.
Im just merging some packs together, and everything works. But when I try to load it as a zip file minecraft wont show it in the list. And Im clueless to what Im doing wrong

west cloak
#

I've got these two file... and what's next?

tawny dust
#

If you're trying to build the Spigot jar it will be in the same folder as the BuildTools jar when finished

west cloak
#

I want to use the nms in 1.18.2

#

like nbtdata

tawny dust
#

Then wait for it to be finished

west cloak
#

it finished already. :>

tawny dust
#

So what's the problem

#

Why are you opening those folders btw

#

You don't need them anymore

west cloak
#

ahh

#

I don't need everything in that folder?

tawny dust
#

You ran buildtools to install Spigot in to your local maven repo

#

That step is done now

#

You can delete everything it created

west cloak
#

ahhh got it

#

I think this folder should be my local maven repo

normal hinge
#

no, it's .m2 iirc

west cloak
#

yeah it's in .m2

normal hinge
#

mb didn't notice

west cloak
#

I'm confused because someone said "The function names are obfuscated. like ItemStack#getTag() is t(), ItemStack#setTag() is ItemStack#c()" but in my repo, nothing's obfuscated

empty sequoia
#

Paid plugin for splitting map into multiple servers on bungee???

tawny dust
summer halo
#

Does anyone have any experience with exporting a jar in eclipse with external libraries included?

west cloak
tawny dust
#

Yeah

west cloak
#

I'll try it

tawny dust
#

You already did it though

#

?

west cloak
#

noo before I did it like java -jar BuildTools.jar --rev 1.18.2 --remapped --compile craftbukkit

#

So I think that's the problem

tawny dust
#

So you did it

#

No need to run it again

#

You have everything you need

west cloak
#

ahh

summer halo
#

How do I export my jar with this org.apache.commons.io.jar included?

#

oh, I cannot send pictures...

tawny dust
#

!verify

magic zenithBOT
#

Usage: !verify <forums username>

west cloak
summer halo
#

!verify

magic zenithBOT
#

Usage: !verify <forums username>

summer halo
#

!verify rp1

magic zenithBOT
#

A private message has been sent to your SpigotMC.org account for verification!

tawny dust
#

You'll need to start using Maven or Gradle

#

SkyExcel you should switch channel too

west cloak
#

sorry

summer halo
#

I'll switch channels, but I don't see why I need to switch compilers

dire marten
#

Anyone know a good plugin for Playtime and Time/Date plugin? example 'Sep 4th 7:45pm" (and this then changes to your timezone)

tawny dust
dire marten
#

Oh really?

tawny dust
mellow dock
#

Wonder how that works

#

Probably just IP based

dire marten
#

Possibly

#

its really ugly ytho...

#

it doesn't use capitals as it shows

runic rain
#

Even uglier way would be to get the player's selected locale and get the country code from that lmao

dire marten
#

this is not how it looks like at all in game xD

#

no capitals at all it uses

rare haven
#

guys i have an error [BedWars1058] Arena acropolis1v1 was added to the enable queue.
[19:40:06 INFO]: [BedWars1058] Loading arena: acropolis1v1
[19:40:06 WARN]: [BedWars1058] Task #1052 for BedWars1058 v22.7 generated an exception
java.lang.IllegalArgumentException: No enum constant com.andrei1058.bedwars.api.arena.generator.GeneratorType.D─░AMOND
at java.lang.Enum.valueOf(Enum.java:240) ~[?:?]
at com.andrei1058.bedwars.api.arena.generator.GeneratorType.valueOf(GeneratorType.java:23) ~[?:?]
at com.andrei1058.bedwars.arena.Arena.init(Arena.java:338) ~[?:?]
at com.andrei1058.bedwars.arena.mapreset.slime.SlimeAdapter.lambda$onEnable$0(SlimeAdapter.java:82) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at java.lang.Thread.run(Thread.java:834) [?:?]

#

i forgot the solution

#

dFileencoding not working

#

i remeber the solution = -Duser.language=en -Duser.region=EN

karmic breach
molten reef
#

What's better for servers (Not minigame, survival so large scale worlds), a server from a linux server hosting company or a server from a minecraft server hosting company?
In terms of performance & cost

random bridge
#

I mean, both are essentially the same. It just comes down to how you use them. Not to mention they are pretty much opposite cases.

If you have a barebones linux server, you have great performance/flexibility, but at a higher cost.
If you have a hosting company, you have cheap costs, but limited performance. Not to say that the performance is bad, but if you are sharing space with other people, you'll start to see some performance issues come up later down the line.

molten reef
#

There probably is a limit for how much performance a VPS can effect on other servers thats on the same computer right?

random bridge
#

Well you shouldn't expect much from a VPS to begin with. There is definitely a limit on performance with them, but the same can be said for dedicated servers. VPS servers are great for smaller projects. However, if you have a large userbase that needs constant access to the server, you'll need something better.

dry dune
#

Does anybody know any plugin like NoGrind but for 1.19?

molten reef
#

Would you say that a survival server with around max 30 people online at a time will work on a good VPS?

random bridge
#

More than likely. It would just come down to the plugins you use at that point.

#

If you were going to expect 100+ players, then you might want to consider switching to a dedicated server.

#

Mainly due to how bad the minecraft server is, it basically requires beefier hardware.

molten reef
#

Well it is software developed in 2009

#

Not great on the optimisation part

#

Alright, thanks for your help (:

west cloak
#

unsure if this is the right place to ask anyway to get a player to load chunks that are thousands of blocks away from them?

tribal comet
#

?services

magic zenithBOT
gaunt barn
cinder jay
#

Is it possible to use next line in restarting message in spigot.yml configuration file? Seems \n is not working.

reef fjord
#

how do i stop an armor stand from activating a pressure plate?

#

the armor stand is invisible and its meant to be a hologram thingy

#

but i can't use the pressure plate under it now

west cloak
#

Guys i create flat map using multiverse and when i do /setspawn or /setworldspawn or /mv setspawn the people joining dont spawn in the flat world where i set the spawn they spawn in normal world

brittle perch
#

Looking for a plugin that allows players to create a home that send them to a piece of land that only they have access too ( unless tpd )

Something like how skyblock homes work but in a normal world

grave atlas
#

which plugin causes that? It happens when I right-click with the compass in the hand

ashen fox
#

worldedit

#

item can be changed in its config

grave atlas
#

alright let me see

#

I am not seeing it

ashen fox
#

navigation wand

#

line 50-52

runic rain
#

mfw 345

#

Back in the day when numeric ids were prominent

west cloak
#

who can check my protection on proxy for crashes or something like that?

sour tartan
#

what

jade basalt
#

its possible to edit message version ?

west cloak
tawny dust
west cloak
grand sinew
#

Also drop sorry I didn't copy that part

west cloak
tawny dust
random bridge
west cloak
tawny dust
#

No that's not a good CPU for Minecraft

#

You want high-singlethreaded performance not a server CPU with many cores

#

Also that CPU is from 2013 💀

west cloak
#

I paid alot for this powerful server as you can tell already. 64GB RAM and 24 cores. its a monster

#

yes old

#

so far it can handle the servers but not that great

tawny dust
#

If you payed a lot for it you probably got ripped off

#

It has 12 cores 24 threads

west cloak
#

yes initially it was 12 cores

#

but then I upgraded to 24 cores plan

tawny dust
#

So you have two of them

west cloak
#

possibly

#

so I need to get a refund and change to another server?

#

sadly this took me couple days to setup portainer and all docker containers, databases etc... its gonna be a pain moving to another server

#

any config or thing I Could do to fix it just so that it can work?

tawny dust
#

Not sure how easy it is to move everything over

#

Anyways if you want to host a large server go for a Ryzen 9 5950X

west cloak
#

I see. thank you! I'll check

#

with this current cpu configuration not much can be done to improve it right?

tawny dust
west cloak
#

I got it thank you

gaunt barn
#

i tried to add this iptables -I INPUT ! -s 149.102.142.182 -p tcp --dport 25565 -j ACCEPT

#

notthing

#

pls help

left spire
#

hello, I need help related with the plugins floodgate and geysermc:
Im trying to make my server for java and bedrock players (server is java) and I setted up everything correctly but when I try to join with a bedrock account, it says that I need a public key.
how do I fix it without making my server open for cracked minecraft accounts

left spire
#

ty!

tribal comet
#

Spigot has nothing to do with bedrock so highly unlikely you'll find help here

merry elk
#

why not just make your life easier with ufw 😛

pallid inlet
#

I couldn't find the menu sound in this video, what do you think?

jagged orbit
#

Empty dropper I think

pallid inlet
untold smelt
#

How i can hide minecraft: commands and plugin: commands that the player doesn’t have permission for example minecraft:tell and placeholderapi:papi

gaunt barn
#

And how ti use that

dapper ocean
#

It's fronted for ip tables

#

Basically ufw allow 25565 to open port

west shard
#

so lately i've noticed when i have a map and have generate features off (0), it stills generates them in newly generated chunks

#

here for instance the map was set to void after pruning

#

but it still just generates villages etc

#

even though its off

#

it cant be any plugin because i have no world plugins

#

i've noticed this in the past too with a flat map that i had running for years and out of nowhere it starts generating structures in newly generated spots

#

it shouldn't do that

#

the generate features is still on 0

#

so it has to be spigot

zenith axle
#

idk why but my worldguard spawn pvp protection wont work at all it says "Hey Sorry but you cant pvp here!" but it does damage to people

gaunt barn
merry elk
magic zenithBOT
#

"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.

merry elk
#

tell us what you did

gaunt barn
#

i followed all the guide at first i cant connect to all te ports next for an error of the vps it performed a reboot and all the rules where reseted

#

i itryed using ufw and iptables

#

but notthing evrytime same problem

dapper ocean
#

You don't have to use ufw and ip tables

#

Use just ufw, It can do nearly anything as ip tables but with prettier syntax

#

I mean everything except for example messing with specific chains like docker one

#

But ig you wouldn't need that one

still bronze
#

[18:21:06] [Server thread/ERROR]: Ambiguous plugin name Slimefun' for files plugins/Slimefun4-1027.jar' and plugins/Slimefun4 - RC 32 (git e13d1).jar' in plugins'

#

how to fix this

left spire
#

18:29:12 ERROR: Current Thread: bStats-Metrics
18:29:12 ERROR: PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
18:29:12 ERROR: Stack:
18:29:12 ERROR: java.base@18.0.2.1/jdk.internal.misc.Unsafe.park(Native Method)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
18:29:12 ERROR: java.base@18.0.2.1/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:347)
18:29:12 ERROR: java.base@18.0.2.1/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:800)
18:29:12 ERROR: java.base@18.0.2.1/java.net.Socket$SocketInputStream.read(Socket.java:966)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1460)
18:29:12 ERROR: java.base@18.0.2.1/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1064)
18:29:12 ERROR: java.base@18.0.2.1/java.io.InputStream.read(InputStream.java:218)
18:29:12 ERROR: Geyser-Spigot.jar//org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:505)
18:29:12 ERROR: java.base@18.0.2.1/java.lang.Thread.run(Thread.java:833)
18:29:12 ERROR: ------------------------------
18:29:12 ERROR: Current Thread: Geyser Scheduled Thread-2-1
18:29:12 ERROR: PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING
18:29:12 ERROR: Stack:
18:29:12 ERROR: java.base@18.0.2.1/jdk.internal.misc.Unsafe.park(Native Method)
18:29:12 ERROR: java.base@18.0.2.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
18:29:12 ERROR: java.bas
my server console shows a lot of text like this

#

what do i do

#

it crashes everything

#

java.lang.IllegalStateException: Asynchronous Save Players! Blocking thread until it returns
[18:36:56 WARN]: at net.minecraft.server.MCUtil.ensureMain(MCUtil.java:359)
[18:36:56 WARN]: at net.minecraft.server.players.PlayerList.saveAll(PlayerList.java:1248)
[18:36:56 WARN]: at net.minecraft.server.players.PlayerList.h(PlayerList.java:1244)
[18:36:56 WARN]: at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:944)
[18:36:56 WARN]: at net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:781)
[18:36:56 WARN]: at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:888)
[18:36:56 WARN]: at org.spigotmc.WatchdogThread.run(WatchdogThread.java:233)

#

also this

tawny dust
#

?paste

magic zenithBOT
left spire
tawny dust
#

You can find the rest in the server log

#

(latest.log in the logs folder)

left spire
#

its not there...

#

like yes the file is there

#

with the log

#

but the error is not there

left spire
#

the issue happens when a player opens a chest
an specific chest generated from a custom structure
I cant even break the chest

tawny dust
left spire
#

no

tawny dust
#

It is

#

That's exactly what the error is showing

left spire
#

its a chest

#

of a village

tawny dust
#

It's creating a treasure map

left spire
#

oh

fallow gust
#

Generally speaking, treasure maps are a pain

left spire
#

ima try to trim those chunks

left spire
#

how do I fix it

fallow gust
#

like, they search in a giant radius

left spire
#

the hardware of the server is very good

#

well is good

fallow gust
#

which can just, take a shit load of time

tawny dust
left spire
#

ryzen 9 3900

#

8gb ram

left spire
#

im a noob im mc servers

fallow gust
#

does spigot have that option ?

tawny dust
#

I've seen it somewhere let me check

fallow gust
#

I mean, paper has it

#

idk if spigot also has something for this

tawny dust
#

Paper setting

#

yeah

sullen basin
#

is anyone here running minecraft in Kubernetes and if yes - why?

fallow gust
#

probably to enjoy the pain

hallow elm
#

Does anyone know of a plugin that I could use as a hibernation or an auto shutdown and auto start like when someone tries to join to reduce idle CPU usage? I'm using Pterodactyl and some of the solutions that I've seen, I don't know how I would get to work with that UI, thanks

west cloak
left spire
fallow gust
#

that would be the paper setting yea

#

in the default work config

left spire
wicked merlin
#

Hi, so I am running Pterodactyl in a WireGuard tunnel, and everything works but Spigot API requests get blocked.
For example the ThemePark plugin tries to retrieve https://api.spigotmc.org/legacy/update.php?resource=48648 but gets a 403 error.
Someone from the Pterodactyl Discord mentioned that Spigots Cloudflare might be blocking it. Any ways to get around this?

#

If some Spigot admin reads this, this is my public IP 160.20.146.195, maybe you can find it in the Cloudflare WAF logs

shy falcon
jade basalt
#

how ican get the papi ecloud

#

froum here :

#

any one help for thats

scarlet plover
#

Hello there I am having an issue with the interactive chat [item] display it says "unable to parse placeholder"

still bronze
#

java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar

#

is that correct or not

mint belfry
dapper ocean
wicked merlin
radiant fog
#

how can i add this custom scoreboard background

normal hinge
#

these are usually sent by titles or action bar, using some negative and positive space chars

thorn gale
#

I would recommend getting minihud and turn on the region file borders

#

Region files are quite big anyway, im pretty sure theres 4 covering the exit portal

feral umbra
#

hi, when i run a command with caps lock on 1.19.2 spigot it says "Unknown or Incomplete command, see below for error" why doesn't it say the unknown-command message in spigot.yml and why doesnt it let me execute the command with caps?

normal hinge
#

There is maybe a plugin interfering with it

feral umbra
#

My server has no plugins, it has just been reinstalled

normal hinge
#

And is there an error below ?

feral umbra
#

Something like this happens

#

No, it is only case sensitive. If I use /OP the command does not work but if I use /op it does

#

In versions prior to 1.19.2 it did not happen

normal hinge
feral umbra
#

There is no plugin that solves it, right? 😦

#

Thanks for the help!

normal hinge
#

Nop sorry :/

brave delta
analog sparrow
#

hey

#

which plugin can make new foods

#

free

inland ibex
#

Well, have you googled it

analog sparrow
#

yes

#

they make with heads

inland ibex
#

Which version of mc

analog sparrow
#

1.16.5

inland ibex
#

Ew

analog sparrow
#

so many plugins make it with heads

inland ibex
#

So then use them

analog sparrow
#

bro

#

i dont want

#

heads

#

why you are toxic

vital rain
mellow dock
#

If you don’t want to use heads you’ll need a resource pack

#

I don’t know if there are in premade plugins like that

brave delta
merry elk
#

you told him many do it, so he assumed you know some

vital rain
#

I have 😎

#

Too cheap

merry elk
#

i got it for free

#

take this bra

#

free, i saved bro quite a lot

west cloak
#

okay I'm super new to all this stuff, but I got a really weird bug where weapons and tools do absolutely abysmal damage to anything apart from bows? and all I know is that since the server was updated from vanilla 1.19 to spigot 1.19.2, that's when it started getting weird

I'm really sorry if this is the wrong place for the question, I'm just trying to grab at any strings i can right now
(Ping if respond please)

west cloak
#

yeah i got a list here, its not my server im doing this on behaf of someone

west cloak
# merry elk got any plugins?

"- brewery

  • bstats
  • discordsrv
  • graves
  • gsit
  • libsdisguise
  • luckperms
  • namecolorgui
  • pluralkitmc
  • protocollib
  • viaversion
  • worldedit

luckperms and namecolorgui were added after the damage problem !!"

merry elk
#

remove one by one and restart everytime

#

to find bad actor

west cloak
#

alr we'll give that a go

#

thanks so much i know its probs obvious

#

thought the tech mod would have thought of that tbh

rotund rune
#

can someone please help me with gobrush plugin?

maiden fog
#

Hey when you do /place structure ancient city it doesn’t load properly. Like there’s no air pockets, or anything. The structure load but the air pockets and stuff that separate everything doesn’t. It’s literally infused into the stone and stuff, like no walking room and everything is infused into the stone.

mellow dock
#

That’s probably how it’s designed

#

It spawns in caves, so the space is already empty

rotund rune
#

Why won't gobrush let me use //smooth -s?

real holly
#

Good afternoon or evening, I have the problem that on my server all the commands are shown using the "/", I would like to be able to hide all the commands from the players, how could I do it

spiral girder
#

"If you wish to use ip forwarding, enable it in your bungeecord config aswell"

#

This pops up and doesnt let me join the server

#

Idk how to fix it

#

I really want to

jagged orbit
analog sparrow
#

Is there a plugin for converting money to paper for Economy plugins

#

But i Want custom textures

analog kraken
#

Is there a plugin that removes the suggestion commands?

storm juniper
mystic geyser
#

is there a plugin where you can put limit on items like golden apples and pearls?

half bridge
#

Hey, I have a question with bungeecord. I have a bungeecord set-up for testing purposes on my PC and it works fine. When I purchase the actual minecraft servers, all I have to do is change the IP and port in the config, and it will work right?

mystic geyser
#

is there a plugin where you can put limit on items like golden apples and pearls?

#

is there a plugin where you can put limit on items like golden apples and pearls?

#

is there a plugin where you can put limit on items like golden apples and pearls?

tawny dust
#

Don't spam

half bridge
mystic geyser
#

yea so i want to put in my server like 16 gaps and 5 ender pearls is there any plugin for that?

#

so if you try to make more they make a new stack or just drop

magic harbor
#

Which version are you using to be exact ?

mystic geyser
#

1.19

#

.2

#

or any

magic harbor
#

I'm not sure if there is a plugin released to the public.

But I think you could make a plugin, or ask someone to do it for you. I think something like:

player.getInventory().setItem(0, new ItemStack(Material.GOLDEN_APPLE, 16));```


Could work
#

But since this isn't help-dev I'll try finding something that is public

mystic geyser
#

ok thank you

#

i found this but all i can see is that you can stack items but people say that you can put a limit on items to is it true?

#

its called stacked items

#

i join the server and i asked but i really dont know would you mind checking?

magic harbor
#

Its Stacked Items, or Stackable Items ?

#

Because I did find quite a few but they are all out of date

mystic geyser
#

stackable items

#

thats the plugin i found

#

found it on curseforge

vital rain
#

Is there a plugin which adds a spawner spawn limit for example the max spawn limit of iron golem is 500 if it spawns that many golem it will not work and need to be repaired

frozen steeple
#

Anyone knows a plugin for convert item to /give command? i mean your holded item is converted to /give item with nbts etc.

tawny dust
frozen steeple
thorn gale
#

not all plugins support all versions

frozen steeple
#

1.19

velvet latch
#

Hello! Was just wondering if Brought Plug ins can be transfered from one account to another

ashen fox
#

Im assuming you mean bought plugins; and I doubt it

#

iirc (staff please correct me if I am wrong) having secondary (alt) accounts is not allowed

velvet latch
#

Our ex admin, has kinda demanded money back and went on a power move but has all the licences. So, i just wanted to ensure

ashen fox
#

what do you mean by licenses?

#

Spigot doesn't give out any licenses, only the download to the plugin. Unless thats what you mean by licenses

#

The only thing they can do is possibly chargeback the purchases if they purchased it; generally the minimum time they have to chargeback is 60 days (US legal minimum)

velvet latch
#

Okay, thank you! I'll have to tell them to do that

ashen fox
#

I do want to clarify chargebacks aren't 100% you are going to get your money back

#

You will 100% lose access to said resource; but might get money back

#

Id HIGHLY recommend you talk to the plugin authors and try to work something out first

velvet latch
#

thank you!

mild plinth
#

Hey! I'm a bit stuck. How do I add a custom head into a GUI plugin? I have the head, but don't know how to get the ID of it nor put it in the GUI.

mild plinth
jagged orbit
#

why didnt you say DeluxeMenus then lol

#

they have a head db hook, you can put the base 64 in

past creek
#

@Buby#2953

#

@jagged orbit

#

Help me

#

I can't pickup all drop items in server

summer comet
#

first you pinged me, now you ping them, what's your problem

#

this won't make anyone help you faster, it will only annoy people and make them block you

past creek
#

@summer comet

jagged orbit
#

lmao

past creek
#

I can't pickup item in server

summer comet
#

@pearl summit

pearl summit
summer comet
#

he cannot pickup item in server

pearl summit
past creek
#

@summer comet

#

I have bedwars server

jagged orbit
#

@jagged orbit

summer comet
pearl summit
summer comet
#

bedwars servers are really unique, I haven't seen one in... minutes

past creek
#

I have aternos it's take a time to start

#

Wait a minute please

summer comet
#

are you using 1.8 for that extra performance boost?

pearl summit
#

Aternos... ofc.

past creek
#

@summer comet I'm using 1.18

#

Can you find this bug pls

#

I don't know about coding exactly

summer comet
#
  1. install this https://www.spigotmc.org/resources/eventdebugger.82055/
  2. restart server
  3. use this as config.yml for the above mentioned plugin:
exact:
  EntityPickupEvent:
    class: "org.bukkit.event.entity.EntityPickupItemEvent"
    methods:
      - "isCancelled"
  PlayerPickupEvent:
    class: "org.bukkit.event.player.PlayerPickupItemEvent"
    methods:
      - "isCancelled"
  1. restart server again
  2. try to pickup an item, then send console log
past creek
#

Can I give aternos access I really don't know

#

😭😭😭😭

#

My server is started

#

@summer comet

summer comet
#

ping me one more time and I'll block you

past creek
#

Noo sory

#

But pls help me

#

Request you

past creek
#

Then it's resolve??

summer comet
#

no

past creek
#

Why

summer comet
#

then it tells you what shitty plugin is causing this

past creek
#

Can you tell one more thing