#help-server

1 messages · Page 329 of 1

small chasm
jagged orbit
#

you literally posted your question 4 minutes ago be patient

small chasm
#

lol

#

sorry

#

ive just been working on this for a few hours

jagged orbit
#

that doesn't look like a full stack trace

#

is there more

craggy lodge
#

anyone got a good recommended player vault plugin? and not the $10 one

naive wharf
#

Anyone know bungeecord well?

jagged orbit
#

?ask

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Create a thread in case the help channel you are using is already in use!

naive wharf
#

So I have a issue with Bungeecord, After linking all my servers up, i'm getting this error.

19:19:38 [WARNING] Could not bind to host /0.0.0.0:25565
java.net.BindException: Address already in use: bind

I've forwaded all the ports and no other thing is using the port. Ideas?

jagged orbit
#

is that from the proxy itself?

cinder cedar
#

Hi I need help about my purchase in spigotmc please

naive wharf
jagged orbit
#

yeah so the proxy itself

#

what os are you using

cinder cedar
#

Hi I bought a plugin and It does not show anything

naive wharf
naive wharf
cinder cedar
jagged orbit
#

sometimes plugins take a while to process, wait a day then see

naive wharf
jagged orbit
#

use this in your cmd

naive wharf
jagged orbit
#

netstat -aof | findstr :25565

naive wharf
#

Ok

jagged orbit
#

sometimes apps bind to a port and are still bound once they die

#

usually a restart fixes it

naive wharf
#

Ah

naive wharf
jagged orbit
#

cmd

naive wharf
#

Kk

naive wharf
#

or saying anything

jagged orbit
#

try restarting then

naive wharf
#

I've restarted the proxy, same error

jagged orbit
#

tthe machine

#

not the proxy

shy falcon
naive wharf
#

Oh Okay

naive wharf
#

Nothing else is running there

#

I've got a survival running on :25555

#

but not on 25565

jagged orbit
#

he already said no other server is using the port

shy falcon
#

u killed all ur java processes too to make sure there were no stray servers?

naive wharf
jagged orbit
#

just restart it will most likely fix it

shy falcon
#

^

naive wharf
#

Kk

shy falcon
#

but try to close as many as u can gracefully

#

aka run stop if u can

shy falcon
#

F

naive wharf
#

i found a java thing in task manager

#

and it works now ty <3

shy falcon
#

try to run java from the command line if u know it doesnt have a GUI, itll make finding the strays a bit easier and less headache inducing

naive wharf
#

kk

small chasm
#

World terrain not loading

naive wharf
#

Idk if this is a dumb question but would AAC Be on the proxy or serp servers

sturdy gate
#

im having an issue where llama's can't be spawned with /summon or a spawn egg, is this something to do with spigot or do i need to look somewhere else?

tawny dust
#

Version?

fervent scroll
#

Did something changed around custom colors in 1.18? My colorful MOTD is no longer colorful 😅 It is converted to 2 basic minecraft blue colors

sturdy gate
tawny dust
sturdy gate
#

339-Spigot-3c40a6c-581df18

#

apparently i need to update

#

ill do that

whole zenith
#

Does anyone have a crate plugin recommendation that focuses more on functionality?

#

All the crates plugin I seem to say just talk about these fancy animations etc. but in the end, all that matters is item picking and weighting that is correct

#

I bought specialized crates, and am not a fan, so wondered if you guys have other recommendations

sturdy gate
#

my issue still persists

west cloak
#

would it be better to run ubuntu over raspbian to run a minecraft server?

jagged orbit
#

raspbian is far more lightweight

west cloak
#

then how do I get Java 17?

#

Cause we got nowhere last night

jagged orbit
#

you can try something more ligthweight like debian

#

im not too familiar with raspbian

west cloak
#

OOOOOOOO

#

I FIGURED IT OUT!!!!!

#

so java17 requires 64bit

#

but I am running 32bit raspbian

tawny dust
#

There are 32bit java installs

#

Guess they don't include it in the apt command

west cloak
#

no they don't

#

I did a search on my pi

#

could find the source code

#

nothing else

west cloak
#

I put headless raspbain 64bit on my 3b+

#

and I can't ssh into it

#

I would assume the IP address would be the same

#

same lan port and everything

#

plus I cannot find anoy additional ethernet devices

#

and I've tried all the ethernet devices

#

oh ok

#

so it's just that some key has changed

#

and windows ddoesn't like that

#

How do I clear these keys:

#

Add correct host key in C:\Users\isaac/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\Users\isaac/.ssh/known_hosts:1

tawny dust
#

I'd just remove the file and let it regenerate

#

Probably a better way though

west cloak
#

yeah but how do I remove said file?

tawny dust
#

Are you on windows 10?

west cloak
#

Fixed it!

#

I'm in

tawny dust
#

Great :)

west cloak
#

this time I'm just uding CMD

#

I have termanl

#

and I prefer it

#

but it breaks a script I use on a daily basis

#

if I set it as default

#

it's finally installing openjdk-17-jre

#

thanks @tawny dust for all your help!

tawny dust
#

No problem :)

halcyon gale
#

would Spigot 1.18 be considered stable enough to update production servers

west cloak
#

I hjave no idea

#

but I'm download 1.18

#

so

#

(paperMC btw)

west cloak
#

can you runa minecraft server with 500mb of ram?

flat verge
#

[14:15:02] [Server thread/INFO]: Could not connect to database! [14:15:02] [Server thread/WARN]: java.lang.NoClassDefFoundError: com/mongodb/MongoClientURI [14:15:02] [Server thread/WARN]: at me.livelove.mongodb.mongodb.connect(mongodb.java:19)

#

I always get this error

#
package me.livelove.mongodb;

import com.mongodb.MongoClient;
import com.mongodb.MongoClientURI;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoDatabase;

import javax.swing.text.Document;
import java.net.UnknownHostException;

import java.util.UUID;

