#help-server

1 messages · Page 342 of 1

gentle bridge
#

crap

#

whats the command

#

?jre

#

?help

magic zenithBOT
#
CafeBabe Help Menu
*Red V3*
**__Admin:__**

selfrole Add or remove a selfrole from yourself.

**__Cleanup:__**

cleanup Base command for deleting messages.

**__Core:__**

embedset Commands for toggling embeds on or off.
info Shows info about CafeBabe.
licenseinfo Get info about Red's licenses.
mydata Commands which interact with the data CafeBabe has about...
set Commands for changing CafeBabe's settings.
uptime Shows CafeBabe's uptime.

**__Downloader:__**

findcog Find which cog a command comes from.

**__Mod:__**

names Show previous names and nicknames of a member.
userinfo Show information about a member.

**__ModLog:__**

listcases List cases for the specified member.
reason Specify a reason for a modlog case.

**__Permissions:__**

permissions Command permission management tools.

gritty relic
#

nice

#

java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)

gentle bridge
#

yur

#

try running your start again, should hopefully work

gritty relic
#

the eula wait :issou:

gentle bridge
#

lmk if that works @gritty relic haha

gritty relic
#

yes thanks bro x)

gentle bridge
#

np hehe

lethal igloo
#

does any of you have problems with Authme, whenever you register

#

its says that the user is not registered

#

and proceeds to display Registration messages

#

while you can input ./login and it authenticates the player just fine?

#

im on 1.18 btw

#

and it seems buggy

#

forceLoginAfterRegister: false <- enabling this via true boolean seems to partly fix this

gentle bridge
#

i think you may have better luck on their support discord

lethal igloo
#

lets see

jovial fog
#

Hi guys the seed setting for structure types, does this come into effect on newly generated chunks?

#

asking because strongholds seem to generate in the vanilla position

keen hemlock
#

The seed setting for structure types changes the seed map used for the structures afaik

#

Like where they spawn

#

And if the biome and other data match in a spawn location, it'll spawn

keen hemlock
#

what else needs to be explained?

jovial fog
#

what is the seedmap?

#

is it just regions that the structure is allowed to spawn

#

if the area suits

keen hemlock
#

well

#

a seed isn't just a number that doesn't do anything

#

the seed is used for generating a 2(or in some cases, 3)d image using noise

#

an example would be perlin noise

exotic fjord
#

blobby blob

jovial fog
#

right and the darker the area for example the more likely a structure spawn

keen hemlock
#

perlin noise can be used for generatin ocean/land for example

jovial fog
#

imagining that overlayed on the world

keen hemlock
#

yes

jovial fog
#

okay gotcha

keen hemlock
#

structure generation might use a different type of noise

jovial fog
#

why are the vanilla ones always the same?

keen hemlock
#

you mean like the position of it?

#

or what

jovial fog
#

well this seed-village: 10385317

#

for example

keen hemlock
#

yes, what about it

jovial fog
#

what does this number do

keen hemlock
#

it sets the seed for the village spawning

jovial fog
#

is it straight to a noise gen

#

or does it combine with world seed

#

to then make map

keen hemlock
#

it generates noise from that seed, and based on the specific structure (e.g. a witch hut). If the structure map says that a structure should spawn somewhere (let's call it position x), and position x is in the swamp biome on the biome noise map, then it'll spawn a witch hut

#

very crude and basic example, but hopefully it get the gist across

jovial fog
#

but then surely a village for example would spawn in the same place on all maps generated?

#

or

#

very similarly

keen hemlock
#

if you load up the same world seed, then yes, the structures will spawn in the same spot, because the conditional checks for whether or not a structure can spawn somewhere stay the same

#

sorry I keep using map instead of seed

#

just a strange habit I have

jovial fog
#

right but lets say 200,200 on one world and another has the same biome, then with standard settings a village will be present in both worlds

#

or is very likely to be

keen hemlock
#

well, if the only thing being checked is the biome, then yea

#

but it's not the only thing

jovial fog
#

so it also checks land shape ?

keen hemlock
#

i'm not sure, I'm not a minecraft dev, but it definetely checks for a whole host of other thigns

#

probably also including distance from other structures

jovial fog
#

interesting

#

the reason im interested is because

#

with the standard vanilla map values

#

i was able to go on my server, to 5 structure and crack the world seed within minutes

keen hemlock
#

well yea

exotic fjord
#

you could use the terra plugin to just revamp terrain gen if you want to i guess

#

which would stop that exploit afaik

keen hemlock
#

if you have a site/tool that knows the way the generation works, it can find where the structure is on the seed map, and then it can compare it with the way minecraft checks whether or not a structure can spawn and "reverse engineer" it

jovial fog
#

or just change structure seed values :), still possible to find world seed but makes it useless as they're gonna be generating in different places than normal

keen hemlock
#

it's like algebra, if you've done it before, you have a function f(x) that generates a village for example

#

if you know what the function actually is

jovial fog
#

yeah i understand it

#

just do the reverse of the function

keen hemlock
#

as long as you know what the input OR output is, you can find out what the other one is

#

yea ok cool

#

in this case the things that find out the seed based on structures take the output and figure out the input

#

👍

jovial fog
#

oh yeah reason I was here in the first place

#

strongholds aren't effected by the seed value

keen hemlock
#

they should be though...

#

well actually hold on one second

jovial fog
#

yeah im going to each one from seed map (website) and they're in vanilla pos

keen hemlock
#

doesn't seem like they have a stronghold generation seed in the code

jovial fog
#

bruh

#

they dont

#

I am massively dum

#

quick question tho

#

changing the seeds shouldn't effect structure generation

#

/ make it messsy

keen hemlock
#

which ones

jovial fog
#

since it's just random

#

all of em

keen hemlock
#

i mean, yes, but with mojank you never know

jovial fog
#

seed-desert

#

this mean desert temple

#

right?

keen hemlock
#

I would assume so

jovial fog
#

I mean either way everything seems normal and the seed cracking mod immediately fails now so :D

#

I also ended up accidentally getting different seeds for every world folder

#

which means more protection

#

so

keen hemlock
jovial fog
#

yup i have

keen hemlock
#

and slime is slime chunks

#

