#help-server

1 messages Β· Page 140 of 1

shy falcon
#

echo $JAVA_HOME

#

see if its pointing to the right location

#

or do

#

which java

humble fern
#

with echo $JAVA_HOME i recieve nothing, with witch java i see /usr/bin/java. and with java -version i see that is installed openjdk 21.0.6

shy falcon
#

hmm

#

im guessing ur just running something along the lines of java -jar BuildTools.jar --rev latest ?

humble fern
#

im running java -jar BuildTools.jar only

shy falcon
#

basically same command yeah

humble fern
#

i try to do a reboot and see if something change

#

same error

#

i watching the log. at the top i have a warning about minecraft hash that not match @shy falcon

#

and a failure on spigot-api 1.21.4-r0.1-snapshot

shy falcon
#

hmm

#

can u ls -l /usr/bin/javac

humble fern
#

yes

shy falcon
#

does it show it linked to somewhere else at the end

#

or at all actually, idk if i got the command right, i manually set my java stuff lol

humble fern
#

i see a green line that say /etc/alternatives/java

shy falcon
#

alr, ls -l /etc/alternatives/javac

#

im trying to figure out where JAVA_HOME might be set to, for context

#

bc im gonna try n have u set it manually n then run buildtools

humble fern
#

say /usr/lib/jvm/java-21-openjdk-21.0.6.0.7-1.el9.alma.x86_64/bin/java

shy falcon
#

try JAVA_HOME="/usr/lib/jvm/java-21-openjdk-21.0.6.0.7-1.el9.alma.x86_64"; $JAVA_HOME/bin/java -jar BuildTools.jar

#

my theory is Maven is somehow just using the wrong directory for javac, IDK

#

might actually want to run with what i edited it to be to make sure its same java path

humble fern
shy falcon
#

oh

#

weird

#

idk then, i usually use Debian instead of something thats RHEL based

humble fern
#

i checked with what i have copy but is the same. and if i run without $java_home not work but gave me the same error

humble fern
shy falcon
#

nah im sure its simple on Alma too, im just not familiar with it

#

u could always do what i do and take the long way around by manually setting up java on the server (Debian Stable doesnt ship with JDKs newer than 17 iirc)

#

alternatively u can try building the spigot jar on ur own machine and then upload it with sFTP lol @humble fern

humble fern
#

okey. but i'm not so that capable with this system i know linux a little so i think i install debian

shy falcon
#

might require manually setting up JDK 21

#

or at least ive been too stupid to get something newer than 17 thru APT

humble fern
#

okey... so what can i do?πŸ˜…

shy falcon
#

oh Oracle provides a .deb file for U, that looks promising

#

if ur gonna try debian, curl -OL https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb

#

i forget how exactly u manually install a .deb file, sec

#

sudo apt install ./jdk-23_linux-x64_bin.deb

#

if that doesnt work do sudo dpkg -i jdk-23_linux-x64_bin.deb

#

n then (if using dpkg) sudo apt update --fix-missing then sudo apt install -f

crimson nexus
#

sudo apt --fix-broken install is what you need, not missing.

humble fern
#

i cant execute apt on alma linux..

shy falcon
#

my bad, thought u were trying Debian

shy falcon
#

install -f should be what actually fixes broken i think

#

but theyre still on Alma so it doesnt matter anymore

#

can u see if u have any other JDK installed besides 21

crimson nexus
#

Alma is Rhel. You can still instead debs with thingy

shy falcon
#

RHEL uses RPMs

crimson nexus
#

Yeah?

#

on Fedora you can install debs.

shy falcon
#

ig actually yeah but

#

unnatural

#

dark side of the force

crimson nexus
#

debs arent some fancy files filled with particular magic keys for debian. a .deb file is just a file structure, that tells the system where to install binaries to. RPM files and debs are literally the same.

#

Anyways, don't install the .deb. Just install the tarball.

#
wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.tar.gz
sudo tar -xvf jdk-23_linux-x64_bin.tar.gz -C /opt/

export JAVA_HOME=/opt/jdk-23
export PATH=$PATH:$JAVA_HOME/bin
shy falcon
#

i was trying to avoid making them set it up manually like that 😞

#

its what i do and feels convoluted lol

crimson nexus
#

πŸ’

#

This is me

#

anyways

#

tarballs are sexy.

humble fern
#

tar not foundπŸ˜…

crimson nexus
#

You've got to be kidding me.

#

the command tar?

#

Just install it.

humble fern
#

yup

crimson nexus
#

Install tar then.

#

Is this a fresh install?

humble fern
#

yes

shy falcon
#

oh god, does Alma not ship with that 😭

crimson nexus
#

How a package manager functions without tars blows my mind

shy falcon
#

fuck it, reinvent the wheel

humble fern
#

i have installed this morning. i have installed with dnf install tar. but i have gzip: stdin: not in gzip format

crimson nexus
#

anyways, use yum to install tar and gzip.

#

I think, at this point, you should be reassessing your distributions of choice.

#

Additionally, I would consider using Arch, we have a built in Java environment switcher.

humble fern
#

i know.. ahah i was curious to try that

crimson nexus
#

come to think of it, java is simpler on arch than windows.

shy falcon
#

its about the same tbh

crimson nexus
#