public class mongodb {
//    private MongoCollection players;
    private MongoDatabase collection;
    private MongoClient client;
    public boolean connect(){
        try {
            MongoClientURI connectionString = new MongoClientURI("mongodb://localhost:27017/?readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false");
            MongoClient mongoClient = new MongoClient(connectionString);
        } catch (Error e) {
            //When you end up here, the server the db is running on could not be found!
            System.out.println("Could not connect to database!");
            e.printStackTrace();
            return false;
        }

        collection = client.getDatabase("Rola");
//        MongoCollection<Document> collection = collection.getCollection("test");
        //Get the collection called "players" in the database "mcserver"
        //Equivalent to the table in MySQL, you can store objects in here
//        collection.getCollection("players");
        return true;
    }```
#

But the database exits

#
        mongodb mongo = new mongodb();
        boolean connected = mongo.connect();
        if(!connected) {
            getLogger().warning("you didnt connect");
        } else {
            getLogger().info("connected to mognodb");
        }```
weak drift
#

Not the channel for this

simple hamlet
merry elk
#

and it will be a pain to even host proxy only on it

full orchid
#

wym no

#

Yes you can

halcyon gale
#

It can, but you wouldnt want to play on it

#

its hard to host mc on even a 4gb server anymore.

scarlet flame
#

somebody knows any plugin which gives players different spawn points?

neat umbra
#

cough 1.8

queen kiln
#

anyone know how to turn of the vanilla AC? running paper 1.16.5

#

feel free to ping me if you know

shy falcon
#

what could u possibly be doing that triggers vanilla

grizzled cradle
#

Does anyone know if there's a plugin that allows you to change mobs? Basically make them respawn on kill in a certain position

#

so when the mob gets killed, it respawns

pure sinew
halcyon gale
#

is there a way to disable the "Moved too quickly" error

queen kiln
queen kiln
halcyon gale
queen kiln
#

any external AC's you have installed?

#

otherwise that obviously shouldn't be happening

shy falcon
#

moved too quickly... i cant think of what could trigger that tbh

#

even speed 255 shouldnt

queen kiln
#

moving too quickly?

#

it can since it's set in the config

#

but I want to disable the whole thing

#

idk if that's the only vanilla check

shy falcon
#

that limit is hardcoded into the vanilla server iirc

queen kiln
#

pretty sure you can set it

shy falcon
#

oh maybe they changed it then

queen kiln
#

do you know what to set them to to stop the check?

#

the ones I sent

shy falcon
#

maybe a higher threshold would work? idk

queen kiln
#

and the multiplier?

naive blade
#

Can someone help me set up roles and permissions on my Bungeecord server, I'm using localhost...

queen kiln
#

use luckperms

#

go on their discord, they have a pretty good documentation

naive blade
#

K

shut dew
#

are mobs supposed to spawn on the nether roof by default or is spigot preventing this ive googled some stuff but its just some people saying spigot doesnt allow it back in 2019 but ive been on servers with nether farms before?

queen kiln
#

you mean at the top?

#

no, mobs don't spawn there

shut dew
#

they still aint spawning lmao thats why im confused lol

merry sierra
#

Anyone know what plugin you can use to make players always spawn at a set point when teleporting to that server? Thinking about a lobby server where you get moved if the main server restarts, I would want players to spawn in one set location, and not the last place they were

#

The best would be if its part of CMI or HubMagic, but cant find that functionality

quasi shell
#

How can i get the plugin "movemenow" to work. I put the correct server name but it still doesnt work. It's also in my bungee server plugins file

merry sierra
#

You can use HubMagic insted

quasi shell
#

nvm

#

got it to wkr

#

work

merry sierra
#

and just put .* in the config somewhere 😛

#

in reasons []

dawn niche
#

Hello can anyone help me because recently I tried to download a server jar for 1.18 I tried to open the jar by itself it doesn't open so I tried to do run.bat and put the necessary things such as (java -Xmx1G -Xms1G -jar server.jar nogui) and put pause so I can know what's the problem with the file and it said it says an error. "this version of the Java Runtime only recognizes class file versions up to 60.0"

grizzled nimbus
#

you have to create it using buildtools

#

if you downloaded the server jar, you got it off some illegal site

dawn niche
#

no I mean like a vanilla one

grizzled nimbus
#

Oh

#

Are you using java 17

dawn niche
dawn niche
#

if I remember

grizzled nimbus
#

no

#

you have to use 17

#

its a requirement

dawn niche
#

can I have a link for that??

grizzled nimbus
#

just search up adoptnium

#

or whatever it is called

tawny dust
#

?java17 for future reference :)

magic zenithBOT
opal slate
#

does anyone know of any simple elemental/superpowers plugin? not bending, those are confusing

solemn pebble
#

Hi. I'm running my server on windows 7. I have an issue with letters encoding. My native language is polish and all of the polish letters (example: ą ę ó ź ż) appear in the console and log files as set of random characters. I did set -Dfile.encoding=UTF-8 before jar in start code but it didn't work. I am using windows cmd with Lucida Console font. Setting chcp 65001 in regedit didn't change anything. Can someone help?

deep briar
#

why windows 7?

#

apart from that, is that Lucida Console font causing something?

solemn pebble
#

I am making minecraft server for me and few of my friends. I'm not really into Linux so that's why I've decided to go with win7. Talking about the font - I saw somewhere that sometimes the easiest fix to show proper characters in the console is to change your font. Lucida is the one that shows almost all the characters the proper way

fervent scroll
#

Is it possible to increase default pre-render radius on new worlds? When I start a new server with no map, it does some pre-generation. Can I set this to specific radius?

shell pebble
#

how to change the version brand name within the code?

#

nvm got it

keen topaz
#

I am making a 1.18 mc server but when I download its still for 1.17.1

#

pls help

fathom minnow
#
Exception in thread "main" java.lang.IllegalArgumentException: Server lobby (priority 0) is not defined
       at com.google.common.base.Preconditions.checkArgument(Preconditions.java:407)
       at net.md_5.bungee.conf.Configuration.load(Configuration.java:160)
       at io.github.waterfallmc.waterfall.conf.WaterfallConfiguration.load(WaterfallConfiguration.java:67)
       at net.md_5.bungee.BungeeCord.start(BungeeCord.java:279)
       at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67)
       at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
#

nvm

flat verge
#
, 87.8668170673909, 165.14393044312024)
[20:59:57] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to PluginyV2 v1.0
org.bukkit.event.EventException: null```
#
    public static Map<UUID, Integer> clicks = new HashMap<UUID, Integer>();
    public static Map<UUID, Integer> warnings = new HashMap<UUID, Integer>();

    @EventHandler
    public void onPlayerInteract(PlayerInteractEvent e ) {
        Player p = e.getPlayer();
        Action a = e.getAction();
        UUID uuid = p.getUniqueId();

        if(a == Action.LEFT_CLICK_BLOCK || a == Action.LEFT_CLICK_AIR) {
            if(clicks.get(uuid) >= 3) {
                if(warnings.get(uuid) == 3) {
                    p.kickPlayer("§4Zostales wyrzucony za za szybkie makro");
                    warnings.put(uuid, 0);
                } else {
                    p.sendTitle("§4Za szybkie Makro","§4Towje makro jest powyzej 15cps §l" + warnings.get(uuid) + "/3",1, 6, 1);
                    warnings.put(uuid, clicks.get(uuid) + 1);
                }
            } else {
                clicks.put(uuid, clicks.get(uuid) +1);
            }
        }
    }```
#
    @Override
    public void onEnable() {
        super.onEnable();
        getCommand("pomoc").setExecutor(new HelpCommand());
        getCommand("helpOp").setExecutor(new HelpOpCommand());
//        getServer().getPluginManager().registerEvents(new JoinListener(), this);
        getServer().getPluginManager().registerEvents(new AntyMakro(), this);

    }