those are the only one maybe confusing ones

jovial fog
#

yeah it's just i looked at it for a second and thought oh shit have I changed terrain gen lmao

keen hemlock
#

yea terrain gen is only based on the world seed as far as I know

jovial fog
#

i mean like with all seeds there's a chance changing it could cause some weird gen but you get that with randomness anyway and the likelihood is very very small

keen hemlock
#

anything seed related to terrain is generated based on the world seed

keen hemlock
jovial fog
#

yeah although there's weird patterns in them

#

for example 14357

#

30084

#

165745

#

with the last 3 numbers being the different

#

god knows why

#

unless it's so certain maps don't overlay eachother too much 🤔

proper fossil
#

is there a less performance heavy antixray than orebfuscator?

#

or is there some way i can speed up chunk loading

#

aside from upgrading hardware

tawny dust
#

You can pregen the world

proper fossil
#

that would take a while and i have a custom terrain generator that is being updated constantly with new biomes so pregenning wouldnt take advantage of the updates

#

so i dont want to pregen

autumn shoal
#

Then no

#

Lol

proper fossil
#

ok

tawny dust
#

Well you could optimize the terrain generator if it's too slow

#

Or just remove stuff from it to make it faster

proper fossil
#

its not super slow just slower than Id like it to be, it causes problems with fast elytra flight sometimes

#

so i either want to speed up chunk generation or limit elytra speed

#

and i dont know how to limit elytra speed

tawny dust
#

Paper can prevent flying in to unloaded chunks

autumn shoal
proper fossil
#

my anticheat also false flags people that get stopped by unloaded chunks

#

so thats a problem lol

#

not my anticheat, just the one i use

proper fossil
autumn shoal
#

Seems like his bottleneck is the actual world generation, not the specific custom biomes

proper fossil
#

yeah thats what slows it down obviously its an enormous terrain generator and we're 1.18 so it has to generate a shit ton of stuff

tawny dust
cursive prism
#

Hey, anyone familiar with NameTagEdit?

#

On my server, I gave someone the permission corresponding to the NameTagEdit Group "Admin", but in tab and in game it shows [Owner]. I have set the prefixes the right way, thats not the problem. It appeared since I gave the player /op rights shortly (private server)

inland ibex
#

if you have a permissions plugin there is no point to give them /op

remote shore
#

hello, so im my guild if i hit someone they take no damage but if they hit me i take damage

#

is there way to make it so if i hit someone it gives them damage as well? (im owner btw)

cursive prism
inland ibex
cursive prism
inland ibex
#

have you restarted the server?

sleek fiber
#

Anyone know how to get bungeecord hub out of Maintenance Mode?

tawny dust
#

What plugin is causing the maintenance mode

sleek fiber
#

wish I knew

tawny dust
#

Send the entire plugin list

sleek fiber
#

Plugins (20): BungeeTabListPlus, CMI, CMIEInjector*, CMILib, DiscordSRV, EditSign, GriefPrevention, Maintenance, Multiverse-Core, Multiverse-Portals, MysqlPlayerDataBridge, PlaceholderAPI, ProtocolLib, PyroLib, Roulette, SuperbVote, Vault, ViaVersion, Votifier, WorldEdit

merry elk
#

What's cmi injector

mellow dock
#

Sus

sleek fiber
#

I installed Maintenance with this hopes that it would allow me to run command maintenance off, it did but did not work

merry elk
#

Who tf thought making 3 libs for 1 plugin is a good idea

mellow dock
#

I mean

#

CMI moment

merry elk
#

And I'm 90% sure cmi causes the problem

tawny dust
#

Probably

sleek fiber
#

nice, removing the 3 cmi plugins did fix the issue and portal are gone, hmm

#

at least I now know where to go to report this. Thanks!

merry elk
#

Lmao @mellow dock

#

Cmi moment

cosmic atlas
#

whats hypixels bedwars plugin.?

shy falcon
#

what if u didnt ask in multiple channels

mellow dock
#

lol?

#

@narrow coyote or @weak drift

#

Maybe?

shy falcon
#

@mellow dock no

#

||its a fucking rickroll||

mellow dock
#

Alright that's pretty good

mellow dock
#

My apologies

feral laurel
runic rain
#

PES_Blush VeinMiner is in there. That's pretty neat

#

It's weird seeing my own plugin in lists like that lol

inland ibex
feral laurel
#

veinminer was suggested by many people due to its tree and farm feature so added😋

west cloak
#

hello guys

gentle bridge
versed gust
#

hi

lilac obsidian
#

Does anyone know any Multiverse-core plugins for version 1.18.1?

merry elk
#

There is no hypixel bedwars plugin

#

There are replicas, but not exact copies

merry elk
mortal galleon
cosmic atlas
#

How about being more specific and give me a plugin identical to it

mortal galleon
#

You didn't ask for a Copy

cosmic atlas
#

I have plenty of times, just nobody seems to care

mortal galleon
#

Yeah, i saw that, asking on Multiple Channels the Same is not how you get a Response

cosmic atlas
#

I asked multiple times here and once on a different channel now get your facts straight.

mortal galleon
#

I Said Multiple Channels

#

2 is Multiple

cosmic atlas
#

Stfu

rustic plinth
#

lmao

mortal galleon
#

hey

#

that's not Nice

cosmic atlas
#

Idfc

mortal galleon
#

:'(

rustic plinth
#

oh that will definitely stop them

cosmic atlas
#

I just wanted some help but no because nobody knows how to do anything on here

rustic plinth
#

oh guy what do you want

cosmic atlas
#

Man I don't even want it at this point

rustic plinth
#

what did you want then

mortal galleon
#

oh, now you don't want it?

cosmic atlas
#

I'll just pay someone to code it

mortal galleon
#

xD

rustic plinth
#

then go and do it

cosmic atlas
#

I wish

mortal galleon
#

You said you will

rustic plinth
#

weirdo

cosmic atlas
#

This is why spigot sucks

rustic plinth
#

oh tell me why it does baby

cosmic atlas
#

"Does,"

mellow dock
#

Can’t ya just google bedwars plugin

rustic plinth
#

ratio

mortal galleon
cosmic atlas
#

Not true actually