You install as many openJDK packages you want, and then you run the command archlinux-java with some parameters (i forget, but it'll explain it), and you can switch the jdk version you use.

crimson nexus
shy falcon
#

ive got like 8 different javas installed locally, i just switch out env variables when i need to pick one to use

heavy birch
#

use windows

humble fern
#

okey so what distro you can suggest? because i want one that is like a server with no graphics so i can use more ram (i have a nuc with 16gb of ram and i7-1067g7)

shy falcon
#

the count itself doesnt matter, its just dead simple to prioritize a different env variable over the other

#

Debian or Arch are ur friend

humble fern
#

okey, is it free?

heavy birch
#

arch is free

shy falcon
#

debian and arch are free

#

windows [server] is not

humble fern
#

okey... debian or arch?

shy falcon
#

get outta here

#

dont listen to that heretic

mighty ibex
#

ubuntu server is great for beginners

heavy birch
#

yeah i still use ubuntu till date

shy falcon
#

words muttered by the utterly deranged

heavy birch
#

unless ur running a gui ubuntu is very good

mighty ibex
#

using arch for a server is the stupidest thing ive ever heard

shy falcon
heavy birch
#

i have never heard of an arch server b4

mighty ibex
#

debian i can support

#

we use debian at pixel services

#

but

#

arch?

shy falcon
#

its not the dumbest idea

#

strange, but not stupid

fallow gust
#

arch in production is a wild one kekwhyper

humble fern
#

i'm installing ubuntu server hoping is simpler than almalinux ahah

shy falcon
#

i just pick Debian over Ubuntu bc im not a Canonical fan

#

lol

mighty ibex
#

is never use ubuntu for a gui system

shy falcon
#

plus Debian is named after the creators wife, and thats a pretty lesbian move, for a straight man

mighty ibex
#

but its great for servers

shy falcon
#

PPAs are nice

#

thats about the only reason id pick Ubuntu over deb lol

#

and some newer packages / package versions

#

id say Snap installed by default is Pepega but its the first thing i install to run Certbot anyway so

#

shooting my own foot with that argument

crimson nexus
#

UhOhMonke PPA's are dogwater.

#

PPAs can be hijacked so easily.

#

God bless the AUR

#

I love the AUR

#

I love Arch

#

I love freedom

heavy birch
#

arch is good, yes

shy falcon
#

PPAs are like a way shittier version of the AUR but for Ubuntu

heavy birch
#

but not for servers πŸ’€

shy falcon
#

so theyre pretty neat

crimson nexus
#

this is why I am a paleo-libertarian, this is why I read richard stallman audio books before sleeping.

shy falcon
heavy birch
#

at this point use windows server

#

for "giving it a go"

shy falcon
#

but definitely not updating my packages except for like half a year LOL

#

windows costs money

#

i write FOSS

crimson nexus
#

i use arch on my home server. whats the big deal?

heavy birch
#

i use arch on my laptop which i don't use

shy falcon
#

blah blah newer packages less stable something something potential zero days

crimson nexus
#

i use
i dont use

heavy birch
#

yes

#

*which

shy falcon
#

u can edit a message dawg 😭

heavy birch
#

i edited

#

also

crimson nexus
#

Still it doesnt make sense

#

i use arch on my laptop which i don't use

#

How do you use something, that you dont use

heavy birch
#

It is a paradox

shy falcon
#

Arch Linux paradox

#

i use arch btw i dont

heavy birch
#

it means i have it installed specifically on a machine which i don't require

#

if i have to explain a joke, it is not funny

shy falcon
#

(lets goo archinstall baybeee)

heavy birch
#

oh i have done that while installing mint πŸ’€

#

i have not done that while installing arch tho

humble fern
#

@mighty ibex i'm installing ubuntu server but to connect to wifi take a lot

prisma garnet
#

it's a pain in the ass

humble fern
#

hey keep kalmπŸ˜…

prisma garnet
#

no this is... very annoying to me

mighty ibex
#

and debian aint much easier either

prisma garnet
#

it took me absolutely ages to get my ubuntu laptop up and running on wifi only because i had to manually configure everything

#

and then it reset

mighty ibex
#

or well

#

the driver

prisma garnet
#

needless to say my laptop is collecting dust until I re-install ubuntu server bc i also forgot my credentials

humble fern
#

oh okey...

prisma garnet
#

save yourself the hassle and use an ethernet cord if you can

mighty ibex
#

yeah u should use ethernet anyways

#

for a server

prisma garnet
#

even if it's only for a moment, use that time to download NetworkManager. It'll save you so much hassle

humble fern
#

the pc is connected to wifi...without problem..

prisma garnet
#

πŸ‘‹ time to go to work

humble fern
#

oke bye and thanks!

#

@shy falcon i got the same error

#

can you send me the right debian distro that i need?

heavy birch
#

ubuntu is not the problem πŸ™ 😭

humble fern
#

this one @heavy birch

heavy birch
#

?

humble fern
#

no i try to install it, i have installed the 23

heavy birch
#

ok

#

now u gotta set java_home

#

where is the jdk location

humble fern
#

i dont know how to see it

heavy birch
#

try this

humble fern
#

/usr/bin/java

heavy birch
#

run that

humble fern
#

unknown --display-java

heavy birch
#

ok this should work

#

after that run sudo update-alternatives --config java

#

and select jdk 23

humble fern
#

i have one is auto and other is manual mode @heavy birch

heavy birch
#

yeah

#

select manual

humble fern
#

ok

#

done

heavy birch
#

u chose jdk 23 right

humble fern
#

i resend the command?

heavy birch
#

spigot

humble fern
#

okey

#

i got the same error on BuildTools.jar fileπŸ˜…

heavy birch
#

and check if u chose jdk 23

#

after that try again

humble fern
#

okey do you know where is writed where is using jdk?

#

on the top on the log file is say that is using openjdk "23"

#

java 23

heavy birch
#

try that

humble fern
#

openjdk version "23" 2024-09-17

heavy birch
#

send bt logs

#

build tools logs

humble fern
#

ok one moment

#

do you know how to copy a file to a usb via terminal?

heavy birch
#

find the usb

#

and then

humble fern
#

sda1

heavy birch
#

sudo mkdir -p /mnt/usb
sudo mount /dev/sda1 /mnt/usb

#

cp pathtofile /mnt/usb/

humble fern
#

cannot creat regular file

heavy birch
#

sudo cp pathtofile /mnt/usb/

humble fern
#

ok done i need to unmount?

heavy birch
#

nah

#

maybe ok

#

unmount

#

for safety

humble fern
#

i cant upload file hereπŸ˜…

heavy birch
#

Ahh verify

#

?paste

magic zenithBOT
heavy birch
#

do this

#

paste here

humble fern
#

ok

#

done

heavy birch
#

send link

#

after saving

humble fern
heavy birch
#

maybe its a corrupt jar

humble fern
#

i downloaded from the website

heavy birch
#

try using java 17

#

install jdk 17

humble fern
#

okey

heavy birch
#

and select jdk 17

#

manual

humble fern
#

ok

tawny dust
#

You need to update alternatives for Javac as well

#

1.21.4 will not build with jdk 17

#

It requires Java 21

humble fern
#

@heavy birch the command is sudo apt install openjdk-17-jdk?

tawny dust
humble fern
#

ok

heavy birch
#
sudo update-alternatives --config javac
#

run both

#

set java 21

#

then try

humble fern
#

is installing java now

heavy birch
#

ok good

humble fern
#

i set all to java 21 in manual

heavy birch
#

both java and javac?

humble fern
#

yes

heavy birch
#

if yeah, then try build tools

humble fern
#

is downloading stuff and process something

heavy birch
#

build tools?

humble fern
#

yup

heavy birch
#

then it works!

humble fern
#

maybe yes haha

#

ok have build now what i need to do?

heavy birch
#

replace spigot.jar with the spigot jar name

tawny dust
#

I'd move it to it's own folder first

humble fern
#

ok,

tawny dust
#

No need to run the server in the BuildTools folder

humble fern
#

is working. with this setup i can access to the minecraft server in remote? in other place or i need to be connected to the wifi

west cloak
#

You need internet to connect anything remote

tawny dust
#

If you're hosting at home you might need to portforward your router

heavy birch
humble fern
#

ok thanks

heavy birch
#

@shy falcon ubuntu W

#

it worked

humble fern
#

the ram that the server is using where i can modify?

tawny dust
#

You can tweak the heap size with the -Xmx (for max) and -Xms (for min)

#

Do note it will use slightly more than what you specify there

#

java -Xms4G -Xmx4G -jar spigot.jar example

#

To help generate a good script

humble fern
#

thanks

heavy birch
humble fern
#

is not good?πŸ˜…

heavy birch
#

u can use that

humble fern
#

yes, i'm setting up a file minecraft.service for start the server atuomatically

heavy birch
#

nic

shy falcon
#

shouldve used Arch + PurpurMC

heavy birch
#

(both closed source)

shy falcon
#

(TPS of 0.2)

shadow barn
#

Hi can someone help me with my FTP i want to add allow-headless-pistons: true but i dont know how

flat jungle
#

Using local variables is "dangerous", not opti for a mini game? Like an array with players in a team (red or blue).

full nexus
#

how is using local variables dangerous

#

you can't really live without htem

flat jungle
#

I mean, is it better to use a database?

grand sinew
#

huh

full nexus
#

I think you're misunderstanding what local variables are

flat jungle
#

. I know what it is -_-.

grand sinew
#

yeah I'm a bit confused here, you shouldn't be comparing them with a database?

#

Unless we're speaking about performance?

full nexus
mystic blade
#

Lets apriach this rhe other way: Why do you think a database could be better suited?

grand sinew
#

Or are we talking about like concurrent access or smth

flat jungle
#
public class MyCustomClass implements Listener {
  private final String myVar = ...;

  public String getVar() {
    return this.myVar;
  }
}
``` My question is, is it better in performance or not?
grand sinew
#

It's faster than a database yes

full nexus
#

that is also not a local

flat jungle
#

That's a local variable for you class inflatable

full nexus
#

that's a member

flat jungle
#

attribute*

full nexus
#

no

#

it's a member declaration

flat jungle
#

Function in class are called methods and variables are called attributes :).

full nexus
#

and member/local access is really not expensive at all (assuming there are no clones or side effects)

full nexus
#

never heard anybody use that term

flat jungle
full nexus
flat jungle
full nexus
#

just remember to cache stuff

#

database ops are rather expensive in comparison

flat jungle
grand sinew
#

The performance would depend on your database and how often you do stuff really, but realistically you shouldn't notice any performance changes unless you're doing changes super often

full nexus
grand sinew
#

And if you're doing changes super often with a database it would be better to clone some data during minigame start and update it in the database only when the mini game ends

full nexus
#

3rd one

flat jungle
#

Thx team.

west cloak
#

hey, is the worldborder on an spigot server synchronized like on vanilla? or can I set an own worldborder for every dimension?

oblique fog
#

Hello, I bought a new server and I wanted to install bungecord on my server. I searched everything on YouTube and the server appears to be open. I did not make any mistakes, but I can never connect to the server. Can you help me?

tawny dust
oblique fog
#

I can't upload a photo

tawny dust
#

?img

magic zenithBOT
#

Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.

Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org

oblique fog
#

If I give you the remote vds password, can you check it? @tawny dust

tawny dust
#

no

oblique fog
#

I pay a fee @tawny dust

tawny dust
#

You should learn how to manage your server

oblique fog
#

I need to install bungee cord urgently right now, I'm very sorry.

#

I searched all the open sources in Turkey and looked at countless forums but I could not make any progress. @tawny dust

tawny dust
#

Just tell us what your issue is

oblique fog
#

I can't access my computer right now. If I open my server from my phone, can you please log in and take a look? I took a screenshot of the problem but I can't find it.

#

Or if you are available tomorrow, can you connect? It's midnight in Turkey right now. @tawny dust

twin path
#

Hey! Anyone experience that knows where to look if you want to create an custom menu/gui that triggers from an item?

rapid solstice
#

Hello nice to meet you guys,
Can someone help me about Bungeecord?
Im first time using it and get error for 1 my server

pearl summit
#

just post your error already my guy...

rapid solstice
pearl summit
#

Show the error pls

rapid solstice
#

Wait the minutes

rapid solstice
#

and on server lobby is like this

glacial sundial
#

Bungee guard is blocking your connection. Probably incorrectly configured

rapid solstice
glacial sundial
#

Yes, read its instructions

rapid solstice
#

and bungeecord is alrady true on spigot yml

thorn gale
#

Did you configure properly on proxy and backend

rapid solstice
tawny dust
atomic mist
#

heloooooo soooooo im trying to xaero but the waypoint dont seem to apper for other players and when i leave/join back they are gone
its like theyre local cached and gone once i leave but i want them to be visible globally and creatable by all players. does anyone have any experience with this

TL:DR

waypoints wont save and arent visible by others

Paper 1.21.4
Forge 1.21.4

glacial sundial
#

?whereami

atomic mist
mystic blade
jagged orbit
glacial sundial
#

Reviews suggest it's fine on 1.21

heavy birch
#

that plugin is just a single class πŸ’€

#

so it should work fine in 1.21

sour tartan
heavy birch
#

πŸ’€πŸ’€

sour tartan
#

lmaoooo

heavy birch
#

i didn't say literally it having 1 class is the reason it will work

sour tartan
#

ye ye I was messin around

heavy birch
#

yhh

#

πŸ’€πŸ’€

wary crow
#
java.lang.IllegalArgumentException: Team PVP-ca4b4c0e1208 already exists in this scoreboard
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:218)
    at net.md_5.bungee.api.score.Scoreboard.addTeam(Scoreboard.java:73)
    at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:272)
    at net.md_5.bungee.protocol.packet.Team.handle(Team.java:149)
    at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:150)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
    at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
    at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
    at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:799)
    at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:501)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at java.base/java.lang.Thread.run(Thread.java:1583)``` 


hi im facing this error once again in my survival server md helped me before i forgot how to fix it
regal basin
#

change the scoreboard or remove it and

oblique fog
#

Hello, I am making a mistake while installing bungecord. Can you help me? How can I upload a photo?

tawny dust
#

?img

magic zenithBOT
#

Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.

Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org

oblique fog
#

12:17:44 [SEVERE]

4 more

12:17:44 [SEVERE] Caused by: java.nio.charset.MalformedInputException: I nput length = 1

12:17:44 [SEVERE] at java.base/java.nio.charset.CoderResult.throwExc eption (CoderResult.java:279)

12:17:44 [SEVERE] eamDecoder.java:405) at java.base/sun.nio.cs.StreamDecoder.implRead(Str

12:17:44 [SEVERE] at java.base/sun.nio.cs.StreamDecoder.lockedRead (S treamDecoder.java:217)

12:17:44 [SEVERE] at java.base/sun.nio.cs.StreamDecoder.read(StreamD ecoder.java:171)

12:17:44 [SEVERE] at java.base/java.io.InputStreamReader.read(InputS treamReader.java:188)

12:17:44 [SEVERE] at org.yaml.snakeyaml.reader.UnicodeReader.read(Un icodeReader.java:118)

12:17:44 [SEVERE] treamReader.java:180) at org.yaml.snakeyaml.reader.StreamReader.update(S

12:17:44 [SEVERE]

18 more

(I get exactly this error in the bungeecord console)

#

and bungee cord doesn't work

tawny dust
#

Looks like somethings wrong with your config

#

(Or some other yaml file)

oblique fog
#

How do I verify? I need to send you a screenshot.

glacial sundial
#

?verify

#

Delete file and make a new one

#

!verify

magic zenithBOT
#

Usage: !verify <forums username>

oblique fog
#

Do I need to register on the forum site to get verification from here?

glacial sundial
#

?img

magic zenithBOT
#

Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.

Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org

glacial sundial
#

Just delete the config and make a new one

oblique fog
#

I will delete the whole server and reinstall it. Is there a resource you can recommend for me? It is easy to understand. This is my first time installing bungecord.

tawny dust
oblique fog
#

14:17:20 (INFO) (/155.248.209.22:61000] <-> InitialHandler has pinged

14:20:28 [100] [/176.88.11.111:46042) <-> InitialHandler has pinged

14:20:31 (0) (/176.88.11.111:46440) <-> InitialHandler has connected

14 20:48 INFO /176.88.11.111:45924] <-> InitialHandler has pinged