``` WHy this not works
static jewel
#

Hey, we have problems in my 1.18 spigot vanilla server. There is a lag whenever people join the server or whenever they join to world from nether. I guess it is happening because of the chunk loading. What can I do?

flat verge
deep briar
#

in the stacktrace is there a part that says caused at ...?

#

(....java: line number)

#

probably if(clicks.get(uuid) >= 3)

pine tusk
#

Can someone please help me with bungeecord? Followed the setup to a T. I have been literally fighting people being able to join my server with whatever name they want since I've set it up and I'm losing my mind. Is there anything I'm missing that would NOT be in this? https://www.spigotmc.org/wiki/bungeecord-installation/

woeful kestrel
#

can someon help me with this crash? 1.18

pine tusk
#

Paste.gg and share the crash log, would probs help us help you a bit lol

woeful kestrel
#

hope u can help

#

would be great!

pine tusk
#

Put it in paste bin or paste gg please

woeful kestrel
#

i would love some help

honest juniper
glacial sundial
#

Not running spigot

honest juniper
pine tusk
# woeful kestrel https://paste-bin.xyz/21256

-- Entity being ticked --
Details:
Entity Type: minecraft:trader_llama (net.minecraft.world.entity.animal.horse.EntityLlamaTrader)
Entity ID: 198
Entity Name: Trader Llama
Entity's Exact location: 695.13, 111.00, -1348.51

#

Crashed because of a ticking entity

glacial sundial
#

Update

#

Llama bug was fixed

pine tusk
#

Gg thanks md

woeful kestrel
pine tusk
#

MD and I both replied to you about this

west cloak
#

Hi, can anyone help me with a question about the KingdomsX plugin in 1.17.1? It turns out that a kingdom other than mine invaded me but the nexus disappeared, is it possible to rebuild the nexus without losing the territories and progress? or is it necessary to create a new kingdom with new nexus?

woeful kestrel
#

Thx sorry didnt saw your reaction

pine tusk
#

All good :)

west cloak
#

Help :(

keen topaz
#

spigot 1.18 download is latest download right?

#

?1.18

magic zenithBOT
keen topaz
#

where do you put the code in?

summer comet
#

I assume you run windows, right?

keen topaz
#

mhm

hot bane
#

I want a good eu host not very overpriced

keen topaz
summer comet
#

@keen topaz press Win+R, enter "cmd" and press enter

keen topaz
#

alr then what?

summer comet
#

then switch to the directory where your BuildTools.jar is. You can do so using cd C:\Path\Where\Your\BuildTools\is

#

and then, you do

#

java -jar BuildTools.jar --rev 1.18

summer comet
hot bane
keen topaz
keen topaz
#

?1.18

magic zenithBOT
keen topaz
#

alr

#

ty

raw pilot
#

Hey ya, im trying to run a 1.18 server using spigot with geyser and floodgate pluggins and having issues. The first one is when loading the world up, it gets killed midway on nether, had it on 8gb than turned it down to 6gb and it worked?? The next one is with porting, had the same ports that i used on a 1.17 server(that is shut down) but says it cant bind. I switched the ports around and it loaded up but java couldn't join but bedrock could. Tried starting up the server again and for some reason it gets killed again when i didn't touch anything besides ports.

summer comet
#

without logs, noone can help you @raw pilot

onyx sedge
#

How can I create particles

#

Like heart particles at a player's loaction

mellow dock
naive wharf
#

I'm getting this after my server starts up and I join the game, ideas? (The server works i just wanna know why)

#

also getting this

woeful kestrel
mellow dock
#

?bt

magic zenithBOT
scarlet flame
#

about spigot.yml. i'm a bit confused. should i set this to true or false to retain the mechanism?

tick-inactive-villagers
Def: true
Opt: false
Impact: Medium

➫ Enabling this prevents the server from ticking villagers outside the activation range.

Note: Vanilla behavior ticks all villagers in loaded chunks. Enable villagers-active-for-panic to save some iron farms from breaking.
woeful kestrel
#

got this error message

#

but cant find a newer build version of spigot

#

running buildtools 1.18.0

raw pilot
#

@summer comet how would i go about sending them and should i change anything for privacy

glacial sundial
#

@woeful kestrel 1.18 is not a single version, there are many builds for each mc version

woeful kestrel
#

where can i find the latest build?

glacial sundial
#

Same place you found the original build

woeful kestrel
#

okay how do i know its a newer version bc its not given

#

Code (Bash):
java -jar BuildTools.jar --rev 1.18
Will build a Spigot jar for 1.18

#

used this code for the buildtools jar

glacial sundial
#

Yes

#

It will get the latest version of 1.18

woeful kestrel
#

but still got the same message

surreal shuttle
#

You can use --compile-if-changed

#

If nothing compiles there is nothing new

woeful kestrel
#

okay thanks amigo

scarlet flame
#

i've installed git (have items on right click menu) but BuildTools still attempts to download PortableGit and becomes extremely slow...
can anybody help?

woeful kestrel
#

just rightclick git bash here

scarlet flame
#

i use the batch script from the tutorial.

surreal shuttle
#

Just run it and wait

woeful kestrel
#

yes it takes a second to load

#

took me 7mins to download all files

gritty hedge
#

Hey, I’m wondering if anyone else is experiencing this bug… when rendering a map with Dynmap or Bluemap, I get these weird missing chunks:

#

I suspect it’s a lighting glitch, and I’m wondering if this is a known bug or if anyone else has experienced this

grizzled nimbus
#

did you do full render?

gritty hedge
#

Yes

grizzled nimbus
#

hmm

gritty hedge
#

Btw top is Dynmap bottom is Bluemap

pine tusk
dusty sage
#

can Bungeecord handle a CNAME record for a forced host?

daring wren
#

Allo

#

So .. im very new.

#

how do I upgrade the spigot 117 server to 118?

#

I looked at the instructions but I think they are for people who already know what to do.

mellow dock
#

Just replace the jar

#

And make sure all your plugins are updated

daring wren
#

... how do I do that jar replacing thing.

mellow dock
#

Build the new jar and then copy it into the server folder

#

Delete the old jar

daring wren
#

this is the spigot.jar file right?

#

do I need to update the build tools?

mellow dock
#

Probably

daring wren
#

how do I get java version 17 installed?

mellow dock
#

?java17

magic zenithBOT
daring wren
#

oh. thanks!

sudden loom
#

how can i set color of Leather armor in deluxe menus?

cinder vector
#

I have no Fking idea why snowman melts in spigot server although it has fire resistance.

#

Version is 1.17.1 and it worked normally in single, so I think it is not related to Client / Versions

long lake
#

hi

shell portal
#

My players are unable to purchase items from the ChestShops admin shop in spawn. I am running a 1.12.2 spigot server with EssentialsX, GroupManager, WorldGuard, ChestShops, and Vault. I am able to buy from the Admin shops when I am opped, but not when I am de-opped. I have assigned the ChestShop.shop.* permission under the g:essentials_default group.

#

Spawn has a worldguard region around it with the interact flag allowed.

long lake
#

How to get the light block

cinder vector
#

what the heck is light block

tulip fossil
sterile flame
#

hi guys

#

im stuck 😢

#

restarted for a few times and still stuck

muted bison
#

it takes a while

#

perhaps it's slower for you

#

but yeah it took some time for me as well

sterile flame
#

aight

#

thx man

cinder vector
#

i have no freaking idea why this happens

west cloak
#

hi

#

i need help

tawny dust
#

?ask

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Create a thread in case the help channel you are using is already in use!

gritty hedge
#

Btw I'm on the latest Spigot 1.18 build

cobalt vigil
#

Is spigot 1.18 fully relesased or are there just test/experimental builds?

finite tulip
#

1.18 is fully released now

cobalt vigil
#

Nice

full orchid
#

try contacting the developers

gritty hedge
# gritty hedge

Is there any way to fix chunk lighting in 1.18 spigot? I think that's what's causing it

#

I think that because out of all the "missing" ones there's some that are gradients for whatever reason

#

And I know that BlueMaps excludes blocks that have 0 skylight

blissful quail
#

Why not join the dynmap discord and ask?

gritty hedge
#

Because I don't think it's a dynmap specific bug. This appears in every map that renders lighting

#

And I've tried several

thorny steeple
blissful quail
#

Well it's clearly a specific bug towards plugins like dynmap so you should still contact them and see if they already have a fix.

gritty hedge
blissful quail
thorny steeple
#

@gritty hedge try Pl3xMap

gritty hedge
#

The latest version of Pl3xmap (from a new developer) doesn't load for whatever reason

#

Not sure hwy

#

*why

thorny steeple
#

you need paper

gritty hedge
#

I would use paper but this:

blissful quail
#

Is pl3xmap on spigot? Make sure to report it if it doesn't work on spigot servers.

still sorrel
gritty hedge
#

Nope

#

At least not explicitly (with any plugins)

still sorrel
#

alr, nvm then ^^

frosty leaf
#

/dynmap fullrender ?

blissful quail
onyx basin
#

Hey, can I use vault on 1.18?

summer comet
#

sure @onyx basin

#

You will probably still be able to use it in 1.32 without any updates

onyx basin
#

Thanks mate

#

Just wondering since it says 1.17 is supported but not 1.18

waxen canyon
#

just, I wanted to transport residents to hell, but here is such a misfortune

icy dew
#

yo

dense umbra
#

Plugin = Citizen2
How to make an npc drop items when they die? i have search on everything but can't find any answer.

quartz falcon
#

Hi! does anyone know if there's a plugin that allows for /backpack <page> ?

#

i know there's a lot of backpack plugins, but none seem to support multiple pages

steady ermine
#

my console is constantly full of this

#

can someone help me pls?

short prism
#

Ok so after #general I still don't know

thorny steeple
#

so the server stays on for 30 minutes

#

and it's closing by it self

short prism
#

around

#

or a bit less, idk

#

Yeah it closes by itself, I can send you my plugin list

thorny steeple
#

do you have ram free after you start the server?

short prism
#

I'm configuring since nearly 7 years and never got this type of problem

#

Wdym free after I start?

#

I have a 32gb ram machine

#

I believe it's enough for it, right?

#

90gb storage

thorny steeple
#

and how much ram it's left after starting the server

short prism
#

Actually no idea, should be around 2 to 4gb

thorny steeple
#

oh ok

short prism
#

All my plugins are working fine right now

thorny steeple
#

have you tried removing plugins gradually to see what happens?

short prism
#

I try, but nothing changes for now

#

I tried a timings report to see if there is any reason of it, nothing's showin

thorny steeple
#

hmm

#

pretty much all you can do to start with, is to remove halfs of the plugins remaining until the issue is gone

short prism
#

bruh

#

the issue mostly happens when I afk

#

it shut it down

thorny steeple
#

use a client to prevent you from being afk

#

who knows

short prism
#

The server shouldnt stop when I afk

#

with or without client

#

imagine if I get some players

thorny steeple
#

no but like

#

an anti afk thing

short prism
#

I know

#

my server works perfectly outside it

thorn zinc
#

does anyone a plugin for proximity chat 1.18?

short prism
#

Thought about towny and localchat

waxen canyon
#

again I am writing about the fact that mobs do not teleport to hell
really no one knows how to fix it?

quartz falcon
fringe kite
#

chunks on 1.18 are bigger

#

the answer should be obvious

west cloak
#

Need Expireincd Builders/dev/admin dm me for more info serv info 32ram 8 core discord server is done allredy

#

Need Expireincd Builders/dev/admin dm me for more info serv info 32ram 8 core discord server is done allredy

thorny steeple
#

?services

magic zenithBOT
thorny steeple
#

@west cloak

fringe kite
#

not that much

west cloak
fringe kite
#

1.18 generates slightly slower

west cloak
#

wt thats

fringe kite
#

its not that bad

fringe kite
west cloak
#

oh

quartz falcon
#

but i'm not too sure

fringe kite
#

you just repeated what i said, but with other words

#

🤨

west cloak
#

Need Expireincd Builders/dev/admin dm me for more info serv info 32ram 8 core discord server is done allredy

#

eheehhahahah

#

;DDDDDDD

#

lmfao

quartz falcon
#

didnt read up enough

#

i apologise

fringe kite
#

no worries lol

#

from what ive seen, on 1.18 spigot generates chunks at around 10-20cps on a fairly powerful~ish vps

#

on 1.17 its at around 25

#

so not a big difference, not a difference which matters

quartz falcon
#

you should pregen anyway

#

assuming survival

fringe kite
#

that was the basis of my numbers

#

pregen is a must on a public survival server

short prism
#

dude

#

lp is literal shit

#

I don't understand anything

#

I just want to remove the flag as suffix

#

I get < > on chat now

thorny steeple
#

do you have a chat plugin?

short prism
#

it looks like someone that installed MassiveCore/Factions

#

Nope, only EssentialsChat

thorny steeple
#

hm

#

it should be enough

thorny steeple
short prism
#

with pex it worked perfectly

#

already did it, doesnt work

#

Exactly same as I gave you on screenshot,

#

I'm still getting the arrows too <user>

#

lp worst permission plugin I ever seen

#

let me try LPC (LuckPerms Chat) plugin

#

Error here

hardy juniper
#

How do enter a command after using a screen server? In ubuntu

short prism
#

If your server is started, enter it normally without slash
If its not, please start your server using sh <name of script>.sh

hardy juniper
#

I have the server running in a screen, how do I inter the commands?

short prism
#

you're not enough accurate dude

ripe plover
#

Hey, i can't uninstall java 11, it says "Package 'openjdk-11-jdk' is not installed, so not removed" even tho it's in the list of packages

hardy juniper
#

..

ripe plover
#

?

#

it's in the list of installed packages

#

apt list --installed

#

"java -version" also works

#

meh, fixed by re-installing and uninstalling it again

ebon kraken
#

any idea when world edit is going to be updated to 1.18?

tawny dust
#

When they have time to do so

violet raptor
#
08.12 09:10:25 [Server]  net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WebSocketException: Flushing frames to the server failed: Connection or outbound has closed
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.doFlush(WritingThread.java:434)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.sendFrames(WritingThread.java:384)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.main(WritingThread.java:120)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.runMain(WritingThread.java:55)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
08.12 09:10:25 [Server]  Caused by: java.net.SocketException: Connection or outbound has closed
08.12 09:10:25 [Server]  at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1172)
08.12 09:10:25 [Server]  at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
08.12 09:10:25 [Server]  at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
08.12 09:10:25 [Server]  at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:141)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.flush(WritingThread.java:271)
08.12 09:10:25 [Server]  at net.dv8tion.jda.shaded.com.neovisionaries.ws.client.WritingThread.doFlush(WritingThread.java:422)
08.12 09:10:25 [Server]  ... 4 more```