mellow dock
#

Well then ya gotta do it custom if you want an exact copy

mortal galleon
#

at Least Hypixel's Bedwars

rustic plinth
cosmic atlas
rustic plinth
#

if you can go coding further, then make one yourself

mellow dock
#

I’d make your own then

#

Gives you full control and you don’t have to spend time figuring out what the other persons code does

cosmic atlas
#

Problem with that is I haven't been able to get through the guis for multiple players.

#

Okay there's no more need to be a dick

rustic plinth
#

You are telling me that

cosmic atlas
#

Read again

#

"There no more need"

rustic plinth
#

There was no need earlier

#

as well

cosmic atlas
#

Yeah well yall wernt being specific on what I could even use meaning it had to escalate else where

rustic plinth
cosmic atlas
#

How about you can be more fucking specific

rustic plinth
#

We, the SpigotMC Discord Server community, do not have a valid or invalid copy of the Hypixel Bedwars' plugin, neither do we have a copy of one bootleg or an identical copy. You, DirectSingulrity, a member of the SpigotMC Discord Server community, may either code one copy/bootleg yourself, or, being an asshole that you are, get a leak.

#

is that what you wanted with "specific"?

cosmic atlas
#

Yes being very specific for calling me out.

rustic plinth
#

Yeah, at least now you know exactly who you are, you are very welcome ❤️

cosmic atlas
#

Of fucking course I know I'm an ass hat alright? But atleast I'm just trying to do something specific that isn't aloud to go to the public due to reasons, now I came here to see if yall had it and yall don't so my work here is obviously fucking code one

mortal galleon
#

do you Think that Copying Hypixel is Just Copy Paste?

rustic plinth
#

well maybe you are an asshole at least because we explained everything we could to you and then you started swearing at us lmao

#

think with your brain not with your socks

cosmic atlas
#

I'm done here mate, don't make it go any further

rustic plinth
#

alright thank god you are done

cosmic atlas
#

Fuck off

barren magnet
#

Hello, somebody joined my server and sent this strange message. I think its reflecting to the LOG4J issue. My server is alredy updated to the last version of the build toll to avoid the problem. Do I have to worry about the server after it sends such a message?

rustic plinth
#

"don't make it go any further"

mortal galleon
#

then no

#

Patched means with Latest Spigot or whatever You're Using with the Log4j Patch

barren magnet
#

Ok I patched it

#

Thanks!

mortal galleon
#

No Problem :)

barren magnet
mortal galleon
barren magnet
#

Hopefully it will stay that way 🙂

mellow dock
#

It will

mortal galleon
#

it Should xD, if not we would be all Screwed

barren magnet
#

Nothing in the world is 100%

#

hehe

mortal galleon
#

Well, this Should be 100%

rustic plinth
#

i have a pen in my hand, that's 100%

mortal galleon
#

if it Blocks it, no more of That

rustic plinth
#

now i don't and that is 100%

barren magnet
golden glacier
#

?paste

magic zenithBOT
unkempt fog
#

So. The code itself, and inside the game, setting prefixes for a team does not work. Using the code team.setPrefix() does nothing, like team.setOptions(Options.NAME_TAG_VISIBILITY, OptionsStatus.NEVER);. Is the problem with the server, or with the plugin, or with the jar (using 1.18.1, the jar does not have the abality to extend JavaPlugin (no matter how I try, extends JavaPlugin is always invalid in Loader.class (in most of yours case "Main")))?

unkempt fog
#

OK. Realised that the server cannot do prefixes for some reason. c.c

inland ibex
unkempt fog
#

Are you sure about that...? 🤣

#

Changing to the enemy doesn't work either

#

The code itself works

#

It has no errors

#

The error itself is with the server

#

:blobgun:

inland ibex
#

Is it a plugin you coded

unkempt fog
#

Which works..

#

The problem itself is with the server...

inland ibex
unkempt fog
#

Where is the rope...?

#

WHERE IS THE BLOODY ROPE?!

ashen fox
#

You should be in help dev, not this

unkempt fog
#

Without codes..?

#

Or since when it is allowed..? 🤣

inland ibex
#

You coded this plugin yourself correct?

unkempt fog
#

Yes I did, but told that it works.

#

This good

#

right?

#

Well

#

If I create the team ingame without the plugin

#

It doesn't shows any effects

#

like prefix

#

or hiding the nametag

#

So the problem itself is not with the code, because it also applies every effect

#

So this is not plugin related.

inland ibex
#
  1. Don't be so stubborn that you think your code is flawless,
  2. #help-development is not just for plugins. It's for any coding related issue as well.
ashen fox
#
  1. Use one sentence, dont spam the channel
#

The chance of the problem being with the server is insanely low, unless you are running a weird fork

unkempt fog
#

Using the enemy

#

But the Spigot one did not work as well

unkempt fog
inland ibex
unkempt fog
#

I have no words for that... 🤣

#

I REALLY have no words for that... 🤣

#

If the command is already created by the GAME (VANILLA COMMAND), then WHY THE HELL IS IT A ###### CODE, and why by ME?! XD

ashen fox
#

what is your actual problem? You talk about normal code in your original question

#

If you are having a problem via code it should be in help dev

#

Not here

unkempt fog
#

I realised that code does nothing else

#

It works fine

#

The /team command is the probvlem

#

Which is a vanilla command

shy falcon
#

doubt server is the issue here

unkempt fog
#

It shows NO effects

inland ibex
#

Then talk to Mojang...

unkempt fog
#

dafuq

#

If Vanilla LAN server's /team works, and Spigot, and P####'s /team doesn't, then why would I need to talk to Mojang...?

#

It would not make any sense, I guess.

tawny dust
#

Wow what's happening here

inland ibex
ashen fox
#

Not sure why this went so long

#

Just report the issue on Jira

#

?jira

magic zenithBOT
unkempt fog
#

I wonder if the problem is seriously with the JARs...? 🤔

inland ibex
unkempt fog
#

Pathetic...

ashen fox
#

No they dont need to ask in help dev

#

If its a server issue it needs to be reported on the Jira

inland ibex
#

But it could still be a code issue by him, not to mention someone else might of gotten around the issue.

inland ibex
unkempt fog
#