14:23:03 1180) PvPBerat8881,/176.88.11.111:46031] <-> InitialHandler has connected

38:21:59 INFO (PvPBerat8881,/176.88.11.111:46327] <-> InitialHandler has connected

14:23:06 1890)/176.88.11.111:46303) <-> InitialHandler has pinged

14:23:11 [ID] [PvPBerat8881,/176.88.11.111:45966] <-> InitialHandler has connected

Everything is ok, I set up the server from scratch, but this time the player cannot connect and it gives an error like this: pinged. What do you mean? How can I solve this?

#

Please help me, I have no other choice but you.

oblique fog
#

Yes, I added all the ports to the firewall. @jagged orbit

oblique fog
#

I can't connect to the server @tawny dust

tawny dust
#

Send the exact error

round lynx
#

Is there any way i can see how a player is receiving damage players are dying quicker to fire damage such as magma lava and fire but idk what its coming from.

I’m going bonkers trying to figure out what may be causing this damage

glacial sundial
#

Wdym dying quicker?

round lynx
#

I fixed i was like 90 updates behind

oblique fog
#

Unexpected disconnect during server login, did you forget to enable BungeeCord / IP forwarding on your server?

I opened my server but now I got such an error. When I entered the server in Minecraft, it said this on the server screen. How can I fix this? Are my IP addresses correct?