Can someone help
tawny dust
#

Something closed the connection

violet raptor
#

well i can see that

#

i meant what did

#

anyone seen that error before

tawny dust
#

That error won't say what closed it

violet raptor
#

oh

tawny dust
#

I'd just report it to the authors of your plugin

violet raptor
tawny dust
#

Find the Discord plugin

violet raptor
#

?

#

discord plugin

tawny dust
#

Yeah

#

That error comes from a plugin trying to do discord stuff

violet raptor
#

mk thanks :)

short prism
#

So

#

Anyone knows why my server is shutting down itself without any errors?

#

26gb ram free, no problem about performances

#

TPS Turning at 20

onyx basin
#

Is there a 1.18 version of worledit?

pine tusk
west cloak
#

Anyone know a plugin that makes the sea level rise and decend overtime? ( ping me please )

pine tusk
#

That sounds more like a mod type of thing rather than plugin ngl

woeful kestrel
pine tusk
#

okay cool

woeful kestrel
#

[20:08:49] [Craft Scheduler Thread - 86/WARN]: java.lang.NullPointerException
[20:08:49] [Craft Scheduler Thread - 86/WARN]: java.lang.NullPointerException
[20:08:49] [Craft Scheduler Thread - 86/WARN]: java.lang.NullPointerException