Maybe one thing that should be in dev, that the Spigot JAR that I first downloaded makes no abality to extend JavaPlugin (it is an unknown importable, which makes creating a plugin impossible), but yet again, its a server issue, as of the jar - which itself is the server, and the code manager.

ashen fox
#

you depend on the api

#

not the jar

inland ibex
#

What version of MC are you doing this for?

unkempt fog
inland ibex
#

1.18.1?

unkempt fog
#

Yes.

unkempt fog
inland ibex
#

....

ashen fox
#

yikes

#

Im more willing your problem is your code now

unkempt fog
#

Well...

#

If a totally normal code starting doesn't lets me extend JavaPlugin, when using 1.18.1, then the problem is with the server jar.

inland ibex
#

When importing spigot into it as a reference, did you use the api jar or a server jar

ashen fox
#

No it isnt

#

You just got no idea what you are doing

unkempt fog
ashen fox
#

You use maven or smth?

unkempt fog
inland ibex
#

(╯°□°)╯︵ ┻━┻

formal oar
#

Is there a plugin with I can rename worlds?

west cloak
gentle bridge
wraith sequoia
#

Hi all. Could someone tell me what command I could use to send a private message to a player from the console. I've tried me, tell, tellraw and they don't work for me. Thanks in advance.

gentle bridge
#

you can use /msg if ya got essentials on there. Without any plugins im unsure

wheat hawk
#

Hello, could someone help me with an error generated by my spigot server?

gentle bridge
#

?paste

magic zenithBOT
gentle bridge
#

:)

wheat hawk
#

done

gentle bridge
#

send away! :))

wheat hawk
#

This is the crash report

#

but in the console there are more errors

gentle bridge
#

yeah send console errors

#

lol

wheat hawk
#

It's strange because if I don't enter the server it works normally

gentle bridge
#

plugin list?

wheat hawk
#

when i log in it automatically crashes

gentle bridge
#

seems as thought some plugin is killing your hardware whenever a player joins lmfao

wheat hawk
#

only 7 xd

gentle bridge
#

huh

wheat hawk
#

I tried deleting the luckperms and the same thing kept happening

gentle bridge
#

youre using spigot 1.18 with a 1.8 plugin

#

thats already not a great sign xD

wheat hawk
#

sorry im new to this lol

gentle bridge
#

all good lol

wheat hawk
#

which is the outdated plugin?

gentle bridge
#

so are you looking to have a 1.18 server or a different version?

wheat hawk
#

only 1.18

gentle bridge
#

ezmotd is definitely out of date

wheat hawk
#

ok i will try to delete it and reboot thanks

gentle bridge
#

alright see what that does and lmk xD

wheat hawk
#

F

#

it crashes

gentle bridge
#

alright lemme look at something rq

wheat hawk
#

[Server] Server thread/WARN Can't keep up! Is the server overloaded? Running 213124ms or 4262 ticks behind

gentle bridge
#

hmm

wheat hawk
#

i think its something with the hardware

gentle bridge
#

try removing all the plugins and try again

wheat hawk
#

ok will try

gentle bridge
#

i defo think its a plugin issue cause you joining shouldnt spike anything that crazy

#

tablist and/or powerboard im thinkin

wraith sequoia
#

😦

gentle bridge
#

you have essentials and that didn't work?

unkempt fog
wraith sequoia
#

I'm sorry, I read you bad... I haven't essentials, I'm going to install

unkempt fog
#

I do not really recommend that

#

I mean Essentials

gentle bridge
#

it is a good plugin to have regardless

#

but essentials does have a ton of other stuff you may not want

unkempt fog
#

It adds bunch of unneeded commands

#

Let me search a plugin for your version

#

(for Bungee and Spigot (or just one, but for both))

wraith sequoia
#

I have venturechat for chat

unkempt fog
#

And that doesn't implements private messages? 😳

wraith sequoia
#

I don't know that it have a any command specific

#

In game yes, for console no

unkempt fog
wraith sequoia
#

bungee

unkempt fog
#

It would never reply automatically

gentle bridge
#

most message commands shoudnt limit the sender

#

could be sending the command improperly

unkempt fog
#

For Bungee, I can recommend you party and friends.

wraith sequoia
#

I'm reading... thanks for your help!!

unkempt fog
#

Just turn off party features, if you do not run minigames on bungee mode, and you are free to go

#

:DD

wraith sequoia
#

Thanks!

unkempt fog
#

Reminder: PAF needs a MySQL

#

(it actually forces you to use a MySQL .-.)

unkempt fog
rough wing
#

What's a good server host to run a bungee server with 4-5 servers for under $30 a month?

unkempt fog
#

Probably Contabo

#

At least as I know

#

They have some cheap VPS

#

Under $20

rough wing
unkempt fog
#

At least the 30GB one with mostly the default settings, it costs like $20 first time, then something like a $15-17

unkempt fog
#

Well. Then sadly I cannot give any other recommendations. :/

#

Ofc I accept that you want to keep your privacy safe-

#

I am the same. c.c

west cloak
rough wing
#

i'd prefer a panel

wheat hawk
#

hello

#

eh I already tried with all the plugins deactivated and nothing

#

now i see a new warn message

#

[Server] IO-Worker-232/WARN Saving oversized chunk [-19, 0] (1118851 bytes} to external file ./world/entities/c.-19.0.mcc

sharp oriole
#

Hello, how can i set a backend server as default server? (Bungeecord)
I mean that the players are always connecting to this server if they join, not to any other even if they played on another server the last time

inland ibex
spiral dew
#

Hello, what plugin can i use for have multiple lobbys on my Network? Need to be free

barren matrix
#

Anyone knows a pet plugin like simplepets that works with 1.17+

versed gust
#

looking for staff/mod/helper for my smp. just started it out.

mellow dock
#

?services

magic zenithBOT
versed gust
#

thx

brazen gust
#

can i get plugin reccomendations here?

shy falcon
#

what kind of server u lookin to run

brazen gust
#

me?

shy falcon
#

.... yeah

brazen gust
#

sorry that was a dumb question.

#

I am trying to make a custom smp

#

That has custom mobs recipes and items n stuff

#