glacial sundial
#

You need to enter bungee not the server

heavy birch
#

yo md_5 btw i fixed that pr

oblique fog
#

I enter bungee directly and after getting this error, I see that the server that was redirected to the bungee console is closed.

#

@glacial sundial

lunar mortar
#

hi guys, pls teach me how to disable this message

runic rain
#

I believe that's a client-sided message. You can't disable that from the server

lunar mortar
runic rain
#

You could change it with a resource pack, yeah, but you can't remove it

lunar mortar
#

thank you, i got it

twin stirrup
#

Heey i need help with the VoiceChat Plugin, i got the file in plugins i do the settings of it the console says no Errors but for some reson when i type the command "voicechat test"

#

I got this back "You need to have Simple Voice Chat installed on your client to use this command"

#

But i got it in the plugins folder on my server

twin stirrup
#

But wait maybe i oversee something...
The Plugin supported the version 1.21.4 right?

jagged orbit
#

minecraft doesnt have built-in voice chat

normal glacier
#

does any of you have time to help me with voice chat on spigot server problem?

golden igloo
dark fern
#

I keep getting a ticking block entity issue now that I've made changes to the populate method in my BlockPopulator, but I don't really understand what that means. Everything online about it pretty much says it has to do with mods, and that I need to restore an older version of the server or whatever, but I can't figure out what is causing it.

dark fern
twin stirrup
jagged orbit
#

It’s quite literally the first sentence on the plugin page lol

twin stirrup
jagged orbit
#

Yeah it’s also the first sentence on that page aswell

#

Big disclaimer

twin stirrup
#

also i need one of the Disclaimer then i can swap to the other ones? or i get lost right here xD

analog sentinel
#

you need both the client mod and the server side mod/plugin