#

warn issue, of some problems in the code? i dontknow , atleast this is no issue for me rn. (maybe in the long run) dont need a instant fix too, bc it will probably be gone when updating spigot/bukkit 2 a newer version of 1.18, i think

steady ermine
#

I have problem which i can't fix... when i start the server many chunks are missing, but when i start the world in singleplayer it will work.

There are so many errors like Failed to read chunk and many like this:

[IO-Worker-21/ERROR]: Failed to store chunk [-18, 17]
java.nio.file.AccessDeniedException: ./world_nether/DIM-1/poi/r.-1.0.mca

fleet sky
#

Hello how i can make my bungeecord run on java 16 without crashing?

merry elk
#

server and client side

queen kiln
#

is there any plugin that has commands that interact with a mysql database?

#

something like /db add_data <table> <column> <data>

fleet sky
#

not for me

#

its crash all the time on pterodactyl

glacial sundial
#

What is the error

fleet sky
#

do not give error, only crash

glacial sundial
#

Well that is not likely a bungee issue

#

There will always be a log somewhere

fleet sky
#

i'll see

glacial sundial
#

Even if kernel log due to out of ram

#

dmesg

fleet sky
#

i'll need to start the bungee on java 16 again, because this only have the log from java 11

wet parcel
#

Hey,

The spigot server I'm currently running seems to have a problem where every time a player joins or switches worlds, the server laggs and throws the following exception in the console:

#
[11:30:04] [IO-Worker-897/ERROR]: Failed to store chunk [60, -13]
java.util.ConcurrentModificationException: null
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) ~[?:?]
    at java.util.HashMap$KeyIterator.next(HashMap.java:1620) ~[?:?]
    at net.minecraft.nbt.NBTTagCompound.a(SourceFile:163) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.nbt.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:230) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.nbt.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:198) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:141) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:174) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:164) ~[spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.util.thread.PairedQueue$b.run(SourceFile:59) [spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.util.thread.ThreadedMailbox.g(SourceFile:91) [spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146) [spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102) [spigot-1.18-R0.1-SNAPSHOT.jar:3350-Spigot-dbf4938-1825cc0]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
#

Server is running on the latest stable 1.18 spigot version without any plugins at the moment. Anyone got a clue on what could be going on?

glacial sundial
#

Try without plugins

#

If its reproducible with that specific world, upload it or the relevant parts to a bug report

queen kiln
#

is there any plugin that has commands that interact with a mysql database? something like /db add_data <table> <column> <data>

steady ermine
plain vessel
#

Multiverse help

untold hearth
#

login to your database if you must

#

mysqlclient, psql, etc

steady ermine
glacial sundial
#

ur linux permissions are fkd

#

did you accidentally run as root

steady ermine
#

i think not

#

damn

#

thanks

glacial sundial
#

chown -R $USER: serverfolder

tight coral
#

minecraft best vulcan config?

violet raptor
#

pay for one or use the default

#

or make your own if you know what ur doing

tight coral
#

My players in afk client cannot enter in default config

steady ermine
#

Still have this problem with this world. Overworld and Nether.
it says like failed to storage chunks and reading chunks

#

resinstalled everything

heady hull
#

I don't know what I'm doing anymore. I used to just download a server jar off of buckit, because i thought that was how this worked... And just set the eula to true before starting a new server. I didn't know you had to make the .jar yourself... And i have no idea how. I have never used build tools.

#

How do i do this?

mellow dock
#

?bt

magic zenithBOT
heady hull
#

i mean, how do I create a server.jar for spigot? I've never had to do that before because I would just download it off of bukkit. Until I was told that wasn't how it worked. I don't know what I'm doing... and that link... I have no idea what I'm looking at

glacial sundial
#

java -jar BuildTools.jar

#

That's all you have to do

heady hull
#

yeah that explains it better... Is there no step by step on how to create the server?

glacial sundial
#

Also 'before' is 7 years at this point

#

You were linked a wiki page

heady hull
#

yeah but it's completely unhelpful to me. There's nothing on there about how to make a server

#

i wouldn't have come here if that wiki page was actually helpful.

glacial sundial
#
  1. java -jar BuildTools.jar
#
  1. java -jar spigot-1.17.1.jar
#

That's it

#

Which part of those two steps are you having difficulty with

heady hull
#

all of it. I don't understand at all.

glacial sundial
#

You don't understand how to run java?

heady hull
#

those are'nt steps, those are just randoms strings of letters...

glacial sundial
#

They are the two commands you need

heady hull
#

commands into what though?

glacial sundial
#

If you ran any server ever, including vanilla or bukkit 7 years ago you would be familiar with java command

mellow dock
#

Command prompt

#

Or terminal or whatever

heady hull
#

just like I would a non-plugin server

glacial sundial
#

Before?

#

The process hasn't changed in 7 years

heady hull
#

well obviously I haven't been doing the standard process

#

I've apparently been doing it wrong this whole time. And my method is no longer working.

glacial sundial
#

Follow a YouTube video or something then

#

I've linked you two different wiki pages with reasonable instructions

heady hull
#

I tried that... it just left me more confused... this was my last resort... I thought I coudl get clearer instructions here.. Step by step by step, in a simple, straight forward, easy for an idiot like me to understand way

glacial sundial
#

Or mc wiki

#

Or vultr

#

All top results on google

#

Find something that works for you

heady coral
#

how do i make my server like have a hub then when u press go to survival it tps you to world without bungeecord

mellow dock
#

Multiverse

heady hull
# glacial sundial Or mc wiki

So... followed the instructions, it just looks like the command prompt is doing a bunch of things non-stop... and has been doing so for the past 5 minutes. lot of decompiling. this is as far as I got last time, and it odesn't look at all like the video

glacial sundial
#

Sounds like it's doing what its supposed to

heady hull
#

how do i know when it's finally done? I t just keeps going...

mellow dock
#

It’ll stop eventually

heady hull
#

alright... it seems to be working now... thanks for being patient with me.

hardy oak
#

Anyone know how I can make my worldborder show the cool blue wall?

random bridge
hardy oak
#

Yeah but I'm using the worldborder plugin

#

I've made the border much smaller, but there is no blue wall

#

@random bridge

random bridge
#

How much smaller?

hardy oak
#

Like 800x800 instead of 30mx30m

shell portal
#

The worldborder plugin doesn't use a blue wall. It is invisible.

#

Try running into the world border and see if it teleports you back.

random bridge
#

Maybe I should have asked that in the first place, which worldborder plugin are you using?

shell portal
#

I am trying to install NameLayer on my 1.12.2 Spigot Minecraft server, but I am having trouble with the MYSQL database. Whenever the plugin tries to load, I get a "migration error". Does anybody know how to deal with a migration error?

sudden loom
tacit patrol
tardy meadow
#

Anyone else having to delete the bundler folder every time you start the server? Starting Server... Error: Unable to initialize main class org.bukkit.craftbukkit.Main Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException

#

First run is fine, but I'm having to delete the bundler for each startup

random bridge
#

Can't say I have. My 1.18 install starts up every time just fine. What version are you running? I'm using 3350-Spigot-dbf4938-1825cc0 only 4 versions behind main.

tardy meadow
#

I just rebuilt latest to see if it fixed it

#

been happening for me since 1.18

#

If I delete the bundler folder, it spits out all teh files fresh and runs the server once.

random bridge
#

How are you running BuildTools? Because I did have some trouble getting my server to start initially with too many flags.

tardy meadow
#

java -jar BuildTools.jar --generate-source --generate-docs --rev %Input% --remapped

random bridge
#

Yea, try running it once like this: java -jar BuildTools.jar --rev 1.18 --remapped then take that jar and see what happens.

#

I usually have the --generate-source flag and for some reason it was causing issues.

#

You may also want to just try it vanilla: java -jar BuildTools.jar --rev 1.18 and see what happens.

tardy meadow
#

Still does it with java -jar BuildTools.jar --remapped --rev %Input%

random bridge
#

Try without the --remapped

tardy meadow
#

Yep just did. Still fails

random bridge
#

Hmmm

tardy meadow
#

very odd

random bridge
#

Want me to give you my version of the jar? See if that does anything.

tardy meadow
#

could try

random bridge
#

1 sec.

random bridge
tardy meadow
#

Yeah I have no idea how to get a file from there, without accepting cookies

random bridge
#

Not sure of another quick file transfer website though.

#

Here's the ublock info.

tardy meadow
#

It ok, I'm not going to accept cookies from an odd site.

#

it seems to want to force me to accept tracking/advertising cookies

random bridge
#

That's odd, here's what cookies are on the site.

tardy meadow
#

click no thanks on teh cookies and it just kicks you to an advert

random bridge
#

Google Drive?

#

Dropbox?

tardy meadow
#

I uninstalled my DB when it got bought out

random bridge
#

Do you need to be logged in to download from there?

tardy meadow
#

no idea

#

this is really odd. I see no reason for the error. Had zero issues up untill 1.18

#

I guess because the new bootstrap came with 1.18

random bridge
#

Java version?

tardy meadow
#

adopt 1.17

#

its really wierd, the library it complains abotu is there and teh class is in it

#

jopt-simple-5.0.4.jar

#

but it only works for a single startup

#

ok thats wierd. a fresh setup works

random bridge
#

Gotta love when things just start randomly working.

tardy meadow
#

its really odd. I deleted everything bar files in teh root and the old setup is still broken

#

really qwierd

#

oh no its my start script it seems

#

really wierd ```bat
for /f "tokens=" %%a in ('dir spigot.jar /b /s') do set p=%%a

if defined p (
echo Starting Server...
java -Xms1G -Xmx1G -jar "%p%" nogui
) else (
echo No Spigot found!
) Breaks using 1.18 with a classNotfound starting spigotbat
forfiles /M spigot*.jar /C "java -Xms1G -Xmx1G -jar @file nogui"```Works fine.

random bridge
tardy meadow
#

it seems teh new bootstrap does not like being started with teh full path to the jar

#
APSHOT.jar
Error: Unable to initialize main class org.bukkit.craftbukkit.Main
Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException```
#

ah I see my issue

#

My script is finding the wrong jar

prime abyss
#

Hey, anybody knows why im getting this error on my Bungeecord server while in trying to join in?

tawny dust
#

Double check everything it tells you to

prime abyss
tawny dust
#

Sounds like a firewall problem then

#

What OS are you using

prime abyss
thorny steeple
#

turn off your firewall and try again

#

If it works, then check your firewall/redo it

prime abyss
#

same error

craggy ridge
#

say for example i want to get rid of netherite from world generation, meaning players can only get it through like events or a shop
how can i do that

tawny dust
#

You would need a plugin

short prism
#

Hello,

#

I really need your help. Switched from purpur to Paper to test and that doesn't work

#

My server is shutting down itself for no reason, no errors on console

#

Server version: 1.17.1

#

that happens mostly when no one is online, or afk

random bridge
#

Pretty sure that’s a paper specific thing. This is the Spigot discord.

short prism
#

Uh how you got my old pfp lmao

#

Well, thought paper was supported here. Even by changing jar that doesnt work

random bridge
#

Depends on who you ask, but you’d probably get better support in their discord.

#

Could be a plugin.

#

If you have a “core” plugin or something, I’d check those. Try running the jar on it’s own fresh directory.

short prism
#

MultiverseCore

#

just that but it can't be that

random bridge
#

Full plugin list?

plain vessel
#

Hello
so basically
I use multiverse and i managed to do it so that players join everytime they get teleported into the main lobby from where they can join my gamemodes
now the problem is that when they join lets say vanilla gamemode they always get teleported to the world spawn of it, like lets say the world spawn is at x 0 z0 cords, now if they would move a bit to lets say x 100 z 1000 when re joining vanilla they would be back at x0 z 0

i tried installing a plugin called stay put but it seems to not work in 1.17.1 (edited)

random bridge
#

Change the spawn point in multiverse using /mvsetspawn

#

It’ll change the default spawn point for the world you’re currently in.

quartz falcon
#

Hey, so is there a pets plugin that already updated to 1.18?

warped ember
#

I need help

#

My minecraft server is lagging very bad and I'm 99% sure its because of this

#

Does anyone know how to fix this?

tawny dust
#

That tells us nothing

warped ember
pine tusk
warped ember
umbral sun
#

I believe that it's set to 4 by default, but you can increase it if you want. The config is called "netty-threads" and it's located inside the spigot.yml file. Keep in mind that it doesn't really make sense to increase it to a greater amount than you've got CPU cores available

#

This however possibly won't fix it completely. The best solution would be to ask the developer behind Matrix directly

umbral sun
#

You can tell him that he should try to off-balance his tasks onto seperate thread(s) with a lower priority, so that they don't interfere with the general gameplay which a anticheat shouldn't do in any circumstances

#

I'd rather have an anticheat that operates worse than one that lags the whole server

warped ember
#

Wait Matrix is lagging the server?

#

I just switched from vulcan to matrix a few hours ago and the server still lagging

umbral sun
#

According to your timings, Matrix is consuming 40% of a tick

#

You can see that by simply clicking on the "plugins" tab

warped ember
#

Ohhh yeah, but is there anything else I can do to decrease the lag caused by the connection handler?

#

Just started lagging like 30 hours ago when I restarted the server because I removed some plugins

shell portal
#

Here is how I have the port number in the config

west cloak
#

Is there someone who had problem with mob spawning limits on the server?
I have created a creeper farm but it works only when im alone. When someone joins the server and is in different part of the map, creepers stop to spawn

#

how can i fix this?

tawny dust
#

Use Paper and enable per player mob spawn

mellow dock
#

Isn't that like

#

Part of spigot

west cloak
daring wren
#

What kind of perf problems are people experiencing with 1.18?

mellow dock
#

RAM usage is higher

#

World gen is slow

daring wren
#

by a lot?

mellow dock
#

Meh

#

Worldgen was never fast

daring wren
#

Speaking of ram - is there a mapping between number of users and recommended ram?

mellow dock
#

Not really

#

Depends on the server type, version, plugins, etc

#

Aikar recommends at least 10, or as much as you can give it

glacial sundial
#

Give it 64gb and tell me how performance is

mellow dock
#

But I don't have 64

#

can you lend me some RAMs

daring wren
honest juniper
#

How to fix this error?

fierce ocean
#

Is there a good working inventory spying plugin out for 1.18 right now?
And a plugin to customize roles in chat and give people tags and such?

mellow dock
#

Essentials?

fierce ocean
mellow dock
gritty hedge
#

Hey anyone know how YAML works (for Dynmap)?

#

The Wiki has outdated information and I need to convert this:

      - x0: -1000
        z0: -1000
        x1: 1000
        z1: 1000```
to fit in this: 
```visbilitylimits: [

]```
fierce ocean
nocturne harness
#

@glacial sundial Hey, your fix does not work for 1.8.8

jagged zephyr
#

Hi, with multiverse or anything like that, how do i disable structure generation per world? I already generated first few chunks of world in singleplayr to use the superflat generator customizator, but is there any possible way to get rid of villages and other structures to spawn?

nocturne harness
#

I'm looking into a simple fix for 1.8.8 right now without having to edit code

glacial sundial
#

Which part of it doesn’t work?

#

It only stops the server crashing, not the client

rose comet
#

hey guys, anyone know how to fix the connection timed out error?

lilac wharf
#

I'm trying to use multiverse inventories to create a "survival" gamemode, as well as a "hub" world

#

my current understanding is, that with last_location enabled, any worlds that are not grouped, you will be teleported to your last location in that group of worlds

#

this works fine, but i'm not sure how I would make this relationship one way- as when teleporting to the hub world, you are also teleported to your last location there

#

would anyone have any idea how to fix this?

#

also- if anyone knows how to retain your gamemode in different worlds.. that would be nice to know too

dry pilot
#

1.8.8 is patch?

glacial sundial
novel compass
#

thank you md_5

#

md_5 can you add me dc?

dry pilot
#

bungeecord has the exploit?

glacial sundial
#

no

keen topaz
#

?1.17

magic zenithBOT
west cloak
#

Hi

#

I have a problem on my server

#

It's buggecord

fierce surge
#

?ask

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Create a thread in case the help channel you are using is already in use!

west cloak
#

How do i fix this?

fierce surge
#

saying you have a problem , is no help

#

what is wrong

west cloak
#

Chill, I'm trying to screeshot it

#

I can't send imagine?

fierce surge
#

prob need to be verified with spigot

#

like how I got this blue name

west cloak
#

Could not connect to a default or fallback server, Please try again later:Server nont reachable (Timeout) Offline? Incorrectly configured address/port/firewall?

fierce surge
#

did you connect each server

west cloak
#

I'm trying to make my bunggec cord cracked

#

Ye

#

It says, Please enable IP Forwarding,

#

I do have it on

fierce surge
#

never used cracked so have fun.
but by the sounds of it you don't have them connected.

#

anyone may help you ...

west cloak
#

hello

mellow acorn
#

can anybody help me noone can pickup item even oped

mellow dock
#

Did you try removing plugins to narrow it down

#

I think luckperms has a debug mode too if you are using that

mellow acorn
#

ok ill try

fierce surge
#

I have an idea

#

what are your plugins

#

do you have essentialsx.

mellow acorn
#

@fierce surge yep

#

i do

#

sry for ping

#

ill try narrowing it down first

#

i got it

#

it was NoMobGriefing that create the problem

#

ty

tacit patrol
#

Why do you use a plugin instead of the gamerule?

mellow acorn
#

i want snowballs from snow golem

tacit patrol
#

You mean the snowblocks?

mellow acorn
#

yea

tacit patrol
#

Ah fair enough

mellow acorn
#

snow generator

mortal sand
#

i want help

#

can i use plugin without mysql

mortal sand
mellow dock
#

Does it offer any other storage types

mortal sand
#

i have a plugin called bedwars practice made by mher

mellow dock
#

I don’t see that on their profile page

mortal sand
#

this plugin is not for sale now

#

@mellow dock

mellow dock
#

Not much I can do to help you there

#

Get a different plugin, there are probably tons of them

west cloak
#

Does paper spigot or bukkit decrease the explosive power or duped tnt

sick void
#

Is there a recommended build tool between Gradle or Maven?
Is one objectively better than the other?

mellow dock
#

MD is a diehard maven fan

#

I wouldn’t say either is objectively better

sick void
#

Haha, okay, I suppose I will take a deeper look at both then, and decide on ease of use. 😄

jagged zephyr
#

Another way is to brutely delete everything after flat Y axis lmao. but thats terrible... Since I also might need to do same in non-flat world of mine

glacial sundial
jagged zephyr
#

Yeah.

glacial sundial
#

So whats the issue

jagged zephyr
#

I think I toggled it off, but as I improted it on my server, it ended up generating village again in multiplayer/server enviroment

#

By customizer dont you mean that singleplayer world creator thing? or is there something else?

glacial sundial
#

It should preserve single player

#

But check the structures option in server.properites ahyway

jagged zephyr
#

Maybe I did an oopsie and somehow doubel clicked and re-checked it to true or something, i will try aain just to be sure

glacial sundial
#

Properties

jagged zephyr
#

Yeah I definetely need world-only though, I know of server.properties but I want one of my worlds to be standard generating

plain horizon
#

is spigot release new exploit fix for 1.8.8?

jagged zephyr
#

that was it

#

I accidently left "generate structures: on" even though I intended it to off

#

uuurgh nevermind I just had to fly around for ridiculiosuly long time to find a village lol

#

🤦‍♂️

#

Oh well. I am not using pure spigot though, I use Magma

#

Could it be the part of mess?

mellow dock
#

Probably

#

Hybrids are cursed

jagged zephyr
#

Sigh. yeah

#

I think I should take matter into my own hands and try to mess around with generation code :/

#

at least now i have both spigot AND forge under my disposal lol..

swift rock
#

Accordings to md_5 post i dont need to update bungee right?

glacial sundial
#

'BungeeCord is unaffected'

#

Seems pretty clear

swift rock
violet raptor
glacial sundial
#

Yes

chrome inlet
#

how i enable command block on my server

violet raptor
violet raptor
mortal portal
#

dont think so

ebon halo
#

run buildtools on phone

west cloak
#

hello, what woud happen if i deleted CoreProtects database.db? will it reset just core protect stuff? It will not remove inventories etc.. right?

drowsy quail
#

does anyone know how to work with DNS SRV records?

#

ive setup an SRV record that points subdomain.my.site to my.site:62012

#

and it works for me, on my local machine where the server is hosted

#

but for everyone else, it doesnt?

glacial sundial
#

Is the port forwarded

violet raptor
#

csn i just use the -Dlog4j java arg or do i have to update the server jar

mortal portal
#

updating jar is more secure

#

the flag is like a workaround

drowsy quail
barren magnet
#

Hi, I have a public minecraft server which running in 1.16.1 version (not bungee). How I understand, the security problem affects my sever. What I am need to do? Download new build tools for this version? Or something else?

drowsy quail
#

since people can connect to my.site:62012 just fine if they type it out

thorny crescent
#

i know log4j2 was fixed,i need build a new one.
but there are no new buildtool for 1.18,the last one is 6days ago
i don't how to domd_5

barren magnet
#

Same :/ but different version

#

I think we need just wait

thorny crescent
#

i think you can use BuildTools rev 3096-a

glacial sundial
#

You don't need to update buildtools itself, just run it again

thorny crescent
#

ou thinks!

sudden loom
#

my default run command is this

java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}

where should i add Dlog4j2.formatMsgNoLookups=true

glacial sundial
#

Just update

#

That flag only works on 1.17-1.18 anyway

barren magnet
glacial sundial
#

yes

#

java -jar BuildTools.jar

#

it make new version

#

java -jar BuildTools.jar --rev 1.12.2 for example for 1.12.2

#

all in the post

barren magnet
#

Yes yes I just didn't understand what did you mean. Thanks!

#

wait, why I can't upload images?

glacial sundial
#

not verified

barren magnet
#

oh

#

my previous account was hacked and banned on discord which was verified

#

and I cant verify again :/

glacial sundial
#

what is your spigot name

barren magnet
#

Gandlaff

glacial sundial
#

you can now

barren magnet
#

Thank you!! ❤️

sudden loom
#

Hey ium checking my logs to find that sketchy stuff what should i look out for

#

there's like dline or idk bu i read it on a article that check logs with some word that i cant remember

glacial sundial
#

if you updated java in the last 3 years you'll be fine

split topaz
#

how can i spot the thingy in server log

sudden loom
glacial sundial
#

and goodness I hope you updated java in the last 3 years

sudden loom
#

but still i wanna check it

sudden loom
carmine needle
unreal nova
#

Does anyone know any plugins that chat from one cluster to another, like I'm in Faction, I chat abc, people in lobby, skyblock will see my message

sudden loom
#

but i have to downgrade to build 1.8.8 BuildTools

#

:(

glacial sundial
carmine needle
#

So compiling a plugin using Java 8 is ok?

#

and it would work in java 16, 17?

split topaz
#

use jva 11

glacial sundial
#

yes

compact sand
#

Yes.

carmine needle
#

ok, but i didn't because once it said is compiled with eariler version of java, bla bla so i decided not to update java

carmine needle
glacial sundial
#

no sorry

#

& you can update java 8 to a newer java 8

#

people always fail to grasp that there can be more than one version of a major release

carmine needle
#

Does it effect the CPU like better performance?

#

My bungee uses 5 physical cores

glacial sundial
#

youre probably running an ok java version already

#

you would have to be actively ignoring automatic updates for years for this to be an issue

sudden loom
#

so if i join hypixel im good

#

if i updated java right?

carmine needle
#

Have you rebooted your Minecraft?

sudden loom
#

ofc

carmine needle
#

Yes, you are safe

#

Mojang automatically updated

#

Wait

#

no

#

not all versions

#

i think like to 1.11 not sure

#

1.18-1.11

#

Use 1.12.2 to be extra safe

compact sand
#

Pretty sure Minecraft bundles its own jre with the current launcher... So client side SHOULD be fine?

glacial sundial
#

sort of

#

they bundle a very old JRE, but they also make changes that (supposedly) stop the exploit

sudden loom
#

im good

#

calms down

#

@glacial sundial i have Java Update 51

glacial sundial
#

yes but thats ok for the client because of mojang

sudden loom
glacial sundial
#

were you running your server with that though?

#

do you not have other more recent versions installed?

sudden loom
#

well im not running server on my pc

#

im running it on VPS

glacial sundial
#

so its not an issue (based on what we currently know) then

sudden loom
#

Okay im askin for my client not for my server i alr fixed that issue :D

#

yeah gotchu

raven thunder
#

how do i fix my server!

glacial sundial
#

just update it

raven thunder
#

howwww do

#

(noob)

glacial sundial
#

same way you installed it

sudden loom
raven thunder
#

how doe

barren magnet
#

?bt

magic zenithBOT
barren magnet
#

here

ember solar
#

Hello, I have small and quick question, Spigot is good choice for mini games server?

karmic breach
#

Are you referring to scoreboards?

swift rock
royal bluff
sudden loom
#

where can i change this?

#

Holo

west cloak
#

... perhaps I will release my nifty new server next week...

vagrant cape
#

maybe its a one time error?

#

what triggers that error?