But I want a plugin that can randomly generate a world with the normal mc world and world edit schematics and npcs that can run commands

ancient crescent
#

Cmi, ItemsAdder, worldguard, coreprotect, citizens, multiverse, pvpmanager, any ban manager

brazen gust
#

Thank you!

#

I keep getting an error saying citizens is not enabled though.

#

Nevermind. That was a version error.

ancient crescent
#

when the player runs out of hunger bar, the health only goes down to 4 hearts and then stops, how can I make it drop all the way?

shy falcon
#

isnt that something with world difficulty

boreal pulsar
#

if you are using the spigot server jar in library

ancient crescent
boreal pulsar
#

my example (Spigot BuildTools\Spigot\Spigot-API\target\spigot-api-1.18.1-R0.1-SNAPSHOT.jar)
or use maven

unkempt fog
#

I already fixed the problem.

#

Others told me about the bootstrap

boreal portal
#

is silence command blocks setting in config broken?

#

for console

#

i have it set to true but still spamming console

livid tide
#

Servers? Worlds?

wicked sedge
#

Is there any reason chat messages would send to the server but not to me?

#

Im locally hosting a server and my freind is getting everything, but when he messages me it just doesnt show up

mellow dock
#

Did you block him

wicked sedge
#

I wouldnt know how to do that

#

Currently the server is running with no addons

mellow dock
#

P button in game

wicked sedge
#

But it was previously running with Geyser and Floodgate

#

I didnt even know you could do taht

#

Why would it just auto block people?

#

Thanks taht fixed it

versed gust
#

how do i make essentialsx spawn make players spawn at theri home beds after resspawn???

boreal pulsar
#

Anyone who knows how to stop the version checkup on spigot server start up?

shy falcon
#

there might be something in bukkit.yml or spigot.yml

versed gust
west cloak
#

how do I install spigot 1.17 on a VPS with Ubuntu

shy falcon
#

run buildtools on local machine and then FTP the spigot server jar on

or just run buildtools on the server itself and copy the server jar to another dir to use it

#

?br

#

?br

#

?bt

magic zenithBOT
west cloak
#

do I delete server.jar

#

and replace it with spigot.jar whatever

shy falcon
#

uhh

#

probably?

ionic olive
#

is the log4j vulnerability fixed in all server artifacts created by buld tools, or it was only fixed in 1.18.1?

shy falcon
#

from spigot for 1.8.8 to latest

#

its fixed

ionic olive
#

and what about versions < 1.8.8?

shy falcon
#

u shouldnt use those anyway

ionic olive
#

ofc

shy falcon
#

also only 1.7 to 1.17.1 was actually affected iirc

#

so almost all of the versions affected were fixed

ionic olive
#

still there are legacy servers running 1.7.10 for the old pvp system

shy falcon
#

mojang did release their own fix iirc for legacy

ionic olive
#

oh i see

#

ty <3

spiral dew
unkempt fog
shy falcon
#

u can just use a 1.8.8 server to handle 1.8-1.8.9 clients

#

it was same protocol under the hood

brazen gust
#

A plugin that can Randomly generate a world with schematics that include citizen NPC's?

kind jasper
#

Hello! Anyone know the original settings for VANILLA merge XP and items?

mental sentinel
#

Has anyone had problems with Guardians lately? Because our guardians are extremely OP. They lock onto players and after 2 seconds they hit them constantly (no delay) & they have insane range. Probably more than 30 blocks.

mild dagger
deep briar
#

that's probably a plugin causing it

#

or are you using a special client?

#

@mild dagger

mild dagger
deep briar
#

and if you're using the normal mc client does it go away?

#

iirc it will

tardy coral
#

can someone help me
port forward?

#

ill screenshare to u

#

and u can help

#

ive tried everything

#

its not working

deep briar
tardy coral
#

i tried that

#

it doesnt owrk

#

for me

deep briar
#

then you're doing something wrong

tardy coral
#

wait ill msg u a screenshot

#

look dms

#

help

#

i filled in all the

#

slots

#

and it says

#

when i click apply it says

#

my ipv4 sent an invalid response

merry elk
#

Port forwarding is sometimes mental

#

Ask your ISP to do it for ya

#

Could be locked on their end

deep briar
#

he has a weird router ui

gentle bridge
#

port forwarding can also be dangerous and open you to vulnerabilities and such

#

just never felt worth it imo

deep briar
#

lets open port 80 🤡

merry elk
#

but its a router i dont know much about i use stuff like winbox

#

or web based guis

deep briar
#

ah i'm bad at command line languages

empty quiver
#

Do you know plugins for auto-ranking?

brazen gust
#

Is there a plugin that can search the server for a player with a specified name and then returns their properties like location and stuff? E.G: /plugin get Airlo location Or something?

#

Or a plugin that allowws /execute to run non-vanilla commands?

grand sapphire
#

Hey, Trying to get custom model data to work with crack shot guns (a gun plugin) any idea on how this might work? I have the custom model data texture ready, and I tested it, the custom texture works. I just don't know how to add it to a crack shot gun.

mild dagger
#

how i remove all players from the tab?

tight shadow
#

Why every time when i restart the server after a FRESH duels plugin download it says "Could not load your duels stats. Please try re-logging." My server is 1.12.2 and i tried plugin version 3.5.0 AND 3.5.1 they BOTH have the same problem can someone PLEASE help i use apex minecraft hosting. This is the plugin https://www.spigotmc.org/resources/duels.20171/

ashen fox
#

ask the plugin author

tight shadow
#

i did

#

they are

#

in the military

#

so

#

i cant

#

and i asked on there discord

#

and the spigot page

#

but the discord and the spigot page is both dead

grand sapphire
#

Does anyone know how to give plugin items custom model data?

tight shadow
#

texture pack

#

like

#

server texture pack

#

not client texture pack

#

kid

#

sry

grand sapphire
tight shadow
tight shadow
#

i solved ur problem

#

now solve mine

grand sapphire
#

lmao you didnt solve my problem

#

I still dont know how to give plugin items custom model data values

tight shadow
#

boom

#

solve my problem

west cloak
#

Lmfao

grand sapphire
#

again that tells me nothing on how to actually give items the custom data values