#

ofcourse the client mod is so that a player can use the voice chat feature

#

and the plugin version is to allow people to talk to each other that have the client mod

past saddle
#

Guys I'm using PebbleHost with a 6gb ram subserver and my JVM arguments are the following:

java
-Xms4G -Xmx4G
-XX:MaxDirectMemorySize=256M
-XX:MaxMetaspaceSize=1024M
-Dterminal.jline=false
-Dterminal.ansi=true
-Dheap0
-Did=961144
-XX:+UseG1GC
-XX:+ParallelRefProcEnabled
-XX:MaxGCPauseMillis=200
-XX:+UnlockExperimentalVMOptions
-XX:+DisableExplicitGC
-XX:+AlwaysPreTouch
-XX:G1NewSizePercent=20
-XX:G1MaxNewSizePercent=60
-XX:G1HeapRegionSize=8M
-XX:G1ReservePercent=20
-XX:G1HeapWastePercent=5
-XX:G1MixedGCCountTarget=4
-XX:InitiatingHeapOccupancyPercent=15
-XX:G1MixedGCLiveThresholdPercent=90
-XX:MaxTenuringThreshold=1
-Dusing.aikars.flags=mcflags.emc.gs
-Daikars.new.flags=true
-Dfile.encoding=UTF-8
-jar server.jar
nogui

But when I do /spark heapsummary and look at the JVM arguments there it looks like this:

-Xmx6000M -Xms128M -XX:MaxDirectMemorySize=256M -XX:MaxMetaspaceSize=1024M -XX:MaxRAMPercentage=90.0 -Dterminal.jline=false -Dterminal.ansi=true -Dheap0 -Did=961144 -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=20 -XX:G1MaxNewSizePercent=60 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=mcflags.emc.gs -Daikars.new.flags=true -Dfile.encoding=UTF-8

This is bad because the server uses the whole 6gb and there's no ram left for the OS and it crashes

#

Why the hell are the JVM arguments different?

tawny dust
#

You should ask Pebble

#

They're probably not using what you specified

past saddle
#

I'm using the PebbleHost loader thing lol

#

I just set a heaplimiter in the panel so it should work

twin stirrup
#

im new to this like Minecraft servers^^

gaunt osprey
#

it goes into .minecraft/mods

#

Did you mod your game with Fabric ?

spare shell
#

I need a plugin, with that i can make a lobby like Hypixel

twin stirrup
gaunt osprey
#

No, you're misunderstanding things very hard here I think

twin stirrup
gaunt osprey
#

For the server:

  • You need to download a plugin/mod corresponding to your server software. So if you have Spigot server, you get the Spigot version of the thing and put it in plugins folder Here for Spigot/Paper/Bukkit
  • Then you may have to configure some things on the server host, like the port. Here's a guide

For the client:

  • You need to mod your game, I would recommend Fabric It has an installer
  • Download the fabric version of the mod for client here for 1.21.4
  • place it in .minecraft/mods
#

I hope I linked everything correctly

#

You can join a Spigot/Paper server with Vanilla/Fabric/Forge client

twin stirrup
# gaunt osprey <@533479901261725717>

Ufff okay i got it working^^
Thanks mate πŸ˜„

so for the other users then they must mod they game right and follow the steps like you said, okay got it ufff its hard when like me new to this stuff is

gaunt osprey
#

Glad to hear it works now!

past saddle
weary zinc
#

A load of params

gaunt osprey
#

Don't pointlessly tag ppl

past saddle
#

Yeah idk it wasn't me who set them up specifically I think

weary zinc
#

I just replying to people

#

Let me guess, you trying to impersonate the staff

full nexus
#

kekw

gaunt osprey
# weary zinc Is that a threat?

It's not a threat lmao.
Stop thinking everybody here is out to get you.
No, I'm not. It just can be quite annoying when you tag ppl who are looking for help with something completely unrelated.

weary zinc
#

I was replying to people like you just did but I guess its highly illegal

nimble bridge
#

hey there
is here any plugin developer ?

hardy grail
#

?services

magic zenithBOT
nimble bridge
#

i wanna customize a mod

hardy grail
#

Like a forge/fabric type mod?

nimble bridge
#

i mean plugin

#

itemadder

nimble bridge
#

just i wanna do the mod work in 1.21.4

hardy grail
#

I’m going to comment on this, of course that might not have been the most useful reply @weary zinc , which is why steve probably followed up with such a comment ^^ no need to escalate it anymore than that

weary zinc
full nexus
#

somebody telling you to not do something because it's unnecessary does not make them a troll lol

weary zinc
#

Spigot really needs support tickets, holy f***

full nexus
#

it doesn't really

#

for appeals you just contact support or one of the mods I believe

weary zinc
# full nexus it doesn't really

Yes it does because I have to hide my messages from you and other people. That is for the mods. That is what I talking about

full nexus
#

why do you have to hide your messages from people

hardy grail
#

guys drop it

lusty heath
#

Dang con I can't even drop it like it's hot?

weary zinc
#

@hardy grail You seen my message? I just checking

full nexus
lusty heath
#

Apparently so D:

glass jasper
#

hi the ping in the server is very bad how can i change the region to like europe or usa

tawny dust
#

You should ask them about it

glass jasper
#

like minekeep

#

how to change that ?

tawny dust
#

Never heard of it

#

So no idea

simple sage
#

Does anyone know of a plugin that would allow players to keep their inventory but drop their xp?

glacial sundial
#

all you need is a plugin that does playerdeathevent.setKeepInventory(true);

#

I'm sure there's lots of keep inventory type plugins

wheat kayak
#

Hi guys, I'm locked out of my old account spigot which has paid assets on it. Could anyone help me get back in?

full nexus
#

email support

#

?support

magic zenithBOT
wheat kayak
#

done, thank you

#

md_5 you just replied to my email however I use opera gx, I opened up chrome and tried and I got straight in!

#

Sorry to waste your time it's all resolved now! πŸ™‚

glacial sundial
#

better update your details

wheat kayak
#

Doing that now

#

Thank you for your time πŸ™

wheat kayak
glacial sundial
#

I don't think you need to do that

subtle needle
#

getting error code 1 when running buildtools amy idea

sharp viper
#

can someone help

#