tight shadow
#

SERVER TEXTURE PACK

#

DUHHH

west cloak
#

Star just ignore em he doesn’t know what he’s talking bout Xd

tight shadow
#

im smert

grand sapphire
grand sapphire
#

surprisingly enough despite all the tutorials on crackshot there are none for custom model data

tight shadow
#

not clint soide

tight shadow
west cloak
tight shadow
#

PLS I NEED HELP\

grand sapphire
#

kk

tight shadow
#

i need help NOW

grand sapphire
west cloak
tight shadow
#

i paid 20 dolllor for apex minecraft hosting server and thers a plugin that does not work on a 20 dolor server

west cloak
#

Ok then ask apex

tight shadow
#

but

#

poop

tight shadow
#

discrode?

west cloak
#

Idfk

tight shadow
#

see

#

u dont knwo[i

#

anshjnwru my wuihjasdfijkdef

#

oops

#

typo

#

answer my qeustoijn

west cloak
grand sapphire
#

Well if anyone knows how to give custom model data to plugin items like crackshot guns lmk

dense marten
#

I want to have six worlds
Owerworld, Nether, End, Owerworl2, Nether2, End2
I want any nether/end portal built in Overworld to send you to Nether/End
And any nether/end portal built in Overworld2 to send you to Nether2/End2
Is there a plugin for that?

tight shadow
#

multiverse-core

#

everybody uses that

#

and to make a nether/end for each world

#

EXAMPLE:

#

World

#

to make a nether of the world called "world" make a world called "World_nether" or "World_the_nether" try them both and see which one works

#

and do that same with end

#

i think "world_nether" is newer versions and "world_the_nether" is in older versions but im not sure

formal oar
#

Hey, does anyone know how to set up permissions in the PowerRanks config?

tight shadow
#

Hey, does any one know why every time when i restart the server after a FRESH duels plugin download it says "Could not load your duels stats. Please try re-logging." My server is 1.12.2 and i tried plugin version 3.5.0 AND 3.5.1 they BOTH have the same problem can someone PLEASE help i use apex minecraft hosting. This is the plugin https://www.spigotmc.org/resources/duels.20171/ pls help me really pls like PLS I NEED HELP SO BAD

west cloak
formal oar
#

@west cloak No PowerRanks

tight shadow
#

a million times

#

the server is dead

#

so idk

tight shadow
cunning wolf
#

Does anyone know a plugin for a scoreboard that has a ore counter on it ?

torn oasis
#

yo anyone knows an order book style shop plugin

#

that has supply and demand controlling the shop's items' prices

unkempt fog
torn oasis
unkempt fog
#

idk I don't play SkyBlock

#

Maybe you should code your own

torn oasis
#

that's funny i don't know how to code

unkempt fog
#

wow

#

Well, if you have the money, you may be able to hire someone, but sadly not me. ¯_(ツ)_/¯

torn oasis
#

thanks

#

looks coo

versed gust
#

can someone donate 10 minutes of their time to helping me with luck perms < 3

unkempt fog
#

Here is a wiki. And also lots of tutorils

rough wing
#

Good plugin for multiple lobbies (worlds) on one server?

inland ibex
inland ibex
grand sapphire
#

I just needed to run a command to change the custom model data of an existing item

inland ibex
grand sapphire
rigid summit
#

hi i have a doubt. I have a server on 1.16.5 could I transport it to 1.17 and then to 1.18?
Or is there no way to update the server?

ember comet
#

and then replace the 1.16.5 startup file with the 1.18 startup file (.jar)

#

i did this and it worked for me the first time

rigid summit
#

Thank You Dimitrox

ember comet
#

no problem

rigid summit
#

oh I have one last question like I play with my friends and I use a plugin that makes backups and then it makes the world file. oh just with the world file they would lose their items?
(if what I said is weird, it's because I used the translator)

#

someone?

ember comet
#

what do you mean by that? you should make a backup to another device for example, the backup should be of your “world” folder in the files

grizzled nimbus
rough wing
#

no like randomly picking a lobby

inland ibex
#

multiverse

versed gust
#

if it takes a while i’ll pay u

slim bough
#

A good plugin which let my players playing with LunarClient ve able to see emotes (only see it if playing lunar client)

swift meadow
#

/home/minecraft/.control/start.sh: line 12: 217665 Killed java17 -Dlog4j2.formatMsgNoLookups=true -Xmx${MEMORY}m -Dfml.queryResult=confirm -Dfile.encoding=UTF-8 -jar $SERVER_JAR

#

any1 got any idea what this is cause im an ape when it comes to this stuff

inland ibex
glacial sundial
flint meadow
#

hello i'm looking for a plugin that limits players to put block to avoid large farms and if they want to increase the limit will therefore have to pay for the improvement is there a plugin?

#

I have a bad english sorry if You dont understand

proper fossil
#

is there a way i can automatically assign ranks when people join my server

#

aside from the autorank plugin that was last updated for 1.16

versed gust
solar galleon
#

?paste

magic zenithBOT
solar galleon
#

can any1 help?

#

^^

mortal portal
supple crest
#

server is unplayable with one player inside

#

what should i try?

#

spigot 1.18.1 + sabrefactions + vault

#

server eats all memory on startup if you look from htop in ubuntu

fluid depot
#

is there any plugin where the player loot dropped only by killing them i meant like not by natural death but by getting killed by a player

mortal portal
#

so no reason for making 1.8 a zombie version

#

lithium is server. sodium is client. that was it

mellow dock
#

How you gonna run lithium with spigot

mortal portal
#

thats whati just saw

#

sodium is what i meant

light hemlock
#

hy
anyone know a plugin that i can make custom swords
with many custom abbilities
like when we right click we will dash
whenw e right click all enemies surrounding us within custom range will deal damage

2-With Custom Armours set activated then whole abbilties while work with giving a custom messege

cant find plz help
i hope you help

#

This plugin is already maded with some addons but cant find them so plz

solar galleon
solar galleon
fluid depot
#

is there any plugin where the player loot dropped only by killing them i meant like not by natural death but by getting killed by a player pls help guys

muted sail
#

when i open spigot server it tells me its outdated and wants me to install buildtools, do i need to change spigot to buildtools or what

mellow dock
#

?bt

magic zenithBOT
fluid depot
#

does any1 know a plugin like player kill only plugin maybe for 1.18 maybe or can any1 pls create it for me

cunning wolf
teal veldt
#

Use a copy and paste symbol

#

There is some good ones

humble tree
#

what is the best antivpn?

muted sail
mellow dock
#

Buildtools isn’t a server

sage sable
#

Hello, I'm currently trying to pregen my world with Chunky plugin. But I keep getting these messages in the console? I've visited a bunch of the chunks in the server and not getting any crashes, not falling through the world or any messages in console regarding that chunk. Does anyone know whats going on? Thanks
https://pastebin.com/rVL7pNcK

mellow dock
#

It’s a tool to build spigot

muted sail
#

why do i need to build spigot? why cant i just download it from the spigot site like always

mellow dock
#

?jar

magic zenithBOT
#
"Cant you just send the Spigot jar?"
  No, we can't. It's illegal to distribute Mojang code, meaning that you have to use BuildTools to build the Spigot jar.
muted sail
#

oh so its because of some legal bullshit

mellow dock
#

Sure you can call it that

muted sail
#

so after it made the spigot .jar int he buildtools folder I made, do i move it to my actual server file?

mellow dock
#

Yes

solar galleon
#

?paste

magic zenithBOT
muted sail
#

i dont know why, but after i updated the spigot my server is getting a lot of rubberband and the console says the server is running behind

solar galleon
muted sail
#

but it worked fine just hour ago before i updated

#

only thing i changed was i updated spigot with the buildtools

solar galleon
#

hmm weird

muted sail
#

looking at server task manager the cpu is at 30% but the server is using the full 10gb i assigned it

#

which is weird because im only one online and only plugins i have are dynmap and imagestomaps

#

the server says its 1000 ticks behind even with no players

#

what the hell is wrong with the new spigot

#

im jsut gonna revert to the old one

harsh nexus
#

Hello I need help,
I can not fix my problem with log4j on a Spigot Server I have tried a lot I do not know more can you help me?

Greetings LeoBenKai

hasty birch
#

i want plugin which allows afk player to not get killed by other players

nocturne finch
inland ibex
#

Take out the plugin

inland ibex
harsh nexus
#

1.18.1

inland ibex
#

Have you updated your server

harsh nexus
#

yes this day already

inland ibex
#

If you've already updated your server then you're fine

harsh nexus
#

ok I took a look at this. In a flash directory, the build process downloads the old log4j. Unfortunately I don't know how to influence the BuildTools.jar. Or would be the approach to compile the BuildTools first itself and not based on ready BuildTools then compile a too old server?!

Downloading from minecraft-libraries: https://libraries.minecraft.net/org/apache/logging/log4j/log4j-iostreams/2.14.1/log4j-iostreams-2.14.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-iostreams/2.14.1/log4j-iostreams-2.14.1.pom

Greetings LeoBenKai

inland ibex
#

Just compile a new 1.18.1

harsh nexus
#

ok thanks

inland ibex
inland ibex
inland ibex
wary crater
#

get a life

pastel drift
#

what's the command for giving claimblocks in the lands plugim

inland ibex
#

look it up

pastel drift
#

it doesn't show it

inland ibex
#

what lands plugin

pastel drift
#

Premium plugin

inland ibex
#

why do you have an alt discord....

pastel drift
#

idk

pastel drift
inland ibex
#

then they might not have it

#

ask their discord

pastel drift
#

no paypal

inland ibex
#

?

deep briar
#

heh

dense marten
#

is there any way i can make players spawn where they last left the world when they travel to it through a command using multiversecore?

grizzled jetty
#

I had a vanilla server, I put spigot on it, and it opens but after a few minutes it closes for no reason

unkempt fog
#

Any log?

grizzled jetty
#

nope

#

just say Killed

unkempt fog
#

What host you even usin'?

grizzled jetty
#

Google cloud for host

unkempt fog
#

'k immma head out

#

I can't help in this

#

😦

grizzled jetty
#

😔

#

It's very strange I do all the steps on the page even so it fails but if I run the vanilla version it's perfect 😔

unkempt fog
#

o.o

inland ibex
grizzled jetty
unkempt fog
#

And nothing else?

#

What does the end of the log says?

#

Like "Closing Server", or "Saving chunks for X/X"

inland ibex
#

does the server close or just you disconnect

grizzled jetty
#
[17:25:17] [Server thread/INFO]: regalks lost connection: Disconnected
[17:25:17] [Server thread/INFO]: regalks left the game
root@minecraft-server:/home/minecraft-vanilla/logs# ``` look just that
grizzled jetty
grizzled jetty
unkempt fog
#

"minecraft-vanilla"

#

thats'-a sus

grizzled jetty
#

😔 change the name of the folder?

inland ibex
#

are you running this on a screen?

grizzled jetty
inland ibex
#

not how that works

unkempt fog
#

But I have no idea of what is going on

unkempt fog
#

It should support Spigot, as well as Vanilla or Forge

#

Have you tried other forks?

grizzled jetty
grizzled jetty
inland ibex
#

1.18.1/

#

?*

grizzled jetty
#

yes

inland ibex
#

how much ram

grizzled jetty
#

I put 6GB

unkempt fog
#

Guess that cannot be the error

#

And RAM doesn't really matters all time

#

I have a PC having 4GB DDR3, and when I code a 1.18.1 plugin I don't fall into problems like this

#

WHILE THE IDE, THE SERVER, MC, AND DC IS OPEN

azure forum
#

How to create NPC on 1.18.1?
I can not find a supportive plugin

inland ibex
#

just cuious, is this a dev server, or do you run this all the time.

unkempt fog
harsh nexus
#

I also thought it was patched, but still ./log4j2-scan finds affected files. So there still seems to be a problem. I ran BuildTools.jar in a new directory under Debian 11.2/JAVA 17 and then ran log4j2-scan and get the following hits (as I said, in a brand new build!). It is log4j in the affected version 2.14!

root@debian-mc1:~# ./log4j2-scan / --exclude /opt/old
Logpresso CVE-2021-44228 Vulnerability Scanner 2.7.2 (2022-01-11)
Running scan (48s): scanned 12075 directories, 79395 files, last visit: /opt/Spigot-latest
[] Found CVE-2021-44228 (log4j 2.x) vulnerability in /opt/Spigot-latest/work/minecraft_server.1.18.1.jar (META-INF/libraries/org/apache/logging/log4j/log4j-core/2.14.1/log4j-core-2.14.1.jar), log4j 2.14.1
[
] Found CVE-2021-44228 (log4j 2.x) vulnerability in /opt/Spigot-latest/Spigot/Spigot-Server/target/spigot-1.18.1-R0.1-SNAPSHOT-bootstrap.jar (META-INF/libraries/log4j-core-2.14.1.jar), log4j 2.14.1
Running scan (58s): scanned 14019 directories, 97776 files, last visit: /opt/Spigot-latest/Spigot/Spigot-Server/target/classes/com/mojang/brigadier/tree

grizzled jetty
inland ibex
#

log4j, is still in the jar, its just disabled

#

well more just not being used anymore

azure forum
harsh nexus
#

how can i replace log4j 2.14 with log4j 2.17? This does not give a good feeling if there are affected files in there.

inland ibex
harsh nexus
#

@inland ibex how can i make my own fork

inland ibex
grizzled jetty
inland ibex
grizzled jetty
#

🤔

inland ibex
#

youre paying almost 50 bucks a month for a dev server....

unkempt fog
#

THis makes me think a bit TOO many..

#

🤔

#

My Intel i3-4330 has 2 cores

#

and nothing the same happens to me

#

So where is the logic?

grizzled jetty
inland ibex
unkempt fog
#

For a dev server I'd rather use a free host

#

.-.

inland ibex
unkempt fog
#

Well

#

You might be right

mellow dock
#

I would just use localhost

#

Unless you have a really old PC

unkempt fog
#

atm

inland ibex
#

hes hosting for his friends too

unkempt fog
#

Having a i3-4330 CPU whcih has 2 cores, using 1GB is fully right for me

unkempt fog
#

Even if its not safe

inland ibex
unkempt fog
#

#turnonwhitelist

grizzled jetty
inland ibex
#

Well, vps or just mc?

grizzled jetty
#

🤔 alright

inland ibex
jagged terrace
#

is someone else having a rlly high server load lately? today I made some tests on my server with some players on my minecraft server. 2 days ago everything ran perfectly. normal server load and no rubberbanding at all. yesterday I installed the latest BuildTools and today I was told that no player on my server can play properly anymore. I tried it myself and in fact I have problems with rubberbanding, too. it´s like the server suddenly has a rlly high load!
can someone help me with that? how is that possible?

hybrid perch
#

are there any good plugins for deathbans?

unkempt fog
jagged terrace
proper fossil
#

is there a custom mobs plugin or does anyone know survival immersive plugins that make everything feel more realistic

inland ibex
jagged terrace
#

looks like I had 1.18.1-R0.1-SNAPSHOT installed before

versed gust
inland ibex
inland ibex
jagged terrace
#

yep! I just checked. wait a sec. I´ll write you in pm 🙂

inland ibex
#

?paste

magic zenithBOT
inland ibex
#

Put them there

burnt portal
#

why does my jar file look like this

thorny steeple
#

first

#

?buildtools

#

how tf was the command

#

anyway

#

you should use buildtools to make your server jar

burnt portal
#

oh so thats not like an issue from me pc

thorny steeple
#

and also, you linked jar files to winrar

burnt portal
#

nvm

#

how to unlink

thorny steeple
#

Open WinRAR - Do CTRL+S and go here

burnt portal
#

ok

#

done

shy falcon
#

7zip >

burnt portal
#

ratio

jaunty mulch
#

I'm running a minecraft 1.7.10 server that has essentials, essentialschat, luckperms and vault and in the essentials config I have group-formats setup however it doesn't matter with role the player has it will always use the format set for default role

    default: '&8[Player]&7 {DISPLAYNAME}&f:&r {MESSAGE}'
    admin: '&5[Admin]&7 {DISPLAYNAME}&f:&r {MESSAGE}'
#

all the roles that I have listed belowgroup-formats are spelled the same as they are in luckperms

carmine rampart
#

In bukkit.yml , for spawn-limits, what is the distinction between "water-animals" and "water-ambient" ?

deep briar
jaunty mulch
deep briar
#

oh uhh

last fern
#

[22:13:02 ERROR]: Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

#

you can help me?

winged dagger
#

Its a warning, not an actual error

last fern
#

no because jpremium then I stop the bungee

#

all error:

winged dagger
#

There error below that is different

#

It's probably because you put the wrong database info in

last fern
#

Oh...

#

thanks you!

winged dagger
#

No problem

gleaming void
#

i have a problem

#

im a beginner and i'm using Jack Glak's video on making minecraft mods.

winged dagger
#

forge mods?

gleaming void
#

There is a part where you to public class Main extends JavaPlugin

#

SpigotMC

winged dagger
#

Ah

gleaming void
#

oop

#

mb wrong

inland ibex
merry elk
#

Lmaoooooo

#

@summer comet next level

#

@jaunty mulch fam

#

Why do you still use 1.7

summer comet
merry elk
#

1.7

summer comet
#

lol wtf where

summer comet
merry elk
#

🥲

summer comet
merry elk
#

Na its bloated

#

I use unix

summer comet
#

I currently run Windows 11 with a Linux MINT VM to connect to a ubuntu server that runs on debian 11 proxmox lol

merry elk
#

I use windows cuz Microsoft uses ntfs

#

Waiting for an SSD

#

Windows 10

#

And Debian vm

#

And zorin on pendrive

jaunty mulch
inland ibex
winged dagger
#

Omg microsoft has NFTs 😱

summer comet
summer comet
winged dagger
summer comet
#

I don't get it lol 😄

winged dagger
#

i said nft

#

like the bored ape nft

summer comet
#

this semi-bi 14-17 uwu girl confuses me D:

jaunty mulch
summer comet
#

oh the essentials thing

#

sorry no idea

keen warren
#

Is it possible to create new sounds in MC instead of overwriting ones already in game
(@ping me to reply)