with economyshopGUI plugin

subtle needle
#

ask there discord

#

if they have one

sharp viper
#

i did but no one answers

subtle needle
#

give it time

#

timezones

sharp viper
#

i mean economyshopgui IS on spigotMC

subtle needle
#

yes but they will say use there discord

sharp viper
#

i do

subtle needle
#

to get answers

sharp viper
#

but can u still answer me cause they dont respond

subtle needle
#

they do have rl lives to do lol just wait till there reply

#

who me i dont use that plugin sorry

sharp viper
#

ight

#

well do u maybe know how to put textured head skulls in there

#

:sad:

subtle needle
#

nope

sharp viper
#

:sad:

#

:sad:

#

:sad

#

:sad:

random bridge
magic zenithBOT
subtle needle
glacial sundial
#

your internet connection seems broken

subtle needle
#

it on a vps host

subtle needle
glacial sundial
#

You can try

subtle needle
#

cause the vps wasnt down at all

random bridge
#

I would also try running it on your local system and then uploading the jar file it produces.

subtle needle
#

so if it works on my pc then it a host issue

random bridge
#

Basically

subtle needle
#

ok i try that

subtle needle
unique rover
#

Hey all ..

#

How heavily recommended is it to 'step through' version updates of Spigot? And I've read some conflicting info about the --forceUpgrade argument ...

#

Im coming from Spigot 1.20.4 ... wondering if I can just jump right up to latest?!

balmy thunder
#

hi i got banned from spigot temporarily but i don't know why.

mellow dock
#

Make a backup though

shut relic
#

Hi guys! Can someone send me 1.19.4 spigot pls?

#

i cant install 1.19.4

#

and buildtools doesn't work

tawny dust
#

?paste

magic zenithBOT
shut relic
#

cuz it's not working

#

ima retry now

#

?paste

magic zenithBOT
shut relic
#

@tawny dust

#

here you go the error

sturdy ravine
#

Install git

#

Portable install didn't work

shut relic
#

still doesn't work

#

can u send me just 1.19.4

#

pls

tawny dust
#

No

random bridge
#

Are you running BT with git-bash?

north sorrel
#

How do I setup a Spigot server?

celest python
#

Hello guys. I am installing minecraft from spigot on my ubuntu server and I seem to run into a situation here

#

Welp I can't attach images, but thing is when I try to install minecraft version 1.20.1 it says it does not exist

crimson nexus
celest python
#

I am running the comand of " java -jar BuildTools.jar --rev 1.20.1"

random bridge
#

?img

magic zenithBOT
#

Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.

Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org

celest python
#

It states "Could not get version 1.20.1 does it exist?"

random bridge
#

IIRC, 1.20.1 builds 1.20.2 since there was minor changes between the two.

celest python
#

So Should I try install 1.20.2?

random bridge
#

BT should do it automatically if you select 1.20.1

#

It does that with a couple versions

#

?paste the log file of your previous run of BT too.

magic zenithBOT
celest python
#

I think I am verified now

#

I should be able to paste an image

celest python
#

anyways, this is what I get

random bridge
#

That looks like you have an issue with your network on that server.

celest python
crimson nexus
glacial sundial
#

yeah, network issue

crimson nexus
#

plainConnect() can't even run, meaning you have no network connection.

glacial sundial
#

ping hub.spigotmc.org

celest python
#

It just keeps going

crimson nexus
#

ping doesnt end on unix.

crimson nexus
celest python
#

Or stop it?

crimson nexus
#

Do you not know how to kill a program on unix?

celest python
#

(I am sorry I am really new into all of this)

crimson nexus
#

OHH

#

okay

#

ctrl C

heavy birch
celest python
#

ok so should I try installing the 1.20.1 again?

crimson nexus
celest python
celest python
crimson nexus
#

i doubt theres a difference, but did you install the linux one?

celest python
#

this one

crimson nexus
#

try from the spigot site dfireclty, there could be a difference

celest python
#

it's just I have it in spanish because I am in mexico

crimson nexus
#

also what you're using is the latest release, could be bugged

celest python
#

Alr

#

let me try that

celest python
crimson nexus
#

yikes

celest python
#

Damn

#

We running out of ideas?

crimson nexus
#

yeah i am

#

idk about @glacial sundial tho

glacial sundial
#

your servers network is broken

#

do you have ipv4 support?

celest python
celest python
#

I belive

#

I have followed this tutorial so far

glacial sundial
#

can you ping 104.24.15.81

crimson nexus
#

its weird that his previous ping only returned an ipv6

#

have u done anything with firewallcmd or ufw?

celest python
celest python
#

Only added the exception the tutorial says

glacial sundial
#

ok your server network is broken and has no ipv4 (which will mean a lot of players cant connect anyway)

celest python
#

one is 22 tfp so i can use mobaxterm

celest python
crimson nexus
#

software.

celest python
#

I asked a friend earlier if he can ping my server but he says he can't

crimson nexus
#

ufw has some command like tcp/ipv4 or something, and ipv6.

celest python
#

I guess that is related

glacial sundial
#

yes very related

celest python
#

Does this mean we know the solution?

crimson nexus
#

can you post the output of:

sudo ufw status verbose
#

Anything that supports ipv6 is bound to support ipv4, but not necessarily the other way around. This likely isnt an issue with your network card but how you setup ufw.

crimson nexus
#

Do:

sysctl net.ipv4.conf.all.disable_ipv4
#

it will respond with either 0 or 1

celest python
#

I guess this is a 0

crimson nexus
#

uhh wait what

#

can u do, ls /proc/sys/net/ipv4/

celest python
crimson nexus
#

post output of:

ip a | grep inet
crimson nexus
#

You have an ipv4 address.

#

Your PC appears to be capable of accessing IPv4 addresses, your ufw config doesn't explicitly block incoming IPv4 traffic.

#

so...

#

im lost.

celest python
#

As I stated

celest python
#

In the minute 3:20 it makes a wierd thing with the network of the os

#

something about Ipv4

#

it may be it

#

In this video, I show you how to set up a Minecraft server with either plugins or mods, on Ubuntu Server.
*Because of the way plugins and mods are implemented on Minecraft Server, there is no way to have support for both plugins and mods on the same server; you must choose one or the other. Also, if you are setting up a server with mods, unlike ...

β–Ά Play video
celest python
#

Yeah I guees we can keep on this tomorrow

radiant current
#

Hi, does spigot block TNT duping?

west cloak
#

I believe paper has this

lunar mortar
#

hi guys, where i can change this thing

glacial sundial
#

Find the plugin doing it and then see if it has a configuration

lunar mortar
old patrol
lunar mortar
#

my friend didn't see it,pls teach me how to fix it

crimson nexus
#

What compels people to ask about very specific plugins here instead of their respective support servers?

#

I thought this channel was for tgings like BuildTools or things related directly to Spigot.

nocturne finch
#

Well yes but also no

pliant creek
# crimson nexus What compels people to ask about very specific plugins here instead of their res...

I think there could be various reasons. For one there might be a lot of plugin devs that don’t respond.
It’s possible that the tiiiiny gray button on the spigot page isn’t vibrant enough to be seen and inform you that a help area exists.
Maybe the owner believes that this channel could have other owners who use the same plugin.
ETC..
I will agree with you however, this isn’t where to ask for specific plugin help lol

lethal oxide
#

Friends, is there a way to turn this off? I have a pvp server.

random bridge
#

Not really.

lethal oxide
random bridge
#

You could maybe find a plugin that disables enderpearls from being thrown, but past that, it's tied with the player so until it hits something, it'll stay there.

random bridge
agile oak
#

Question for you guys! How would you setup voting on a network of servers?
Like with a hub that has other servers?

somber rapids
agile oak
split nexus
#

can I please have some help? It says my build is outdated when i start my server. I went to the build tools and got a new jar but now im confused as to wat to do next

jagged orbit
#

theres also a buildtools exe if thats easier

split nexus
jagged orbit
#

just replace your existing one with the new one

split nexus
#

oh ok thank you

golden igloo
#

any suggestions for minecraft hosting I've been using Bisecthosting for a couple days now

#

and ive also been using Spigot

golden igloo
#

Can this run modded stuff etc?

#

I'm guessing so

heavy birch
#

you can

golden igloo
#

havent had issues with bisecthosting

#

but

#

Tried running

#

mods

#

and uh

#

we arent gonna talk about it

heavy birch
golden igloo
#

So what do you do on minecraft?

#

just curious

#

do you code?

heavy birch
#

yeah sometimes

golden igloo
#

Yeah same

heavy birch
#

i just hangout in this discord mostly lol

golden igloo
#

I used to make 1.7.10 mods

heavy birch
#

i see

#

im not that old

golden igloo
golden igloo
heavy birch
#

oh im 17

golden igloo
#

I just enjoy mods from that era

heavy birch
#

hmm i see

golden igloo
#

Espeically DBC

#

πŸ˜„

heavy birch
#

i only started coding after 1.16

golden igloo
#

I got into coding because of that mod

#

Dragonblock C

heavy birch
#

i see, i have never worked on mods

#

i have made some plugins tho

golden igloo
#

Oh

#

I tried making plugins Only made like 3 of them but then went back to mods

heavy birch
#

i see, i don't like using injections and stuf

#

(mixins)

golden igloo
#

wym?

#

I'm not talking about injections

heavy birch
#

no i mean fabric

golden igloo
#

lol

heavy birch
#

lol

#

fabric uses mixins right

golden igloo
#

whats wrong with fabric?

heavy birch
#

nothing

golden igloo
#

I like forge better

#

tbh

heavy birch
#

i just don't like modding when compared to plugins

golden igloo
heavy birch
#

yeah , i gotta explore more

#

im currently trying out minestom

golden igloo
#

whats that?

heavy birch
#

you know about that?

#

its a open source java minecraft server

golden igloo
#

What?!

#

fr?

heavy birch
#

Yeah

golden igloo
#

I'll have to check it out

#

that sounds awesome

heavy birch
#

it has zero implementaions tho

#

you have to implement everything

golden igloo
#

ah I see

#

makes sense

heavy birch
golden igloo
#

OH WOW!

#

YO

#

THIS IS DOPE

#

TY FOR SHOWING ME THIS

heavy birch
#

YEahhhh

golden igloo
#

I'M SO USING THIS

heavy birch
#

im making a plugin loader for it

golden igloo
#

please lemme use

heavy birch
#

yeah it will be oss

golden igloo
#

XD

heavy birch
#

ofc

golden igloo
#

so I got a question

heavy birch
#

yeah

golden igloo
#

opinion of running minecraft servers with just spigot

#

I like doing it tbh

#

I never had any issues

#

some of my friends tell me to use paper

#

etc

#

isnt Spigot just a modfied verison of Bukkit?

heavy birch
#

yeah

#

it is

golden igloo
#

Exactly

#

I always remember back in the day servers using spigot

#

or bukkit

heavy birch
#

paper is a fork of spigot

golden igloo
#

I'm not surprised

#

my brother has been trying to make mods recently

#

with MCreator

#

I told him

#

not to use it

#

but he said it was a good way to make them

#

i said idk

#

lemme look into it

heavy birch
#

Yeah, it is better directly to learn from fabric

#

than using stuff like that

#

or forge

golden igloo
#

I learned from Mrcrayfish's tutorials back in the day and all that stuff

#

And learning on my own

#

mostly

#

over the years

golden igloo
west cloak
#

for hide "chat messages can't be verified" pop up
what need i do ?
without packets btw

sturdy ravine
#

Afaik you can't, but there are mods

#

You might wanna check the config or just Google for plugins

sturdy ravine
torn silo
#

Hello, I’m having trouble accessing your website. The Cloudflare captcha keeps loading endlessly, and I’m unable to proceed. Could someone please help me resolve this issue?

Thank you in advance and best regards.

west cloak
#

?support

magic zenithBOT
glacial sundial
#

We can't really help with a CloudFlare issue

west cloak
glacial sundial
#

[insert standard advice about removing browser add-ons]

wheat kayak
#

Is it a known issue with Mob Spawners currently? We place a zombie spawner and it's always blank, is there a plugin which doesn't require a spawn egg to set a spawner?

wheat kayak
#

when I try in both

#

if I give myself a zombie spawner it spawns a empty spawner

tawny dust
#

Are you op

wheat kayak
#

yes

#

But we'd want it for non op players too

mellow dock
#

Yeah you need to be op to place spawners with preset NBT data

wheat kayak
#

Ah okay, is there no way for us to allow our members to place a spawner?As we're looking at doing a skyblock server and they'd be able to get their own spawner

tawny dust
#

A plugin like SilkSpawners could probably let you do it

upper oak
#

i have a question ab bungee can i make so the banned players doesnt play on the network and only at a server for banned players connected on the network so i can leave them playing on the server

knotty atlas
#

I'm having an issue where the gui for buildtools does not load when i run the .exe, any suggestions?

random bridge
#
  1. Kill any background instance of it and try to run it again
  2. Try running the jar file. (double click)
  3. Run as Admininstrator
knotty atlas
#

thanks, i'll see if that works

upper cipher
#

Hi, does anyone have a backup of the MCPC 1.4.7 files ?

upper cipher
gaunt osprey
#

Ye if that's the spigot/bukkit/forge hybrid, than redistributing that is probably illegal now?
Not sure.

upper cipher
#

So' anyone have a backup of the MCPC 1.4.7 files ? πŸ™‚

nocturne finch
prime crystal
#

Is it posible to swap plotsquared world? so claims stay in same place?
i want to rename the world

#

(for better minimap support)

shut relic
#

can someone send me 1.8.8 spigot pls!! i need it and im on vacation and my pc is not with me

full nexus
#

it's illegal to

#

and why would you need it when you don't have access to your computer 🀨

shut relic
full nexus
#

?dmca

magic zenithBOT
shut relic
full nexus
#

no I will not

shut relic
#

[--nogui, --rev, 1.8.8, --output-dir, C:\Users\ClaudioAbbadessa\Downloads, --final-name, server.jar]
Loading BuildTools version: git-BuildTools-37ddb93-189 (#189)
Java Version: Java 8
Current Path: C:\Users\ClaudioAbbadessa\Downloads
*** Using downloaded git PortableGit-2.45.2-64-bit\PortableGit ***
*** Please note that this is a beta feature, so if it does not work please also try a manual install of git from https://git-for-windows.github.io/ ***
"git" non Ε  riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
Could not successfully run git. Please ensure it is installed and functioning. Error running command, return status !=0: [C:\WINDOWS\system32\cmd.exe, /D, /C, git, --version]

#

here is the problem

#

i downloaded

#

git

#

and it still doesn't work

thorn gale
#

Run in git bash

knotty atlas
#

Hi, i tried the method explained to me, and the GUI still doesn't appear when i run the buildtools file, it simply generates brand new server software, however, it generates the wrong version for what i'm doing (i need 1.20.1, it keeps generating 1.21.4)

mellow dock
#

You can just use the command line too

#

java -jar BuildTools.jar --rev 1.20.1

rocky hollow
#

Hi, do you know a plugin that detects the WorldTools mod please?

crimson nexus
#

You can look at the handshkae and check what their client is, Fabric / Forge. but that wont even do the trick

runic rain
#

I mean, Forge definitely sends the mod list

#

Whether or not mods report themselves to said mod list is a different story

tawny dust
#

There are mods to disable that behaviour as well

runic rain
#

Yep. Clients can send whatever they want. That packet isn't a requirement

#

I don't know if Fabric has the same mod list though. Never looked into it. I don't even know if it does mod version compatibility checks like Forge does

full nexus
#

it does not

#

it send registries but that's about it

velvet nest
#

Need help starting a server I’ve had a few b4 but only bedrock

#

I’ll pay decent

full nexus
#

?services and check the pins in #general

magic zenithBOT
harsh portal
#

@glacial sundial hi I donated but im not sure if it went through

glacial sundial
#

I'm sure it did, they're manually added to your account though

harsh portal
#

Oh

#

How

mellow dock
#

By a certain orange slime

harsh portal
#

Oh.. an orange slime?

#

That sounds oddly specific

#

Hmm

plucky breach
#

is there a bukkit plugin that does make zombie spawners spawn zombie villagers again regularly?

paper quest
#

I need plugin custom enchant. cmd -> /CE
Pls

gaunt osprey
paper quest
gaunt osprey
paper quest
#

It's better to be free

gaunt osprey
#

Ye I don't understand a word you say.
Please use ChatGPT to translate your message instead.

gaunt osprey
#

It is great at translating

paper quest
#

not for me

#

It doesn't matter, thank you

torn silo
sturdy ravine
#

Check your headers, if the user agent is not a usual one it might screw around, as I found out when playing with it

#

If the user agent is broken, when you click verify it load, then reload the page in an infinite loop

torn silo
#

I'm only getting this

dire terrace
#

does anyone know anything about this error?

#

getting this while compiling 1.8.8 from buildtools

charred goblet
#

Does anyone know any good chat formatting plugins that support hoverable messages?

plucky breach
spare ether
gaunt osprey
#

great ping, thank you (hard sarcasm)

spare ether
charred goblet
pine rune
#

Is there a plugin to completely hide the name tag only when crouching?

bronze ferry
#

Why doesn't the buildtools install the spigot.jar and installs one that can't install plugins?

#

help

chrome jetty
#

you get a spigot-<version>.jar

plucky breach
compact reef
#

Hi so

#

I am currently trying to run TCPShield and ProtocolLib with my server

#

On the server side I see no issues

#

aside from a warning saying my minecraft version could be unsupported by protocollib

#

without the plugins I can log into the server just fine

#

but when I try to use these plugins

#

my server straight up doesn't work

#

I checked on the terminal as well

#

it is not giving a error

#

what can I do?

jagged orbit
#

ProtocolLib and TCP shield are completely unrelated. your issue is most likely TCPShield

pulsar roost
#

What is this file?

jagged orbit
#

nothing to worry about

charred goblet
#

Does anyone know any good chat formatting plugins that support hoverable messages?

pine rune
#

Is there a plugin that hides the name of a player when sneaking?

stark igloo
#

I’m trying to use Lands but it’s saying it’s disabled in this world

#

Why

charred goblet
stark igloo
#

Are their plugins to give new players starting tools and food?

tawny dust
#

EssentialsX can do that

stark igloo
tawny dust
#

Probably

stark igloo
#

i mean doesnt help much lol